@clubmed/trident-ui 1.0.0-alpha.36 → 1.0.0-alpha.37
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/README.md +56 -28
- package/atoms/Icons/Icon.js +8 -7
- package/atoms/Icons/IconsResolver.d.ts +4 -43
- package/atoms/Icons/IconsResolver.js +15 -38
- package/atoms/Icons/contexts/IconsContext.d.ts +43 -0
- package/atoms/Icons/contexts/IconsContext.js +46 -0
- package/atoms/Icons/fonts/Actions.d.ts +2 -1
- package/atoms/Icons/fonts/Actions.js +112 -106
- package/atoms/Icons/fonts/Activities.d.ts +2 -1
- package/atoms/Icons/fonts/Activities.js +144 -138
- package/atoms/Icons/fonts/Brand.d.ts +2 -1
- package/atoms/Icons/fonts/Brand.js +91 -85
- package/atoms/Icons/fonts/Covid.d.ts +2 -1
- package/atoms/Icons/fonts/Covid.js +60 -54
- package/atoms/Icons/fonts/FontIconResolver.d.ts +1 -1
- package/atoms/Icons/fonts/FontIconResolver.js +6 -7
- package/atoms/Icons/fonts/Food.d.ts +2 -1
- package/atoms/Icons/fonts/Food.js +105 -99
- package/atoms/Icons/fonts/HappyToCare.d.ts +2 -1
- package/atoms/Icons/fonts/HappyToCare.js +57 -51
- package/atoms/Icons/fonts/Places.d.ts +2 -1
- package/atoms/Icons/fonts/Places.js +60 -54
- package/atoms/Icons/fonts/Room.d.ts +2 -1
- package/atoms/Icons/fonts/Room.js +114 -108
- package/atoms/Icons/fonts/Services.d.ts +2 -1
- package/atoms/Icons/fonts/Services.js +72 -66
- package/atoms/Icons/fonts/Socials.d.ts +2 -1
- package/atoms/Icons/fonts/Socials.js +72 -66
- package/atoms/Icons/fonts/Transports.d.ts +2 -1
- package/atoms/Icons/fonts/Transports.js +48 -42
- package/atoms/Icons/fonts/Utilities.d.ts +2 -1
- package/atoms/Icons/fonts/Utilities.js +153 -147
- package/atoms/Icons/fonts/index.js +4 -4
- package/atoms/Icons/hooks/useIcon.d.ts +2 -0
- package/atoms/Icons/hooks/useIcon.js +16 -0
- package/atoms/Icons/index.js +9 -8
- package/atoms/Icons/svg/Actions.d.ts +2 -1
- package/atoms/Icons/svg/Actions.js +145 -139
- package/atoms/Icons/svg/Activities.d.ts +2 -1
- package/atoms/Icons/svg/Activities.js +189 -183
- package/atoms/Icons/svg/Brand.d.ts +2 -1
- package/atoms/Icons/svg/Brand.js +90 -84
- package/atoms/Icons/svg/Covid.d.ts +2 -1
- package/atoms/Icons/svg/Covid.js +77 -71
- package/atoms/Icons/svg/Food.d.ts +2 -1
- package/atoms/Icons/svg/Food.js +137 -131
- package/atoms/Icons/svg/HappyToCare.d.ts +2 -1
- package/atoms/Icons/svg/HappyToCare.js +73 -67
- package/atoms/Icons/svg/Places.d.ts +2 -1
- package/atoms/Icons/svg/Places.js +77 -71
- package/atoms/Icons/svg/ResortFill-EC.d.ts +2 -1
- package/atoms/Icons/svg/ResortFill-EC.js +135 -129
- package/atoms/Icons/svg/ResortFill.d.ts +2 -1
- package/atoms/Icons/svg/ResortFill.js +399 -393
- package/atoms/Icons/svg/ResortOutline-EC.d.ts +2 -1
- package/atoms/Icons/svg/ResortOutline-EC.js +135 -129
- package/atoms/Icons/svg/ResortOutline.d.ts +2 -1
- package/atoms/Icons/svg/ResortOutline.js +399 -393
- package/atoms/Icons/svg/Room.d.ts +2 -1
- package/atoms/Icons/svg/Room.js +149 -143
- package/atoms/Icons/svg/Services.d.ts +2 -1
- package/atoms/Icons/svg/Services.js +93 -87
- package/atoms/Icons/svg/Socials.d.ts +2 -1
- package/atoms/Icons/svg/Socials.js +83 -77
- package/atoms/Icons/svg/SvgIconResolver.d.ts +1 -2
- package/atoms/Icons/svg/SvgIconResolver.js +6 -8
- package/atoms/Icons/svg/Transports.d.ts +2 -1
- package/atoms/Icons/svg/Transports.js +61 -55
- package/atoms/Icons/svg/Utilities.d.ts +2 -1
- package/atoms/Icons/svg/Utilities.js +201 -195
- package/atoms/Icons/svg/index.js +3 -2
- package/atoms/Icons/svg-use/Actions.d.ts +2 -1
- package/atoms/Icons/svg-use/Actions.js +156 -150
- package/atoms/Icons/svg-use/Activities.d.ts +2 -1
- package/atoms/Icons/svg-use/Activities.js +195 -189
- package/atoms/Icons/svg-use/Brand.d.ts +2 -1
- package/atoms/Icons/svg-use/Brand.js +97 -91
- package/atoms/Icons/svg-use/Covid.d.ts +2 -1
- package/atoms/Icons/svg-use/Covid.js +80 -74
- package/atoms/Icons/svg-use/Food.d.ts +2 -1
- package/atoms/Icons/svg-use/Food.js +145 -139
- package/atoms/Icons/svg-use/HappyToCare.d.ts +2 -1
- package/atoms/Icons/svg-use/HappyToCare.js +78 -72
- package/atoms/Icons/svg-use/Places.d.ts +2 -1
- package/atoms/Icons/svg-use/Places.js +83 -77
- package/atoms/Icons/svg-use/ResortFill-EC.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortFill-EC.js +141 -135
- package/atoms/Icons/svg-use/ResortFill.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortFill.js +410 -404
- package/atoms/Icons/svg-use/ResortOutline-EC.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortOutline-EC.js +144 -138
- package/atoms/Icons/svg-use/ResortOutline.d.ts +2 -1
- package/atoms/Icons/svg-use/ResortOutline.js +408 -402
- package/atoms/Icons/svg-use/Room.d.ts +2 -1
- package/atoms/Icons/svg-use/Room.js +159 -153
- package/atoms/Icons/svg-use/Services.d.ts +2 -1
- package/atoms/Icons/svg-use/Services.js +97 -91
- package/atoms/Icons/svg-use/Socials.d.ts +2 -1
- package/atoms/Icons/svg-use/Socials.js +85 -79
- package/atoms/Icons/svg-use/SvgUseIconResolver.d.ts +1 -2
- package/atoms/Icons/svg-use/SvgUseIconResolver.js +8 -10
- package/atoms/Icons/svg-use/Transports.d.ts +2 -1
- package/atoms/Icons/svg-use/Transports.js +67 -61
- package/atoms/Icons/svg-use/Utilities.d.ts +2 -1
- package/atoms/Icons/svg-use/Utilities.js +212 -206
- package/atoms/Icons/svg-use/index.js +3 -2
- package/atoms/Icons/utils/getIcons.d.ts +4 -0
- package/atoms/Icons/utils/getIcons.js +21 -0
- package/fonts/Actions/tui-actions.css +6 -6
- package/fonts/Actions/tui-actions.eot +0 -0
- package/fonts/Actions/tui-actions.less +6 -6
- package/fonts/Actions/tui-actions.module.less +6 -6
- package/fonts/Actions/tui-actions.scss +6 -6
- package/fonts/Actions/tui-actions.styl +6 -6
- package/fonts/Actions/tui-actions.ttf +0 -0
- package/fonts/Actions/tui-actions.woff +0 -0
- package/fonts/Actions/tui-actions.woff2 +0 -0
- package/fonts/Activities/tui-activities.css +6 -6
- package/fonts/Activities/tui-activities.eot +0 -0
- package/fonts/Activities/tui-activities.less +6 -6
- package/fonts/Activities/tui-activities.module.less +6 -6
- package/fonts/Activities/tui-activities.scss +6 -6
- package/fonts/Activities/tui-activities.styl +6 -6
- package/fonts/Activities/tui-activities.ttf +0 -0
- package/fonts/Activities/tui-activities.woff +0 -0
- package/fonts/Activities/tui-activities.woff2 +0 -0
- package/fonts/Brand/tui-brand.css +6 -6
- package/fonts/Brand/tui-brand.eot +0 -0
- package/fonts/Brand/tui-brand.less +6 -6
- package/fonts/Brand/tui-brand.module.less +6 -6
- package/fonts/Brand/tui-brand.scss +6 -6
- package/fonts/Brand/tui-brand.styl +6 -6
- package/fonts/Brand/tui-brand.ttf +0 -0
- package/fonts/Brand/tui-brand.woff +0 -0
- package/fonts/Brand/tui-brand.woff2 +0 -0
- package/fonts/Covid/tui-covid.css +6 -6
- package/fonts/Covid/tui-covid.eot +0 -0
- package/fonts/Covid/tui-covid.less +6 -6
- package/fonts/Covid/tui-covid.module.less +6 -6
- package/fonts/Covid/tui-covid.scss +6 -6
- package/fonts/Covid/tui-covid.styl +6 -6
- package/fonts/Covid/tui-covid.ttf +0 -0
- package/fonts/Covid/tui-covid.woff +0 -0
- package/fonts/Covid/tui-covid.woff2 +0 -0
- package/fonts/Food/tui-food.css +6 -6
- package/fonts/Food/tui-food.eot +0 -0
- package/fonts/Food/tui-food.less +6 -6
- package/fonts/Food/tui-food.module.less +6 -6
- package/fonts/Food/tui-food.scss +6 -6
- package/fonts/Food/tui-food.styl +6 -6
- package/fonts/Food/tui-food.ttf +0 -0
- package/fonts/Food/tui-food.woff +0 -0
- package/fonts/Food/tui-food.woff2 +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.css +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.eot +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.less +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.module.less +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.scss +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.styl +6 -6
- package/fonts/HappyToCare/tui-happy-to-care.ttf +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.woff +0 -0
- package/fonts/HappyToCare/tui-happy-to-care.woff2 +0 -0
- package/fonts/Places/tui-places.css +6 -6
- package/fonts/Places/tui-places.eot +0 -0
- package/fonts/Places/tui-places.less +6 -6
- package/fonts/Places/tui-places.module.less +6 -6
- package/fonts/Places/tui-places.scss +6 -6
- package/fonts/Places/tui-places.styl +6 -6
- package/fonts/Places/tui-places.ttf +0 -0
- package/fonts/Places/tui-places.woff +0 -0
- package/fonts/Places/tui-places.woff2 +0 -0
- package/fonts/Room/tui-room.css +6 -6
- package/fonts/Room/tui-room.eot +0 -0
- package/fonts/Room/tui-room.less +6 -6
- package/fonts/Room/tui-room.module.less +6 -6
- package/fonts/Room/tui-room.scss +6 -6
- package/fonts/Room/tui-room.styl +6 -6
- package/fonts/Room/tui-room.ttf +0 -0
- package/fonts/Room/tui-room.woff +0 -0
- package/fonts/Room/tui-room.woff2 +0 -0
- package/fonts/Services/tui-services.css +6 -6
- package/fonts/Services/tui-services.eot +0 -0
- package/fonts/Services/tui-services.less +6 -6
- package/fonts/Services/tui-services.module.less +6 -6
- package/fonts/Services/tui-services.scss +6 -6
- package/fonts/Services/tui-services.styl +6 -6
- package/fonts/Services/tui-services.ttf +0 -0
- package/fonts/Services/tui-services.woff +0 -0
- package/fonts/Services/tui-services.woff2 +0 -0
- package/fonts/Socials/tui-socials.css +6 -6
- package/fonts/Socials/tui-socials.eot +0 -0
- package/fonts/Socials/tui-socials.less +6 -6
- package/fonts/Socials/tui-socials.module.less +6 -6
- package/fonts/Socials/tui-socials.scss +6 -6
- package/fonts/Socials/tui-socials.styl +6 -6
- package/fonts/Socials/tui-socials.ttf +0 -0
- package/fonts/Socials/tui-socials.woff +0 -0
- package/fonts/Socials/tui-socials.woff2 +0 -0
- package/fonts/Transports/tui-transports.css +6 -6
- package/fonts/Transports/tui-transports.eot +0 -0
- package/fonts/Transports/tui-transports.less +6 -6
- package/fonts/Transports/tui-transports.module.less +6 -6
- package/fonts/Transports/tui-transports.scss +6 -6
- package/fonts/Transports/tui-transports.styl +6 -6
- package/fonts/Transports/tui-transports.ttf +0 -0
- package/fonts/Transports/tui-transports.woff +0 -0
- package/fonts/Transports/tui-transports.woff2 +0 -0
- package/fonts/Utilities/tui-utilities.css +6 -6
- package/fonts/Utilities/tui-utilities.eot +0 -0
- package/fonts/Utilities/tui-utilities.less +6 -6
- package/fonts/Utilities/tui-utilities.module.less +6 -6
- package/fonts/Utilities/tui-utilities.scss +6 -6
- package/fonts/Utilities/tui-utilities.styl +6 -6
- package/fonts/Utilities/tui-utilities.ttf +0 -0
- package/fonts/Utilities/tui-utilities.woff +0 -0
- package/fonts/Utilities/tui-utilities.woff2 +0 -0
- package/molecules/Breadcrumb.js +5 -4
- package/molecules/Buttons/ButtonContent.js +5 -4
- package/molecules/Card.js +7 -6
- package/molecules/Forms/Checkbox.js +8 -7
- package/molecules/Forms/DateField.js +3 -2
- package/molecules/Forms/Filter.js +15 -14
- package/molecules/Forms/FormControl.js +9 -8
- package/molecules/Forms/NumberField.d.ts +2 -2
- package/molecules/Forms/TextField.js +11 -10
- package/molecules/Link.js +8 -7
- package/package.json +1 -1
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { FontIcon as
|
1
|
+
import { resolver as e } from "./FontIconResolver.js";
|
2
|
+
import { FontIcon as f } from "./FontIcon.js";
|
3
3
|
export {
|
4
|
-
|
5
|
-
|
4
|
+
f as FontIcon,
|
5
|
+
e as resolver
|
6
6
|
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { useContext as s } from "react";
|
2
|
+
import { IconsContext as f } from "../contexts/IconsContext.js";
|
3
|
+
function m(o, t) {
|
4
|
+
var e;
|
5
|
+
const { container: n } = s(f), r = t && ((e = n.get(t)) == null ? void 0 : e.get(o));
|
6
|
+
if (r)
|
7
|
+
return r;
|
8
|
+
for (const i of n.values()) {
|
9
|
+
const c = i.get(o);
|
10
|
+
if (c)
|
11
|
+
return c;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
export {
|
15
|
+
m as useIcon
|
16
|
+
};
|
package/atoms/Icons/index.js
CHANGED
@@ -1,10 +1,11 @@
|
|
1
|
-
import { Icon as
|
2
|
-
import {
|
1
|
+
import { Icon as e } from "./Icon.js";
|
2
|
+
import { resolverIconsFactory as n } from "./IconsResolver.js";
|
3
|
+
import { IconTypesRegistry as t, IconsContext as I, IconsProvider as p, loadIcons as x } from "./contexts/IconsContext.js";
|
3
4
|
export {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
5
|
+
e as Icon,
|
6
|
+
t as IconTypesRegistry,
|
7
|
+
I as IconsContext,
|
8
|
+
p as IconsProvider,
|
9
|
+
x as loadIcons,
|
10
|
+
n as resolverIconsFactory
|
10
11
|
};
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|
@@ -1,140 +1,146 @@
|
|
1
1
|
import { lazy as e } from "react";
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
2
|
+
import { resolver as t } from "./SvgIconResolver.js";
|
3
|
+
const r = t(
|
4
|
+
"actions",
|
5
|
+
[
|
6
|
+
{
|
7
|
+
name: "ArrowDefault",
|
8
|
+
withOrientation: !0,
|
9
|
+
element: e(() => import("../../../ArrowDefault-BiqeV8PZ.js"))
|
10
|
+
},
|
11
|
+
{
|
12
|
+
name: "ArrowFilled",
|
13
|
+
withOrientation: !0,
|
14
|
+
element: e(() => import("../../../ArrowFilled-k9TnBOwE.js"))
|
15
|
+
},
|
16
|
+
{
|
17
|
+
name: "ArrowOutlined",
|
18
|
+
withOrientation: !0,
|
19
|
+
element: e(() => import("../../../ArrowOutlined-cWcTSrOH.js"))
|
20
|
+
},
|
21
|
+
{
|
22
|
+
name: "ArrowTail",
|
23
|
+
withOrientation: !0,
|
24
|
+
element: e(() => import("../../../ArrowTail-CS-uzwPb.js"))
|
25
|
+
},
|
26
|
+
{
|
27
|
+
name: "CheckDefault",
|
28
|
+
element: e(() => import("../../../CheckDefault-B0P_NN5g.js"))
|
29
|
+
},
|
30
|
+
{
|
31
|
+
name: "CheckFilled",
|
32
|
+
element: e(() => import("../../../CheckFilled-CE6y7dBG.js"))
|
33
|
+
},
|
34
|
+
{
|
35
|
+
name: "CheckOutlined",
|
36
|
+
element: e(() => import("../../../CheckOutlined-7mZHsoR-.js"))
|
37
|
+
},
|
38
|
+
{
|
39
|
+
name: "Clipboard",
|
40
|
+
element: e(() => import("../../../Clipboard-CkbT20Cu.js"))
|
41
|
+
},
|
42
|
+
{
|
43
|
+
name: "Compare",
|
44
|
+
element: e(() => import("../../../Compare-DeKr3XtK.js"))
|
45
|
+
},
|
46
|
+
{
|
47
|
+
name: "CrossDefault",
|
48
|
+
element: e(() => import("../../../CrossDefault-D5SEO1Ue.js"))
|
49
|
+
},
|
50
|
+
{
|
51
|
+
name: "CrossFilled",
|
52
|
+
element: e(() => import("../../../CrossFilled-7sdPQqyd.js"))
|
53
|
+
},
|
54
|
+
{
|
55
|
+
name: "CrossOutlined",
|
56
|
+
element: e(() => import("../../../CrossOutlined-MknnAT2h.js"))
|
57
|
+
},
|
58
|
+
{
|
59
|
+
name: "Delete",
|
60
|
+
element: e(() => import("../../../Delete-BjMr32Pg.js"))
|
61
|
+
},
|
62
|
+
{
|
63
|
+
name: "Download",
|
64
|
+
element: e(() => import("../../../Download-Lq9c9TkL.js"))
|
65
|
+
},
|
66
|
+
{
|
67
|
+
name: "Edit",
|
68
|
+
element: e(() => import("../../../Edit-DbzfF0dw.js"))
|
69
|
+
},
|
70
|
+
{
|
71
|
+
name: "Error",
|
72
|
+
element: e(() => import("../../../Error-BfEIgIF7.js"))
|
73
|
+
},
|
74
|
+
{
|
75
|
+
name: "Expand",
|
76
|
+
element: e(() => import("../../../Expand-h_S8qrr7.js"))
|
77
|
+
},
|
78
|
+
{
|
79
|
+
name: "HeartFilled",
|
80
|
+
element: e(() => import("../../../HeartFilled-8fRnEiDP.js"))
|
81
|
+
},
|
82
|
+
{
|
83
|
+
name: "HeartOutlined",
|
84
|
+
element: e(() => import("../../../HeartOutlined-XQv25lRB.js"))
|
85
|
+
},
|
86
|
+
{
|
87
|
+
name: "Information",
|
88
|
+
element: e(() => import("../../../Information-DpUDpqmi.js"))
|
89
|
+
},
|
90
|
+
{
|
91
|
+
name: "MinusDefault",
|
92
|
+
element: e(() => import("../../../MinusDefault-DnR1pygW.js"))
|
93
|
+
},
|
94
|
+
{
|
95
|
+
name: "MinusFilled",
|
96
|
+
element: e(() => import("../../../MinusFilled-D2YjqecH.js"))
|
97
|
+
},
|
98
|
+
{
|
99
|
+
name: "MinusOutlined",
|
100
|
+
element: e(() => import("../../../MinusOutlined-DGUgx9K_.js"))
|
101
|
+
},
|
102
|
+
{
|
103
|
+
name: "New",
|
104
|
+
element: e(() => import("../../../New-Bq0Z2Sym.js"))
|
105
|
+
},
|
106
|
+
{
|
107
|
+
name: "PlusDefault",
|
108
|
+
element: e(() => import("../../../PlusDefault-B5UkFiiW.js"))
|
109
|
+
},
|
110
|
+
{
|
111
|
+
name: "PlusFilled",
|
112
|
+
element: e(() => import("../../../PlusFilled-BswWOlrV.js"))
|
113
|
+
},
|
114
|
+
{
|
115
|
+
name: "PlusOutlined",
|
116
|
+
element: e(() => import("../../../PlusOutlined-CFAmW8tY.js"))
|
117
|
+
},
|
118
|
+
{
|
119
|
+
name: "Reduce",
|
120
|
+
element: e(() => import("../../../Reduce-DyOKdeM_.js"))
|
121
|
+
},
|
122
|
+
{
|
123
|
+
name: "Reload",
|
124
|
+
element: e(() => import("../../../Reload-DYIQpHzz.js"))
|
125
|
+
},
|
126
|
+
{
|
127
|
+
name: "Search",
|
128
|
+
element: e(() => import("../../../Search-Bg4l7XhB.js"))
|
129
|
+
},
|
130
|
+
{
|
131
|
+
name: "Share",
|
132
|
+
element: e(() => import("../../../Share-dc4d21Ya.js"))
|
133
|
+
},
|
134
|
+
{
|
135
|
+
name: "StarFilled",
|
136
|
+
element: e(() => import("../../../StarFilled-B54CCecS.js"))
|
137
|
+
},
|
138
|
+
{
|
139
|
+
name: "StarOutlined",
|
140
|
+
element: e(() => import("../../../StarOutlined-B5D3RwXQ.js"))
|
141
|
+
}
|
142
|
+
]
|
143
|
+
);
|
144
|
+
export {
|
145
|
+
r as default
|
146
|
+
};
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|