@semcore/icon 16.7.1 → 16.7.2-prerelease.3

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 (38) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/color/Confluence/l/index.js +4 -4
  3. package/color/Confluence/l/index.mjs +4 -4
  4. package/color/Confluence/m/index.js +4 -4
  5. package/color/Confluence/m/index.mjs +4 -4
  6. package/color/GoogleGenerativeAIColored/l/index.js +2 -2
  7. package/color/GoogleGenerativeAIColored/l/index.mjs +2 -2
  8. package/color/GoogleGenerativeAIColored/m/index.js +2 -2
  9. package/color/GoogleGenerativeAIColored/m/index.mjs +2 -2
  10. package/color/MetaColored/l/index.js +4 -4
  11. package/color/MetaColored/l/index.mjs +4 -4
  12. package/color/MetaColored/m/index.js +4 -4
  13. package/color/MetaColored/m/index.mjs +4 -4
  14. package/color/MicrosoftOffice/l/index.js +10 -10
  15. package/color/MicrosoftOffice/l/index.mjs +10 -10
  16. package/color/MicrosoftOffice/m/index.js +10 -10
  17. package/color/MicrosoftOffice/m/index.mjs +10 -10
  18. package/lib/cjs/Icon.js +6 -6
  19. package/lib/cjs/Icon.js.map +1 -1
  20. package/lib/cjs/index.d.js.map +1 -1
  21. package/lib/es6/Icon.js +5 -5
  22. package/lib/es6/Icon.js.map +1 -1
  23. package/lib/es6/index.d.js.map +1 -1
  24. package/lib/esm/Icon.mjs +6 -6
  25. package/lib/types/index.d.ts +1 -1
  26. package/package.json +162 -162
  27. package/pay/Discover/l/index.js +1 -1
  28. package/pay/Discover/l/index.mjs +1 -1
  29. package/pay/Discover/m/index.js +1 -1
  30. package/pay/Discover/m/index.mjs +1 -1
  31. package/pay/JCB/l/index.js +10 -10
  32. package/pay/JCB/l/index.mjs +10 -10
  33. package/pay/JCB/m/index.js +10 -10
  34. package/pay/JCB/m/index.mjs +10 -10
  35. package/pay/Visa/l/index.js +2 -2
  36. package/pay/Visa/l/index.mjs +2 -2
  37. package/pay/Visa/m/index.js +2 -2
  38. 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.7.1",
4
+ "version": "16.7.2-prerelease.3",
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.9",
12
+ "@semcore/flex-box": "16.0.11-prerelease.3",
13
13
  "classnames": "2.2.6"
14
14
  },
15
15
  "peerDependencies": {
16
- "@semcore/base-components": "^16.0.0"
16
+ "@semcore/base-components": "^16.4.1-prerelease.3"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/classnames": "2.2.6",
25
- "@semcore/base-components": "16.2.3",
26
25
  "@semcore/testing-utils": "1.0.0",
26
+ "@semcore/base-components": "16.4.1-prerelease.3",
27
27
  "@semcore/icon-transform-svg": "1.1.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",
@@ -92,6 +82,16 @@
92
82
  "import": "./color/WhatConvertsColored/l/index.mjs",
93
83
  "types": "./color/WhatConvertsColored/l/index.d.ts"
94
84
  },
85
+ "./color/WooCommerceColored/m": {
86
+ "require": "./color/WooCommerceColored/m/index.js",
87
+ "import": "./color/WooCommerceColored/m/index.mjs",
88
+ "types": "./color/WooCommerceColored/m/index.d.ts"
89
+ },
90
+ "./color/WooCommerceColored/l": {
91
+ "require": "./color/WooCommerceColored/l/index.js",
92
+ "import": "./color/WooCommerceColored/l/index.mjs",
93
+ "types": "./color/WooCommerceColored/l/index.d.ts"
94
+ },
95
95
  "./color/TikTokColoredInvert/m": {
96
96
  "require": "./color/TikTokColoredInvert/m/index.js",
97
97
  "import": "./color/TikTokColoredInvert/m/index.mjs",
@@ -122,16 +122,6 @@
122
122
  "import": "./color/Snapchat/l/index.mjs",
123
123
  "types": "./color/Snapchat/l/index.d.ts"
124
124
  },
