@semcore/icon 16.7.2 → 16.7.3-prerelease.1
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/GoogleGenerativeAIColored/l/index.js +2 -2
- package/color/GoogleGenerativeAIColored/l/index.mjs +2 -2
- package/color/GoogleGenerativeAIColored/m/index.js +2 -2
- package/color/GoogleGenerativeAIColored/m/index.mjs +2 -2
- package/color/MetaColored/l/index.js +4 -4
- package/color/MetaColored/l/index.mjs +4 -4
- package/color/MetaColored/m/index.js +4 -4
- package/color/MetaColored/m/index.mjs +4 -4
- package/color/MicrosoftOffice/l/index.js +10 -10
- package/color/MicrosoftOffice/l/index.mjs +10 -10
- package/color/MicrosoftOffice/m/index.js +10 -10
- package/color/MicrosoftOffice/m/index.mjs +10 -10
- package/lib/cjs/Icon.js +4 -4
- package/lib/cjs/style/icon.shadow.css +4 -0
- package/lib/es6/Icon.js +4 -4
- package/lib/es6/style/icon.shadow.css +4 -0
- package/lib/esm/Icon.mjs +5 -5
- package/lib/esm/style/icon.shadow.css +4 -0
- package/package.json +111 -111
- 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/lib/es6/Icon.js
CHANGED
|
@@ -15,12 +15,12 @@ import { useColorResolver } from '@semcore/core/lib/utils/use/useColorResolver';
|
|
|
15
15
|
import cn from 'classnames';
|
|
16
16
|
import React from 'react';
|
|
17
17
|
/*!__reshadow-styles__:"./style/icon.shadow.css"*/
|
|
18
|
-
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SIcon_180ai_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_180ai)}.___SIcon_180ai_gg_.__interactive_180ai_gg_{cursor:pointer}@media (hover:hover){.___SIcon_180ai_gg_.__interactive_180ai_gg_:hover{filter:brightness(.8)}}.___SIcon_180ai_gg_.__interactive_180ai_gg_ path{pointer-events:none}", /*__inner_css_end__*/"180ai_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SIcon": "
|
|
22
|
-
"--color": "--
|
|
23
|
-
"_interactive": "
|
|
21
|
+
"__SIcon": "___SIcon_180ai_gg_",
|
|
22
|
+
"--color": "--color_180ai",
|
|
23
|
+
"_interactive": "__interactive_180ai_gg_"
|
|
24
24
|
});
|
|
25
25
|
function Icon(props, ref) {
|
|
26
26
|
var _useBox = useBox(_objectSpread({
|
package/lib/esm/Icon.mjs
CHANGED
|
@@ -18,14 +18,14 @@ var styles = (
|
|
|
18
18
|
/*__reshadow_css_start__*/
|
|
19
19
|
(sstyled.insert(
|
|
20
20
|
/*__inner_css_start__*/
|
|
21
|
-
".
|
|
21
|
+
".___SIcon_180ai_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_180ai)}.___SIcon_180ai_gg_.__interactive_180ai_gg_{cursor:pointer}@media (hover:hover){.___SIcon_180ai_gg_.__interactive_180ai_gg_:hover{filter:brightness(.8)}}.___SIcon_180ai_gg_.__interactive_180ai_gg_ path{pointer-events:none}",
|
|
22
22
|
/*__inner_css_end__*/
|
|
23
|
-
"
|
|
23
|
+
"180ai_gg_"
|
|
24
24
|
), /*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SIcon": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_interactive": "
|
|
26
|
+
"__SIcon": "___SIcon_180ai_gg_",
|
|
27
|
+
"--color": "--color_180ai",
|
|
28
|
+
"_interactive": "__interactive_180ai_gg_"
|
|
29
29
|
})
|
|
30
30
|
);
|
|
31
31
|
function Icon(props, ref) {
|
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.
|
|
4
|
+
"version": "16.7.3-prerelease.1",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
|
+
"@semcore/icon-transform-svg": "1.1.0",
|
|
25
26
|
"@semcore/base-components": "16.4.1",
|
|
26
|
-
"@semcore/testing-utils": "1.0.0"
|
|
27
|
-
"@semcore/icon-transform-svg": "1.1.0"
|
|
27
|
+
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
@@ -82,16 +82,6 @@
|
|
|
82
82
|
"import": "./color/WhatsApp/l/index.mjs",
|
|
83
83
|
"types": "./color/WhatsApp/l/index.d.ts"
|
|
84
84
|
},
|
|
85
|
-
"./color/TikTokColoredInvert/m": {
|
|
86
|
-
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
87
|
-
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
88
|
-
"types": "./color/TikTokColoredInvert/m/index.d.ts"
|
|
89
|
-
},
|
|
90
|
-
"./color/TikTokColoredInvert/l": {
|
|
91
|
-
"require": "./color/TikTokColoredInvert/l/index.js",
|
|
92
|
-
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
93
|
-
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
94
|
-
},
|
|
95
85
|
"./color/WhatConvertsColored/m": {
|
|
96
86
|
"require": "./color/WhatConvertsColored/m/index.js",
|
|
97
87
|
"import": "./color/WhatConvertsColored/m/index.mjs",
|
|
@@ -102,6 +92,16 @@
|
|
|
102
92
|
"import": "./color/WhatConvertsColored/l/index.mjs",
|
|
103
93
|
"types": "./color/WhatConvertsColored/l/index.d.ts"
|
|
104
94
|
},
|
|
95
|
+
"./color/TikTokColoredInvert/m": {
|
|
96
|
+
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
97
|
+
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
98
|
+
"types": "./color/TikTokColoredInvert/m/index.d.ts"
|
|
99
|
+
},
|
|
100
|
+
"./color/TikTokColoredInvert/l": {
|
|
101
|
+
"require": "./color/TikTokColoredInvert/l/index.js",
|
|
102
|
+
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
103
|
+
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
104
|
+
},
|
|
105
105
|
"./color/TikTokColored/m": {
|
|
106
106
|
"require": "./color/TikTokColored/m/index.js",
|
|
107
107
|
"import": "./color/TikTokColored/m/index.mjs",
|
|
@@ -252,16 +252,6 @@
|
|
|
252
252
|
"import": "./color/LookerStudio/l/index.mjs",
|
|
253
253
|
"types": "./color/LookerStudio/l/index.d.ts"
|
|
254
254
|
},
|
|
255
|
-
"./color/JavaScript/m": {
|
|
256
|
-
"require": "./color/JavaScript/m/index.js",
|
|
257
|
-
"import": "./color/JavaScript/m/index.mjs",
|
|
258
|
-
"types": "./color/JavaScript/m/index.d.ts"
|
|
259
|
-
},
|
|
260
|
-
"./color/JavaScript/l": {
|
|
261
|
-
"require": "./color/JavaScript/l/index.js",
|
|
262
|
-
"import": "./color/JavaScript/l/index.mjs",
|
|
263
|
-
"types": "./color/JavaScript/l/index.d.ts"
|
|
264
|
-
},
|
|
265
255
|
"./color/LinkedInColored/m": {
|
|
266
256
|
"require": "./color/LinkedInColored/m/index.js",
|
|
267
257
|
"import": "./color/LinkedInColored/m/index.mjs",
|
|
@@ -272,6 +262,16 @@
|
|
|
272
262
|
"import": "./color/LinkedInColored/l/index.mjs",
|
|
273
263
|
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
274
264
|
},
|
|
265
|
+
"./color/JavaScript/m": {
|
|
266
|
+
"require": "./color/JavaScript/m/index.js",
|
|
267
|
+
"import": "./color/JavaScript/m/index.mjs",
|
|
268
|
+
"types": "./color/JavaScript/m/index.d.ts"
|
|
269
|
+
},
|
|
270
|
+
"./color/JavaScript/l": {
|
|
271
|
+
"require": "./color/JavaScript/l/index.js",
|
|
272
|
+
"import": "./color/JavaScript/l/index.mjs",
|
|
273
|
+
"types": "./color/JavaScript/l/index.d.ts"
|
|
274
|
+
},
|
|
275
275
|
"./color/InstagramColored/m": {
|
|
276
276
|
"require": "./color/InstagramColored/m/index.js",
|
|
277
277
|
"import": "./color/InstagramColored/m/index.mjs",
|
|
@@ -857,16 +857,6 @@
|
|
|
857
857
|
"import": "./VolumeUp/l/index.mjs",
|
|
858
858
|
"types": "./VolumeUp/l/index.d.ts"
|
|
859
859
|
},
|
|
860
|
-
"./VideoStreaming/m": {
|
|
861
|
-
"require": "./VideoStreaming/m/index.js",
|
|
862
|
-
"import": "./VideoStreaming/m/index.mjs",
|
|
863
|
-
"types": "./VideoStreaming/m/index.d.ts"
|
|
864
|
-
},
|
|
865
|
-
"./VideoStreaming/l": {
|
|
866
|
-
"require": "./VideoStreaming/l/index.js",
|
|
867
|
-
"import": "./VideoStreaming/l/index.mjs",
|
|
868
|
-
"types": "./VideoStreaming/l/index.d.ts"
|
|
869
|
-
},
|
|
870
860
|
"./Vk/m": {
|
|
871
861
|
"require": "./Vk/m/index.js",
|
|
872
862
|
"import": "./Vk/m/index.mjs",
|
|
@@ -877,6 +867,16 @@
|
|
|
877
867
|
"import": "./Vk/l/index.mjs",
|
|
878
868
|
"types": "./Vk/l/index.d.ts"
|
|
879
869
|
},
|
|
870
|
+
"./VideoStreaming/m": {
|
|
871
|
+
"require": "./VideoStreaming/m/index.js",
|
|
872
|
+
"import": "./VideoStreaming/m/index.mjs",
|
|
873
|
+
"types": "./VideoStreaming/m/index.d.ts"
|
|
874
|
+
},
|
|
875
|
+
"./VideoStreaming/l": {
|
|
876
|
+
"require": "./VideoStreaming/l/index.js",
|
|
877
|
+
"import": "./VideoStreaming/l/index.mjs",
|
|
878
|
+
"types": "./VideoStreaming/l/index.d.ts"
|
|
879
|
+
},
|
|
880
880
|
"./VideoStop/m": {
|
|
881
881
|
"require": "./VideoStop/m/index.js",
|
|
882
882
|
"import": "./VideoStop/m/index.mjs",
|
|
@@ -1587,16 +1587,6 @@
|
|
|
1587
1587
|
"import": "./Sellzone/l/index.mjs",
|
|
1588
1588
|
"types": "./Sellzone/l/index.d.ts"
|
|
1589
1589
|
},
|
|
1590
|
-
"./SeeResultsAbout/m": {
|
|
1591
|
-
"require": "./SeeResultsAbout/m/index.js",
|
|
1592
|
-
"import": "./SeeResultsAbout/m/index.mjs",
|
|
1593
|
-
"types": "./SeeResultsAbout/m/index.d.ts"
|
|
1594
|
-
},
|
|
1595
|
-
"./SeeResultsAbout/l": {
|
|
1596
|
-
"require": "./SeeResultsAbout/l/index.js",
|
|
1597
|
-
"import": "./SeeResultsAbout/l/index.mjs",
|
|
1598
|
-
"types": "./SeeResultsAbout/l/index.d.ts"
|
|
1599
|
-
},
|
|
1600
1590
|
"./SecurityNo/m": {
|
|
1601
1591
|
"require": "./SecurityNo/m/index.js",
|
|
1602
1592
|
"import": "./SecurityNo/m/index.mjs",
|
|
@@ -2677,16 +2667,6 @@
|
|
|
2677
2667
|
"import": "./LightningFilled/l/index.mjs",
|
|
2678
2668
|
"types": "./LightningFilled/l/index.d.ts"
|
|
2679
2669
|
},
|
|
2680
|
-
"./Lightning/m": {
|
|
2681
|
-
"require": "./Lightning/m/index.js",
|
|
2682
|
-
"import": "./Lightning/m/index.mjs",
|
|
2683
|
-
"types": "./Lightning/m/index.d.ts"
|
|
2684
|
-
},
|
|
2685
|
-
"./Lightning/l": {
|
|
2686
|
-
"require": "./Lightning/l/index.js",
|
|
2687
|
-
"import": "./Lightning/l/index.mjs",
|
|
2688
|
-
"types": "./Lightning/l/index.d.ts"
|
|
2689
|
-
},
|
|
2690
2670
|
"./Law/m": {
|
|
2691
2671
|
"require": "./Law/m/index.js",
|
|
2692
2672
|
"import": "./Law/m/index.mjs",
|
|
@@ -2707,6 +2687,16 @@
|
|
|
2707
2687
|
"import": "./Laptop/l/index.mjs",
|
|
2708
2688
|
"types": "./Laptop/l/index.d.ts"
|
|
2709
2689
|
},
|
|
2690
|
+
"./Lightning/m": {
|
|
2691
|
+
"require": "./Lightning/m/index.js",
|
|
2692
|
+
"import": "./Lightning/m/index.mjs",
|
|
2693
|
+
"types": "./Lightning/m/index.d.ts"
|
|
2694
|
+
},
|
|
2695
|
+
"./Lightning/l": {
|
|
2696
|
+
"require": "./Lightning/l/index.js",
|
|
2697
|
+
"import": "./Lightning/l/index.mjs",
|
|
2698
|
+
"types": "./Lightning/l/index.d.ts"
|
|
2699
|
+
},
|
|
2710
2700
|
"./Language/m": {
|
|
2711
2701
|
"require": "./Language/m/index.js",
|
|
2712
2702
|
"import": "./Language/m/index.mjs",
|
|
@@ -2837,16 +2827,6 @@
|
|
|
2837
2827
|
"import": "./Hotel/l/index.mjs",
|
|
2838
2828
|
"types": "./Hotel/l/index.d.ts"
|
|
2839
2829
|
},
|
|
2840
|
-
"./Home/m": {
|
|
2841
|
-
"require": "./Home/m/index.js",
|
|
2842
|
-
"import": "./Home/m/index.mjs",
|
|
2843
|
-
"types": "./Home/m/index.d.ts"
|
|
2844
|
-
},
|
|
2845
|
-
"./Home/l": {
|
|
2846
|
-
"require": "./Home/l/index.js",
|
|
2847
|
-
"import": "./Home/l/index.mjs",
|
|
2848
|
-
"types": "./Home/l/index.d.ts"
|
|
2849
|
-
},
|
|
2850
2830
|
"./Health/m": {
|
|
2851
2831
|
"require": "./Health/m/index.js",
|
|
2852
2832
|
"import": "./Health/m/index.mjs",
|
|
@@ -2857,6 +2837,16 @@
|
|
|
2857
2837
|
"import": "./Health/l/index.mjs",
|
|
2858
2838
|
"types": "./Health/l/index.d.ts"
|
|
2859
2839
|
},
|
|
2840
|
+
"./Home/m": {
|
|
2841
|
+
"require": "./Home/m/index.js",
|
|
2842
|
+
"import": "./Home/m/index.mjs",
|
|
2843
|
+
"types": "./Home/m/index.d.ts"
|
|
2844
|
+
},
|
|
2845
|
+
"./Home/l": {
|
|
2846
|
+
"require": "./Home/l/index.js",
|
|
2847
|
+
"import": "./Home/l/index.mjs",
|
|
2848
|
+
"types": "./Home/l/index.d.ts"
|
|
2849
|
+
},
|
|
2860
2850
|
"./Hashtag/m": {
|
|
2861
2851
|
"require": "./Hashtag/m/index.js",
|
|
2862
2852
|
"import": "./Hashtag/m/index.mjs",
|
|
@@ -2877,16 +2867,6 @@
|
|
|
2877
2867
|
"import": "./Hamburger/l/index.mjs",
|
|
2878
2868
|
"types": "./Hamburger/l/index.d.ts"
|
|
2879
2869
|
},
|
|
2880
|
-
"./GoogleGenerativeAI/m": {
|
|
2881
|
-
"require": "./GoogleGenerativeAI/m/index.js",
|
|
2882
|
-
"import": "./GoogleGenerativeAI/m/index.mjs",
|
|
2883
|
-
"types": "./GoogleGenerativeAI/m/index.d.ts"
|
|
2884
|
-
},
|
|
2885
|
-
"./GoogleGenerativeAI/l": {
|
|
2886
|
-
"require": "./GoogleGenerativeAI/l/index.js",
|
|
2887
|
-
"import": "./GoogleGenerativeAI/l/index.mjs",
|
|
2888
|
-
"types": "./GoogleGenerativeAI/l/index.d.ts"
|
|
2889
|
-
},
|
|
2890
2870
|
"./GoogleBusinessProfile/m": {
|
|
2891
2871
|
"require": "./GoogleBusinessProfile/m/index.js",
|
|
2892
2872
|
"import": "./GoogleBusinessProfile/m/index.mjs",
|
|
@@ -2897,15 +2877,15 @@
|
|
|
2897
2877
|
"import": "./GoogleBusinessProfile/l/index.mjs",
|
|
2898
2878
|
"types": "./GoogleBusinessProfile/l/index.d.ts"
|
|
2899
2879
|
},
|
|
2900
|
-
"./
|
|
2901
|
-
"require": "./
|
|
2902
|
-
"import": "./
|
|
2903
|
-
"types": "./
|
|
2880
|
+
"./GoogleGenerativeAI/m": {
|
|
2881
|
+
"require": "./GoogleGenerativeAI/m/index.js",
|
|
2882
|
+
"import": "./GoogleGenerativeAI/m/index.mjs",
|
|
2883
|
+
"types": "./GoogleGenerativeAI/m/index.d.ts"
|
|
2904
2884
|
},
|
|
2905
|
-
"./
|
|
2906
|
-
"require": "./
|
|
2907
|
-
"import": "./
|
|
2908
|
-
"types": "./
|
|
2885
|
+
"./GoogleGenerativeAI/l": {
|
|
2886
|
+
"require": "./GoogleGenerativeAI/l/index.js",
|
|
2887
|
+
"import": "./GoogleGenerativeAI/l/index.mjs",
|
|
2888
|
+
"types": "./GoogleGenerativeAI/l/index.d.ts"
|
|
2909
2889
|
},
|
|
2910
2890
|
"./Goblet/m": {
|
|
2911
2891
|
"require": "./Goblet/m/index.js",
|
|
@@ -2917,6 +2897,16 @@
|
|
|
2917
2897
|
"import": "./Goblet/l/index.mjs",
|
|
2918
2898
|
"types": "./Goblet/l/index.d.ts"
|
|
2919
2899
|
},
|
|
2900
|
+
"./Google/m": {
|
|
2901
|
+
"require": "./Google/m/index.js",
|
|
2902
|
+
"import": "./Google/m/index.mjs",
|
|
2903
|
+
"types": "./Google/m/index.d.ts"
|
|
2904
|
+
},
|
|
2905
|
+
"./Google/l": {
|
|
2906
|
+
"require": "./Google/l/index.js",
|
|
2907
|
+
"import": "./Google/l/index.mjs",
|
|
2908
|
+
"types": "./Google/l/index.d.ts"
|
|
2909
|
+
},
|
|
2920
2910
|
"./Globe/m": {
|
|
2921
2911
|
"require": "./Globe/m/index.js",
|
|
2922
2912
|
"import": "./Globe/m/index.mjs",
|
|
@@ -3717,16 +3707,6 @@
|
|
|
3717
3707
|
"import": "./ChevronDown/l/index.mjs",
|
|
3718
3708
|
"types": "./ChevronDown/l/index.d.ts"
|
|
3719
3709
|
},
|
|
3720
|
-
"./ChevronDoubleUp/m": {
|
|
3721
|
-
"require": "./ChevronDoubleUp/m/index.js",
|
|
3722
|
-
"import": "./ChevronDoubleUp/m/index.mjs",
|
|
3723
|
-
"types": "./ChevronDoubleUp/m/index.d.ts"
|
|
3724
|
-
},
|
|
3725
|
-
"./ChevronDoubleUp/l": {
|
|
3726
|
-
"require": "./ChevronDoubleUp/l/index.js",
|
|
3727
|
-
"import": "./ChevronDoubleUp/l/index.mjs",
|
|
3728
|
-
"types": "./ChevronDoubleUp/l/index.d.ts"
|
|
3729
|
-
},
|
|
3730
3710
|
"./ChevronDoubleRight/m": {
|
|
3731
3711
|
"require": "./ChevronDoubleRight/m/index.js",
|
|
3732
3712
|
"import": "./ChevronDoubleRight/m/index.mjs",
|
|
@@ -3737,6 +3717,16 @@
|
|
|
3737
3717
|
"import": "./ChevronDoubleRight/l/index.mjs",
|
|
3738
3718
|
"types": "./ChevronDoubleRight/l/index.d.ts"
|
|
3739
3719
|
},
|
|
3720
|
+
"./ChevronDoubleUp/m": {
|
|
3721
|
+
"require": "./ChevronDoubleUp/m/index.js",
|
|
3722
|
+
"import": "./ChevronDoubleUp/m/index.mjs",
|
|
3723
|
+
"types": "./ChevronDoubleUp/m/index.d.ts"
|
|
3724
|
+
},
|
|
3725
|
+
"./ChevronDoubleUp/l": {
|
|
3726
|
+
"require": "./ChevronDoubleUp/l/index.js",
|
|
3727
|
+
"import": "./ChevronDoubleUp/l/index.mjs",
|
|
3728
|
+
"types": "./ChevronDoubleUp/l/index.d.ts"
|
|
3729
|
+
},
|
|
3740
3730
|
"./ChevronDoubleLeft/m": {
|
|
3741
3731
|
"require": "./ChevronDoubleLeft/m/index.js",
|
|
3742
3732
|
"import": "./ChevronDoubleLeft/m/index.mjs",
|
|
@@ -4057,16 +4047,6 @@
|
|
|
4057
4047
|
"import": "./Bulb/l/index.mjs",
|
|
4058
4048
|
"types": "./Bulb/l/index.d.ts"
|
|
4059
4049
|
},
|
|
4060
|
-
"./Briefcase/m": {
|
|
4061
|
-
"require": "./Briefcase/m/index.js",
|
|
4062
|
-
"import": "./Briefcase/m/index.mjs",
|
|
4063
|
-
"types": "./Briefcase/m/index.d.ts"
|
|
4064
|
-
},
|
|
4065
|
-
"./Briefcase/l": {
|
|
4066
|
-
"require": "./Briefcase/l/index.js",
|
|
4067
|
-
"import": "./Briefcase/l/index.mjs",
|
|
4068
|
-
"types": "./Briefcase/l/index.d.ts"
|
|
4069
|
-
},
|
|
4070
4050
|
"./BracketsCurly/m": {
|
|
4071
4051
|
"require": "./BracketsCurly/m/index.js",
|
|
4072
4052
|
"import": "./BracketsCurly/m/index.mjs",
|
|
@@ -4077,6 +4057,16 @@
|
|
|
4077
4057
|
"import": "./BracketsCurly/l/index.mjs",
|
|
4078
4058
|
"types": "./BracketsCurly/l/index.d.ts"
|
|
4079
4059
|
},
|
|
4060
|
+
"./Briefcase/m": {
|
|
4061
|
+
"require": "./Briefcase/m/index.js",
|
|
4062
|
+
"import": "./Briefcase/m/index.mjs",
|
|
4063
|
+
"types": "./Briefcase/m/index.d.ts"
|
|
4064
|
+
},
|
|
4065
|
+
"./Briefcase/l": {
|
|
4066
|
+
"require": "./Briefcase/l/index.js",
|
|
4067
|
+
"import": "./Briefcase/l/index.mjs",
|
|
4068
|
+
"types": "./Briefcase/l/index.d.ts"
|
|
4069
|
+
},
|
|
4080
4070
|
"./BracketsCode/m": {
|
|
4081
4071
|
"require": "./BracketsCode/m/index.js",
|
|
4082
4072
|
"import": "./BracketsCode/m/index.mjs",
|
|
@@ -4277,16 +4267,6 @@
|
|
|
4277
4267
|
"import": "./Amp/l/index.mjs",
|
|
4278
4268
|
"types": "./Amp/l/index.d.ts"
|
|
4279
4269
|
},
|
|
4280
|
-
"./AllDevices/m": {
|
|
4281
|
-
"require": "./AllDevices/m/index.js",
|
|
4282
|
-
"import": "./AllDevices/m/index.mjs",
|
|
4283
|
-
"types": "./AllDevices/m/index.d.ts"
|
|
4284
|
-
},
|
|
4285
|
-
"./AllDevices/l": {
|
|
4286
|
-
"require": "./AllDevices/l/index.js",
|
|
4287
|
-
"import": "./AllDevices/l/index.mjs",
|
|
4288
|
-
"types": "./AllDevices/l/index.d.ts"
|
|
4289
|
-
},
|
|
4290
4270
|
"./Airplane/m": {
|
|
4291
4271
|
"require": "./Airplane/m/index.js",
|
|
4292
4272
|
"import": "./Airplane/m/index.mjs",
|
|
@@ -4297,6 +4277,16 @@
|
|
|
4297
4277
|
"import": "./Airplane/l/index.mjs",
|
|
4298
4278
|
"types": "./Airplane/l/index.d.ts"
|
|
4299
4279
|
},
|
|
4280
|
+
"./AllDevices/m": {
|
|
4281
|
+
"require": "./AllDevices/m/index.js",
|
|
4282
|
+
"import": "./AllDevices/m/index.mjs",
|
|
4283
|
+
"types": "./AllDevices/m/index.d.ts"
|
|
4284
|
+
},
|
|
4285
|
+
"./AllDevices/l": {
|
|
4286
|
+
"require": "./AllDevices/l/index.js",
|
|
4287
|
+
"import": "./AllDevices/l/index.mjs",
|
|
4288
|
+
"types": "./AllDevices/l/index.d.ts"
|
|
4289
|
+
},
|
|
4300
4290
|
"./Adult/m": {
|
|
4301
4291
|
"require": "./Adult/m/index.js",
|
|
4302
4292
|
"import": "./Adult/m/index.mjs",
|
|
@@ -4376,6 +4366,16 @@
|
|
|
4376
4366
|
"require": "./Ad/l/index.js",
|
|
4377
4367
|
"import": "./Ad/l/index.mjs",
|
|
4378
4368
|
"types": "./Ad/l/index.d.ts"
|
|
4369
|
+
},
|
|
4370
|
+
"./SeeResultsAbout/m": {
|
|
4371
|
+
"require": "./SeeResultsAbout/m/index.js",
|
|
4372
|
+
"import": "./SeeResultsAbout/m/index.mjs",
|
|
4373
|
+
"types": "./SeeResultsAbout/m/index.d.ts"
|
|
4374
|
+
},
|
|
4375
|
+
"./SeeResultsAbout/l": {
|
|
4376
|
+
"require": "./SeeResultsAbout/l/index.js",
|
|
4377
|
+
"import": "./SeeResultsAbout/l/index.mjs",
|
|
4378
|
+
"types": "./SeeResultsAbout/l/index.d.ts"
|
|
4379
4379
|
}
|
|
4380
4380
|
},
|
|
4381
4381
|
"scripts": {
|
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.7.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.7.3)",
|
|
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.7.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.7.3)",
|
|
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.7.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.7.3)",
|
|
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.7.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.7.3)",
|
|
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.7.
|
|
35
|
+
fill: "url(#intergalactic-icon-JCB_l_a-16.7.3)",
|
|
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.
|
|
39
|
+
fill: "url(#intergalactic-icon-JCB_l_b-16.7.3)",
|
|
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.
|
|
43
|
+
fill: "url(#intergalactic-icon-JCB_l_c-16.7.3)",
|
|
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.
|
|
47
|
+
fill: "url(#intergalactic-icon-JCB_l_d-16.7.3)",
|
|
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.
|
|
51
|
+
fill: "url(#intergalactic-icon-JCB_l_e-16.7.3)",
|
|
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.
|
|
54
|
+
id: "intergalactic-icon-JCB_l_a-16.7.3",
|
|
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.
|
|
72
|
+
id: "intergalactic-icon-JCB_l_b-16.7.3",
|
|
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.
|
|
90
|
+
id: "intergalactic-icon-JCB_l_c-16.7.3",
|
|
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.
|
|
108
|
+
id: "intergalactic-icon-JCB_l_d-16.7.3",
|
|
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.
|
|
126
|
+
id: "intergalactic-icon-JCB_l_e-16.7.3",
|
|
127
127
|
x1: "11.95",
|
|
128
128
|
y1: "11.98",
|
|
129
129
|
x2: "19.85",
|
package/pay/JCB/l/index.mjs
CHANGED
|
@@ -21,26 +21,26 @@ function RootJCB({
|
|
|
21
21
|
shapeRendering: "geometricPrecision"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
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",
|
|
24
|
-
fill: "url(#intergalactic-icon-JCB_l_a-16.7.
|
|
24
|
+
fill: "url(#intergalactic-icon-JCB_l_a-16.7.3)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
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",
|
|
28
|
-
fill: "url(#intergalactic-icon-JCB_l_b-16.7.
|
|
28
|
+
fill: "url(#intergalactic-icon-JCB_l_b-16.7.3)",
|
|
29
29
|
shapeRendering: "geometricPrecision"
|
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
31
31
|
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",
|
|
32
|
-
fill: "url(#intergalactic-icon-JCB_l_c-16.7.
|
|
32
|
+
fill: "url(#intergalactic-icon-JCB_l_c-16.7.3)",
|
|
33
33
|
shapeRendering: "geometricPrecision"
|
|
34
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
35
|
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",
|
|
36
|
-
fill: "url(#intergalactic-icon-JCB_l_d-16.7.
|
|
36
|
+
fill: "url(#intergalactic-icon-JCB_l_d-16.7.3)",
|
|
37
37
|
shapeRendering: "geometricPrecision"
|
|
38
38
|
}), /*#__PURE__*/React.createElement("path", {
|
|
39
39
|
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",
|
|
40
|
-
fill: "url(#intergalactic-icon-JCB_l_e-16.7.
|
|
40
|
+
fill: "url(#intergalactic-icon-JCB_l_e-16.7.3)",
|
|
41
41
|
shapeRendering: "geometricPrecision"
|
|
42
42
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
43
|
-
id: "intergalactic-icon-JCB_l_a-16.7.
|
|
43
|
+
id: "intergalactic-icon-JCB_l_a-16.7.3",
|
|
44
44
|
x1: "22.01",
|
|
45
45
|
y1: "13.28",
|
|
46
46
|
x2: "30.02",
|
|
@@ -58,7 +58,7 @@ function RootJCB({
|
|
|
58
58
|
offset: "1",
|
|
59
59
|
stopColor: "#5CB531"
|
|
60
60
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
61
|
-
id: "intergalactic-icon-JCB_l_b-16.7.
|
|
61
|
+
id: "intergalactic-icon-JCB_l_b-16.7.3",
|
|
62
62
|
x1: "22.01",
|
|
63
63
|
y1: "11.99",
|
|
64
64
|
x2: "30.02",
|
|
@@ -76,7 +76,7 @@ function RootJCB({
|
|
|
76
76
|
offset: "1",
|
|
77
77
|
stopColor: "#5CB531"
|
|
78
78
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
79
|
-
id: "intergalactic-icon-JCB_l_c-16.7.
|
|
79
|
+
id: "intergalactic-icon-JCB_l_c-16.7.3",
|
|
80
80
|
x1: "22.01",
|
|
81
81
|
y1: "10.6",
|
|
82
82
|
x2: "30.02",
|
|
@@ -94,7 +94,7 @@ function RootJCB({
|
|
|
94
94
|
offset: "1",
|
|
95
95
|
stopColor: "#5CB531"
|
|
96
96
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
97
|
-
id: "intergalactic-icon-JCB_l_d-16.7.
|
|
97
|
+
id: "intergalactic-icon-JCB_l_d-16.7.3",
|
|
98
98
|
x1: "2.01",
|
|
99
99
|
y1: "12",
|
|
100
100
|
x2: "10.14",
|
|
@@ -112,7 +112,7 @@ function RootJCB({
|
|
|
112
112
|
offset: "1",
|
|
113
113
|
stopColor: "#006FBC"
|
|
114
114
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
115
|
-
id: "intergalactic-icon-JCB_l_e-16.7.
|
|
115
|
+
id: "intergalactic-icon-JCB_l_e-16.7.3",
|
|
116
116
|
x1: "11.95",
|
|
117
117
|
y1: "11.98",
|
|
118
118
|
x2: "19.85",
|