@semcore/icon 16.2.3 → 16.4.0-prerelease.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 +17 -0
- package/Gift/l/index.d.ts +6 -0
- package/Gift/l/index.js +35 -0
- package/Gift/l/index.mjs +25 -0
- package/Gift/m/index.d.ts +6 -0
- package/Gift/m/index.js +35 -0
- package/Gift/m/index.mjs +25 -0
- package/MathPlus/m/index.js +1 -1
- package/MathPlus/m/index.mjs +1 -1
- package/Text/m/index.js +1 -1
- package/Text/m/index.mjs +1 -1
- package/TextBold/l/index.d.ts +6 -0
- package/TextBold/l/index.js +37 -0
- package/TextBold/l/index.mjs +27 -0
- package/TextBold/m/index.d.ts +6 -0
- package/TextBold/m/index.js +37 -0
- package/TextBold/m/index.mjs +27 -0
- package/TextItalic/l/index.d.ts +6 -0
- package/TextItalic/l/index.js +35 -0
- package/TextItalic/l/index.mjs +25 -0
- package/TextItalic/m/index.d.ts +6 -0
- package/TextItalic/m/index.js +36 -0
- package/TextItalic/m/index.mjs +26 -0
- package/TextQuotes/l/index.d.ts +6 -0
- package/TextQuotes/l/index.js +35 -0
- package/TextQuotes/l/index.mjs +25 -0
- package/TextQuotes/m/index.d.ts +6 -0
- package/TextQuotes/m/index.js +35 -0
- package/TextQuotes/m/index.mjs +25 -0
- package/TextUnderline/l/index.d.ts +6 -0
- package/TextUnderline/l/index.js +35 -0
- package/TextUnderline/l/index.mjs +25 -0
- package/TextUnderline/m/index.d.ts +6 -0
- package/TextUnderline/m/index.js +35 -0
- package/TextUnderline/m/index.mjs +25 -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 +222 -172
- 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/Gift/l.svg +1 -0
- package/svg/icon/Gift/m.svg +1 -0
- package/svg/icon/MathPlus/m.svg +1 -1
- package/svg/icon/Text/m.svg +1 -1
- package/svg/icon/TextBold/l.svg +1 -0
- package/svg/icon/TextBold/m.svg +1 -0
- package/svg/icon/TextItalic/l.svg +1 -0
- package/svg/icon/TextItalic/m.svg +1 -0
- package/svg/icon/TextQuotes/l.svg +1 -0
- package/svg/icon/TextQuotes/m.svg +1 -0
- package/svg/icon/TextUnderline/l.svg +1 -0
- package/svg/icon/TextUnderline/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.4.0-prerelease.0",
|
|
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.5-prerelease.0",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.
|
|
16
|
+
"@semcore/base-components": "^16.1.2-prerelease.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
|
-
"@semcore/base-components": "16.1.
|
|
25
|
+
"@semcore/base-components": "16.1.2-prerelease.0",
|
|
26
26
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
27
27
|
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
@@ -52,16 +52,6 @@
|
|
|
52
52
|
"import": "./color/YoutubeColored/l/index.mjs",
|
|
53
53
|
"types": "./color/YoutubeColored/l/index.d.ts"
|
|
54
54
|
},
|
|
55
|
-
"./color/WooCommerceColored/m": {
|
|
56
|
-
"require": "./color/WooCommerceColored/m/index.js",
|
|
57
|
-
"import": "./color/WooCommerceColored/m/index.mjs",
|
|
58
|
-
"types": "./color/WooCommerceColored/m/index.d.ts"
|
|
59
|
-
},
|
|
60
|
-
"./color/WooCommerceColored/l": {
|
|
61
|
-
"require": "./color/WooCommerceColored/l/index.js",
|
|
62
|
-
"import": "./color/WooCommerceColored/l/index.mjs",
|
|
63
|
-
"types": "./color/WooCommerceColored/l/index.d.ts"
|
|
64
|
-
},
|
|
65
55
|
"./color/Yahoo/m": {
|
|
66
56
|
"require": "./color/Yahoo/m/index.js",
|
|
67
57
|
"import": "./color/Yahoo/m/index.mjs",
|
|
@@ -72,6 +62,16 @@
|
|
|
72
62
|
"import": "./color/Yahoo/l/index.mjs",
|
|
73
63
|
"types": "./color/Yahoo/l/index.d.ts"
|
|
74
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
75
|
"./color/WhatsApp/m": {
|
|
76
76
|
"require": "./color/WhatsApp/m/index.js",
|
|
77
77
|
"import": "./color/WhatsApp/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/Salesforce/m": {
|
|
126
|
-
"require": "./color/Salesforce/m/index.js",
|
|
127
|
-
"import": "./color/Salesforce/m/index.mjs",
|
|
128
|
-
"types": "./color/Salesforce/m/index.d.ts"
|
|
129
|
-
},
|
|
130
|
-
"./color/Salesforce/l": {
|
|
131
|
-
"require": "./color/Salesforce/l/index.js",
|
|
132
|
-
"import": "./color/Salesforce/l/index.mjs",
|
|
133
|
-
"types": "./color/Salesforce/l/index.d.ts"
|
|
134
|
-
},
|
|
135
125
|
"./color/ShopifyColored/m": {
|
|
136
126
|
"require": "./color/ShopifyColored/m/index.js",
|
|
137
127
|
"import": "./color/ShopifyColored/m/index.mjs",
|
|
@@ -142,6 +132,16 @@
|
|
|
142
132
|
"import": "./color/ShopifyColored/l/index.mjs",
|
|
143
133
|
"types": "./color/ShopifyColored/l/index.d.ts"
|
|
144
134
|
},
|
|
135
|
+
"./color/Salesforce/m": {
|
|
136
|
+
"require": "./color/Salesforce/m/index.js",
|
|
137
|
+
"import": "./color/Salesforce/m/index.mjs",
|
|
138
|
+
"types": "./color/Salesforce/m/index.d.ts"
|
|
139
|
+
},
|
|
140
|
+
"./color/Salesforce/l": {
|
|
141
|
+
"require": "./color/Salesforce/l/index.js",
|
|
142
|
+
"import": "./color/Salesforce/l/index.mjs",
|
|
143
|
+
"types": "./color/Salesforce/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",
|
|
@@ -162,16 +162,6 @@
|
|
|
162
162
|
"import": "./color/Moz/l/index.mjs",
|
|
163
163
|
"types": "./color/Moz/l/index.d.ts"
|
|
164
164
|
},
|
|
165
|
-
"./color/MicrosoftOffice/m": {
|
|
166
|
-
"require": "./color/MicrosoftOffice/m/index.js",
|
|
167
|
-
"import": "./color/MicrosoftOffice/m/index.mjs",
|
|
168
|
-
"types": "./color/MicrosoftOffice/m/index.d.ts"
|
|
169
|
-
},
|
|
170
|
-
"./color/MicrosoftOffice/l": {
|
|
171
|
-
"require": "./color/MicrosoftOffice/l/index.js",
|
|
172
|
-
"import": "./color/MicrosoftOffice/l/index.mjs",
|
|
173
|
-
"types": "./color/MicrosoftOffice/l/index.d.ts"
|
|
174
|
-
},
|
|
175
165
|
"./color/MicrosoftOutlook/m": {
|
|
176
166
|
"require": "./color/MicrosoftOutlook/m/index.js",
|
|
177
167
|
"import": "./color/MicrosoftOutlook/m/index.mjs",
|
|
@@ -182,6 +172,16 @@
|
|
|
182
172
|
"import": "./color/MicrosoftOutlook/l/index.mjs",
|
|
183
173
|
"types": "./color/MicrosoftOutlook/l/index.d.ts"
|
|
184
174
|
},
|
|
175
|
+
"./color/MicrosoftOffice/m": {
|
|
176
|
+
"require": "./color/MicrosoftOffice/m/index.js",
|
|
177
|
+
"import": "./color/MicrosoftOffice/m/index.mjs",
|
|
178
|
+
"types": "./color/MicrosoftOffice/m/index.d.ts"
|
|
179
|
+
},
|
|
180
|
+
"./color/MicrosoftOffice/l": {
|
|
181
|
+
"require": "./color/MicrosoftOffice/l/index.js",
|
|
182
|
+
"import": "./color/MicrosoftOffice/l/index.mjs",
|
|
183
|
+
"types": "./color/MicrosoftOffice/l/index.d.ts"
|
|
184
|
+
},
|
|
185
185
|
"./color/MicrosoftExchange/m": {
|
|
186
186
|
"require": "./color/MicrosoftExchange/m/index.js",
|
|
187
187
|
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
@@ -342,16 +342,6 @@
|
|
|
342
342
|
"import": "./color/GoogleDocs/l/index.mjs",
|
|
343
343
|
"types": "./color/GoogleDocs/l/index.d.ts"
|
|
344
344
|
},
|
|
345
|
-
"./color/GoogleDataStudio/m": {
|
|
346
|
-
"require": "./color/GoogleDataStudio/m/index.js",
|
|
347
|
-
"import": "./color/GoogleDataStudio/m/index.mjs",
|
|
348
|
-
"types": "./color/GoogleDataStudio/m/index.d.ts"
|
|
349
|
-
},
|
|
350
|
-
"./color/GoogleDataStudio/l": {
|
|
351
|
-
"require": "./color/GoogleDataStudio/l/index.js",
|
|
352
|
-
"import": "./color/GoogleDataStudio/l/index.mjs",
|
|
353
|
-
"types": "./color/GoogleDataStudio/l/index.d.ts"
|
|
354
|
-
},
|
|
355
345
|
"./color/GoogleDisplayVideoAds/m": {
|
|
356
346
|
"require": "./color/GoogleDisplayVideoAds/m/index.js",
|
|
357
347
|
"import": "./color/GoogleDisplayVideoAds/m/index.mjs",
|
|
@@ -362,15 +352,15 @@
|
|
|
362
352
|
"import": "./color/GoogleDisplayVideoAds/l/index.mjs",
|
|
363
353
|
"types": "./color/GoogleDisplayVideoAds/l/index.d.ts"
|
|
364
354
|
},
|
|
365
|
-
"./color/
|
|
366
|
-
"require": "./color/
|
|
367
|
-
"import": "./color/
|
|
368
|
-
"types": "./color/
|
|
355
|
+
"./color/GoogleDataStudio/m": {
|
|
356
|
+
"require": "./color/GoogleDataStudio/m/index.js",
|
|
357
|
+
"import": "./color/GoogleDataStudio/m/index.mjs",
|
|
358
|
+
"types": "./color/GoogleDataStudio/m/index.d.ts"
|
|
369
359
|
},
|
|
370
|
-
"./color/
|
|
371
|
-
"require": "./color/
|
|
372
|
-
"import": "./color/
|
|
373
|
-
"types": "./color/
|
|
360
|
+
"./color/GoogleDataStudio/l": {
|
|
361
|
+
"require": "./color/GoogleDataStudio/l/index.js",
|
|
362
|
+
"import": "./color/GoogleDataStudio/l/index.mjs",
|
|
363
|
+
"types": "./color/GoogleDataStudio/l/index.d.ts"
|
|
374
364
|
},
|
|
375
365
|
"./color/GoogleColor/m": {
|
|
376
366
|
"require": "./color/GoogleColor/m/index.js",
|
|
@@ -382,6 +372,16 @@
|
|
|
382
372
|
"import": "./color/GoogleColor/l/index.mjs",
|
|
383
373
|
"types": "./color/GoogleColor/l/index.d.ts"
|
|
384
374
|
},
|
|
375
|
+
"./color/GoogleCloud/m": {
|
|
376
|
+
"require": "./color/GoogleCloud/m/index.js",
|
|
377
|
+
"import": "./color/GoogleCloud/m/index.mjs",
|
|
378
|
+
"types": "./color/GoogleCloud/m/index.d.ts"
|
|
379
|
+
},
|
|
380
|
+
"./color/GoogleCloud/l": {
|
|
381
|
+
"require": "./color/GoogleCloud/l/index.js",
|
|
382
|
+
"import": "./color/GoogleCloud/l/index.mjs",
|
|
383
|
+
"types": "./color/GoogleCloud/l/index.d.ts"
|
|
384
|
+
},
|
|
385
385
|
"./color/GoogleAnalytics4/m": {
|
|
386
386
|
"require": "./color/GoogleAnalytics4/m/index.js",
|
|
387
387
|
"import": "./color/GoogleAnalytics4/m/index.mjs",
|
|
@@ -542,16 +542,6 @@
|
|
|
542
542
|
"import": "./color/Ahrefs/l/index.mjs",
|
|
543
543
|
"types": "./color/Ahrefs/l/index.d.ts"
|
|
544
544
|
},
|
|
545
|
-
"./pay/WeChatPay/m": {
|
|
546
|
-
"require": "./pay/WeChatPay/m/index.js",
|
|
547
|
-
"import": "./pay/WeChatPay/m/index.mjs",
|
|
548
|
-
"types": "./pay/WeChatPay/m/index.d.ts"
|
|
549
|
-
},
|
|
550
|
-
"./pay/WeChatPay/l": {
|
|
551
|
-
"require": "./pay/WeChatPay/l/index.js",
|
|
552
|
-
"import": "./pay/WeChatPay/l/index.mjs",
|
|
553
|
-
"types": "./pay/WeChatPay/l/index.d.ts"
|
|
554
|
-
},
|
|
555
545
|
"./pay/Visa/m": {
|
|
556
546
|
"require": "./pay/Visa/m/index.js",
|
|
557
547
|
"import": "./pay/Visa/m/index.mjs",
|
|
@@ -562,6 +552,16 @@
|
|
|
562
552
|
"import": "./pay/Visa/l/index.mjs",
|
|
563
553
|
"types": "./pay/Visa/l/index.d.ts"
|
|
564
554
|
},
|
|
555
|
+
"./pay/WeChatPay/m": {
|
|
556
|
+
"require": "./pay/WeChatPay/m/index.js",
|
|
557
|
+
"import": "./pay/WeChatPay/m/index.mjs",
|
|
558
|
+
"types": "./pay/WeChatPay/m/index.d.ts"
|
|
559
|
+
},
|
|
560
|
+
"./pay/WeChatPay/l": {
|
|
561
|
+
"require": "./pay/WeChatPay/l/index.js",
|
|
562
|
+
"import": "./pay/WeChatPay/l/index.mjs",
|
|
563
|
+
"types": "./pay/WeChatPay/l/index.d.ts"
|
|
564
|
+
},
|
|
565
565
|
"./pay/UnionPay/m": {
|
|
566
566
|
"require": "./pay/UnionPay/m/index.js",
|
|
567
567
|
"import": "./pay/UnionPay/m/index.mjs",
|
|
@@ -742,16 +742,6 @@
|
|
|
742
742
|
"import": "./Youtube/l/index.mjs",
|
|
743
743
|
"types": "./Youtube/l/index.d.ts"
|
|
744
744
|
},
|
|
745
|
-
"./Yext/m": {
|
|
746
|
-
"require": "./Yext/m/index.js",
|
|
747
|
-
"import": "./Yext/m/index.mjs",
|
|
748
|
-
"types": "./Yext/m/index.d.ts"
|
|
749
|
-
},
|
|
750
|
-
"./Yext/l": {
|
|
751
|
-
"require": "./Yext/l/index.js",
|
|
752
|
-
"import": "./Yext/l/index.mjs",
|
|
753
|
-
"types": "./Yext/l/index.d.ts"
|
|
754
|
-
},
|
|
755
745
|
"./Wristwatch/m": {
|
|
756
746
|
"require": "./Wristwatch/m/index.js",
|
|
757
747
|
"import": "./Wristwatch/m/index.mjs",
|
|
@@ -762,6 +752,16 @@
|
|
|
762
752
|
"import": "./Wristwatch/l/index.mjs",
|
|
763
753
|
"types": "./Wristwatch/l/index.d.ts"
|
|
764
754
|
},
|
|
755
|
+
"./Yext/m": {
|
|
756
|
+
"require": "./Yext/m/index.js",
|
|
757
|
+
"import": "./Yext/m/index.mjs",
|
|
758
|
+
"types": "./Yext/m/index.d.ts"
|
|
759
|
+
},
|
|
760
|
+
"./Yext/l": {
|
|
761
|
+
"require": "./Yext/l/index.js",
|
|
762
|
+
"import": "./Yext/l/index.mjs",
|
|
763
|
+
"types": "./Yext/l/index.d.ts"
|
|
764
|
+
},
|
|
765
765
|
"./Wordpress/m": {
|
|
766
766
|
"require": "./Wordpress/m/index.js",
|
|
767
767
|
"import": "./Wordpress/m/index.mjs",
|
|
@@ -862,16 +862,6 @@
|
|
|
862
862
|
"import": "./VideoList/l/index.mjs",
|
|
863
863
|
"types": "./VideoList/l/index.d.ts"
|
|
864
864
|
},
|
|
865
|
-
"./VideoAlt/m": {
|
|
866
|
-
"require": "./VideoAlt/m/index.js",
|
|
867
|
-
"import": "./VideoAlt/m/index.mjs",
|
|
868
|
-
"types": "./VideoAlt/m/index.d.ts"
|
|
869
|
-
},
|
|
870
|
-
"./VideoAlt/l": {
|
|
871
|
-
"require": "./VideoAlt/l/index.js",
|
|
872
|
-
"import": "./VideoAlt/l/index.mjs",
|
|
873
|
-
"types": "./VideoAlt/l/index.d.ts"
|
|
874
|
-
},
|
|
875
865
|
"./VideoCarousel/m": {
|
|
876
866
|
"require": "./VideoCarousel/m/index.js",
|
|
877
867
|
"import": "./VideoCarousel/m/index.mjs",
|
|
@@ -882,6 +872,16 @@
|
|
|
882
872
|
"import": "./VideoCarousel/l/index.mjs",
|
|
883
873
|
"types": "./VideoCarousel/l/index.d.ts"
|
|
884
874
|
},
|
|
875
|
+
"./VideoAlt/m": {
|
|
876
|
+
"require": "./VideoAlt/m/index.js",
|
|
877
|
+
"import": "./VideoAlt/m/index.mjs",
|
|
878
|
+
"types": "./VideoAlt/m/index.d.ts"
|
|
879
|
+
},
|
|
880
|
+
"./VideoAlt/l": {
|
|
881
|
+
"require": "./VideoAlt/l/index.js",
|
|
882
|
+
"import": "./VideoAlt/l/index.mjs",
|
|
883
|
+
"types": "./VideoAlt/l/index.d.ts"
|
|
884
|
+
},
|
|
885
885
|
"./Video/m": {
|
|
886
886
|
"require": "./Video/m/index.js",
|
|
887
887
|
"import": "./Video/m/index.mjs",
|
|
@@ -942,16 +942,6 @@
|
|
|
942
942
|
"import": "./UserShared/l/index.mjs",
|
|
943
943
|
"types": "./UserShared/l/index.d.ts"
|
|
944
944
|
},
|
|
945
|
-
"./UserDemo/m": {
|
|
946
|
-
"require": "./UserDemo/m/index.js",
|
|
947
|
-
"import": "./UserDemo/m/index.mjs",
|
|
948
|
-
"types": "./UserDemo/m/index.d.ts"
|
|
949
|
-
},
|
|
950
|
-
"./UserDemo/l": {
|
|
951
|
-
"require": "./UserDemo/l/index.js",
|
|
952
|
-
"import": "./UserDemo/l/index.mjs",
|
|
953
|
-
"types": "./UserDemo/l/index.d.ts"
|
|
954
|
-
},
|
|
955
945
|
"./UserGroup/m": {
|
|
956
946
|
"require": "./UserGroup/m/index.js",
|
|
957
947
|
"import": "./UserGroup/m/index.mjs",
|
|
@@ -962,6 +952,16 @@
|
|
|
962
952
|
"import": "./UserGroup/l/index.mjs",
|
|
963
953
|
"types": "./UserGroup/l/index.d.ts"
|
|
964
954
|
},
|
|
955
|
+
"./UserDemo/m": {
|
|
956
|
+
"require": "./UserDemo/m/index.js",
|
|
957
|
+
"import": "./UserDemo/m/index.mjs",
|
|
958
|
+
"types": "./UserDemo/m/index.d.ts"
|
|
959
|
+
},
|
|
960
|
+
"./UserDemo/l": {
|
|
961
|
+
"require": "./UserDemo/l/index.js",
|
|
962
|
+
"import": "./UserDemo/l/index.mjs",
|
|
963
|
+
"types": "./UserDemo/l/index.d.ts"
|
|
964
|
+
},
|
|
965
965
|
"./User/m": {
|
|
966
966
|
"require": "./User/m/index.js",
|
|
967
967
|
"import": "./User/m/index.mjs",
|
|
@@ -1132,6 +1132,46 @@
|
|
|
1132
1132
|
"import": "./ThumbDown/l/index.mjs",
|
|
1133
1133
|
"types": "./ThumbDown/l/index.d.ts"
|
|
1134
1134
|
},
|
|
1135
|
+
"./TextUnderline/m": {
|
|
1136
|
+
"require": "./TextUnderline/m/index.js",
|
|
1137
|
+
"import": "./TextUnderline/m/index.mjs",
|
|
1138
|
+
"types": "./TextUnderline/m/index.d.ts"
|
|
1139
|
+
},
|
|
1140
|
+
"./TextUnderline/l": {
|
|
1141
|
+
"require": "./TextUnderline/l/index.js",
|
|
1142
|
+
"import": "./TextUnderline/l/index.mjs",
|
|
1143
|
+
"types": "./TextUnderline/l/index.d.ts"
|
|
1144
|
+
},
|
|
1145
|
+
"./TextQuotes/m": {
|
|
1146
|
+
"require": "./TextQuotes/m/index.js",
|
|
1147
|
+
"import": "./TextQuotes/m/index.mjs",
|
|
1148
|
+
"types": "./TextQuotes/m/index.d.ts"
|
|
1149
|
+
},
|
|
1150
|
+
"./TextQuotes/l": {
|
|
1151
|
+
"require": "./TextQuotes/l/index.js",
|
|
1152
|
+
"import": "./TextQuotes/l/index.mjs",
|
|
1153
|
+
"types": "./TextQuotes/l/index.d.ts"
|
|
1154
|
+
},
|
|
1155
|
+
"./TextItalic/m": {
|
|
1156
|
+
"require": "./TextItalic/m/index.js",
|
|
1157
|
+
"import": "./TextItalic/m/index.mjs",
|
|
1158
|
+
"types": "./TextItalic/m/index.d.ts"
|
|
1159
|
+
},
|
|
1160
|
+
"./TextItalic/l": {
|
|
1161
|
+
"require": "./TextItalic/l/index.js",
|
|
1162
|
+
"import": "./TextItalic/l/index.mjs",
|
|
1163
|
+
"types": "./TextItalic/l/index.d.ts"
|
|
1164
|
+
},
|
|
1165
|
+
"./TextBold/m": {
|
|
1166
|
+
"require": "./TextBold/m/index.js",
|
|
1167
|
+
"import": "./TextBold/m/index.mjs",
|
|
1168
|
+
"types": "./TextBold/m/index.d.ts"
|
|
1169
|
+
},
|
|
1170
|
+
"./TextBold/l": {
|
|
1171
|
+
"require": "./TextBold/l/index.js",
|
|
1172
|
+
"import": "./TextBold/l/index.mjs",
|
|
1173
|
+
"types": "./TextBold/l/index.d.ts"
|
|
1174
|
+
},
|
|
1135
1175
|
"./Text/m": {
|
|
1136
1176
|
"require": "./Text/m/index.js",
|
|
1137
1177
|
"import": "./Text/m/index.mjs",
|
|
@@ -1182,16 +1222,6 @@
|
|
|
1182
1222
|
"import": "./TackNo/l/index.mjs",
|
|
1183
1223
|
"types": "./TackNo/l/index.d.ts"
|
|
1184
1224
|
},
|
|
1185
|
-
"./Tack/m": {
|
|
1186
|
-
"require": "./Tack/m/index.js",
|
|
1187
|
-
"import": "./Tack/m/index.mjs",
|
|
1188
|
-
"types": "./Tack/m/index.d.ts"
|
|
1189
|
-
},
|
|
1190
|
-
"./Tack/l": {
|
|
1191
|
-
"require": "./Tack/l/index.js",
|
|
1192
|
-
"import": "./Tack/l/index.mjs",
|
|
1193
|
-
"types": "./Tack/l/index.d.ts"
|
|
1194
|
-
},
|
|
1195
1225
|
"./Tablet/m": {
|
|
1196
1226
|
"require": "./Tablet/m/index.js",
|
|
1197
1227
|
"import": "./Tablet/m/index.mjs",
|
|
@@ -1202,6 +1232,16 @@
|
|
|
1202
1232
|
"import": "./Tablet/l/index.mjs",
|
|
1203
1233
|
"types": "./Tablet/l/index.d.ts"
|
|
1204
1234
|
},
|
|
1235
|
+
"./Tack/m": {
|
|
1236
|
+
"require": "./Tack/m/index.js",
|
|
1237
|
+
"import": "./Tack/m/index.mjs",
|
|
1238
|
+
"types": "./Tack/m/index.d.ts"
|
|
1239
|
+
},
|
|
1240
|
+
"./Tack/l": {
|
|
1241
|
+
"require": "./Tack/l/index.js",
|
|
1242
|
+
"import": "./Tack/l/index.mjs",
|
|
1243
|
+
"types": "./Tack/l/index.d.ts"
|
|
1244
|
+
},
|
|
1205
1245
|
"./Table/m": {
|
|
1206
1246
|
"require": "./Table/m/index.js",
|
|
1207
1247
|
"import": "./Table/m/index.mjs",
|
|
@@ -1322,16 +1362,6 @@
|
|
|
1322
1362
|
"import": "./SmileNeutral/l/index.mjs",
|
|
1323
1363
|
"types": "./SmileNeutral/l/index.d.ts"
|
|
1324
1364
|
},
|
|
1325
|
-
"./SmileHappy/m": {
|
|
1326
|
-
"require": "./SmileHappy/m/index.js",
|
|
1327
|
-
"import": "./SmileHappy/m/index.mjs",
|
|
1328
|
-
"types": "./SmileHappy/m/index.d.ts"
|
|
1329
|
-
},
|
|
1330
|
-
"./SmileHappy/l": {
|
|
1331
|
-
"require": "./SmileHappy/l/index.js",
|
|
1332
|
-
"import": "./SmileHappy/l/index.mjs",
|
|
1333
|
-
"types": "./SmileHappy/l/index.d.ts"
|
|
1334
|
-
},
|
|
1335
1365
|
"./Slack/m": {
|
|
1336
1366
|
"require": "./Slack/m/index.js",
|
|
1337
1367
|
"import": "./Slack/m/index.mjs",
|
|
@@ -1342,6 +1372,16 @@
|
|
|
1342
1372
|
"import": "./Slack/l/index.mjs",
|
|
1343
1373
|
"types": "./Slack/l/index.d.ts"
|
|
1344
1374
|
},
|
|
1375
|
+
"./SmileHappy/m": {
|
|
1376
|
+
"require": "./SmileHappy/m/index.js",
|
|
1377
|
+
"import": "./SmileHappy/m/index.mjs",
|
|
1378
|
+
"types": "./SmileHappy/m/index.d.ts"
|
|
1379
|
+
},
|
|
1380
|
+
"./SmileHappy/l": {
|
|
1381
|
+
"require": "./SmileHappy/l/index.js",
|
|
1382
|
+
"import": "./SmileHappy/l/index.mjs",
|
|
1383
|
+
"types": "./SmileHappy/l/index.d.ts"
|
|
1384
|
+
},
|
|
1345
1385
|
"./Skype/m": {
|
|
1346
1386
|
"require": "./Skype/m/index.js",
|
|
1347
1387
|
"import": "./Skype/m/index.mjs",
|
|
@@ -1712,16 +1752,6 @@
|
|
|
1712
1752
|
"import": "./RelatedProducts/l/index.mjs",
|
|
1713
1753
|
"types": "./RelatedProducts/l/index.d.ts"
|
|
1714
1754
|
},
|
|
1715
|
-
"./Redirect/m": {
|
|
1716
|
-
"require": "./Redirect/m/index.js",
|
|
1717
|
-
"import": "./Redirect/m/index.mjs",
|
|
1718
|
-
"types": "./Redirect/m/index.d.ts"
|
|
1719
|
-
},
|
|
1720
|
-
"./Redirect/l": {
|
|
1721
|
-
"require": "./Redirect/l/index.js",
|
|
1722
|
-
"import": "./Redirect/l/index.mjs",
|
|
1723
|
-
"types": "./Redirect/l/index.d.ts"
|
|
1724
|
-
},
|
|
1725
1755
|
"./Redo/m": {
|
|
1726
1756
|
"require": "./Redo/m/index.js",
|
|
1727
1757
|
"import": "./Redo/m/index.mjs",
|
|
@@ -1732,6 +1762,16 @@
|
|
|
1732
1762
|
"import": "./Redo/l/index.mjs",
|
|
1733
1763
|
"types": "./Redo/l/index.d.ts"
|
|
1734
1764
|
},
|
|
1765
|
+
"./Redirect/m": {
|
|
1766
|
+
"require": "./Redirect/m/index.js",
|
|
1767
|
+
"import": "./Redirect/m/index.mjs",
|
|
1768
|
+
"types": "./Redirect/m/index.d.ts"
|
|
1769
|
+
},
|
|
1770
|
+
"./Redirect/l": {
|
|
1771
|
+
"require": "./Redirect/l/index.js",
|
|
1772
|
+
"import": "./Redirect/l/index.mjs",
|
|
1773
|
+
"types": "./Redirect/l/index.d.ts"
|
|
1774
|
+
},
|
|
1735
1775
|
"./Recreation/m": {
|
|
1736
1776
|
"require": "./Recreation/m/index.js",
|
|
1737
1777
|
"import": "./Recreation/m/index.mjs",
|
|
@@ -1802,16 +1842,6 @@
|
|
|
1802
1842
|
"import": "./PublicUtility/l/index.mjs",
|
|
1803
1843
|
"types": "./PublicUtility/l/index.d.ts"
|
|
1804
1844
|
},
|
|
1805
|
-
"./Prowly/m": {
|
|
1806
|
-
"require": "./Prowly/m/index.js",
|
|
1807
|
-
"import": "./Prowly/m/index.mjs",
|
|
1808
|
-
"types": "./Prowly/m/index.d.ts"
|
|
1809
|
-
},
|
|
1810
|
-
"./Prowly/l": {
|
|
1811
|
-
"require": "./Prowly/l/index.js",
|
|
1812
|
-
"import": "./Prowly/l/index.mjs",
|
|
1813
|
-
"types": "./Prowly/l/index.d.ts"
|
|
1814
|
-
},
|
|
1815
1845
|
"./PublicSafety/m": {
|
|
1816
1846
|
"require": "./PublicSafety/m/index.js",
|
|
1817
1847
|
"import": "./PublicSafety/m/index.mjs",
|
|
@@ -1822,6 +1852,16 @@
|
|
|
1822
1852
|
"import": "./PublicSafety/l/index.mjs",
|
|
1823
1853
|
"types": "./PublicSafety/l/index.d.ts"
|
|
1824
1854
|
},
|
|
1855
|
+
"./Prowly/m": {
|
|
1856
|
+
"require": "./Prowly/m/index.js",
|
|
1857
|
+
"import": "./Prowly/m/index.mjs",
|
|
1858
|
+
"types": "./Prowly/m/index.d.ts"
|
|
1859
|
+
},
|
|
1860
|
+
"./Prowly/l": {
|
|
1861
|
+
"require": "./Prowly/l/index.js",
|
|
1862
|
+
"import": "./Prowly/l/index.mjs",
|
|
1863
|
+
"types": "./Prowly/l/index.d.ts"
|
|
1864
|
+
},
|
|
1825
1865
|
"./Printing/m": {
|
|
1826
1866
|
"require": "./Printing/m/index.js",
|
|
1827
1867
|
"import": "./Printing/m/index.mjs",
|
|
@@ -1952,16 +1992,6 @@
|
|
|
1952
1992
|
"import": "./Pinterest/l/index.mjs",
|
|
1953
1993
|
"types": "./Pinterest/l/index.d.ts"
|
|
1954
1994
|
},
|
|
1955
|
-
"./PinUsd/m": {
|
|
1956
|
-
"require": "./PinUsd/m/index.js",
|
|
1957
|
-
"import": "./PinUsd/m/index.mjs",
|
|
1958
|
-
"types": "./PinUsd/m/index.d.ts"
|
|
1959
|
-
},
|
|
1960
|
-
"./PinUsd/l": {
|
|
1961
|
-
"require": "./PinUsd/l/index.js",
|
|
1962
|
-
"import": "./PinUsd/l/index.mjs",
|
|
1963
|
-
"types": "./PinUsd/l/index.d.ts"
|
|
1964
|
-
},
|
|
1965
1995
|
"./Pins/m": {
|
|
1966
1996
|
"require": "./Pins/m/index.js",
|
|
1967
1997
|
"import": "./Pins/m/index.mjs",
|
|
@@ -1972,6 +2002,16 @@
|
|
|
1972
2002
|
"import": "./Pins/l/index.mjs",
|
|
1973
2003
|
"types": "./Pins/l/index.d.ts"
|
|
1974
2004
|
},
|
|
2005
|
+
"./PinUsd/m": {
|
|
2006
|
+
"require": "./PinUsd/m/index.js",
|
|
2007
|
+
"import": "./PinUsd/m/index.mjs",
|
|
2008
|
+
"types": "./PinUsd/m/index.d.ts"
|
|
2009
|
+
},
|
|
2010
|
+
"./PinUsd/l": {
|
|
2011
|
+
"require": "./PinUsd/l/index.js",
|
|
2012
|
+
"import": "./PinUsd/l/index.mjs",
|
|
2013
|
+
"types": "./PinUsd/l/index.d.ts"
|
|
2014
|
+
},
|
|
1975
2015
|
"./PinNo/m": {
|
|
1976
2016
|
"require": "./PinNo/m/index.js",
|
|
1977
2017
|
"import": "./PinNo/m/index.mjs",
|
|
@@ -2592,16 +2632,6 @@
|
|
|
2592
2632
|
"import": "./Laptop/l/index.mjs",
|
|
2593
2633
|
"types": "./Laptop/l/index.d.ts"
|
|
2594
2634
|
},
|
|
2595
|
-
"./Language/m": {
|
|
2596
|
-
"require": "./Language/m/index.js",
|
|
2597
|
-
"import": "./Language/m/index.mjs",
|
|
2598
|
-
"types": "./Language/m/index.d.ts"
|
|
2599
|
-
},
|
|
2600
|
-
"./Language/l": {
|
|
2601
|
-
"require": "./Language/l/index.js",
|
|
2602
|
-
"import": "./Language/l/index.mjs",
|
|
2603
|
-
"types": "./Language/l/index.d.ts"
|
|
2604
|
-
},
|
|
2605
2635
|
"./KeyHotkey/m": {
|
|
2606
2636
|
"require": "./KeyHotkey/m/index.js",
|
|
2607
2637
|
"import": "./KeyHotkey/m/index.mjs",
|
|
@@ -2612,6 +2642,16 @@
|
|
|
2612
2642
|
"import": "./KeyHotkey/l/index.mjs",
|
|
2613
2643
|
"types": "./KeyHotkey/l/index.d.ts"
|
|
2614
2644
|
},
|
|
2645
|
+
"./Language/m": {
|
|
2646
|
+
"require": "./Language/m/index.js",
|
|
2647
|
+
"import": "./Language/m/index.mjs",
|
|
2648
|
+
"types": "./Language/m/index.d.ts"
|
|
2649
|
+
},
|
|
2650
|
+
"./Language/l": {
|
|
2651
|
+
"require": "./Language/l/index.js",
|
|
2652
|
+
"import": "./Language/l/index.mjs",
|
|
2653
|
+
"types": "./Language/l/index.d.ts"
|
|
2654
|
+
},
|
|
2615
2655
|
"./KeyCmd/m": {
|
|
2616
2656
|
"require": "./KeyCmd/m/index.js",
|
|
2617
2657
|
"import": "./KeyCmd/m/index.mjs",
|
|
@@ -2812,6 +2852,16 @@
|
|
|
2812
2852
|
"import": "./Globe/l/index.mjs",
|
|
2813
2853
|
"types": "./Globe/l/index.d.ts"
|
|
2814
2854
|
},
|
|
2855
|
+
"./Gift/m": {
|
|
2856
|
+
"require": "./Gift/m/index.js",
|
|
2857
|
+
"import": "./Gift/m/index.mjs",
|
|
2858
|
+
"types": "./Gift/m/index.d.ts"
|
|
2859
|
+
},
|
|
2860
|
+
"./Gift/l": {
|
|
2861
|
+
"require": "./Gift/l/index.js",
|
|
2862
|
+
"import": "./Gift/l/index.mjs",
|
|
2863
|
+
"types": "./Gift/l/index.d.ts"
|
|
2864
|
+
},
|
|
2815
2865
|
"./GenderMale/m": {
|
|
2816
2866
|
"require": "./GenderMale/m/index.js",
|
|
2817
2867
|
"import": "./GenderMale/m/index.mjs",
|
|
@@ -3782,16 +3832,6 @@
|
|
|
3782
3832
|
"import": "./ChartBarStacked/l/index.mjs",
|
|
3783
3833
|
"types": "./ChartBarStacked/l/index.d.ts"
|
|
3784
3834
|
},
|
|
3785
|
-
"./ChargebackWin/m": {
|
|
3786
|
-
"require": "./ChargebackWin/m/index.js",
|
|
3787
|
-
"import": "./ChargebackWin/m/index.mjs",
|
|
3788
|
-
"types": "./ChargebackWin/m/index.d.ts"
|
|
3789
|
-
},
|
|
3790
|
-
"./ChargebackWin/l": {
|
|
3791
|
-
"require": "./ChargebackWin/l/index.js",
|
|
3792
|
-
"import": "./ChargebackWin/l/index.mjs",
|
|
3793
|
-
"types": "./ChargebackWin/l/index.d.ts"
|
|
3794
|
-
},
|
|
3795
3835
|
"./ChartBar/m": {
|
|
3796
3836
|
"require": "./ChartBar/m/index.js",
|
|
3797
3837
|
"import": "./ChartBar/m/index.mjs",
|
|
@@ -3802,6 +3842,16 @@
|
|
|
3802
3842
|
"import": "./ChartBar/l/index.mjs",
|
|
3803
3843
|
"types": "./ChartBar/l/index.d.ts"
|
|
3804
3844
|
},
|
|
3845
|
+
"./ChargebackWin/m": {
|
|
3846
|
+
"require": "./ChargebackWin/m/index.js",
|
|
3847
|
+
"import": "./ChargebackWin/m/index.mjs",
|
|
3848
|
+
"types": "./ChargebackWin/m/index.d.ts"
|
|
3849
|
+
},
|
|
3850
|
+
"./ChargebackWin/l": {
|
|
3851
|
+
"require": "./ChargebackWin/l/index.js",
|
|
3852
|
+
"import": "./ChargebackWin/l/index.mjs",
|
|
3853
|
+
"types": "./ChargebackWin/l/index.d.ts"
|
|
3854
|
+
},
|
|
3805
3855
|
"./ChargebackLoss/m": {
|
|
3806
3856
|
"require": "./ChargebackLoss/m/index.js",
|
|
3807
3857
|
"import": "./ChargebackLoss/m/index.mjs",
|
|
@@ -4182,16 +4232,6 @@
|
|
|
4182
4232
|
"import": "./AddCampaign/l/index.mjs",
|
|
4183
4233
|
"types": "./AddCampaign/l/index.d.ts"
|
|
4184
4234
|
},
|
|
4185
|
-
"./AdMiddle/m": {
|
|
4186
|
-
"require": "./AdMiddle/m/index.js",
|
|
4187
|
-
"import": "./AdMiddle/m/index.mjs",
|
|
4188
|
-
"types": "./AdMiddle/m/index.d.ts"
|
|
4189
|
-
},
|
|
4190
|
-
"./AdMiddle/l": {
|
|
4191
|
-
"require": "./AdMiddle/l/index.js",
|
|
4192
|
-
"import": "./AdMiddle/l/index.mjs",
|
|
4193
|
-
"types": "./AdMiddle/l/index.d.ts"
|
|
4194
|
-
},
|
|
4195
4235
|
"./AdTop/m": {
|
|
4196
4236
|
"require": "./AdTop/m/index.js",
|
|
4197
4237
|
"import": "./AdTop/m/index.mjs",
|
|
@@ -4202,6 +4242,16 @@
|
|
|
4202
4242
|
"import": "./AdTop/l/index.mjs",
|
|
4203
4243
|
"types": "./AdTop/l/index.d.ts"
|
|
4204
4244
|
},
|
|
4245
|
+
"./AdMiddle/m": {
|
|
4246
|
+
"require": "./AdMiddle/m/index.js",
|
|
4247
|
+
"import": "./AdMiddle/m/index.mjs",
|
|
4248
|
+
"types": "./AdMiddle/m/index.d.ts"
|
|
4249
|
+
},
|
|
4250
|
+
"./AdMiddle/l": {
|
|
4251
|
+
"require": "./AdMiddle/l/index.js",
|
|
4252
|
+
"import": "./AdMiddle/l/index.mjs",
|
|
4253
|
+
"types": "./AdMiddle/l/index.d.ts"
|
|
4254
|
+
},
|
|
4205
4255
|
"./AdBottom/m": {
|
|
4206
4256
|
"require": "./AdBottom/m/index.js",
|
|
4207
4257
|
"import": "./AdBottom/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.4.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.4.0)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
fillRule: "evenodd",
|