@clubmed/trident-ui 1.0.0-alpha.36 → 1.0.0-alpha.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -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 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|
package/atoms/Icons/svg/Room.js
CHANGED
@@ -1,144 +1,150 @@
|
|
1
1
|
import { lazy as e } from "react";
|
2
|
-
import {
|
3
|
-
m(
|
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
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
2
|
+
import { resolver as m } from "./SvgIconResolver.js";
|
3
|
+
const o = m(
|
4
|
+
"room",
|
5
|
+
[
|
6
|
+
{
|
7
|
+
name: "AC",
|
8
|
+
element: e(() => import("../../../AC-Xrgx5AY8.js"))
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "Amenities",
|
12
|
+
element: e(() => import("../../../Amenities-B8uLetlA.js"))
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: "BabyBed",
|
16
|
+
element: e(() => import("../../../BabyBed-WVcm50X8.js"))
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: "Balcony",
|
20
|
+
element: e(() => import("../../../Balcony-cuEXKDcB.js"))
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: "Balneotherapy",
|
24
|
+
element: e(() => import("../../../Balneotherapy-Cf7D2Vk5.js"))
|
25
|
+
},
|
26
|
+
{
|
27
|
+
name: "Bathrobe",
|
28
|
+
element: e(() => import("../../../Bathrobe-DAzNfyL8.js"))
|
29
|
+
},
|
30
|
+
{
|
31
|
+
name: "BathtubShower",
|
32
|
+
element: e(() => import("../../../BathtubShower-pyVbkayK.js"))
|
33
|
+
},
|
34
|
+
{
|
35
|
+
name: "BeachTowel",
|
36
|
+
element: e(() => import("../../../BeachTowel-PpPap76V.js"))
|
37
|
+
},
|
38
|
+
{
|
39
|
+
name: "Bedroom",
|
40
|
+
element: e(() => import("../../../Bedroom-QeiwVopG.js"))
|
41
|
+
},
|
42
|
+
{
|
43
|
+
name: "Bidet",
|
44
|
+
element: e(() => import("../../../Bidet-DplMm8yU.js"))
|
45
|
+
},
|
46
|
+
{
|
47
|
+
name: "ChildrenSeparatedRoom",
|
48
|
+
element: e(() => import("../../../ChildrenSeparatedRoom-B7Jz6zZ3.js"))
|
49
|
+
},
|
50
|
+
{
|
51
|
+
name: "CreditCard",
|
52
|
+
element: e(() => import("../../../CreditCard-CcqYqo6O.js"))
|
53
|
+
},
|
54
|
+
{
|
55
|
+
name: "Daybed",
|
56
|
+
element: e(() => import("../../../Daybed-DdRgcE-H.js"))
|
57
|
+
},
|
58
|
+
{
|
59
|
+
name: "Dressing",
|
60
|
+
element: e(() => import("../../../Dressing-BjcC6QfH.js"))
|
61
|
+
},
|
62
|
+
{
|
63
|
+
name: "Dryer",
|
64
|
+
element: e(() => import("../../../Dryer-CSO9tGu5.js"))
|
65
|
+
},
|
66
|
+
{
|
67
|
+
name: "DualBasin",
|
68
|
+
element: e(() => import("../../../DualBasin-Cg937iGp.js"))
|
69
|
+
},
|
70
|
+
{
|
71
|
+
name: "Electricity",
|
72
|
+
element: e(() => import("../../../Electricity-CyK3mGt-.js"))
|
73
|
+
},
|
74
|
+
{
|
75
|
+
name: "Fireplace",
|
76
|
+
element: e(() => import("../../../Fireplace-f96hfg6K.js"))
|
77
|
+
},
|
78
|
+
{
|
79
|
+
name: "Fridge",
|
80
|
+
element: e(() => import("../../../Fridge-D9XnG9Lb.js"))
|
81
|
+
},
|
82
|
+
{
|
83
|
+
name: "Household",
|
84
|
+
element: e(() => import("../../../Household-BUz-C9ur.js"))
|
85
|
+
},
|
86
|
+
{
|
87
|
+
name: "LoungeAreaInside",
|
88
|
+
element: e(() => import("../../../LoungeAreaInside-10FuYT6K.js"))
|
89
|
+
},
|
90
|
+
{
|
91
|
+
name: "LoungeAreaOutside",
|
92
|
+
element: e(() => import("../../../LoungeAreaOutside-urSaAkkk.js"))
|
93
|
+
},
|
94
|
+
{
|
95
|
+
name: "MagnifyingMirror",
|
96
|
+
element: e(() => import("../../../MagnifyingMirror-KPYKZerG.js"))
|
97
|
+
},
|
98
|
+
{
|
99
|
+
name: "Multimedia",
|
100
|
+
element: e(() => import("../../../Multimedia-l7g2qOfq.js"))
|
101
|
+
},
|
102
|
+
{
|
103
|
+
name: "Ofuro",
|
104
|
+
element: e(() => import("../../../Ofuro-B1KFV--5.js"))
|
105
|
+
},
|
106
|
+
{
|
107
|
+
name: "RoomSafe",
|
108
|
+
element: e(() => import("../../../RoomSafe-DMcRJViJ.js"))
|
109
|
+
},
|
110
|
+
{
|
111
|
+
name: "RoomService",
|
112
|
+
element: e(() => import("../../../RoomService-Bx1dFF_3.js"))
|
113
|
+
},
|
114
|
+
{
|
115
|
+
name: "SeparatedRoom",
|
116
|
+
element: e(() => import("../../../SeparatedRoom-DZ-XSl8q.js"))
|
117
|
+
},
|
118
|
+
{
|
119
|
+
name: "SeparatedWC",
|
120
|
+
element: e(() => import("../../../SeparatedWC-Cax9UW41.js"))
|
121
|
+
},
|
122
|
+
{
|
123
|
+
name: "Shower",
|
124
|
+
element: e(() => import("../../../Shower-dRofzqPg.js"))
|
125
|
+
},
|
126
|
+
{
|
127
|
+
name: "ShowerPMR",
|
128
|
+
element: e(() => import("../../../ShowerPMR-BDSHZfrV.js"))
|
129
|
+
},
|
130
|
+
{
|
131
|
+
name: "ShowerWC",
|
132
|
+
element: e(() => import("../../../ShowerWC-B9Fg7FM0.js"))
|
133
|
+
},
|
134
|
+
{
|
135
|
+
name: "Size",
|
136
|
+
element: e(() => import("../../../Size-DXWLR959.js"))
|
137
|
+
},
|
138
|
+
{
|
139
|
+
name: "TV",
|
140
|
+
element: e(() => import("../../../TV-CmJwwsTz.js"))
|
141
|
+
},
|
142
|
+
{
|
143
|
+
name: "WIFI",
|
144
|
+
element: e(() => import("../../../WIFI-BPa7NDoE.js"))
|
145
|
+
}
|
146
|
+
]
|
147
|
+
);
|
148
|
+
export {
|
149
|
+
o as default
|
150
|
+
};
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|
@@ -1,88 +1,94 @@
|
|
1
1
|
import { lazy as e } from "react";
|
2
|
-
import {
|
3
|
-
m(
|
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
|
-
|
2
|
+
import { resolver as m } from "./SvgIconResolver.js";
|
3
|
+
const r = m(
|
4
|
+
"services",
|
5
|
+
[
|
6
|
+
{
|
7
|
+
name: "AllInclusive",
|
8
|
+
element: e(() => import("../../../AllInclusive-CoJf3v5d.js"))
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "BabyBottle",
|
12
|
+
element: e(() => import("../../../BabyBottle-CuMRTyWU.js"))
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: "BabyWelcome",
|
16
|
+
element: e(() => import("../../../BabyWelcome-ByQniG0P.js"))
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: "ClothesDryer",
|
20
|
+
element: e(() => import("../../../ClothesDryer-De5eqRDy.js"))
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: "Concierge",
|
24
|
+
element: e(() => import("../../../Concierge-fJLyk1Lp.js"))
|
25
|
+
},
|
26
|
+
{
|
27
|
+
name: "FourtyFive",
|
28
|
+
element: e(() => import("../../../FourtyFive-NAiaiKYV.js"))
|
29
|
+
},
|
30
|
+
{
|
31
|
+
name: "Hairdresser",
|
32
|
+
element: e(() => import("../../../Hairdresser-lDdSvtlo.js"))
|
33
|
+
},
|
34
|
+
{
|
35
|
+
name: "KidSupervisory",
|
36
|
+
element: e(() => import("../../../KidSupervisory-BQYOhrE4.js"))
|
37
|
+
},
|
38
|
+
{
|
39
|
+
name: "Laundry",
|
40
|
+
element: e(() => import("../../../Laundry-BDPPLC-E.js"))
|
41
|
+
},
|
42
|
+
{
|
43
|
+
name: "LuggageTransportation",
|
44
|
+
element: e(() => import("../../../LuggageTransportation-ZE6haaSZ.js"))
|
45
|
+
},
|
46
|
+
{
|
47
|
+
name: "Maintenance",
|
48
|
+
element: e(() => import("../../../Maintenance-CFkbpygC.js"))
|
49
|
+
},
|
50
|
+
{
|
51
|
+
name: "Massage",
|
52
|
+
element: e(() => import("../../../Massage-1huk34o3.js"))
|
53
|
+
},
|
54
|
+
{
|
55
|
+
name: "Photographer",
|
56
|
+
element: e(() => import("../../../Photographer-B8T8zQ63.js"))
|
57
|
+
},
|
58
|
+
{
|
59
|
+
name: "Pressing",
|
60
|
+
element: e(() => import("../../../Pressing-D7Q9K8aC.js"))
|
61
|
+
},
|
62
|
+
{
|
63
|
+
name: "Shopping",
|
64
|
+
element: e(() => import("../../../Shopping-H9Vp4gwz.js"))
|
65
|
+
},
|
66
|
+
{
|
67
|
+
name: "SkiInAndOut",
|
68
|
+
element: e(() => import("../../../SkiInAndOut-BOSlQX6U.js"))
|
69
|
+
},
|
70
|
+
{
|
71
|
+
name: "Spa",
|
72
|
+
element: e(() => import("../../../Spa-B_w1LD30.js"))
|
73
|
+
},
|
74
|
+
{
|
75
|
+
name: "Sterilizer",
|
76
|
+
element: e(() => import("../../../Sterilizer-DA11lacr.js"))
|
77
|
+
},
|
78
|
+
{
|
79
|
+
name: "Stroller",
|
80
|
+
element: e(() => import("../../../Stroller-CmuHFxuI.js"))
|
81
|
+
},
|
82
|
+
{
|
83
|
+
name: "VideoSurveillance",
|
84
|
+
element: e(() => import("../../../VideoSurveillance-BF0h6UXz.js"))
|
85
|
+
},
|
86
|
+
{
|
87
|
+
name: "WelcomeGift",
|
88
|
+
element: e(() => import("../../../WelcomeGift-CztQ7Qv1.js"))
|
89
|
+
}
|
90
|
+
]
|
91
|
+
);
|
92
|
+
export {
|
93
|
+
r as default
|
94
|
+
};
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|
@@ -1,78 +1,84 @@
|
|
1
1
|
import { lazy as e } from "react";
|
2
|
-
import {
|
3
|
-
m(
|
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
|
-
|
2
|
+
import { resolver as m } from "./SvgIconResolver.js";
|
3
|
+
const n = m(
|
4
|
+
"socials",
|
5
|
+
[
|
6
|
+
{
|
7
|
+
name: "Facebook",
|
8
|
+
element: e(() => import("../../../Facebook-CQla1q_F.js"))
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "FacebookMessenger",
|
12
|
+
element: e(() => import("../../../FacebookMessenger-DEEYWgvQ.js"))
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: "Flickr",
|
16
|
+
element: e(() => import("../../../Flickr-DhBjApiE.js"))
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: "Google",
|
20
|
+
aspectRatio: 60 / 19,
|
21
|
+
viewBox: "0 0 60 19",
|
22
|
+
element: e(() => import("../../../Google-BO8WXjCM.js"))
|
23
|
+
},
|
24
|
+
{
|
25
|
+
name: "GoogleMonogram",
|
26
|
+
viewBox: "0 0 16 16",
|
27
|
+
element: e(() => import("../../../GoogleMonogram-CuCV3BJR.js"))
|
28
|
+
},
|
29
|
+
{
|
30
|
+
name: "Instagram",
|
31
|
+
element: e(() => import("../../../Instagram-CJ5oqitu.js"))
|
32
|
+
},
|
33
|
+
{
|
34
|
+
name: "Pinterest",
|
35
|
+
element: e(() => import("../../../Pinterest-7q6-j61c.js"))
|
36
|
+
},
|
37
|
+
{
|
38
|
+
name: "TripAdvisor",
|
39
|
+
aspectRatio: 101 / 22,
|
40
|
+
viewBox: "0 0 101 22",
|
41
|
+
element: e(() => import("../../../TripAdvisor-B2asvz7r.js"))
|
42
|
+
},
|
43
|
+
{
|
44
|
+
name: "TripAdvisorMonogram",
|
45
|
+
viewBox: "0 0 16 16",
|
46
|
+
element: e(() => import("../../../TripAdvisorMonogram-LZk7i2p1.js"))
|
47
|
+
},
|
48
|
+
{
|
49
|
+
name: "Twitter",
|
50
|
+
element: e(() => import("../../../Twitter-C3h5zgYB.js"))
|
51
|
+
},
|
52
|
+
{
|
53
|
+
name: "VK",
|
54
|
+
element: e(() => import("../../../VK-B2BRkYA1.js"))
|
55
|
+
},
|
56
|
+
{
|
57
|
+
name: "Vine",
|
58
|
+
element: e(() => import("../../../Vine-BcrBYQZe.js"))
|
59
|
+
},
|
60
|
+
{
|
61
|
+
name: "WeChat",
|
62
|
+
element: e(() => import("../../../WeChat-FYF-C54m.js"))
|
63
|
+
},
|
64
|
+
{
|
65
|
+
name: "WeChatPay",
|
66
|
+
element: e(() => import("../../../WeChatPay-CEyiBNYm.js"))
|
67
|
+
},
|
68
|
+
{
|
69
|
+
name: "Weibo",
|
70
|
+
element: e(() => import("../../../Weibo-DRvhD4zn.js"))
|
71
|
+
},
|
72
|
+
{
|
73
|
+
name: "WhatsApp",
|
74
|
+
element: e(() => import("../../../WhatsApp-B_MSN1gF.js"))
|
75
|
+
},
|
76
|
+
{
|
77
|
+
name: "YouTube",
|
78
|
+
element: e(() => import("../../../YouTube-CdQlOsOk.js"))
|
79
|
+
}
|
80
|
+
]
|
81
|
+
);
|
82
|
+
export {
|
83
|
+
n as default
|
84
|
+
};
|