125
- "./color/ShopifyColored/m": {
126
- "require": "./color/ShopifyColored/m/index.js",
127
- "import": "./color/ShopifyColored/m/index.mjs",
128
- "types": "./color/ShopifyColored/m/index.d.ts"
129
- },
130
- "./color/ShopifyColored/l": {
131
- "require": "./color/ShopifyColored/l/index.js",
132
- "import": "./color/ShopifyColored/l/index.mjs",
133
- "types": "./color/ShopifyColored/l/index.d.ts"
134
- },
135
125
  "./color/Salesforce/m": {
136
126
  "require": "./color/Salesforce/m/index.js",
137
127
  "import": "./color/Salesforce/m/index.mjs",
@@ -142,6 +132,16 @@
142
132
  "import": "./color/Salesforce/l/index.mjs",
143
133
  "types": "./color/Salesforce/l/index.d.ts"
144
134
  },
135
+ "./color/ShopifyColored/m": {
136
+ "require": "./color/ShopifyColored/m/index.js",
137
+ "import": "./color/ShopifyColored/m/index.mjs",
138
+ "types": "./color/ShopifyColored/m/index.d.ts"
139
+ },
140
+ "./color/ShopifyColored/l": {
141
+ "require": "./color/ShopifyColored/l/index.js",
142
+ "import": "./color/ShopifyColored/l/index.mjs",
143
+ "types": "./color/ShopifyColored/l/index.d.ts"
144
+ },
145
145
  "./color/PipedriveColored/m": {
146
146
  "require": "./color/PipedriveColored/m/index.js",
147
147
  "import": "./color/PipedriveColored/m/index.mjs",
@@ -362,16 +362,6 @@
362
362
  "import": "./color/GoogleDocs/l/index.mjs",
363
363
  "types": "./color/GoogleDocs/l/index.d.ts"
364
364
  },
365
- "./color/GoogleDataStudio/m": {
366
- "require": "./color/GoogleDataStudio/m/index.js",
367
- "import": "./color/GoogleDataStudio/m/index.mjs",
368
- "types": "./color/GoogleDataStudio/m/index.d.ts"
369
- },
370
- "./color/GoogleDataStudio/l": {
371
- "require": "./color/GoogleDataStudio/l/index.js",
372
- "import": "./color/GoogleDataStudio/l/index.mjs",
373
- "types": "./color/GoogleDataStudio/l/index.d.ts"
374
- },
375
365
  "./color/GoogleDisplayVideoAds/m": {
376
366
  "require": "./color/GoogleDisplayVideoAds/m/index.js",
377
367
  "import": "./color/GoogleDisplayVideoAds/m/index.mjs",
@@ -382,6 +372,16 @@
382
372
  "import": "./color/GoogleDisplayVideoAds/l/index.mjs",
383
373
  "types": "./color/GoogleDisplayVideoAds/l/index.d.ts"
384
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
+ },
385
385
  "./color/GoogleColor/m": {
386
386
  "require": "./color/GoogleColor/m/index.js",
387
387
  "import": "./color/GoogleColor/m/index.mjs",
@@ -592,16 +592,6 @@
592
592
  "import": "./pay/Visa/l/index.mjs",
593
593
  "types": "./pay/Visa/l/index.d.ts"
594
594
  },
595
- "./pay/PayPal/m": {
596
- "require": "./pay/PayPal/m/index.js",
597
- "import": "./pay/PayPal/m/index.mjs",
598
- "types": "./pay/PayPal/m/index.d.ts"
599
- },
600
- "./pay/PayPal/l": {
601
- "require": "./pay/PayPal/l/index.js",
602
- "import": "./pay/PayPal/l/index.mjs",
603
- "types": "./pay/PayPal/l/index.d.ts"
604
- },
605
595
  "./pay/UnionPay/m": {
606
596
  "require": "./pay/UnionPay/m/index.js",
607
597
  "import": "./pay/UnionPay/m/index.mjs",
@@ -612,15 +602,25 @@
612
602
  "import": "./pay/UnionPay/l/index.mjs",
613
603
  "types": "./pay/UnionPay/l/index.d.ts"
614
604
  },
