@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,184 +1,190 @@
|
|
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
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
2
|
+
import { resolver as m } from "./SvgIconResolver.js";
|
3
|
+
const i = m(
|
4
|
+
"activities",
|
5
|
+
[
|
6
|
+
{
|
7
|
+
name: "AmazingFamily",
|
8
|
+
element: e(() => import("../../../AmazingFamily-UMqyuGnM.js"))
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "Archery",
|
12
|
+
element: e(() => import("../../../Archery-Dtnntwgv.js"))
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: "Badminton",
|
16
|
+
element: e(() => import("../../../Badminton-DR1FtVYg.js"))
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: "BocceBall",
|
20
|
+
element: e(() => import("../../../BocceBall-BPfz24c8.js"))
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: "Cardio",
|
24
|
+
element: e(() => import("../../../Cardio-DlybRsK4.js"))
|
25
|
+
},
|
26
|
+
{
|
27
|
+
name: "Circus",
|
28
|
+
element: e(() => import("../../../Circus-CL_1iR_I.js"))
|
29
|
+
},
|
30
|
+
{
|
31
|
+
name: "Climbing",
|
32
|
+
element: e(() => import("../../../Climbing-KXE8TEdi.js"))
|
33
|
+
},
|
34
|
+
{
|
35
|
+
name: "Danse",
|
36
|
+
element: e(() => import("../../../Danse-B0oeISGF.js"))
|
37
|
+
},
|
38
|
+
{
|
39
|
+
name: "Fitness",
|
40
|
+
element: e(() => import("../../../Fitness-DA1GLCyU.js"))
|
41
|
+
},
|
42
|
+
{
|
43
|
+
name: "Golf",
|
44
|
+
element: e(() => import("../../../Golf-eagnOg2P.js"))
|
45
|
+
},
|
46
|
+
{
|
47
|
+
name: "HamamMen",
|
48
|
+
element: e(() => import("../../../HamamMen-CpRm4U9F.js"))
|
49
|
+
},
|
50
|
+
{
|
51
|
+
name: "HamamWomen",
|
52
|
+
element: e(() => import("../../../HamamWomen-DS4T9840.js"))
|
53
|
+
},
|
54
|
+
{
|
55
|
+
name: "Hiking",
|
56
|
+
element: e(() => import("../../../Hiking-Cx0meiKS.js"))
|
57
|
+
},
|
58
|
+
{
|
59
|
+
name: "HorseRiding",
|
60
|
+
element: e(() => import("../../../HorseRiding-BqaB1Dh8.js"))
|
61
|
+
},
|
62
|
+
{
|
63
|
+
name: "IceSkating",
|
64
|
+
element: e(() => import("../../../IceSkating-DHCdsiFr.js"))
|
65
|
+
},
|
66
|
+
{
|
67
|
+
name: "Kayak",
|
68
|
+
element: e(() => import("../../../Kayak-DX8hHge_.js"))
|
69
|
+
},
|
70
|
+
{
|
71
|
+
name: "Kitesurf",
|
72
|
+
element: e(() => import("../../../Kitesurf-B1GQLHvd.js"))
|
73
|
+
},
|
74
|
+
{
|
75
|
+
name: "Multisports",
|
76
|
+
element: e(() => import("../../../Multisports-B93C5Xvc.js"))
|
77
|
+
},
|
78
|
+
{
|
79
|
+
name: "Paddle",
|
80
|
+
element: e(() => import("../../../Paddle-BzJQxwAV.js"))
|
81
|
+
},
|
82
|
+
{
|
83
|
+
name: "PaddleTennis",
|
84
|
+
element: e(() => import("../../../PaddleTennis-DqmegNfg.js"))
|
85
|
+
},
|
86
|
+
{
|
87
|
+
name: "PickleBall",
|
88
|
+
element: e(() => import("../../../PickleBall-DHMqXfBz.js"))
|
89
|
+
},
|
90
|
+
{
|
91
|
+
name: "Running",
|
92
|
+
element: e(() => import("../../../Running-WcI1frOJ.js"))
|
93
|
+
},
|
94
|
+
{
|
95
|
+
name: "Sailing",
|
96
|
+
element: e(() => import("../../../Sailing-tSokty4S.js"))
|
97
|
+
},
|
98
|
+
{
|
99
|
+
name: "SaunaMen",
|
100
|
+
element: e(() => import("../../../SaunaMen-BMkL5IYm.js"))
|
101
|
+
},
|
102
|
+
{
|
103
|
+
name: "SaunaWomen",
|
104
|
+
element: e(() => import("../../../SaunaWomen-DkHX-y6c.js"))
|
105
|
+
},
|
106
|
+
{
|
107
|
+
name: "ScubaDiving",
|
108
|
+
element: e(() => import("../../../ScubaDiving-BdtXRMqi.js"))
|
109
|
+
},
|
110
|
+
{
|
111
|
+
name: "Ski",
|
112
|
+
element: e(() => import("../../../Ski-Bxw3wCHI.js"))
|
113
|
+
},
|
114
|
+
{
|
115
|
+
name: "Snorkeling",
|
116
|
+
element: e(() => import("../../../Snorkeling-BU4ERvHO.js"))
|
117
|
+
},
|
118
|
+
{
|
119
|
+
name: "Snowboard",
|
120
|
+
element: e(() => import("../../../Snowboard-sIGnJcuR.js"))
|
121
|
+
},
|
122
|
+
{
|
123
|
+
name: "Snowshoeing",
|
124
|
+
element: e(() => import("../../../Snowshoeing-DLT8zncN.js"))
|
125
|
+
},
|
126
|
+
{
|
127
|
+
name: "Surf",
|
128
|
+
element: e(() => import("../../../Surf-Dy-bP6_z.js"))
|
129
|
+
},
|
130
|
+
{
|
131
|
+
name: "TableTennis",
|
132
|
+
element: e(() => import("../../../TableTennis-oEB-rixS.js"))
|
133
|
+
},
|
134
|
+
{
|
135
|
+
name: "Tennis",
|
136
|
+
element: e(() => import("../../../Tennis-Icxdp2dM.js"))
|
137
|
+
},
|
138
|
+
{
|
139
|
+
name: "ThaiBoxing",
|
140
|
+
element: e(() => import("../../../ThaiBoxing-D9j8kwFF.js"))
|
141
|
+
},
|
142
|
+
{
|
143
|
+
name: "Trapeze",
|
144
|
+
element: e(() => import("../../../Trapeze-BzI-o3t5.js"))
|
145
|
+
},
|
146
|
+
{
|
147
|
+
name: "TreeClimbing",
|
148
|
+
element: e(() => import("../../../TreeClimbing-CRhfh0ne.js"))
|
149
|
+
},
|
150
|
+
{
|
151
|
+
name: "VTT",
|
152
|
+
element: e(() => import("../../../VTT-D5ArO3N3.js"))
|
153
|
+
},
|
154
|
+
{
|
155
|
+
name: "Volleyball",
|
156
|
+
element: e(() => import("../../../Volleyball-BdiuPPTW.js"))
|
157
|
+
},
|
158
|
+
{
|
159
|
+
name: "WaterSkiing",
|
160
|
+
element: e(() => import("../../../WaterSkiing-CbtbzGJ9.js"))
|
161
|
+
},
|
162
|
+
{
|
163
|
+
name: "WaterVolley",
|
164
|
+
element: e(() => import("../../../WaterVolley-B0vM03BM.js"))
|
165
|
+
},
|
166
|
+
{
|
167
|
+
name: "Waterpolo",
|
168
|
+
element: e(() => import("../../../Waterpolo-BRzcEca_.js"))
|
169
|
+
},
|
170
|
+
{
|
171
|
+
name: "Windsurf",
|
172
|
+
element: e(() => import("../../../Windsurf-B3AuFoMx.js"))
|
173
|
+
},
|
174
|
+
{
|
175
|
+
name: "Wingfoil",
|
176
|
+
element: e(() => import("../../../Wingfoil-Bh1Hk3M1.js"))
|
177
|
+
},
|
178
|
+
{
|
179
|
+
name: "WinterHiking",
|
180
|
+
element: e(() => import("../../../WinterHiking-DLT8zncN.js"))
|
181
|
+
},
|
182
|
+
{
|
183
|
+
name: "Yoga",
|
184
|
+
element: e(() => import("../../../Yoga-Cbyb3kFi.js"))
|
185
|
+
}
|
186
|
+
]
|
187
|
+
);
|
188
|
+
export {
|
189
|
+
i as default
|
190
|
+
};
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|
package/atoms/Icons/svg/Brand.js
CHANGED
@@ -1,85 +1,91 @@
|
|
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
|
-
|
2
|
+
import { resolver as t } from "./SvgIconResolver.js";
|
3
|
+
const a = t(
|
4
|
+
"brand",
|
5
|
+
[
|
6
|
+
{
|
7
|
+
name: "AllInclusiveDefault",
|
8
|
+
element: e(() => import("../../../AllInclusiveDefault-DpLz1-Lq.js"))
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: "AllInclusiveDonations",
|
12
|
+
element: e(() => import("../../../AllInclusiveDonations-DV79RTMu.js"))
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: "AllInclusiveFlexible",
|
16
|
+
element: e(() => import("../../../AllInclusiveFlexible-D5ggnwHi.js"))
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: "BabyClubMed",
|
20
|
+
aspectRatio: 160 / 72,
|
21
|
+
viewBox: "0 0 160 72",
|
22
|
+
element: e(() => import("../../../BabyClubMed-B5g6uZ-O.js"))
|
23
|
+
},
|
24
|
+
{
|
25
|
+
name: "Bars",
|
26
|
+
element: e(() => import("../../../Bars-D_jcpwXc.js"))
|
27
|
+
},
|
28
|
+
{
|
29
|
+
name: "ChillPass",
|
30
|
+
aspectRatio: 79 / 95,
|
31
|
+
viewBox: "0 0 79 95",
|
32
|
+
element: e(() => import("../../../ChillPass-DBZKFgOO.js"))
|
33
|
+
},
|
34
|
+
{
|
35
|
+
name: "ClubMed",
|
36
|
+
aspectRatio: 120 / 24,
|
37
|
+
viewBox: "0 0 120 24",
|
38
|
+
element: e(() => import("../../../ClubMed-BWJUuaUz.js"))
|
39
|
+
},
|
40
|
+
{
|
41
|
+
name: "Diamond",
|
42
|
+
element: e(() => import("../../../Diamond-DUFBhNdu.js"))
|
43
|
+
},
|
44
|
+
{
|
45
|
+
name: "ExclusiveCollection",
|
46
|
+
element: e(() => import("../../../ExclusiveCollection-yLCrP3N9.js"))
|
47
|
+
},
|
48
|
+
{
|
49
|
+
name: "HappyToCare",
|
50
|
+
viewBox: "0 0 108 108",
|
51
|
+
element: e(() => import("../../../HappyToCare-BablLa3K.js"))
|
52
|
+
},
|
53
|
+
{
|
54
|
+
name: "HappyToCareSmall",
|
55
|
+
element: e(() => import("../../../HappyToCareSmall-ISo4npBk.js"))
|
56
|
+
},
|
57
|
+
{
|
58
|
+
name: "MiniClubMed",
|
59
|
+
aspectRatio: 111 / 55,
|
60
|
+
viewBox: "0 0 111 55",
|
61
|
+
element: e(() => import("../../../MiniClubMed-B5YRDS9W.js"))
|
62
|
+
},
|
63
|
+
{
|
64
|
+
name: "OnDemand",
|
65
|
+
element: e(() => import("../../../OnDemand-c76OOO6e.js"))
|
66
|
+
},
|
67
|
+
{
|
68
|
+
name: "PetitClubMed",
|
69
|
+
aspectRatio: 160 / 70,
|
70
|
+
viewBox: "0 0 160 70",
|
71
|
+
element: e(() => import("../../../PetitClubMed-BsykfPaH.js"))
|
72
|
+
},
|
73
|
+
{
|
74
|
+
name: "Restaurants",
|
75
|
+
element: e(() => import("../../../Restaurants-CdqS7OxA.js"))
|
76
|
+
},
|
77
|
+
{
|
78
|
+
name: "Teens",
|
79
|
+
aspectRatio: 109 / 48,
|
80
|
+
viewBox: "0 0 109 48",
|
81
|
+
element: e(() => import("../../../Teens-DWZacFwz.js"))
|
82
|
+
},
|
83
|
+
{
|
84
|
+
name: "Trident",
|
85
|
+
element: e(() => import("../../../Trident-wrYGwe5X.js"))
|
86
|
+
}
|
87
|
+
]
|
88
|
+
);
|
89
|
+
export {
|
90
|
+
a as default
|
91
|
+
};
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("..").IconResolverProps<import("./SvgIcon").SvgIconProps>[];
|
2
|
+
export default _default;
|