@semcore/icon 16.6.0 → 16.7.0
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/Monitoring/l/index.d.ts +6 -0
- package/Monitoring/l/index.js +38 -0
- package/Monitoring/l/index.mjs +28 -0
- package/Monitoring/m/index.d.ts +6 -0
- package/Monitoring/m/index.js +38 -0
- package/Monitoring/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/es6/Icon.js +4 -4
- package/lib/esm/Icon.mjs +5 -5
- package/package.json +157 -147
- 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/Monitoring/l.svg +1 -0
- package/svg/icon/Monitoring/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.7.0",
|
|
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.8",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
|
-
"@semcore/base-components": "16.2.1",
|
|
26
25
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
26
|
+
"@semcore/base-components": "16.2.2",
|
|
27
27
|
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -172,15 +172,15 @@
|
|
|
172
172
|
"import": "./color/Moz/l/index.mjs",
|
|
173
173
|
"types": "./color/Moz/l/index.d.ts"
|
|
174
174
|
},
|
|
175
|
-
"./color/
|
|
176
|
-
"require": "./color/
|
|
177
|
-
"import": "./color/
|
|
178
|
-
"types": "./color/
|
|
175
|
+
"./color/MicrosoftExchange/m": {
|
|
176
|
+
"require": "./color/MicrosoftExchange/m/index.js",
|
|
177
|
+
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
178
|
+
"types": "./color/MicrosoftExchange/m/index.d.ts"
|
|
179
179
|
},
|
|
180
|
-
"./color/
|
|
181
|
-
"require": "./color/
|
|
182
|
-
"import": "./color/
|
|
183
|
-
"types": "./color/
|
|
180
|
+
"./color/MicrosoftExchange/l": {
|
|
181
|
+
"require": "./color/MicrosoftExchange/l/index.js",
|
|
182
|
+
"import": "./color/MicrosoftExchange/l/index.mjs",
|
|
183
|
+
"types": "./color/MicrosoftExchange/l/index.d.ts"
|
|
184
184
|
},
|
|
185
185
|
"./color/MicrosoftOffice/m": {
|
|
186
186
|
"require": "./color/MicrosoftOffice/m/index.js",
|
|
@@ -192,15 +192,15 @@
|
|
|
192
192
|
"import": "./color/MicrosoftOffice/l/index.mjs",
|
|
193
193
|
"types": "./color/MicrosoftOffice/l/index.d.ts"
|
|
194
194
|
},
|
|
195
|
-
"./color/
|
|
196
|
-
"require": "./color/
|
|
197
|
-
"import": "./color/
|
|
198
|
-
"types": "./color/
|
|
195
|
+
"./color/MicrosoftOutlook/m": {
|
|
196
|
+
"require": "./color/MicrosoftOutlook/m/index.js",
|
|
197
|
+
"import": "./color/MicrosoftOutlook/m/index.mjs",
|
|
198
|
+
"types": "./color/MicrosoftOutlook/m/index.d.ts"
|
|
199
199
|
},
|
|
200
|
-
"./color/
|
|
201
|
-
"require": "./color/
|
|
202
|
-
"import": "./color/
|
|
203
|
-
"types": "./color/
|
|
200
|
+
"./color/MicrosoftOutlook/l": {
|
|
201
|
+
"require": "./color/MicrosoftOutlook/l/index.js",
|
|
202
|
+
"import": "./color/MicrosoftOutlook/l/index.mjs",
|
|
203
|
+
"types": "./color/MicrosoftOutlook/l/index.d.ts"
|
|
204
204
|
},
|
|
205
205
|
"./color/Microsoft/m": {
|
|
206
206
|
"require": "./color/Microsoft/m/index.js",
|
|
@@ -242,16 +242,6 @@
|
|
|
242
242
|
"import": "./color/Mailchimp/l/index.mjs",
|
|
243
243
|
"types": "./color/Mailchimp/l/index.d.ts"
|
|
244
244
|
},
|
|
245
|
-
"./color/LinkedInColored/m": {
|
|
246
|
-
"require": "./color/LinkedInColored/m/index.js",
|
|
247
|
-
"import": "./color/LinkedInColored/m/index.mjs",
|
|
248
|
-
"types": "./color/LinkedInColored/m/index.d.ts"
|
|
249
|
-
},
|
|
250
|
-
"./color/LinkedInColored/l": {
|
|
251
|
-
"require": "./color/LinkedInColored/l/index.js",
|
|
252
|
-
"import": "./color/LinkedInColored/l/index.mjs",
|
|
253
|
-
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
254
|
-
},
|
|
255
245
|
"./color/LookerStudio/m": {
|
|
256
246
|
"require": "./color/LookerStudio/m/index.js",
|
|
257
247
|
"import": "./color/LookerStudio/m/index.mjs",
|
|
@@ -262,15 +252,15 @@
|
|
|
262
252
|
"import": "./color/LookerStudio/l/index.mjs",
|
|
263
253
|
"types": "./color/LookerStudio/l/index.d.ts"
|
|
264
254
|
},
|
|
265
|
-
"./color/
|
|
266
|
-
"require": "./color/
|
|
267
|
-
"import": "./color/
|
|
268
|
-
"types": "./color/
|
|
255
|
+
"./color/LinkedInColored/m": {
|
|
256
|
+
"require": "./color/LinkedInColored/m/index.js",
|
|
257
|
+
"import": "./color/LinkedInColored/m/index.mjs",
|
|
258
|
+
"types": "./color/LinkedInColored/m/index.d.ts"
|
|
269
259
|
},
|
|
270
|
-
"./color/
|
|
271
|
-
"require": "./color/
|
|
272
|
-
"import": "./color/
|
|
273
|
-
"types": "./color/
|
|
260
|
+
"./color/LinkedInColored/l": {
|
|
261
|
+
"require": "./color/LinkedInColored/l/index.js",
|
|
262
|
+
"import": "./color/LinkedInColored/l/index.mjs",
|
|
263
|
+
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
274
264
|
},
|
|
275
265
|
"./color/JavaScript/m": {
|
|
276
266
|
"require": "./color/JavaScript/m/index.js",
|
|
@@ -282,6 +272,16 @@
|
|
|
282
272
|
"import": "./color/JavaScript/l/index.mjs",
|
|
283
273
|
"types": "./color/JavaScript/l/index.d.ts"
|
|
284
274
|
},
|
|
275
|
+
"./color/InstagramColored/m": {
|
|
276
|
+
"require": "./color/InstagramColored/m/index.js",
|
|
277
|
+
"import": "./color/InstagramColored/m/index.mjs",
|
|
278
|
+
"types": "./color/InstagramColored/m/index.d.ts"
|
|
279
|
+
},
|
|
280
|
+
"./color/InstagramColored/l": {
|
|
281
|
+
"require": "./color/InstagramColored/l/index.js",
|
|
282
|
+
"import": "./color/InstagramColored/l/index.mjs",
|
|
283
|
+
"types": "./color/InstagramColored/l/index.d.ts"
|
|
284
|
+
},
|
|
285
285
|
"./color/Hubspot/m": {
|
|
286
286
|
"require": "./color/Hubspot/m/index.js",
|
|
287
287
|
"import": "./color/Hubspot/m/index.mjs",
|
|
@@ -472,16 +472,6 @@
|
|
|
472
472
|
"import": "./color/Figma/l/index.mjs",
|
|
473
473
|
"types": "./color/Figma/l/index.d.ts"
|
|
474
474
|
},
|
|
475
|
-
"./color/Copilot/m": {
|
|
476
|
-
"require": "./color/Copilot/m/index.js",
|
|
477
|
-
"import": "./color/Copilot/m/index.mjs",
|
|
478
|
-
"types": "./color/Copilot/m/index.d.ts"
|
|
479
|
-
},
|
|
480
|
-
"./color/Copilot/l": {
|
|
481
|
-
"require": "./color/Copilot/l/index.js",
|
|
482
|
-
"import": "./color/Copilot/l/index.mjs",
|
|
483
|
-
"types": "./color/Copilot/l/index.d.ts"
|
|
484
|
-
},
|
|
485
475
|
"./color/ConstantContactColored/m": {
|
|
486
476
|
"require": "./color/ConstantContactColored/m/index.js",
|
|
487
477
|
"import": "./color/ConstantContactColored/m/index.mjs",
|
|
@@ -492,6 +482,16 @@
|
|
|
492
482
|
"import": "./color/ConstantContactColored/l/index.mjs",
|
|
493
483
|
"types": "./color/ConstantContactColored/l/index.d.ts"
|
|
494
484
|
},
|
|
485
|
+
"./color/Copilot/m": {
|
|
486
|
+
"require": "./color/Copilot/m/index.js",
|
|
487
|
+
"import": "./color/Copilot/m/index.mjs",
|
|
488
|
+
"types": "./color/Copilot/m/index.d.ts"
|
|
489
|
+
},
|
|
490
|
+
"./color/Copilot/l": {
|
|
491
|
+
"require": "./color/Copilot/l/index.js",
|
|
492
|
+
"import": "./color/Copilot/l/index.mjs",
|
|
493
|
+
"types": "./color/Copilot/l/index.d.ts"
|
|
494
|
+
},
|
|
495
495
|
"./color/Confluence/m": {
|
|
496
496
|
"require": "./color/Confluence/m/index.js",
|
|
497
497
|
"import": "./color/Confluence/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/Mastercard/m": {
|
|
606
|
-
"require": "./pay/Mastercard/m/index.js",
|
|
607
|
-
"import": "./pay/Mastercard/m/index.mjs",
|
|
608
|
-
"types": "./pay/Mastercard/m/index.d.ts"
|
|
609
|
-
},
|
|
610
|
-
"./pay/Mastercard/l": {
|
|
611
|
-
"require": "./pay/Mastercard/l/index.js",
|
|
612
|
-
"import": "./pay/Mastercard/l/index.mjs",
|
|
613
|
-
"types": "./pay/Mastercard/l/index.d.ts"
|
|
614
|
-
},
|
|
615
605
|
"./pay/PayPal/m": {
|
|
616
606
|
"require": "./pay/PayPal/m/index.js",
|
|
617
607
|
"import": "./pay/PayPal/m/index.mjs",
|
|
@@ -622,6 +612,16 @@
|
|
|
622
612
|
"import": "./pay/PayPal/l/index.mjs",
|
|
623
613
|
"types": "./pay/PayPal/l/index.d.ts"
|
|
624
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
|
+
},
|
|
625
625
|
"./pay/JCB/m": {
|
|
626
626
|
"require": "./pay/JCB/m/index.js",
|
|
627
627
|
"import": "./pay/JCB/m/index.mjs",
|
|
@@ -757,16 +757,6 @@
|
|
|
757
757
|
"import": "./ZoomMinus/l/index.mjs",
|
|
758
758
|
"types": "./ZoomMinus/l/index.d.ts"
|
|
759
759
|
},
|
|
760
|
-
"./YoutubePlaceholder/m": {
|
|
761
|
-
"require": "./YoutubePlaceholder/m/index.js",
|
|
762
|
-
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
763
|
-
"types": "./YoutubePlaceholder/m/index.d.ts"
|
|
764
|
-
},
|
|
765
|
-
"./YoutubePlaceholder/l": {
|
|
766
|
-
"require": "./YoutubePlaceholder/l/index.js",
|
|
767
|
-
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
768
|
-
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
769
|
-
},
|
|
770
760
|
"./Youtube/m": {
|
|
771
761
|
"require": "./Youtube/m/index.js",
|
|
772
762
|
"import": "./Youtube/m/index.mjs",
|
|
@@ -777,6 +767,16 @@
|
|
|
777
767
|
"import": "./Youtube/l/index.mjs",
|
|
778
768
|
"types": "./Youtube/l/index.d.ts"
|
|
779
769
|
},
|
|
770
|
+
"./YoutubePlaceholder/m": {
|
|
771
|
+
"require": "./YoutubePlaceholder/m/index.js",
|
|
772
|
+
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
773
|
+
"types": "./YoutubePlaceholder/m/index.d.ts"
|
|
774
|
+
},
|
|
775
|
+
"./YoutubePlaceholder/l": {
|
|
776
|
+
"require": "./YoutubePlaceholder/l/index.js",
|
|
777
|
+
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
778
|
+
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
779
|
+
},
|
|
780
780
|
"./Yext/m": {
|
|
781
781
|
"require": "./Yext/m/index.js",
|
|
782
782
|
"import": "./Yext/m/index.mjs",
|
|
@@ -1297,16 +1297,6 @@
|
|
|
1297
1297
|
"import": "./SummaryAI/l/index.mjs",
|
|
1298
1298
|
"types": "./SummaryAI/l/index.d.ts"
|
|
1299
1299
|
},
|
|
1300
|
-
"./StoriesAI/m": {
|
|
1301
|
-
"require": "./StoriesAI/m/index.js",
|
|
1302
|
-
"import": "./StoriesAI/m/index.mjs",
|
|
1303
|
-
"types": "./StoriesAI/m/index.d.ts"
|
|
1304
|
-
},
|
|
1305
|
-
"./StoriesAI/l": {
|
|
1306
|
-
"require": "./StoriesAI/l/index.js",
|
|
1307
|
-
"import": "./StoriesAI/l/index.mjs",
|
|
1308
|
-
"types": "./StoriesAI/l/index.d.ts"
|
|
1309
|
-
},
|
|
1310
1300
|
"./Stroller/m": {
|
|
1311
1301
|
"require": "./Stroller/m/index.js",
|
|
1312
1302
|
"import": "./Stroller/m/index.mjs",
|
|
@@ -1317,6 +1307,16 @@
|
|
|
1317
1307
|
"import": "./Stroller/l/index.mjs",
|
|
1318
1308
|
"types": "./Stroller/l/index.d.ts"
|
|
1319
1309
|
},
|
|
1310
|
+
"./StoriesAI/m": {
|
|
1311
|
+
"require": "./StoriesAI/m/index.js",
|
|
1312
|
+
"import": "./StoriesAI/m/index.mjs",
|
|
1313
|
+
"types": "./StoriesAI/m/index.d.ts"
|
|
1314
|
+
},
|
|
1315
|
+
"./StoriesAI/l": {
|
|
1316
|
+
"require": "./StoriesAI/l/index.js",
|
|
1317
|
+
"import": "./StoriesAI/l/index.mjs",
|
|
1318
|
+
"types": "./StoriesAI/l/index.d.ts"
|
|
1319
|
+
},
|
|
1320
1320
|
"./Stop/m": {
|
|
1321
1321
|
"require": "./Stop/m/index.js",
|
|
1322
1322
|
"import": "./Stop/m/index.mjs",
|
|
@@ -1437,16 +1437,6 @@
|
|
|
1437
1437
|
"import": "./Sitemap/l/index.mjs",
|
|
1438
1438
|
"types": "./Sitemap/l/index.d.ts"
|
|
1439
1439
|
},
|
|
1440
|
-
"./SideMenuRight/m": {
|
|
1441
|
-
"require": "./SideMenuRight/m/index.js",
|
|
1442
|
-
"import": "./SideMenuRight/m/index.mjs",
|
|
1443
|
-
"types": "./SideMenuRight/m/index.d.ts"
|
|
1444
|
-
},
|
|
1445
|
-
"./SideMenuRight/l": {
|
|
1446
|
-
"require": "./SideMenuRight/l/index.js",
|
|
1447
|
-
"import": "./SideMenuRight/l/index.mjs",
|
|
1448
|
-
"types": "./SideMenuRight/l/index.d.ts"
|
|
1449
|
-
},
|
|
1450
1440
|
"./SimplifyText/m": {
|
|
1451
1441
|
"require": "./SimplifyText/m/index.js",
|
|
1452
1442
|
"import": "./SimplifyText/m/index.mjs",
|
|
@@ -1457,6 +1447,16 @@
|
|
|
1457
1447
|
"import": "./SimplifyText/l/index.mjs",
|
|
1458
1448
|
"types": "./SimplifyText/l/index.d.ts"
|
|
1459
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
1460
|
"./SideMenuLeft/m": {
|
|
1461
1461
|
"require": "./SideMenuLeft/m/index.js",
|
|
1462
1462
|
"import": "./SideMenuLeft/m/index.mjs",
|
|
@@ -1937,16 +1937,6 @@
|
|
|
1937
1937
|
"import": "./PositionRight/l/index.mjs",
|
|
1938
1938
|
"types": "./PositionRight/l/index.d.ts"
|
|
1939
1939
|
},
|
|
1940
|
-
"./PositionMiddle/m": {
|
|
1941
|
-
"require": "./PositionMiddle/m/index.js",
|
|
1942
|
-
"import": "./PositionMiddle/m/index.mjs",
|
|
1943
|
-
"types": "./PositionMiddle/m/index.d.ts"
|
|
1944
|
-
},
|
|
1945
|
-
"./PositionMiddle/l": {
|
|
1946
|
-
"require": "./PositionMiddle/l/index.js",
|
|
1947
|
-
"import": "./PositionMiddle/l/index.mjs",
|
|
1948
|
-
"types": "./PositionMiddle/l/index.d.ts"
|
|
1949
|
-
},
|
|
1950
1940
|
"./PositionLeft/m": {
|
|
1951
1941
|
"require": "./PositionLeft/m/index.js",
|
|
1952
1942
|
"import": "./PositionLeft/m/index.mjs",
|
|
@@ -1967,6 +1957,16 @@
|
|
|
1967
1957
|
"import": "./PositionBottom/l/index.mjs",
|
|
1968
1958
|
"types": "./PositionBottom/l/index.d.ts"
|
|
1969
1959
|
},
|
|
1960
|
+
"./PositionMiddle/m": {
|
|
1961
|
+
"require": "./PositionMiddle/m/index.js",
|
|
1962
|
+
"import": "./PositionMiddle/m/index.mjs",
|
|
1963
|
+
"types": "./PositionMiddle/m/index.d.ts"
|
|
1964
|
+
},
|
|
1965
|
+
"./PositionMiddle/l": {
|
|
1966
|
+
"require": "./PositionMiddle/l/index.js",
|
|
1967
|
+
"import": "./PositionMiddle/l/index.mjs",
|
|
1968
|
+
"types": "./PositionMiddle/l/index.d.ts"
|
|
1969
|
+
},
|
|
1970
1970
|
"./PopupAlt/m": {
|
|
1971
1971
|
"require": "./PopupAlt/m/index.js",
|
|
1972
1972
|
"import": "./PopupAlt/m/index.mjs",
|
|
@@ -2307,6 +2307,16 @@
|
|
|
2307
2307
|
"import": "./MoveAlt/l/index.mjs",
|
|
2308
2308
|
"types": "./MoveAlt/l/index.d.ts"
|
|
2309
2309
|
},
|
|
2310
|
+
"./Monitoring/m": {
|
|
2311
|
+
"require": "./Monitoring/m/index.js",
|
|
2312
|
+
"import": "./Monitoring/m/index.mjs",
|
|
2313
|
+
"types": "./Monitoring/m/index.d.ts"
|
|
2314
|
+
},
|
|
2315
|
+
"./Monitoring/l": {
|
|
2316
|
+
"require": "./Monitoring/l/index.js",
|
|
2317
|
+
"import": "./Monitoring/l/index.mjs",
|
|
2318
|
+
"types": "./Monitoring/l/index.d.ts"
|
|
2319
|
+
},
|
|
2310
2320
|
"./MoneyCoins/m": {
|
|
2311
2321
|
"require": "./MoneyCoins/m/index.js",
|
|
2312
2322
|
"import": "./MoneyCoins/m/index.mjs",
|
|
@@ -2777,16 +2787,6 @@
|
|
|
2777
2787
|
"import": "./Instagram/l/index.mjs",
|
|
2778
2788
|
"types": "./Instagram/l/index.d.ts"
|
|
2779
2789
|
},
|
|
2780
|
-
"./Info/m": {
|
|
2781
|
-
"require": "./Info/m/index.js",
|
|
2782
|
-
"import": "./Info/m/index.mjs",
|
|
2783
|
-
"types": "./Info/m/index.d.ts"
|
|
2784
|
-
},
|
|
2785
|
-
"./Info/l": {
|
|
2786
|
-
"require": "./Info/l/index.js",
|
|
2787
|
-
"import": "./Info/l/index.mjs",
|
|
2788
|
-
"types": "./Info/l/index.d.ts"
|
|
2789
|
-
},
|
|
2790
2790
|
"./Infinity/m": {
|
|
2791
2791
|
"require": "./Infinity/m/index.js",
|
|
2792
2792
|
"import": "./Infinity/m/index.mjs",
|
|
@@ -2797,6 +2797,16 @@
|
|
|
2797
2797
|
"import": "./Infinity/l/index.mjs",
|
|
2798
2798
|
"types": "./Infinity/l/index.d.ts"
|
|
2799
2799
|
},
|
|
2800
|
+
"./Info/m": {
|
|
2801
|
+
"require": "./Info/m/index.js",
|
|
2802
|
+
"import": "./Info/m/index.mjs",
|
|
2803
|
+
"types": "./Info/m/index.d.ts"
|
|
2804
|
+
},
|
|
2805
|
+
"./Info/l": {
|
|
2806
|
+
"require": "./Info/l/index.js",
|
|
2807
|
+
"import": "./Info/l/index.mjs",
|
|
2808
|
+
"types": "./Info/l/index.d.ts"
|
|
2809
|
+
},
|
|
2800
2810
|
"./IndentedResult/m": {
|
|
2801
2811
|
"require": "./IndentedResult/m/index.js",
|
|
2802
2812
|
"import": "./IndentedResult/m/index.mjs",
|
|
@@ -2917,16 +2927,6 @@
|
|
|
2917
2927
|
"import": "./Globe/l/index.mjs",
|
|
2918
2928
|
"types": "./Globe/l/index.d.ts"
|
|
2919
2929
|
},
|
|
2920
|
-
"./Gift/m": {
|
|
2921
|
-
"require": "./Gift/m/index.js",
|
|
2922
|
-
"import": "./Gift/m/index.mjs",
|
|
2923
|
-
"types": "./Gift/m/index.d.ts"
|
|
2924
|
-
},
|
|
2925
|
-
"./Gift/l": {
|
|
2926
|
-
"require": "./Gift/l/index.js",
|
|
2927
|
-
"import": "./Gift/l/index.mjs",
|
|
2928
|
-
"types": "./Gift/l/index.d.ts"
|
|
2929
|
-
},
|
|
2930
2930
|
"./GenderMale/m": {
|
|
2931
2931
|
"require": "./GenderMale/m/index.js",
|
|
2932
2932
|
"import": "./GenderMale/m/index.mjs",
|
|
@@ -2937,6 +2937,16 @@
|
|
|
2937
2937
|
"import": "./GenderMale/l/index.mjs",
|
|
2938
2938
|
"types": "./GenderMale/l/index.d.ts"
|
|
2939
2939
|
},
|
|
2940
|
+
"./Gift/m": {
|
|
2941
|
+
"require": "./Gift/m/index.js",
|
|
2942
|
+
"import": "./Gift/m/index.mjs",
|
|
2943
|
+
"types": "./Gift/m/index.d.ts"
|
|
2944
|
+
},
|
|
2945
|
+
"./Gift/l": {
|
|
2946
|
+
"require": "./Gift/l/index.js",
|
|
2947
|
+
"import": "./Gift/l/index.mjs",
|
|
2948
|
+
"types": "./Gift/l/index.d.ts"
|
|
2949
|
+
},
|
|
2940
2950
|
"./GenderFemale/m": {
|
|
2941
2951
|
"require": "./GenderFemale/m/index.js",
|
|
2942
2952
|
"import": "./GenderFemale/m/index.mjs",
|
|
@@ -3277,16 +3287,6 @@
|
|
|
3277
3287
|
"import": "./Facebook/l/index.mjs",
|
|
3278
3288
|
"types": "./Facebook/l/index.d.ts"
|
|
3279
3289
|
},
|
|
3280
|
-
"./ExpandAlt/m": {
|
|
3281
|
-
"require": "./ExpandAlt/m/index.js",
|
|
3282
|
-
"import": "./ExpandAlt/m/index.mjs",
|
|
3283
|
-
"types": "./ExpandAlt/m/index.d.ts"
|
|
3284
|
-
},
|
|
3285
|
-
"./ExpandAlt/l": {
|
|
3286
|
-
"require": "./ExpandAlt/l/index.js",
|
|
3287
|
-
"import": "./ExpandAlt/l/index.mjs",
|
|
3288
|
-
"types": "./ExpandAlt/l/index.d.ts"
|
|
3289
|
-
},
|
|
3290
3290
|
"./ExpandText/m": {
|
|
3291
3291
|
"require": "./ExpandText/m/index.js",
|
|
3292
3292
|
"import": "./ExpandText/m/index.mjs",
|
|
@@ -3297,6 +3297,16 @@
|
|
|
3297
3297
|
"import": "./ExpandText/l/index.mjs",
|
|
3298
3298
|
"types": "./ExpandText/l/index.d.ts"
|
|
3299
3299
|
},
|
|
3300
|
+
"./ExpandAlt/m": {
|
|
3301
|
+
"require": "./ExpandAlt/m/index.js",
|
|
3302
|
+
"import": "./ExpandAlt/m/index.mjs",
|
|
3303
|
+
"types": "./ExpandAlt/m/index.d.ts"
|
|
3304
|
+
},
|
|
3305
|
+
"./ExpandAlt/l": {
|
|
3306
|
+
"require": "./ExpandAlt/l/index.js",
|
|
3307
|
+
"import": "./ExpandAlt/l/index.mjs",
|
|
3308
|
+
"types": "./ExpandAlt/l/index.d.ts"
|
|
3309
|
+
},
|
|
3300
3310
|
"./Expand/m": {
|
|
3301
3311
|
"require": "./Expand/m/index.js",
|
|
3302
3312
|
"import": "./Expand/m/index.mjs",
|
|
@@ -3317,16 +3327,6 @@
|
|
|
3317
3327
|
"import": "./Exit/l/index.mjs",
|
|
3318
3328
|
"types": "./Exit/l/index.d.ts"
|
|
3319
3329
|
},
|
|
3320
|
-
"./Event/m": {
|
|
3321
|
-
"require": "./Event/m/index.js",
|
|
3322
|
-
"import": "./Event/m/index.mjs",
|
|
3323
|
-
"types": "./Event/m/index.d.ts"
|
|
3324
|
-
},
|
|
3325
|
-
"./Event/l": {
|
|
3326
|
-
"require": "./Event/l/index.js",
|
|
3327
|
-
"import": "./Event/l/index.mjs",
|
|
3328
|
-
"types": "./Event/l/index.d.ts"
|
|
3329
|
-
},
|
|
3330
3330
|
"./Events/m": {
|
|
3331
3331
|
"require": "./Events/m/index.js",
|
|
3332
3332
|
"import": "./Events/m/index.mjs",
|
|
@@ -3337,6 +3337,16 @@
|
|
|
3337
3337
|
"import": "./Events/l/index.mjs",
|
|
3338
3338
|
"types": "./Events/l/index.d.ts"
|
|
3339
3339
|
},
|
|
3340
|
+
"./Event/m": {
|
|
3341
|
+
"require": "./Event/m/index.js",
|
|
3342
|
+
"import": "./Event/m/index.mjs",
|
|
3343
|
+
"types": "./Event/m/index.d.ts"
|
|
3344
|
+
},
|
|
3345
|
+
"./Event/l": {
|
|
3346
|
+
"require": "./Event/l/index.js",
|
|
3347
|
+
"import": "./Event/l/index.mjs",
|
|
3348
|
+
"types": "./Event/l/index.d.ts"
|
|
3349
|
+
},
|
|
3340
3350
|
"./Ellipsis/m": {
|
|
3341
3351
|
"require": "./Ellipsis/m/index.js",
|
|
3342
3352
|
"import": "./Ellipsis/m/index.mjs",
|
|
@@ -3717,16 +3727,6 @@
|
|
|
3717
3727
|
"import": "./ChevronDoubleUp/l/index.mjs",
|
|
3718
3728
|
"types": "./ChevronDoubleUp/l/index.d.ts"
|
|
3719
3729
|
},
|
|
3720
|
-
"./ChevronDoubleRight/m": {
|
|
3721
|
-
"require": "./ChevronDoubleRight/m/index.js",
|
|
3722
|
-
"import": "./ChevronDoubleRight/m/index.mjs",
|
|
3723
|
-
"types": "./ChevronDoubleRight/m/index.d.ts"
|
|
3724
|
-
},
|
|
3725
|
-
"./ChevronDoubleRight/l": {
|
|
3726
|
-
"require": "./ChevronDoubleRight/l/index.js",
|
|
3727
|
-
"import": "./ChevronDoubleRight/l/index.mjs",
|
|
3728
|
-
"types": "./ChevronDoubleRight/l/index.d.ts"
|
|
3729
|
-
},
|
|
3730
3730
|
"./ChevronDoubleLeft/m": {
|
|
3731
3731
|
"require": "./ChevronDoubleLeft/m/index.js",
|
|
3732
3732
|
"import": "./ChevronDoubleLeft/m/index.mjs",
|
|
@@ -3737,6 +3737,16 @@
|
|
|
3737
3737
|
"import": "./ChevronDoubleLeft/l/index.mjs",
|
|
3738
3738
|
"types": "./ChevronDoubleLeft/l/index.d.ts"
|
|
3739
3739
|
},
|
|
3740
|
+
"./ChevronDoubleRight/m": {
|
|
3741
|
+
"require": "./ChevronDoubleRight/m/index.js",
|
|
3742
|
+
"import": "./ChevronDoubleRight/m/index.mjs",
|
|
3743
|
+
"types": "./ChevronDoubleRight/m/index.d.ts"
|
|
3744
|
+
},
|
|
3745
|
+
"./ChevronDoubleRight/l": {
|
|
3746
|
+
"require": "./ChevronDoubleRight/l/index.js",
|
|
3747
|
+
"import": "./ChevronDoubleRight/l/index.mjs",
|
|
3748
|
+
"types": "./ChevronDoubleRight/l/index.d.ts"
|
|
3749
|
+
},
|
|
3740
3750
|
"./ChevronDoubleDown/m": {
|
|
3741
3751
|
"require": "./ChevronDoubleDown/m/index.js",
|
|
3742
3752
|
"import": "./ChevronDoubleDown/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.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.7.0)",
|
|
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.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.7.0)",
|
|
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.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.7.0)",
|
|
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.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.7.0)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
fillRule: "evenodd",
|
package/pay/JCB/l/index.js
CHANGED
|
@@ -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.
|
|
35
|
+
fill: "url(#intergalactic-icon-JCB_l_a-16.7.0)",
|
|
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.
|
|
39
|
+
fill: "url(#intergalactic-icon-JCB_l_b-16.7.0)",
|
|
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.
|
|
43
|
+
fill: "url(#intergalactic-icon-JCB_l_c-16.7.0)",
|
|
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.
|
|
47
|
+
fill: "url(#intergalactic-icon-JCB_l_d-16.7.0)",
|
|
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.
|
|
51
|
+
fill: "url(#intergalactic-icon-JCB_l_e-16.7.0)",
|
|
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.
|
|
54
|
+
id: "intergalactic-icon-JCB_l_a-16.7.0",
|
|
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.
|
|
72
|
+
id: "intergalactic-icon-JCB_l_b-16.7.0",
|
|
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.
|
|
90
|
+
id: "intergalactic-icon-JCB_l_c-16.7.0",
|
|
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.
|
|
108
|
+
id: "intergalactic-icon-JCB_l_d-16.7.0",
|
|
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.
|
|
126
|
+
id: "intergalactic-icon-JCB_l_e-16.7.0",
|
|
127
127
|
x1: "11.95",
|
|
128
128
|
y1: "11.98",
|
|
129
129
|
x2: "19.85",
|