615
- "./pay/Discover/m": {
616
- "require": "./pay/Discover/m/index.js",
617
- "import": "./pay/Discover/m/index.mjs",
618
- "types": "./pay/Discover/m/index.d.ts"
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"
619
609
  },
620
- "./pay/Discover/l": {
621
- "require": "./pay/Discover/l/index.js",
622
- "import": "./pay/Discover/l/index.mjs",
623
- "types": "./pay/Discover/l/index.d.ts"
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
+ "./pay/Mastercard/m": {
616
+ "require": "./pay/Mastercard/m/index.js",
617
+ "import": "./pay/Mastercard/m/index.mjs",
618
+ "types": "./pay/Mastercard/m/index.d.ts"
619
+ },
620
+ "./pay/Mastercard/l": {
621
+ "require": "./pay/Mastercard/l/index.js",
622
+ "import": "./pay/Mastercard/l/index.mjs",
623
+ "types": "./pay/Mastercard/l/index.d.ts"
624
624
  },
625
625
  "./pay/JCB/m": {
626
626
  "require": "./pay/JCB/m/index.js",
@@ -632,6 +632,16 @@
632
632
  "import": "./pay/JCB/l/index.mjs",
633
633
  "types": "./pay/JCB/l/index.d.ts"
634
634
  },
635
+ "./pay/Discover/m": {
636
+ "require": "./pay/Discover/m/index.js",
637
+ "import": "./pay/Discover/m/index.mjs",
638
+ "types": "./pay/Discover/m/index.d.ts"
639
+ },
640
+ "./pay/Discover/l": {
641
+ "require": "./pay/Discover/l/index.js",
642
+ "import": "./pay/Discover/l/index.mjs",
643
+ "types": "./pay/Discover/l/index.d.ts"
644
+ },
635
645
  "./pay/Diners/m": {
636
646
  "require": "./pay/Diners/m/index.js",
637
647
  "import": "./pay/Diners/m/index.mjs",
@@ -662,16 +672,6 @@
662
672
  "import": "./pay/AmericanExpress/l/index.mjs",
663
673
  "types": "./pay/AmericanExpress/l/index.d.ts"
664
674
  },
665
- "./pay/Mastercard/m": {
666
- "require": "./pay/Mastercard/m/index.js",
667
- "import": "./pay/Mastercard/m/index.mjs",
668
- "types": "./pay/Mastercard/m/index.d.ts"
669
- },
670
- "./pay/Mastercard/l": {
671
- "require": "./pay/Mastercard/l/index.js",
672
- "import": "./pay/Mastercard/l/index.mjs",
673
- "types": "./pay/Mastercard/l/index.d.ts"
674
- },
675
675
  "./platform/TrafficMarketToolkit": {
676
676
  "require": "./platform/TrafficMarketToolkit/index.js",
677
677
  "import": "./platform/TrafficMarketToolkit/index.mjs",
@@ -747,16 +747,6 @@
747
747
  "import": "./ZoomPlus/l/index.mjs",
748
748
  "types": "./ZoomPlus/l/index.d.ts"
749
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
750
  "./YoutubePlaceholder/m": {
761
751
  "require": "./YoutubePlaceholder/m/index.js",
762
752
  "import": "./YoutubePlaceholder/m/index.mjs",
@@ -767,6 +757,16 @@
767
757
  "import": "./YoutubePlaceholder/l/index.mjs",
768
758
  "types": "./YoutubePlaceholder/l/index.d.ts"
769
759
  },
760
+ "./ZoomMinus/m": {
761
+ "require": "./ZoomMinus/m/index.js",
762
+ "import": "./ZoomMinus/m/index.mjs",
763
+ "types": "./ZoomMinus/m/index.d.ts"
764
+ },
765
+ "./ZoomMinus/l": {
766
+ "require": "./ZoomMinus/l/index.js",
767
+ "import": "./ZoomMinus/l/index.mjs",
768
+ "types": "./ZoomMinus/l/index.d.ts"
769
+ },
770
770
  "./Youtube/m": {
771
771
  "require": "./Youtube/m/index.js",
772
772
  "import": "./Youtube/m/index.mjs",
@@ -807,16 +807,6 @@
807
807
  "import": "./Wordpress/l/index.mjs",
808
808
  "types": "./Wordpress/l/index.d.ts"
809
809
  },
810
- "./Wine/m": {
811
- "require": "./Wine/m/index.js",
812
- "import": "./Wine/m/index.mjs",
813
- "types": "./Wine/m/index.d.ts"
814
- },
815
- "./Wine/l": {
816
- "require": "./Wine/l/index.js",
817
- "import": "./Wine/l/index.mjs",
818
- "types": "./Wine/l/index.d.ts"
819
- },
820
810
  "./WebStories/m": {
821
811
  "require": "./WebStories/m/index.js",
822
812
  "import": "./WebStories/m/index.mjs",
@@ -827,6 +817,16 @@
827
817
  "import": "./WebStories/l/index.mjs",
828
818
  "types": "./WebStories/l/index.d.ts"
829
819
  },
820
+ "./Wine/m": {
821
+ "require": "./Wine/m/index.js",
822
+ "import": "./Wine/m/index.mjs",
823
+ "types": "./Wine/m/index.d.ts"
824
+ },
825
+ "./Wine/l": {
826
+ "require": "./Wine/l/index.js",
827
+ "import": "./Wine/l/index.mjs",
828
+ "types": "./Wine/l/index.d.ts"
829
+ },
830
830
  "./WebPages/m": {
831
831
  "require": "./WebPages/m/index.js",
832
832
  "import": "./WebPages/m/index.mjs",
@@ -877,16 +877,6 @@
877
877
  "import": "./VideoStreaming/l/index.mjs",
878
878
  "types": "./VideoStreaming/l/index.d.ts"
879
879
  },
880
- "./VideoStop/m": {
881
- "require": "./VideoStop/m/index.js",
882
- "import": "./VideoStop/m/index.mjs",
883
- "types": "./VideoStop/m/index.d.ts"
884
- },
885
- "./VideoStop/l": {
886
- "require": "./VideoStop/l/index.js",
887
- "import": "./VideoStop/l/index.mjs",
888
- "types": "./VideoStop/l/index.d.ts"
889
- },
890
880
  "./VideoList/m": {
891
881
  "require": "./VideoList/m/index.js",
892
882
  "import": "./VideoList/m/index.mjs",
@@ -907,6 +897,16 @@
907
897
  "import": "./VideoCarousel/l/index.mjs",
908
898
  "types": "./VideoCarousel/l/index.d.ts"
909
899
  },
900
+ "./VideoStop/m": {
901
+ "require": "./VideoStop/m/index.js",
902
+ "import": "./VideoStop/m/index.mjs",
903
+ "types": "./VideoStop/m/index.d.ts"
904
+ },
905
+ "./VideoStop/l": {
906
+ "require": "./VideoStop/l/index.js",
907
+ "import": "./VideoStop/l/index.mjs",
908
+ "types": "./VideoStop/l/index.d.ts"
909
+ },
910
910
  "./VideoAlt/m": {
911
911
  "require": "./VideoAlt/m/index.js",
912
912
  "import": "./VideoAlt/m/index.mjs",
@@ -987,16 +987,6 @@
987
987
  "import": "./UserGroup/l/index.mjs",
988
988
  "types": "./UserGroup/l/index.d.ts"
989
989
  },
990
- "./UserDemo/m": {
991
- "require": "./UserDemo/m/index.js",
992
- "import": "./UserDemo/m/index.mjs",
993
- "types": "./UserDemo/m/index.d.ts"
994
- },
995
- "./UserDemo/l": {
996
- "require": "./UserDemo/l/index.js",
997
- "import": "./UserDemo/l/index.mjs",
998
- "types": "./UserDemo/l/index.d.ts"
999
- },
1000
990
  "./User/m": {
1001
991
  "require": "./User/m/index.js",
1002
992
  "import": "./User/m/index.mjs",
@@ -1007,6 +997,16 @@
1007
997
  "import": "./User/l/index.mjs",
1008
998
  "types": "./User/l/index.d.ts"
1009
999
  },
1000
+ "./UserDemo/m": {
1001
+ "require": "./UserDemo/m/index.js",
1002
+ "import": "./UserDemo/m/index.mjs",
1003
+ "types": "./UserDemo/m/index.d.ts"
1004
+ },
1005
+ "./UserDemo/l": {
1006
+ "require": "./UserDemo/l/index.js",
1007
+ "import": "./UserDemo/l/index.mjs",
1008
+ "types": "./UserDemo/l/index.d.ts"
1009
+ },
1010
1010
  "./Unsplash/m": {
1011
1011
  "require": "./Unsplash/m/index.js",
1012
1012
  "import": "./Unsplash/m/index.mjs",
@@ -1107,16 +1107,6 @@
1107
1107
  "import": "./TimeNight/l/index.mjs",
1108
1108
  "types": "./TimeNight/l/index.d.ts"
1109
1109
  },
1110
- "./TimeDay/m": {
1111
- "require": "./TimeDay/m/index.js",
1112
- "import": "./TimeDay/m/index.mjs",
1113
- "types": "./TimeDay/m/index.d.ts"
1114
- },
1115
- "./TimeDay/l": {
1116
- "require": "./TimeDay/l/index.js",
1117
- "import": "./TimeDay/l/index.mjs",
1118
- "types": "./TimeDay/l/index.d.ts"
1119
- },
1120
1110
  "./TimeClock/m": {
1121
1111
  "require": "./TimeClock/m/index.js",
1122
1112
  "import": "./TimeClock/m/index.mjs",
@@ -1127,6 +1117,16 @@
1127
1117
  "import": "./TimeClock/l/index.mjs",
1128
1118
  "types": "./TimeClock/l/index.d.ts"
1129
1119
  },
1120
+ "./TimeDay/m": {
1121
+ "require": "./TimeDay/m/index.js",
1122
+ "import": "./TimeDay/m/index.mjs",
1123
+ "types": "./TimeDay/m/index.d.ts"
1124
+ },
1125
+ "./TimeDay/l": {
1126
+ "require": "./TimeDay/l/index.js",
1127
+ "import": "./TimeDay/l/index.mjs",
1128
+ "types": "./TimeDay/l/index.d.ts"
1129
+ },
1130
1130
  "./Tile/m": {
1131
1131
  "require": "./Tile/m/index.js",
1132
1132
  "import": "./Tile/m/index.mjs",
@@ -1217,16 +1217,6 @@
1217
1217
  "import": "./Text/l/index.mjs",
1218
1218
  "types": "./Text/l/index.d.ts"
1219
1219
  },
1220
- "./TagFilled/m": {
1221
- "require": "./TagFilled/m/index.js",
1222
- "import": "./TagFilled/m/index.mjs",
1223
- "types": "./TagFilled/m/index.d.ts"
1224
- },
1225
- "./TagFilled/l": {
1226
- "require": "./TagFilled/l/index.js",
1227
- "import": "./TagFilled/l/index.mjs",
1228
- "types": "./TagFilled/l/index.d.ts"
1229
- },
1230
1220
  "./Telescope/m": {
1231
1221
  "require": "./Telescope/m/index.js",
1232
1222
  "import": "./Telescope/m/index.mjs",
@@ -1237,6 +1227,16 @@
1237
1227
  "import": "./Telescope/l/index.mjs",
1238
1228
  "types": "./Telescope/l/index.d.ts"
1239
1229
  },
1230
+ "./TagFilled/m": {
1231
+ "require": "./TagFilled/m/index.js",
1232
+ "import": "./TagFilled/m/index.mjs",
1233
+ "types": "./TagFilled/m/index.d.ts"
1234
+ },
1235
+ "./TagFilled/l": {
1236
+ "require": "./TagFilled/l/index.js",
1237
+ "import": "./TagFilled/l/index.mjs",
1238
+ "types": "./TagFilled/l/index.d.ts"
1239
+ },
1240
1240
  "./Tag/m": {
1241
1241
  "require": "./Tag/m/index.js",
1242
1242
  "import": "./Tag/m/index.mjs",
@@ -1567,16 +1567,6 @@
1567
1567
  "import": "./SemrushRank/l/index.mjs",
1568
1568
  "types": "./SemrushRank/l/index.d.ts"
1569
1569
  },
1570
- "./Sellzone/m": {
1571
- "require": "./Sellzone/m/index.js",
1572
- "import": "./Sellzone/m/index.mjs",
1573
- "types": "./Sellzone/m/index.d.ts"
1574
- },
1575
- "./Sellzone/l": {
1576
- "require": "./Sellzone/l/index.js",
1577
- "import": "./Sellzone/l/index.mjs",
1578
- "types": "./Sellzone/l/index.d.ts"
1579
- },
1580
1570
  "./Semrush/m": {
1581
1571
  "require": "./Semrush/m/index.js",
1582
1572
  "import": "./Semrush/m/index.mjs",
@@ -1587,6 +1577,16 @@
1587
1577
  "import": "./Semrush/l/index.mjs",
1588
1578
  "types": "./Semrush/l/index.d.ts"
1589
1579
  },
1580
+ "./Sellzone/m": {
1581
+ "require": "./Sellzone/m/index.js",
1582
+ "import": "./Sellzone/m/index.mjs",
1583
+ "types": "./Sellzone/m/index.d.ts"
1584
+ },
1585
+ "./Sellzone/l": {
1586
+ "require": "./Sellzone/l/index.js",
1587
+ "import": "./Sellzone/l/index.mjs",
1588
+ "types": "./Sellzone/l/index.d.ts"
1589
+ },
1590
1590
  "./SeeResultsAbout/m": {
1591
1591
  "require": "./SeeResultsAbout/m/index.js",
1592
1592
  "import": "./SeeResultsAbout/m/index.mjs",
@@ -1637,16 +1637,6 @@
1637
1637
  "import": "./Science/l/index.mjs",
1638
1638
  "types": "./Science/l/index.d.ts"
1639
1639
  },
1640
- "./Safari/m": {
1641
- "require": "./Safari/m/index.js",
1642
- "import": "./Safari/m/index.mjs",
1643
- "types": "./Safari/m/index.d.ts"
1644
- },
1645
- "./Safari/l": {
1646
- "require": "./Safari/l/index.js",
1647
- "import": "./Safari/l/index.mjs",
1648
- "types": "./Safari/l/index.d.ts"
1649
- },
1650
1640
  "./Rss/m": {
1651
1641
  "require": "./Rss/m/index.js",
1652
1642
  "import": "./Rss/m/index.mjs",
@@ -1657,6 +1647,16 @@
1657
1647
  "import": "./Rss/l/index.mjs",
1658
1648
  "types": "./Rss/l/index.d.ts"
1659
1649
  },
1650
+ "./Safari/m": {
1651
+ "require": "./Safari/m/index.js",
1652
+ "import": "./Safari/m/index.mjs",
1653
+ "types": "./Safari/m/index.d.ts"
1654
+ },
1655
+ "./Safari/l": {
1656
+ "require": "./Safari/l/index.js",
1657
+ "import": "./Safari/l/index.mjs",
1658
+ "types": "./Safari/l/index.d.ts"
1659
+ },
1660
1660
  "./Robot/m": {
1661
1661
  "require": "./Robot/m/index.js",
1662
1662
  "import": "./Robot/m/index.mjs",
@@ -2507,16 +2507,6 @@
2507
2507
  "import": "./LockYes/l/index.mjs",
2508
2508
  "types": "./LockYes/l/index.d.ts"
2509
2509
  },
2510
- "./ListNumber/m": {
2511
- "require": "./ListNumber/m/index.js",
2512
- "import": "./ListNumber/m/index.mjs",
2513
- "types": "./ListNumber/m/index.d.ts"
2514
- },
2515
- "./ListNumber/l": {
2516
- "require": "./ListNumber/l/index.js",
2517
- "import": "./ListNumber/l/index.mjs",
2518
- "types": "./ListNumber/l/index.d.ts"
2519
- },
2520
2510
  "./LockNo/m": {
2521
2511
  "require": "./LockNo/m/index.js",
2522
2512
  "import": "./LockNo/m/index.mjs",
@@ -2527,6 +2517,16 @@
2527
2517
  "import": "./LockNo/l/index.mjs",
2528
2518
  "types": "./LockNo/l/index.d.ts"
2529
2519
  },
2520
+ "./ListNumber/m": {
2521
+ "require": "./ListNumber/m/index.js",
2522
+ "import": "./ListNumber/m/index.mjs",
2523
+ "types": "./ListNumber/m/index.d.ts"
2524
+ },
2525
+ "./ListNumber/l": {
2526
+ "require": "./ListNumber/l/index.js",
2527
+ "import": "./ListNumber/l/index.mjs",
2528
+ "types": "./ListNumber/l/index.d.ts"
2529
+ },
2530
2530
  "./ListCheck/m": {
2531
2531
  "require": "./ListCheck/m/index.js",
2532
2532
  "import": "./ListCheck/m/index.mjs",
@@ -3747,16 +3747,6 @@
3747
3747
  "import": "./ChevronDoubleLeft/l/index.mjs",
3748
3748
  "types": "./ChevronDoubleLeft/l/index.d.ts"
3749
3749
  },
3750
- "./Checkbox/m": {
3751
- "require": "./Checkbox/m/index.js",
3752
- "import": "./Checkbox/m/index.mjs",
3753
- "types": "./Checkbox/m/index.d.ts"
3754
- },
3755
- "./Checkbox/l": {
3756
- "require": "./Checkbox/l/index.js",
3757
- "import": "./Checkbox/l/index.mjs",
3758
- "types": "./Checkbox/l/index.d.ts"
3759
- },
3760
3750
  "./ChevronDoubleDown/m": {
3761
3751
  "require": "./ChevronDoubleDown/m/index.js",
3762
3752
  "import": "./ChevronDoubleDown/m/index.mjs",
@@ -3767,6 +3757,16 @@
3767
3757
  "import": "./ChevronDoubleDown/l/index.mjs",
3768
3758
  "types": "./ChevronDoubleDown/l/index.d.ts"
3769
3759
  },
3760
+ "./Checkbox/m": {
3761
+ "require": "./Checkbox/m/index.js",
3762
+ "import": "./Checkbox/m/index.mjs",
3763
+ "types": "./Checkbox/m/index.d.ts"
3764
+ },
3765
+ "./Checkbox/l": {
3766
+ "require": "./Checkbox/l/index.js",
3767
+ "import": "./Checkbox/l/index.mjs",
3768
+ "types": "./Checkbox/l/index.d.ts"
3769
+ },
3770
3770
  "./CheckDouble/m": {
3771
3771
  "require": "./CheckDouble/m/index.js",
3772
3772
  "import": "./CheckDouble/m/index.mjs",
@@ -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.7.1)",
35
+ fill: "url(#intergalactic-icon-Discover_l_a-16.7.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
@@ -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.7.1)",
24
+ fill: "url(#intergalactic-icon-Discover_l_a-16.7.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  fillRule: "evenodd",
@@ -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.7.1)",
35
+ fill: "url(#intergalactic-icon-Discover_m_a-16.7.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
@@ -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.7.1)",
24
+ fill: "url(#intergalactic-icon-Discover_m_a-16.7.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  fillRule: "evenodd",
@@ -32,26 +32,26 @@ function RootJCB(_ref, ref) {
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M23.6 14.15h1.87l.24-.01c.35-.08.66-.4.66-.87 0-.44-.3-.77-.66-.86-.06-.02-.16-.02-.24-.02H23.6v1.76Z",
35
- fill: "url(#intergalactic-icon-JCB_l_a-16.7.1)",
35
+ fill: "url(#intergalactic-icon-JCB_l_a-16.7.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M25.26 2a3.3 3.3 0 0 0-3.24 3.34V8.8h4.58c.1 0 .23 0 .32.02 1.03.05 1.8.6 1.8 1.56 0 .75-.52 1.4-1.48 1.52v.04c1.05.07 1.85.67 1.85 1.6 0 1.02-.89 1.68-2.07 1.68H22V22h4.76A3.3 3.3 0 0 0 30 18.66V2h-4.74Z",
39
- fill: "url(#intergalactic-icon-JCB_l_b-16.7.1)",
39
+ fill: "url(#intergalactic-icon-JCB_l_b-16.7.2)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "M26.13 10.6c0-.44-.3-.74-.66-.79l-.17-.02h-1.7v1.61h1.7l.17-.01a.77.77 0 0 0 .66-.8Z",
43
- fill: "url(#intergalactic-icon-JCB_l_c-16.7.1)",
43
+ fill: "url(#intergalactic-icon-JCB_l_c-16.7.2)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M5.26 2a3.3 3.3 0 0 0-3.24 3.34v8.24c.9.46 1.85.75 2.8.75 1.12 0 1.72-.7 1.72-1.65v-3.9h2.78v3.88c0 1.5-.9 2.73-3.99 2.73-1.87 0-3.33-.42-3.33-.42V22h4.76A3.3 3.3 0 0 0 10 18.66V2H5.26Z",
47
- fill: "url(#intergalactic-icon-JCB_l_d-16.7.1)",
47
+ fill: "url(#intergalactic-icon-JCB_l_d-16.7.2)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("path", {
50
50
  d: "M15.24 2A3.29 3.29 0 0 0 12 5.33V9.7c.82-.71 2.24-1.17 4.54-1.06 1.23.05 2.55.4 2.55.4v1.41a6.04 6.04 0 0 0-2.46-.73c-1.74-.13-2.8.75-2.8 2.29 0 1.56 1.06 2.44 2.8 2.29 1.02-.07 1.8-.4 2.46-.73v1.4s-1.3.35-2.55.41c-2.3.11-3.72-.35-4.54-1.06V22h4.76A3.29 3.29 0 0 0 20 18.67V2h-4.76Z",
51
- fill: "url(#intergalactic-icon-JCB_l_e-16.7.1)",
51
+ fill: "url(#intergalactic-icon-JCB_l_e-16.7.2)",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
54
- id: "intergalactic-icon-JCB_l_a-16.7.1",
54
+ id: "intergalactic-icon-JCB_l_a-16.7.2",
55
55
  x1: "22.01",
56
56
  y1: "13.28",
57
57
  x2: "30.02",
@@ -69,7 +69,7 @@ function RootJCB(_ref, ref) {
69
69
  offset: "1",
70
70
  stopColor: "#5CB531"
71
71
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
72
- id: "intergalactic-icon-JCB_l_b-16.7.1",
72
+ id: "intergalactic-icon-JCB_l_b-16.7.2",
73
73
  x1: "22.01",
74
74
  y1: "11.99",
75
75
  x2: "30.02",
@@ -87,7 +87,7 @@ function RootJCB(_ref, ref) {
87
87
  offset: "1",
88
88
  stopColor: "#5CB531"
89
89
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
90
- id: "intergalactic-icon-JCB_l_c-16.7.1",
90
+ id: "intergalactic-icon-JCB_l_c-16.7.2",
91
91
  x1: "22.01",
92
92
  y1: "10.6",
93
93
  x2: "30.02",
@@ -105,7 +105,7 @@ function RootJCB(_ref, ref) {
105
105
  offset: "1",
106
106
  stopColor: "#5CB531"
107
107
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
108
- id: "intergalactic-icon-JCB_l_d-16.7.1",
108
+ id: "intergalactic-icon-JCB_l_d-16.7.2",
109
109
  x1: "2.01",
110
110
  y1: "12",
111
111
  x2: "10.14",
@@ -123,7 +123,7 @@ function RootJCB(_ref, ref) {
123
123
  offset: "1",
124
124
  stopColor: "#006FBC"
125
125
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
126
- id: "intergalactic-icon-JCB_l_e-16.7.1",
126
+ id: "intergalactic-icon-JCB_l_e-16.7.2",
127
127
  x1: "11.95",
128
128
  y1: "11.98",
129
129
  x2: "19.85",