@bigbinary/neeto-site-blocks 2.0.8 → 2.0.9

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/dist/index.js CHANGED
@@ -42,293 +42,6 @@ var ArrowButton = function ArrowButton(_ref) {
42
42
  });
43
43
  };
44
44
 
45
- var COMPONENTS = {
46
- h1: "h1",
47
- h2: "h2",
48
- h3: "h3",
49
- h4: "h4",
50
- h5: "h5",
51
- h6: "h6",
52
- p: "p",
53
- span: "span",
54
- b: "b",
55
- strong: "strong",
56
- i: "i",
57
- em: "em",
58
- mark: "mark",
59
- del: "del",
60
- s: "s",
61
- ins: "ins",
62
- sub: "sub",
63
- sup: "sup",
64
- u: "u",
65
- code: "code",
66
- blockquote: "blockquote",
67
- div: "div"
68
- };
69
- var SPACING_VALUES = {
70
- none: 0,
71
- "2xs": 8,
72
- xs: 12,
73
- sm: 16,
74
- md: 20,
75
- lg: 24,
76
- xl: 32,
77
- "2xl": 36,
78
- "3xl": 40,
79
- "4xl": 48,
80
- "5xl": 64,
81
- "6xl": 80,
82
- "7xl": 96,
83
- "8xl": 112,
84
- "9xl": 128,
85
- "10xl": 144,
86
- "11xl": 160,
87
- "12xl": 176,
88
- "13xl": 192
89
- };
90
- var BACKGROUND_IMAGE_SIZE_VALUES = {
91
- auto: "auto",
92
- cover: "cover",
93
- contain: "contain",
94
- inherit: "inherit",
95
- initial: "initial",
96
- revert: "revert",
97
- unset: "unset"
98
- };
99
- var BACKGROUND_IMAGE_POSITION_VALUES = {
100
- "top-left": "top-left",
101
- "top-center": "top-center",
102
- "top-right": "top-right",
103
- "center-left": "center-left",
104
- center: "center",
105
- "center-right": "center-right",
106
- "bottom-left": "bottom-left",
107
- "bottom-center": "bottom-center",
108
- "bottom-right": "bottom-right"
109
- };
110
- var BACKGROUND_IMAGE_REPEAT_VALUES = {
111
- repeat: "repeat",
112
- "no-repeat": "no-repeat",
113
- "repeat-x": "repeat-x",
114
- "repeat-y": "repeat-y"
115
- };
116
- var TEXT_ALIGN_VALUES = {
117
- left: "left",
118
- center: "center",
119
- right: "right",
120
- justify: "justify"
121
- };
122
- var ICON_SIZE_VALUES = {
123
- "4xs": 16,
124
- "3xs": 20,
125
- "2xs": 24,
126
- xs: 28,
127
- sm: 32,
128
- md: 36,
129
- lg: 40,
130
- xl: 44
131
- };
132
- var LOGO_WIDTH_VALUES = {
133
- xs: 10,
134
- sm: 14,
135
- md: 20,
136
- lg: 24,
137
- xl: 28,
138
- "2xl": 32,
139
- "3xl": 36,
140
- "4xl": 40,
141
- "5xl": 44,
142
- "6xl": 48,
143
- "7xl": 52,
144
- "8xl": 56,
145
- "9xl": 60,
146
- "10xl": 64
147
- };
148
- var IMAGE_WIDTH_VALUES = {
149
- "3xs": 15,
150
- "2xs": 20,
151
- xs: 25,
152
- sm: 33,
153
- md: 40,
154
- lg: 50,
155
- xl: 66,
156
- "2xl": 75,
157
- "3xl": 80,
158
- full: 100
159
- };
160
- var BORDER_STYLE_VALUES = {
161
- none: "none",
162
- solid: "solid",
163
- dashed: "dashed"
164
- };
165
- var BORDER_WIDTH_VALUES = {
166
- none: 0,
167
- "3xs": 0.5,
168
- "2xs": 1,
169
- xs: 2,
170
- sm: 4,
171
- md: 8,
172
- lg: 12,
173
- xl: 16
174
- };
175
- var BORDER_RADIUS_VALUES = {
176
- none: 0,
177
- xs: 1,
178
- sm: 2,
179
- md: 6,
180
- lg: 8,
181
- xl: 12,
182
- "2xl": 16,
183
- full: 9999
184
- };
185
- var FONT_SIZE_VALUES = {
186
- xs: "0.75em",
187
- sm: "0.875em",
188
- base: "1em",
189
- lg: "1.125em",
190
- xl: "1.25em",
191
- "2xl": "1.5em",
192
- "3xl": "1.75em",
193
- "4xl": "2em",
194
- "5xl": "2.25em",
195
- "6xl": "2.5em",
196
- "7xl": "3em",
197
- "8xl": "3.75em",
198
- "9xl": "4.5em"
199
- };
200
- var FONT_FAMILY_VALUES = {
201
- Inter: "Inter",
202
- Roboto: "Roboto",
203
- OpenSans: "Open Sans",
204
- Lato: "Lato",
205
- Monsterrat: "Montserrat",
206
- NotoSerif: "Noto Serif",
207
- EBGaramond: "EB Garamond"
208
- };
209
- var FONT_WEIGHT_VALUES = {
210
- 300: 300,
211
- 400: 400,
212
- 500: 500,
213
- 600: 600,
214
- 700: 700,
215
- 800: 800
216
- };
217
- var LINE_HEIGHT_VALUES = {
218
- none: 1,
219
- tight: 1.25,
220
- snug: 1.375,
221
- normal: 1.5,
222
- relaxed: 1.625,
223
- loose: 2
224
- };
225
- var LETTER_SPACING_VALUES = {
226
- tighter: "-0.05em",
227
- tight: "-0.025em",
228
- normal: 0,
229
- wide: "0.025em",
230
- wider: "0.05em",
231
- widest: "0.1em"
232
- };
233
- var PRICING_PLANS = {
234
- monthly: "monthly",
235
- yearly: "yearly",
236
- monthly_and_yearly: "monthly_and_yearly"
237
- };
238
- var DEFAULT_BUTTON_STYLES = {
239
- fontSize: FONT_SIZE_VALUES.sm,
240
- fontWeight: FONT_WEIGHT_VALUES[500],
241
- border: {
242
- borderWidth: 0,
243
- borderStyle: "solid"
244
- },
245
- borderRadius: BORDER_RADIUS_VALUES.sm,
246
- paddingHorizontal: SPACING_VALUES["sm"],
247
- paddingVertical: SPACING_VALUES["2xs"],
248
- letterSpacing: "wide"
249
- };
250
- var DEFAULT_TYPOGRAPHY_STYLES = {
251
- fontSize: FONT_SIZE_VALUES.md,
252
- fontWeight: FONT_WEIGHT_VALUES[400],
253
- marginTop: SPACING_VALUES.none,
254
- marginBottom: SPACING_VALUES.none,
255
- marginLeft: SPACING_VALUES.none,
256
- marginRight: SPACING_VALUES.none,
257
- lineHeight: LINE_HEIGHT_VALUES.none,
258
- letterSpacing: LETTER_SPACING_VALUES.normal,
259
- textAlign: "left"
260
- };
261
- var DEFAULT_LINK_STYLES = {
262
- fontSize: FONT_SIZE_VALUES.sm,
263
- fontWeight: FONT_WEIGHT_VALUES.normal,
264
- letterSpacing: LETTER_SPACING_VALUES.normal,
265
- marginBottom: 0,
266
- marginTop: 0
267
- };
268
- var IMAGE_POSITIONS = {
269
- top: "top",
270
- bottom: "bottom",
271
- left: "left",
272
- right: "right",
273
- center: "center"
274
- };
275
- var LOGO_SIZE_VALUES = {
276
- xs: 10,
277
- sm: 14,
278
- md: 20,
279
- lg: 24,
280
- xl: 28,
281
- "2xl": 32,
282
- "3xl": 36,
283
- "4xl": 40,
284
- "5xl": 44,
285
- "6xl": 48,
286
- "7xl": 52,
287
- "8xl": 56,
288
- "9xl": 62,
289
- "10xl": 70,
290
- "11xl": 80
291
- };
292
- var IMAGE_FIT_VALUES = {
293
- auto: "auto",
294
- cover: "cover",
295
- contain: "contain"
296
- };
297
- var BUTTON_ALIGN_VALUES = {
298
- left: "left",
299
- center: "center",
300
- right: "right"
301
- };
302
-
303
- var index$1 = /*#__PURE__*/Object.freeze({
304
- __proto__: null,
305
- COMPONENTS: COMPONENTS,
306
- SPACING_VALUES: SPACING_VALUES,
307
- BACKGROUND_IMAGE_SIZE_VALUES: BACKGROUND_IMAGE_SIZE_VALUES,
308
- BACKGROUND_IMAGE_POSITION_VALUES: BACKGROUND_IMAGE_POSITION_VALUES,
309
- BACKGROUND_IMAGE_REPEAT_VALUES: BACKGROUND_IMAGE_REPEAT_VALUES,
310
- TEXT_ALIGN_VALUES: TEXT_ALIGN_VALUES,
311
- ICON_SIZE_VALUES: ICON_SIZE_VALUES,
312
- LOGO_WIDTH_VALUES: LOGO_WIDTH_VALUES,
313
- IMAGE_WIDTH_VALUES: IMAGE_WIDTH_VALUES,
314
- BORDER_STYLE_VALUES: BORDER_STYLE_VALUES,
315
- BORDER_WIDTH_VALUES: BORDER_WIDTH_VALUES,
316
- BORDER_RADIUS_VALUES: BORDER_RADIUS_VALUES,
317
- FONT_SIZE_VALUES: FONT_SIZE_VALUES,
318
- FONT_FAMILY_VALUES: FONT_FAMILY_VALUES,
319
- FONT_WEIGHT_VALUES: FONT_WEIGHT_VALUES,
320
- LINE_HEIGHT_VALUES: LINE_HEIGHT_VALUES,
321
- LETTER_SPACING_VALUES: LETTER_SPACING_VALUES,
322
- PRICING_PLANS: PRICING_PLANS,
323
- DEFAULT_BUTTON_STYLES: DEFAULT_BUTTON_STYLES,
324
- DEFAULT_TYPOGRAPHY_STYLES: DEFAULT_TYPOGRAPHY_STYLES,
325
- DEFAULT_LINK_STYLES: DEFAULT_LINK_STYLES,
326
- IMAGE_POSITIONS: IMAGE_POSITIONS,
327
- LOGO_SIZE_VALUES: LOGO_SIZE_VALUES,
328
- IMAGE_FIT_VALUES: IMAGE_FIT_VALUES,
329
- BUTTON_ALIGN_VALUES: BUTTON_ALIGN_VALUES
330
- });
331
-
332
45
  var _excluded$3M = ["size"];
333
46
  function ownKeys$3Q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
334
47
  function _objectSpread$3Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3Q(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -2383,463 +2096,750 @@ function ownKeys$2u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySym
2383
2096
  function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2384
2097
  /** Icons generated by remix-icons. Don't edit this file directly. **/
2385
2098
 
2386
- var Twitter$1 = function Twitter(_ref) {
2099
+ var Twitter$1 = function Twitter(_ref) {
2100
+ var size = _ref.size,
2101
+ other = _objectWithoutProperties(_ref, _excluded$2q);
2102
+ return /*#__PURE__*/jsx("svg", _objectSpread$2u(_objectSpread$2u({
2103
+ height: size,
2104
+ viewBox: "0 0 24 24",
2105
+ width: size
2106
+ }, other), {}, {
2107
+ children: /*#__PURE__*/jsx("path", {
2108
+ d: "M15.3499 5.5498C13.7681 5.5498 12.4786 6.81785 12.4504 8.39633L12.4223 9.97138C12.4164 10.3027 12.143 10.5665 11.8117 10.5606C11.7881 10.5602 11.7646 10.5584 11.7413 10.5552L10.1805 10.3423C8.12699 10.0623 6.15883 9.11711 4.27072 7.54387C3.67275 10.8535 4.84 13.147 7.65342 14.9157L9.40041 16.014C9.68095 16.1904 9.7654 16.5608 9.58903 16.8413C9.54861 16.9056 9.49636 16.9616 9.43504 17.0064L7.84338 18.1693C8.78973 18.2288 9.68938 18.1873 10.435 18.0385C15.1526 17.097 18.2897 13.5468 18.2897 7.69084C18.2897 7.21275 17.2774 5.5498 15.3499 5.5498ZM10.4507 8.36066C10.4983 5.69559 12.6735 3.5498 15.3499 3.5498C16.7132 3.5498 17.9465 4.10658 18.8348 5.00515C19.5462 4.9998 20.1514 5.17966 21.5035 4.35943C21.1693 5.9998 21.0034 6.71177 20.2897 7.69084C20.2897 15.3324 15.5926 19.0487 10.8264 19.9998C7.5587 20.6519 2.80646 19.5812 1.44531 18.1584C2.13874 18.1051 4.95928 17.8018 6.58895 16.6089C5.20994 15.6984 -0.278631 12.4679 3.32772 3.78617C5.02119 5.76283 6.73797 7.10831 8.47807 7.82262C9.63548 8.29774 9.91978 8.28825 10.4507 8.36066Z"
2109
+ })
2110
+ }));
2111
+ };
2112
+ Twitter$1.defaultProps = {
2113
+ color: "currentColor",
2114
+ size: 24,
2115
+ strokeWidth: "1.5"
2116
+ };
2117
+
2118
+ var _excluded$2p = ["size"];
2119
+ function ownKeys$2t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2120
+ function _objectSpread$2t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2t(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2121
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2122
+
2123
+ var TwitterX$1 = function TwitterX(_ref) {
2124
+ var size = _ref.size,
2125
+ other = _objectWithoutProperties(_ref, _excluded$2p);
2126
+ return /*#__PURE__*/jsx("svg", _objectSpread$2t(_objectSpread$2t({
2127
+ height: size,
2128
+ viewBox: "0 0 24 24",
2129
+ width: size
2130
+ }, other), {}, {
2131
+ children: /*#__PURE__*/jsx("path", {
2132
+ d: "M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z"
2133
+ })
2134
+ }));
2135
+ };
2136
+ TwitterX$1.defaultProps = {
2137
+ color: "currentColor",
2138
+ size: 24,
2139
+ strokeWidth: "1.5"
2140
+ };
2141
+
2142
+ var _excluded$2o = ["size"];
2143
+ function ownKeys$2s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2144
+ function _objectSpread$2s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2s(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2145
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2146
+
2147
+ var Ubuntu$1 = function Ubuntu(_ref) {
2148
+ var size = _ref.size,
2149
+ other = _objectWithoutProperties(_ref, _excluded$2o);
2150
+ return /*#__PURE__*/jsx("svg", _objectSpread$2s(_objectSpread$2s({
2151
+ height: size,
2152
+ viewBox: "0 0 24 24",
2153
+ width: size
2154
+ }, other), {}, {
2155
+ children: /*#__PURE__*/jsx("path", {
2156
+ d: "M8.66784 19.2731L9.67371 17.5309C12.4214 18.6911 15.6673 17.6497 17.1971 15C17.6099 14.2851 17.8588 13.5206 17.9555 12.75H19.9677C19.8637 13.8618 19.5241 14.9695 18.9292 16C18.5267 16.6971 18.035 17.3108 17.477 17.8349C16.8385 17.6413 16.1244 17.7022 15.501 18.0621C14.8783 18.4216 14.4688 19.0086 14.3168 19.6575C12.4998 20.2066 10.4923 20.1118 8.66784 19.2731ZM7.3688 18.5231C5.73024 17.3624 4.64445 15.6713 4.21148 13.8232C4.69743 13.3671 5.00098 12.719 5.00098 12C5.00098 11.2801 4.69669 10.6312 4.20973 10.1751C4.38459 9.42975 4.67025 8.69715 5.07277 7.99995C5.66768 6.96954 6.4572 6.12154 7.3681 5.47557L8.3742 7.2182C7.75517 7.68729 7.21755 8.28509 6.80482 8.99995C5.27497 11.6497 5.996 14.9814 8.37467 16.7809L7.3688 18.5231ZM8.66779 4.72671C10.4122 3.92909 12.4225 3.76619 14.3163 4.34045C14.4679 4.99011 14.8776 5.57789 15.501 5.93778C16.1243 6.29766 16.8382 6.3586 17.4766 6.16508C18.9209 7.51805 19.785 9.34047 19.9664 11.25H17.9542C17.7265 9.45286 16.6908 7.77941 15.001 6.8038C13.3112 5.82819 11.3441 5.76797 9.67386 6.46927L8.66779 4.72671ZM16.001 5.07175C15.2835 4.65754 15.0377 3.74015 15.4519 3.02271C15.8662 2.30527 16.7835 2.05946 17.501 2.47367C18.2184 2.88789 18.4642 3.80527 18.05 4.52271C17.6358 5.24015 16.7184 5.48596 16.001 5.07175ZM4.00098 12C4.00098 12.8284 3.3294 13.5 2.50098 13.5C1.67255 13.5 1.00098 12.8284 1.00098 12C1.00098 11.1715 1.67255 10.5 2.50098 10.5C3.3294 10.5 4.00098 11.1715 4.00098 12ZM16.001 18.9282C16.7184 18.5139 17.6358 18.7598 18.05 19.4772C18.4642 20.1946 18.2184 21.112 17.501 21.5262C16.7835 21.9404 15.8662 21.6946 15.4519 20.9772C15.0377 20.2598 15.2835 19.3424 16.001 18.9282Z"
2157
+ })
2158
+ }));
2159
+ };
2160
+ Ubuntu$1.defaultProps = {
2161
+ color: "currentColor",
2162
+ size: 24,
2163
+ strokeWidth: "1.5"
2164
+ };
2165
+
2166
+ var _excluded$2n = ["size"];
2167
+ function ownKeys$2r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2168
+ function _objectSpread$2r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2r(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2169
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2170
+
2171
+ var Unsplash$1 = function Unsplash(_ref) {
2172
+ var size = _ref.size,
2173
+ other = _objectWithoutProperties(_ref, _excluded$2n);
2174
+ return /*#__PURE__*/jsx("svg", _objectSpread$2r(_objectSpread$2r({
2175
+ height: size,
2176
+ viewBox: "0 0 24 24",
2177
+ width: size
2178
+ }, other), {}, {
2179
+ children: /*#__PURE__*/jsx("path", {
2180
+ d: "M10.001 10V14H14.0002L14.0012 10H21.0012L21.0002 14L21.001 21H3.00098V10H10.001ZM8.00098 12H5.00098V19H19.001V16L19.0007 12H16.0007L15.9997 16H8.00098V12ZM16.001 3V9H8.00098V3H16.001ZM14.001 5H10.001V7H14.001V5Z"
2181
+ })
2182
+ }));
2183
+ };
2184
+ Unsplash$1.defaultProps = {
2185
+ color: "currentColor",
2186
+ size: 24,
2187
+ strokeWidth: "1.5"
2188
+ };
2189
+
2190
+ var _excluded$2m = ["size"];
2191
+ function ownKeys$2q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2192
+ function _objectSpread$2q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2q(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2193
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2194
+
2195
+ var Vimeo$1 = function Vimeo(_ref) {
2196
+ var size = _ref.size,
2197
+ other = _objectWithoutProperties(_ref, _excluded$2m);
2198
+ return /*#__PURE__*/jsx("svg", _objectSpread$2q(_objectSpread$2q({
2199
+ height: size,
2200
+ viewBox: "0 0 24 24",
2201
+ width: size
2202
+ }, other), {}, {
2203
+ children: /*#__PURE__*/jsx("path", {
2204
+ d: "M17.9943 3.00391C20.4268 3.00391 21.9991 4.51559 21.9991 7.49946C21.9991 9.21909 21.0011 11.4393 20.1674 12.7343C17.3783 17.0671 13.9341 21.474 10.5239 21.474C6.81821 21.474 5.85467 14.6431 5.43244 13.0422C5.01021 11.4413 4.89884 10.8333 4.26237 9.8099C3.94484 10.0286 3.50145 10.3382 2.9322 10.7387C2.7084 10.8962 2.39959 10.8446 2.23929 10.6228L0.925925 8.80695C0.790064 8.61911 0.801127 8.36252 0.952669 8.18709C3.77969 4.91376 6.12916 3.2771 8.0011 3.2771C10.3929 3.2771 11.1255 6.09233 11.325 7.49946C11.6251 9.6164 12.0159 12.2373 12.5696 13.3715C13.1258 12.5799 14.7497 10.4836 14.536 9.38067C14.4418 8.895 13.2189 9.56484 12.6493 9.45903C12.2242 9.38006 11.8435 9.05734 11.8435 8.43327C11.8435 7.12315 13.6951 3.00391 17.9943 3.00391ZM18.0011 5.00391C15.8066 5.00391 14.75 6.53616 14.3478 7.21138C15.5983 7.25709 16.3173 8.02993 16.4816 9.01464C16.8701 11.3438 14.5653 13.935 14.1425 14.5792C13.7465 15.1825 11.0808 17.9078 9.89184 11.2201C9.77992 10.5906 9.52464 9.05621 9.22685 7.03309C9.05749 5.88249 8.35454 5.27031 7.99796 5.27031C7.15495 5.27031 6.07725 5.91988 4.14249 7.78524C6.04712 7.67037 6.68738 10.0611 7.0586 11.4186C7.87446 14.4023 8.62936 19.474 10.6785 19.474C12.4048 19.474 15.1166 16.8281 18.0483 12.4354C18.2569 12.123 20.0142 9.41022 20.0142 7.39884C20.0142 5.00391 18.5451 5.00391 18.0011 5.00391Z"
2205
+ })
2206
+ }));
2207
+ };
2208
+ Vimeo$1.defaultProps = {
2209
+ color: "currentColor",
2210
+ size: 24,
2211
+ strokeWidth: "1.5"
2212
+ };
2213
+
2214
+ var _excluded$2l = ["size"];
2215
+ function ownKeys$2p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2216
+ function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2217
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2218
+
2219
+ var Visa$1 = function Visa(_ref) {
2220
+ var size = _ref.size,
2221
+ other = _objectWithoutProperties(_ref, _excluded$2l);
2222
+ return /*#__PURE__*/jsx("svg", _objectSpread$2p(_objectSpread$2p({
2223
+ height: size,
2224
+ viewBox: "0 0 24 24",
2225
+ width: size
2226
+ }, other), {}, {
2227
+ children: /*#__PURE__*/jsx("path", {
2228
+ d: "M22.2215 15.7683L21.9974 14.6431L19.4831 14.6431L19.0837 15.7599L17.0677 15.7643C18.3633 12.6514 19.3247 10.3455 19.952 8.84657C20.1159 8.45511 20.4072 8.25543 20.8364 8.25848C21.1638 8.26094 21.6991 8.26124 22.4421 8.25942L24 15.7648L22.2215 15.7683ZM20.0485 13.1018H21.6692L21.0642 10.2819L20.0485 13.1018ZM7.06069 8.2567L9.08703 8.25933L5.95498 15.7683L3.90367 15.7675C3.21013 13.0896 2.70084 11.1042 2.37581 9.81122C2.27616 9.4148 2.07796 9.13797 1.69702 9.00705C1.35736 8.89031 0.791683 8.7098 0 8.46553V8.25942C1.48023 8.25924 2.55921 8.25924 3.23694 8.25942C3.7974 8.25959 4.12411 8.53015 4.22922 9.08566C4.33473 9.6435 4.60127 11.0616 5.02884 13.3398L7.06069 8.2567ZM11.8702 8.25934L10.2695 15.7676L8.34108 15.7648C8.37914 15.5824 8.91202 13.0797 9.93972 8.2567L11.8702 8.25934ZM15.7815 8.12012C16.3578 8.12012 17.0846 8.2992 17.5035 8.46553L17.1652 10.0221C16.7871 9.87023 16.1657 9.66491 15.6424 9.67294C14.8813 9.68462 14.4117 10.004 14.4117 10.3105C14.4117 10.808 15.2277 11.0586 16.0681 11.603C17.0265 12.2237 17.1531 12.78 17.1412 13.3856C17.1277 14.6413 16.0681 15.8801 13.8322 15.8801C12.8111 15.8648 12.4444 15.7791 11.6122 15.4839L11.9637 13.8595C12.8106 14.2142 13.1698 14.327 13.8935 14.327C14.5569 14.327 15.1263 14.0589 15.1312 13.5919C15.1347 13.2598 14.9316 13.0955 14.1871 12.6847C13.4427 12.2739 12.3994 11.706 12.4128 10.5631C12.43 9.10074 13.815 8.12012 15.7815 8.12012Z"
2229
+ })
2230
+ }));
2231
+ };
2232
+ Visa$1.defaultProps = {
2233
+ color: "currentColor",
2234
+ size: 24,
2235
+ strokeWidth: "1.5"
2236
+ };
2237
+
2238
+ var _excluded$2k = ["size"];
2239
+ function ownKeys$2o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2240
+ function _objectSpread$2o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2o(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2241
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2242
+
2243
+ var Webhook$1 = function Webhook(_ref) {
2244
+ var size = _ref.size,
2245
+ other = _objectWithoutProperties(_ref, _excluded$2k);
2246
+ return /*#__PURE__*/jsx("svg", _objectSpread$2o(_objectSpread$2o({
2247
+ fill: "currentColor",
2248
+ height: size,
2249
+ viewBox: "0 0 24 24",
2250
+ width: size
2251
+ }, other), {}, {
2252
+ children: /*#__PURE__*/jsx("path", {
2253
+ d: "M8.86874 14.1392C8.6556 14.4912 8.55014 14.7778 8.72043 15.2253C9.1905 16.4613 8.52737 17.664 7.28097 17.9905C6.10556 18.2985 4.96035 17.526 4.72713 16.2676C4.52048 15.1537 5.38488 14.0617 6.61294 13.8877C6.67963 13.8781 6.74717 13.874 6.83351 13.8688C6.88044 13.866 6.93293 13.8628 6.99384 13.8582L8.86194 10.7257C7.687 9.55742 6.98767 8.19164 7.14246 6.49936C7.25188 5.30308 7.72226 4.26933 8.58208 3.42201C10.2288 1.79945 12.7411 1.53667 14.68 2.78212C16.5423 3.97841 17.3951 6.30867 16.6681 8.30311L14.9611 7.84C15.1895 6.73115 15.0206 5.73536 14.2727 4.88234C13.7786 4.31914 13.1446 4.02394 12.4236 3.91516C10.9783 3.69681 9.55922 4.6254 9.13816 6.04399C8.66019 7.65406 9.38355 8.96924 11.3603 9.96029C10.5311 11.3541 9.70859 12.7518 8.86874 14.1392ZM13.7838 8.27337C14.3816 9.32798 14.9886 10.3986 15.5902 11.4593C18.631 10.5186 20.9237 12.2018 21.7462 14.004C22.7396 16.1809 22.0605 18.7593 20.1094 20.1023C18.1067 21.481 15.5741 21.2454 13.7997 19.4744L15.1919 18.3094C16.9444 19.4445 18.4772 19.3911 19.6151 18.047C20.5855 16.9003 20.5644 15.1906 19.5659 14.068C18.4136 12.7726 16.8701 12.7331 15.0044 13.9767C14.2305 12.6037 13.443 11.2413 12.6936 9.85845C12.4409 9.39233 12.1618 9.12196 11.5923 9.0233C10.6411 8.85839 10.027 8.04157 9.99016 7.12642C9.95395 6.22138 10.4871 5.4033 11.3205 5.08455C12.146 4.7688 13.1148 5.02367 13.6701 5.72554C14.1239 6.29901 14.2681 6.94443 14.0293 7.65167C13.9843 7.7852 13.9304 7.91584 13.8713 8.05885C13.8431 8.12694 13.8138 8.19801 13.7838 8.27337ZM11.552 16.895H15.2126C15.2636 16.963 15.3113 17.0303 15.3579 17.0959C15.4551 17.233 15.5474 17.3632 15.6551 17.4788C16.4304 18.3077 17.7395 18.3489 18.5682 17.5795C19.4271 16.7821 19.466 15.4426 18.6544 14.6101C17.8602 13.7955 16.5029 13.7177 15.7655 14.5802C15.3176 15.1044 14.8586 15.166 14.2641 15.1567C12.7414 15.1332 11.2177 15.149 9.69524 15.149C9.79406 17.2909 8.98436 18.6255 7.37841 18.9424C5.80582 19.2528 4.3575 18.4504 3.84759 16.9864C3.26842 15.3229 3.98467 13.9925 6.05421 12.9366C5.89847 12.3725 5.74115 11.8016 5.58541 11.236C3.32977 11.7276 1.63749 13.916 1.8122 16.378C1.96652 18.5514 3.71968 20.4815 5.86369 20.8273C7.02819 21.0153 8.12233 20.82 9.13741 20.2442C10.4433 19.5032 11.2011 18.3381 11.552 16.895Z"
2254
+ })
2255
+ }));
2256
+ };
2257
+ Webhook$1.defaultProps = {
2258
+ size: 24
2259
+ };
2260
+
2261
+ var _excluded$2j = ["size"];
2262
+ function ownKeys$2n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2263
+ function _objectSpread$2n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2n(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2264
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2265
+
2266
+ var Wechat$1 = function Wechat(_ref) {
2267
+ var size = _ref.size,
2268
+ other = _objectWithoutProperties(_ref, _excluded$2j);
2269
+ return /*#__PURE__*/jsx("svg", _objectSpread$2n(_objectSpread$2n({
2270
+ height: size,
2271
+ viewBox: "0 0 24 24",
2272
+ width: size
2273
+ }, other), {}, {
2274
+ children: /*#__PURE__*/jsx("path", {
2275
+ d: "M10.0014 14.6759C10.0011 14.6553 10.001 14.6347 10.001 14.6141C10.001 12.1058 12.0175 9.99588 14.7539 9.38116C14.3904 7.07897 11.9602 5.2002 8.90098 5.2002C5.58037 5.2002 3.00098 7.41369 3.00098 9.97954C3.00098 10.9489 3.36131 11.8803 4.04082 12.6783C4.0728 12.7159 4.12443 12.772 4.19342 12.8429C4.78537 13.4519 5.13709 14.2459 5.19546 15.0807C5.90857 14.6685 6.74285 14.5125 7.55832 14.6394C7.72416 14.6652 7.85986 14.685 7.96345 14.6985C8.27111 14.7386 8.58419 14.7589 8.90098 14.7589C9.27825 14.7589 9.64595 14.7303 10.0014 14.6759ZM10.4581 16.6272C9.95467 16.7136 9.43399 16.7589 8.90098 16.7589C8.49441 16.7589 8.09502 16.7325 7.70499 16.6817C7.58312 16.6658 7.4317 16.6438 7.25073 16.6156C6.87693 16.5575 6.49436 16.6324 6.1713 16.827L4.26653 17.9747C4.12052 18.0649 3.94891 18.1059 3.77733 18.0918C3.33814 18.0557 3.01178 17.6746 3.04837 17.2408L3.19859 15.4599C3.23664 15.0089 3.07664 14.5634 2.75931 14.237C2.66182 14.1367 2.5814 14.0493 2.51802 13.9749C1.56406 12.8545 1.00098 11.4734 1.00098 9.97954C1.00098 6.23541 4.53793 3.2002 8.90098 3.2002C12.9601 3.2002 16.3041 5.82724 16.7504 9.20813C20.1225 9.36161 22.801 11.7232 22.801 14.6141C22.801 15.8071 22.3448 16.9099 21.572 17.8047C21.5206 17.8641 21.4555 17.9339 21.3765 18.014C21.1194 18.2747 20.9898 18.6304 21.0206 18.9906L21.1423 20.4127C21.172 20.7592 20.9076 21.0635 20.5518 21.0924C20.4128 21.1036 20.2738 21.0708 20.1555 20.9988L18.6124 20.0823C18.3506 19.9269 18.0407 19.867 17.7379 19.9135C17.5913 19.936 17.4686 19.9536 17.3699 19.9663C17.0539 20.0069 16.7303 20.0279 16.401 20.0279C13.7074 20.0279 11.4025 18.6203 10.4581 16.6272ZM17.4346 17.9366C18.0019 17.8496 18.5793 17.9112 19.1105 18.1113C19.2492 17.5506 19.5373 17.0307 19.9524 16.6097C20.0027 16.5587 20.0388 16.5201 20.0584 16.4973C20.5467 15.9321 20.801 15.2841 20.801 14.6141C20.801 12.8097 18.8983 11.2002 16.401 11.2002C13.9037 11.2002 12.001 12.8097 12.001 14.6141C12.001 16.4184 13.9037 18.0279 16.401 18.0279C16.6424 18.0279 16.8809 18.0127 17.115 17.9826C17.1957 17.9722 17.3029 17.9568 17.4346 17.9366Z"
2276
+ })
2277
+ }));
2278
+ };
2279
+ Wechat$1.defaultProps = {
2280
+ color: "currentColor",
2281
+ size: 24,
2282
+ strokeWidth: "1.5"
2283
+ };
2284
+
2285
+ var _excluded$2i = ["size"];
2286
+ function ownKeys$2m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2287
+ function _objectSpread$2m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2m(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2288
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2289
+
2290
+ var Wechat2$1 = function Wechat2(_ref) {
2291
+ var size = _ref.size,
2292
+ other = _objectWithoutProperties(_ref, _excluded$2i);
2293
+ return /*#__PURE__*/jsx("svg", _objectSpread$2m(_objectSpread$2m({
2294
+ height: size,
2295
+ viewBox: "0 0 24 24",
2296
+ width: size
2297
+ }, other), {}, {
2298
+ children: /*#__PURE__*/jsx("path", {
2299
+ d: "M8.66725 11.5116C7.94997 11.5116 7.38211 10.9434 7.38211 10.2258C7.38211 9.50809 7.94997 8.93992 8.66725 8.93992C9.38454 8.93992 9.95239 9.50809 9.95239 10.2258C9.95239 10.9434 9.38454 11.5116 8.66725 11.5116ZM15.3339 11.5116C14.6166 11.5116 14.0488 10.9434 14.0488 10.2258C14.0488 9.50809 14.6166 8.93992 15.3339 8.93992C16.0512 8.93992 16.6191 9.50809 16.6191 10.2258C16.6191 10.9434 16.0512 11.5116 15.3339 11.5116ZM6.82289 19.2156L7.53841 18.7792C8.34812 18.2853 9.30697 18.0952 10.2438 18.2428C10.4553 18.2762 10.6292 18.3018 10.7634 18.3195C11.1696 18.3731 11.5828 18.4002 12.0006 18.4002C16.4213 18.4002 19.9006 15.3778 19.9006 11.8002C19.9006 8.2226 16.4213 5.2002 12.0006 5.2002C7.57986 5.2002 4.10059 8.2226 4.10059 11.8002C4.10059 13.1658 4.60024 14.4731 5.53227 15.5812C5.58056 15.6386 5.65277 15.718 5.74666 15.8157C6.54199 16.644 6.94301 17.7741 6.84765 18.9184L6.82289 19.2156ZM6.19286 21.9425C6.00989 22.0569 5.79484 22.109 5.57981 22.0911C5.02944 22.0452 4.62045 21.5619 4.66631 21.0115L4.85456 18.7523C4.90224 18.1802 4.70173 17.6151 4.30407 17.201C4.1819 17.0738 4.08111 16.963 4.0017 16.8685C2.80622 15.4472 2.10059 13.6953 2.10059 11.8002C2.10059 7.05055 6.53297 3.2002 12.0006 3.2002C17.4682 3.2002 21.9006 7.05055 21.9006 11.8002C21.9006 16.5498 17.4682 20.4002 12.0006 20.4002C11.4911 20.4002 10.9906 20.3668 10.5018 20.3023C10.3491 20.2821 10.1593 20.2542 9.93256 20.2185C9.46412 20.1447 8.9847 20.2397 8.57985 20.4866L6.19286 21.9425Z"
2300
+ })
2301
+ }));
2302
+ };
2303
+ Wechat2$1.defaultProps = {
2304
+ color: "currentColor",
2305
+ size: 24,
2306
+ strokeWidth: "1.5"
2307
+ };
2308
+
2309
+ var _excluded$2h = ["size"];
2310
+ function ownKeys$2l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2311
+ function _objectSpread$2l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2l(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2312
+ /** Icons generated by remix-icons. Don't edit this file directly. **/
2313
+
2314
+ var Whatsapp$1 = function Whatsapp(_ref) {
2387
2315
  var size = _ref.size,
2388
- other = _objectWithoutProperties(_ref, _excluded$2q);
2389
- return /*#__PURE__*/jsx("svg", _objectSpread$2u(_objectSpread$2u({
2316
+ other = _objectWithoutProperties(_ref, _excluded$2h);
2317
+ return /*#__PURE__*/jsx("svg", _objectSpread$2l(_objectSpread$2l({
2390
2318
  height: size,
2391
2319
  viewBox: "0 0 24 24",
2392
2320
  width: size
2393
2321
  }, other), {}, {
2394
2322
  children: /*#__PURE__*/jsx("path", {
2395
- d: "M15.3499 5.5498C13.7681 5.5498 12.4786 6.81785 12.4504 8.39633L12.4223 9.97138C12.4164 10.3027 12.143 10.5665 11.8117 10.5606C11.7881 10.5602 11.7646 10.5584 11.7413 10.5552L10.1805 10.3423C8.12699 10.0623 6.15883 9.11711 4.27072 7.54387C3.67275 10.8535 4.84 13.147 7.65342 14.9157L9.40041 16.014C9.68095 16.1904 9.7654 16.5608 9.58903 16.8413C9.54861 16.9056 9.49636 16.9616 9.43504 17.0064L7.84338 18.1693C8.78973 18.2288 9.68938 18.1873 10.435 18.0385C15.1526 17.097 18.2897 13.5468 18.2897 7.69084C18.2897 7.21275 17.2774 5.5498 15.3499 5.5498ZM10.4507 8.36066C10.4983 5.69559 12.6735 3.5498 15.3499 3.5498C16.7132 3.5498 17.9465 4.10658 18.8348 5.00515C19.5462 4.9998 20.1514 5.17966 21.5035 4.35943C21.1693 5.9998 21.0034 6.71177 20.2897 7.69084C20.2897 15.3324 15.5926 19.0487 10.8264 19.9998C7.5587 20.6519 2.80646 19.5812 1.44531 18.1584C2.13874 18.1051 4.95928 17.8018 6.58895 16.6089C5.20994 15.6984 -0.278631 12.4679 3.32772 3.78617C5.02119 5.76283 6.73797 7.10831 8.47807 7.82262C9.63548 8.29774 9.91978 8.28825 10.4507 8.36066Z"
2323
+ d: "M7.25361 18.4944L7.97834 18.917C9.18909 19.623 10.5651 20 12.001 20C16.4193 20 20.001 16.4183 20.001 12C20.001 7.58172 16.4193 4 12.001 4C7.5827 4 4.00098 7.58172 4.00098 12C4.00098 13.4363 4.37821 14.8128 5.08466 16.0238L5.50704 16.7478L4.85355 19.1494L7.25361 18.4944ZM2.00516 22L3.35712 17.0315C2.49494 15.5536 2.00098 13.8345 2.00098 12C2.00098 6.47715 6.47813 2 12.001 2C17.5238 2 22.001 6.47715 22.001 12C22.001 17.5228 17.5238 22 12.001 22C10.1671 22 8.44851 21.5064 6.97086 20.6447L2.00516 22ZM8.39232 7.30833C8.5262 7.29892 8.66053 7.29748 8.79459 7.30402C8.84875 7.30758 8.90265 7.31384 8.95659 7.32007C9.11585 7.33846 9.29098 7.43545 9.34986 7.56894C9.64818 8.24536 9.93764 8.92565 10.2182 9.60963C10.2801 9.76062 10.2428 9.95633 10.125 10.1457C10.0652 10.2428 9.97128 10.379 9.86248 10.5183C9.74939 10.663 9.50599 10.9291 9.50599 10.9291C9.50599 10.9291 9.40738 11.0473 9.44455 11.1944C9.45903 11.25 9.50521 11.331 9.54708 11.3991C9.57027 11.4368 9.5918 11.4705 9.60577 11.4938C9.86169 11.9211 10.2057 12.3543 10.6259 12.7616C10.7463 12.8783 10.8631 12.9974 10.9887 13.108C11.457 13.5209 11.9868 13.8583 12.559 14.1082L12.5641 14.1105C12.6486 14.1469 12.692 14.1668 12.8157 14.2193C12.8781 14.2457 12.9419 14.2685 13.0074 14.2858C13.0311 14.292 13.0554 14.2955 13.0798 14.2972C13.2415 14.3069 13.335 14.2032 13.3749 14.1555C14.0984 13.279 14.1646 13.2218 14.1696 13.2222V13.2238C14.2647 13.1236 14.4142 13.0888 14.5476 13.097C14.6085 13.1007 14.6691 13.1124 14.7245 13.1377C15.2563 13.3803 16.1258 13.7587 16.1258 13.7587L16.7073 14.0201C16.8047 14.0671 16.8936 14.1778 16.8979 14.2854C16.9005 14.3523 16.9077 14.4603 16.8838 14.6579C16.8525 14.9166 16.7738 15.2281 16.6956 15.3913C16.6406 15.5058 16.5694 15.6074 16.4866 15.6934C16.3743 15.81 16.2909 15.8808 16.1559 15.9814C16.0737 16.0426 16.0311 16.0714 16.0311 16.0714C15.8922 16.159 15.8139 16.2028 15.6484 16.2909C15.391 16.428 15.1066 16.5068 14.8153 16.5218C14.6296 16.5313 14.4444 16.5447 14.2589 16.5347C14.2507 16.5342 13.6907 16.4482 13.6907 16.4482C12.2688 16.0742 10.9538 15.3736 9.85034 14.402C9.62473 14.2034 9.4155 13.9885 9.20194 13.7759C8.31288 12.8908 7.63982 11.9364 7.23169 11.0336C7.03043 10.5884 6.90299 10.1116 6.90098 9.62098C6.89729 9.01405 7.09599 8.4232 7.46569 7.94186C7.53857 7.84697 7.60774 7.74855 7.72709 7.63586C7.85348 7.51651 7.93392 7.45244 8.02057 7.40811C8.13607 7.34902 8.26293 7.31742 8.39232 7.30833Z"
2396
2324
  })
2397
2325
  }));
2398
2326
  };
2399
- Twitter$1.defaultProps = {
2327
+ Whatsapp$1.defaultProps = {
2400
2328
  color: "currentColor",
2401
2329
  size: 24,
2402
2330
  strokeWidth: "1.5"
2403
2331
  };
2404
2332
 
2405
- var _excluded$2p = ["size"];
2406
- function ownKeys$2t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2407
- function _objectSpread$2t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2t(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2333
+ var _excluded$2g = ["size"];
2334
+ function ownKeys$2k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2335
+ function _objectSpread$2k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2k(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2408
2336
  /** Icons generated by remix-icons. Don't edit this file directly. **/
2409
2337
 
2410
- var TwitterX$1 = function TwitterX(_ref) {
2338
+ var Windows$1 = function Windows(_ref) {
2411
2339
  var size = _ref.size,
2412
- other = _objectWithoutProperties(_ref, _excluded$2p);
2413
- return /*#__PURE__*/jsx("svg", _objectSpread$2t(_objectSpread$2t({
2340
+ other = _objectWithoutProperties(_ref, _excluded$2g);
2341
+ return /*#__PURE__*/jsx("svg", _objectSpread$2k(_objectSpread$2k({
2414
2342
  height: size,
2415
2343
  viewBox: "0 0 24 24",
2416
2344
  width: size
2417
2345
  }, other), {}, {
2418
2346
  children: /*#__PURE__*/jsx("path", {
2419
- d: "M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z"
2347
+ d: "M21.001 2.5V21.5L3.00098 19.5V4.5L21.001 2.5ZM19.001 12.999L12.001 13V18.487L19.001 19.2655V12.999ZM5.00098 17.7099L10.001 18.265V13L5.00098 12.999V17.7099ZM19.001 10.999V4.73453L12.001 5.512V11L19.001 10.999ZM10.001 5.734L5.00098 6.29009V10.999L10.001 11V5.734Z"
2420
2348
  })
2421
2349
  }));
2422
2350
  };
2423
- TwitterX$1.defaultProps = {
2351
+ Windows$1.defaultProps = {
2424
2352
  color: "currentColor",
2425
2353
  size: 24,
2426
2354
  strokeWidth: "1.5"
2427
2355
  };
2428
2356
 
2429
- var _excluded$2o = ["size"];
2430
- function ownKeys$2s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2431
- function _objectSpread$2s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2s(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2357
+ var _excluded$2f = ["size"];
2358
+ function ownKeys$2j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2359
+ function _objectSpread$2j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2j(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2432
2360
  /** Icons generated by remix-icons. Don't edit this file directly. **/
2433
2361
 
2434
- var Ubuntu$1 = function Ubuntu(_ref) {
2362
+ var Wordpress$1 = function Wordpress(_ref) {
2435
2363
  var size = _ref.size,
2436
- other = _objectWithoutProperties(_ref, _excluded$2o);
2437
- return /*#__PURE__*/jsx("svg", _objectSpread$2s(_objectSpread$2s({
2364
+ other = _objectWithoutProperties(_ref, _excluded$2f);
2365
+ return /*#__PURE__*/jsx("svg", _objectSpread$2j(_objectSpread$2j({
2438
2366
  height: size,
2439
2367
  viewBox: "0 0 24 24",
2440
2368
  width: size
2441
2369
  }, other), {}, {
2442
2370
  children: /*#__PURE__*/jsx("path", {
2443
- d: "M8.66784 19.2731L9.67371 17.5309C12.4214 18.6911 15.6673 17.6497 17.1971 15C17.6099 14.2851 17.8588 13.5206 17.9555 12.75H19.9677C19.8637 13.8618 19.5241 14.9695 18.9292 16C18.5267 16.6971 18.035 17.3108 17.477 17.8349C16.8385 17.6413 16.1244 17.7022 15.501 18.0621C14.8783 18.4216 14.4688 19.0086 14.3168 19.6575C12.4998 20.2066 10.4923 20.1118 8.66784 19.2731ZM7.3688 18.5231C5.73024 17.3624 4.64445 15.6713 4.21148 13.8232C4.69743 13.3671 5.00098 12.719 5.00098 12C5.00098 11.2801 4.69669 10.6312 4.20973 10.1751C4.38459 9.42975 4.67025 8.69715 5.07277 7.99995C5.66768 6.96954 6.4572 6.12154 7.3681 5.47557L8.3742 7.2182C7.75517 7.68729 7.21755 8.28509 6.80482 8.99995C5.27497 11.6497 5.996 14.9814 8.37467 16.7809L7.3688 18.5231ZM8.66779 4.72671C10.4122 3.92909 12.4225 3.76619 14.3163 4.34045C14.4679 4.99011 14.8776 5.57789 15.501 5.93778C16.1243 6.29766 16.8382 6.3586 17.4766 6.16508C18.9209 7.51805 19.785 9.34047 19.9664 11.25H17.9542C17.7265 9.45286 16.6908 7.77941 15.001 6.8038C13.3112 5.82819 11.3441 5.76797 9.67386 6.46927L8.66779 4.72671ZM16.001 5.07175C15.2835 4.65754 15.0377 3.74015 15.4519 3.02271C15.8662 2.30527 16.7835 2.05946 17.501 2.47367C18.2184 2.88789 18.4642 3.80527 18.05 4.52271C17.6358 5.24015 16.7184 5.48596 16.001 5.07175ZM4.00098 12C4.00098 12.8284 3.3294 13.5 2.50098 13.5C1.67255 13.5 1.00098 12.8284 1.00098 12C1.00098 11.1715 1.67255 10.5 2.50098 10.5C3.3294 10.5 4.00098 11.1715 4.00098 12ZM16.001 18.9282C16.7184 18.5139 17.6358 18.7598 18.05 19.4772C18.4642 20.1946 18.2184 21.112 17.501 21.5262C16.7835 21.9404 15.8662 21.6946 15.4519 20.9772C15.0377 20.2598 15.2835 19.3424 16.001 18.9282Z"
2371
+ d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM14.6059 19.566L12.4512 13.5807L10.27 19.8125C10.8271 19.9353 11.406 20 12 20C12.9124 20 13.789 19.8473 14.6059 19.566ZM17.0741 18.1853C18.8605 16.7181 20 14.4921 20 12C20 10.9742 19.8069 9.99354 19.4552 9.09231C19.2048 10.5459 18.7629 12.4415 18.4794 13.4073L17.0741 18.1853ZM16.8726 5.65461C15.5233 4.61695 13.8337 4 12 4C9.47362 4 7.22075 5.17108 5.75463 7H7.14502V9H6.39547L9.15016 16.958L11.3768 10.5962L10.8021 9H8.64502L8.64505 7H13.6451L13.645 9H12.9278L15.5492 16.2817L16.5606 12.8429C17.0844 11.0096 16.653 10.2107 16.2222 9.41327C15.9334 8.87865 15.645 8.34466 15.645 7.5C15.645 6.66923 16.1515 5.95677 16.8726 5.65461ZM4.42479 9.42105C4.14939 10.2302 4 11.0977 4 12C4 14.8098 5.44856 17.2813 7.63963 18.7084L4.42479 9.42105Z"
2444
2372
  })
2445
2373
  }));
2446
2374
  };
2447
- Ubuntu$1.defaultProps = {
2375
+ Wordpress$1.defaultProps = {
2448
2376
  color: "currentColor",
2449
2377
  size: 24,
2450
2378
  strokeWidth: "1.5"
2451
2379
  };
2452
2380
 
2453
- var _excluded$2n = ["size"];
2454
- function ownKeys$2r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2455
- function _objectSpread$2r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2r(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2381
+ var _excluded$2e = ["size"];
2382
+ function ownKeys$2i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2383
+ function _objectSpread$2i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2i(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2456
2384
  /** Icons generated by remix-icons. Don't edit this file directly. **/
2457
2385
 
2458
- var Unsplash$1 = function Unsplash(_ref) {
2386
+ var Xbox$1 = function Xbox(_ref) {
2459
2387
  var size = _ref.size,
2460
- other = _objectWithoutProperties(_ref, _excluded$2n);
2461
- return /*#__PURE__*/jsx("svg", _objectSpread$2r(_objectSpread$2r({
2388
+ other = _objectWithoutProperties(_ref, _excluded$2e);
2389
+ return /*#__PURE__*/jsx("svg", _objectSpread$2i(_objectSpread$2i({
2462
2390
  height: size,
2463
2391
  viewBox: "0 0 24 24",
2464
2392
  width: size
2465
2393
  }, other), {}, {
2466
2394
  children: /*#__PURE__*/jsx("path", {
2467
- d: "M10.001 10V14H14.0002L14.0012 10H21.0012L21.0002 14L21.001 21H3.00098V10H10.001ZM8.00098 12H5.00098V19H19.001V16L19.0007 12H16.0007L15.9997 16H8.00098V12ZM16.001 3V9H8.00098V3H16.001ZM14.001 5H10.001V7H14.001V5Z"
2395
+ d: "M4.79792 15.485C5.9215 12.9646 7.99755 10.0459 9.28514 8.5225C8.03654 7.277 7.12294 6.59163 6.46709 6.22278C4.94728 7.67896 4.00098 9.72897 4.00098 12C4.00098 13.2492 4.28731 14.4316 4.79792 15.485ZM8.84911 4.64483C10.4487 5.05101 12.001 5.95917 12.001 5.95917V5.95417C12.001 5.95417 13.5529 5.04965 15.1523 4.64461C14.1853 4.22973 13.1199 4 12.001 4C10.8818 4 9.81631 4.22982 8.84911 4.64483ZM17.5353 6.22317C16.8799 6.59249 15.9673 7.27806 14.7193 8.5225C16.0056 10.046 18.0809 12.9643 19.2045 15.484C19.7148 14.4309 20.001 13.2488 20.001 12C20.001 9.72917 19.0548 7.67933 17.5353 6.22317ZM17.9431 17.3565C16.5404 15.1202 13.8533 12.4122 12.001 11.0133C10.1504 12.4124 7.46222 15.1211 6.05981 17.3576C7.52394 18.9802 9.64336 20 12.001 20C14.3591 20 16.479 18.9797 17.9431 17.3565ZM12.001 22C6.47813 22 2.00098 17.5228 2.00098 12C2.00098 6.47715 6.47813 2 12.001 2C17.5238 2 22.001 6.47715 22.001 12C22.001 17.5228 17.5238 22 12.001 22Z"
2468
2396
  })
2469
2397
  }));
2470
2398
  };
2471
- Unsplash$1.defaultProps = {
2399
+ Xbox$1.defaultProps = {
2472
2400
  color: "currentColor",
2473
2401
  size: 24,
2474
2402
  strokeWidth: "1.5"
2475
2403
  };
2476
2404
 
2477
- var _excluded$2m = ["size"];
2478
- function ownKeys$2q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2479
- function _objectSpread$2q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2q(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2405
+ var _excluded$2d = ["size"];
2406
+ function ownKeys$2h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2407
+ function _objectSpread$2h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2h(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2480
2408
  /** Icons generated by remix-icons. Don't edit this file directly. **/
2481
2409
 
2482
- var Vimeo$1 = function Vimeo(_ref) {
2410
+ var Youtube$1 = function Youtube(_ref) {
2483
2411
  var size = _ref.size,
2484
- other = _objectWithoutProperties(_ref, _excluded$2m);
2485
- return /*#__PURE__*/jsx("svg", _objectSpread$2q(_objectSpread$2q({
2412
+ other = _objectWithoutProperties(_ref, _excluded$2d);
2413
+ return /*#__PURE__*/jsx("svg", _objectSpread$2h(_objectSpread$2h({
2486
2414
  height: size,
2487
2415
  viewBox: "0 0 24 24",
2488
2416
  width: size
2489
2417
  }, other), {}, {
2490
2418
  children: /*#__PURE__*/jsx("path", {
2491
- d: "M17.9943 3.00391C20.4268 3.00391 21.9991 4.51559 21.9991 7.49946C21.9991 9.21909 21.0011 11.4393 20.1674 12.7343C17.3783 17.0671 13.9341 21.474 10.5239 21.474C6.81821 21.474 5.85467 14.6431 5.43244 13.0422C5.01021 11.4413 4.89884 10.8333 4.26237 9.8099C3.94484 10.0286 3.50145 10.3382 2.9322 10.7387C2.7084 10.8962 2.39959 10.8446 2.23929 10.6228L0.925925 8.80695C0.790064 8.61911 0.801127 8.36252 0.952669 8.18709C3.77969 4.91376 6.12916 3.2771 8.0011 3.2771C10.3929 3.2771 11.1255 6.09233 11.325 7.49946C11.6251 9.6164 12.0159 12.2373 12.5696 13.3715C13.1258 12.5799 14.7497 10.4836 14.536 9.38067C14.4418 8.895 13.2189 9.56484 12.6493 9.45903C12.2242 9.38006 11.8435 9.05734 11.8435 8.43327C11.8435 7.12315 13.6951 3.00391 17.9943 3.00391ZM18.0011 5.00391C15.8066 5.00391 14.75 6.53616 14.3478 7.21138C15.5983 7.25709 16.3173 8.02993 16.4816 9.01464C16.8701 11.3438 14.5653 13.935 14.1425 14.5792C13.7465 15.1825 11.0808 17.9078 9.89184 11.2201C9.77992 10.5906 9.52464 9.05621 9.22685 7.03309C9.05749 5.88249 8.35454 5.27031 7.99796 5.27031C7.15495 5.27031 6.07725 5.91988 4.14249 7.78524C6.04712 7.67037 6.68738 10.0611 7.0586 11.4186C7.87446 14.4023 8.62936 19.474 10.6785 19.474C12.4048 19.474 15.1166 16.8281 18.0483 12.4354C18.2569 12.123 20.0142 9.41022 20.0142 7.39884C20.0142 5.00391 18.5451 5.00391 18.0011 5.00391Z"
2419
+ d: "M19.6069 6.99482C19.5307 6.69695 19.3152 6.47221 19.0684 6.40288C18.6299 6.28062 16.501 6 12.001 6C7.50098 6 5.37252 6.28073 4.93225 6.40323C4.68776 6.47123 4.4723 6.69593 4.3951 6.99482C4.2863 7.41923 4.00098 9.19595 4.00098 12C4.00098 14.804 4.2863 16.5808 4.3954 17.0064C4.47126 17.3031 4.68676 17.5278 4.93251 17.5968C5.37252 17.7193 7.50098 18 12.001 18C16.501 18 18.6299 17.7194 19.0697 17.5968C19.3142 17.5288 19.5297 17.3041 19.6069 17.0052C19.7157 16.5808 20.001 14.8 20.001 12C20.001 9.2 19.7157 7.41923 19.6069 6.99482ZM21.5442 6.49818C22.001 8.28 22.001 12 22.001 12C22.001 12 22.001 15.72 21.5442 17.5018C21.2897 18.4873 20.547 19.2618 19.6056 19.5236C17.8971 20 12.001 20 12.001 20C12.001 20 6.10837 20 4.39637 19.5236C3.45146 19.2582 2.70879 18.4836 2.45774 17.5018C2.00098 15.72 2.00098 12 2.00098 12C2.00098 12 2.00098 8.28 2.45774 6.49818C2.71227 5.51273 3.45495 4.73818 4.39637 4.47636C6.10837 4 12.001 4 12.001 4C12.001 4 17.8971 4 19.6056 4.47636C20.5505 4.74182 21.2932 5.51636 21.5442 6.49818ZM10.001 15.5V8.5L16.001 12L10.001 15.5Z"
2492
2420
  })
2493
2421
  }));
2494
2422
  };
2495
- Vimeo$1.defaultProps = {
2423
+ Youtube$1.defaultProps = {
2496
2424
  color: "currentColor",
2497
2425
  size: 24,
2498
2426
  strokeWidth: "1.5"
2499
2427
  };
2500
2428
 
2501
- var _excluded$2l = ["size"];
2502
- function ownKeys$2p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2503
- function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2429
+ var _excluded$2c = ["size"];
2430
+ function ownKeys$2g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2431
+ function _objectSpread$2g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2g(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2504
2432
  /** Icons generated by remix-icons. Don't edit this file directly. **/
2505
2433
 
2506
- var Visa$1 = function Visa(_ref) {
2434
+ var Zcool$1 = function Zcool(_ref) {
2507
2435
  var size = _ref.size,
2508
- other = _objectWithoutProperties(_ref, _excluded$2l);
2509
- return /*#__PURE__*/jsx("svg", _objectSpread$2p(_objectSpread$2p({
2436
+ other = _objectWithoutProperties(_ref, _excluded$2c);
2437
+ return /*#__PURE__*/jsx("svg", _objectSpread$2g(_objectSpread$2g({
2510
2438
  height: size,
2511
2439
  viewBox: "0 0 24 24",
2512
2440
  width: size
2513
2441
  }, other), {}, {
2514
2442
  children: /*#__PURE__*/jsx("path", {
2515
- d: "M22.2215 15.7683L21.9974 14.6431L19.4831 14.6431L19.0837 15.7599L17.0677 15.7643C18.3633 12.6514 19.3247 10.3455 19.952 8.84657C20.1159 8.45511 20.4072 8.25543 20.8364 8.25848C21.1638 8.26094 21.6991 8.26124 22.4421 8.25942L24 15.7648L22.2215 15.7683ZM20.0485 13.1018H21.6692L21.0642 10.2819L20.0485 13.1018ZM7.06069 8.2567L9.08703 8.25933L5.95498 15.7683L3.90367 15.7675C3.21013 13.0896 2.70084 11.1042 2.37581 9.81122C2.27616 9.4148 2.07796 9.13797 1.69702 9.00705C1.35736 8.89031 0.791683 8.7098 0 8.46553V8.25942C1.48023 8.25924 2.55921 8.25924 3.23694 8.25942C3.7974 8.25959 4.12411 8.53015 4.22922 9.08566C4.33473 9.6435 4.60127 11.0616 5.02884 13.3398L7.06069 8.2567ZM11.8702 8.25934L10.2695 15.7676L8.34108 15.7648C8.37914 15.5824 8.91202 13.0797 9.93972 8.2567L11.8702 8.25934ZM15.7815 8.12012C16.3578 8.12012 17.0846 8.2992 17.5035 8.46553L17.1652 10.0221C16.7871 9.87023 16.1657 9.66491 15.6424 9.67294C14.8813 9.68462 14.4117 10.004 14.4117 10.3105C14.4117 10.808 15.2277 11.0586 16.0681 11.603C17.0265 12.2237 17.1531 12.78 17.1412 13.3856C17.1277 14.6413 16.0681 15.8801 13.8322 15.8801C12.8111 15.8648 12.4444 15.7791 11.6122 15.4839L11.9637 13.8595C12.8106 14.2142 13.1698 14.327 13.8935 14.327C14.5569 14.327 15.1263 14.0589 15.1312 13.5919C15.1347 13.2598 14.9316 13.0955 14.1871 12.6847C13.4427 12.2739 12.3994 11.706 12.4128 10.5631C12.43 9.10074 13.815 8.12012 15.7815 8.12012Z"
2443
+ d: "M8.26158 8.26022C5.8379 8.80266 4.00098 11.2081 4.00098 13.9355C4.00098 17.1958 6.64362 19.8387 9.90338 19.8387C12.7548 19.8387 15.1852 17.8007 15.7043 15.033C15.8238 14.3962 16.2442 13.8568 16.8326 13.5855C17.3154 13.3628 17.7433 13.1123 18.1174 12.8418C17.2537 12.2391 16.9306 10.9804 17.6467 10.0078C18.2274 9.21897 18.6973 8.34856 19.0382 7.35686C17.9545 7.86679 16.7372 8.29346 15.3703 8.62203C14.1085 8.92532 12.9778 7.98421 12.9039 6.80753C11.7237 7.38016 10.2337 7.81884 8.26158 8.26022ZM19.2572 11.1935C20.4234 11.1935 21.1735 10.7697 22.001 10.6071C21.6763 12.0553 20.5 14.0968 17.67 15.4017C16.9827 19.066 13.7668 21.8387 9.90338 21.8387C5.539 21.8387 2.00098 18.3003 2.00098 13.9355C2.00098 10.2901 4.46846 7.05968 7.82477 6.30851C11.746 5.4309 13.5286 4.74194 14.9016 2C15.5905 3.33333 15.591 4.89247 14.9029 6.67742C17.718 6.00736 19.9758 4.82457 21.6763 3.12903C21.6763 7.93116 19.8537 10.315 19.2572 11.1935ZM13.4176 15.1256C14.001 15.2715 14.001 15.9581 14.001 16.1466V17.1675C14.001 17.7294 13.6593 17.9405 13.1574 17.9405H7.7428C7.26775 17.8541 7.00863 17.595 7.00863 17.1631V16.2129C7.00863 15.7378 7.22456 15.3922 7.44049 15.1331L10.5931 11.7642H7.52686C7.22456 11.7642 7.00863 11.5483 7.00863 11.1595C6.96544 10.4253 7.095 9.25914 7.65642 9C7.7428 9 7.7428 9.12957 7.7428 9.17276C7.65642 9.34553 7.7428 9.4751 7.95873 9.4751H11.8455C12.7092 9.4751 13.2275 9.4751 13.5298 9.38872C13.6593 9.34553 13.7457 9.38872 13.7025 9.51829C13.6161 9.82063 13.6593 10.1662 13.6593 10.4685C13.6593 11.4619 13.6593 11.8506 12.882 12.628L10.2044 15.565L13.0531 15.5632C13.3696 15.5632 13.4176 15.4173 13.4176 15.1256Z"
2516
2444
  })
2517
2445
  }));
2518
2446
  };
2519
- Visa$1.defaultProps = {
2520
- color: "currentColor",
2521
- size: 24,
2522
- strokeWidth: "1.5"
2447
+ Zcool$1.defaultProps = {
2448
+ color: "currentColor",
2449
+ size: 24,
2450
+ strokeWidth: "1.5"
2451
+ };
2452
+
2453
+ var OutlineIcons = /*#__PURE__*/Object.freeze({
2454
+ __proto__: null,
2455
+ Alipay: Alipay$1,
2456
+ Amazon: Amazon$1,
2457
+ Android: Android$1,
2458
+ Apple: Apple$1,
2459
+ AppStore: AppStore$1,
2460
+ ArrowDown: ArrowDown$1,
2461
+ ArrowDownS: ArrowDownS$1,
2462
+ ArrowLeft: ArrowLeft$1,
2463
+ ArrowLeftS: ArrowLeftS$1,
2464
+ ArrowRight: ArrowRight$1,
2465
+ ArrowRightS: ArrowRightS$1,
2466
+ ArrowUp: ArrowUp$1,
2467
+ ArrowUpS: ArrowUpS$1,
2468
+ Baidu: Baidu$1,
2469
+ Bard: Bard$1,
2470
+ Behance: Behance$1,
2471
+ Blender: Blender$1,
2472
+ Calender: Calender$1,
2473
+ Camera: Camera$1,
2474
+ Check: Check$1,
2475
+ CheckDouble: CheckDouble,
2476
+ Chrome: Chrome$1,
2477
+ Close: Close$1,
2478
+ Discord: Discord$1,
2479
+ Dribbble: Dribbble$1,
2480
+ Drive: Drive$1,
2481
+ Dropbox: Dropbox$1,
2482
+ Edge: Edge$1,
2483
+ Facebook: Facebook$1,
2484
+ FacebookCircle: FacebookCircle$1,
2485
+ FileChart: Filechart,
2486
+ Firefox: Firefox$1,
2487
+ Flickr: Flickr$1,
2488
+ Github: Github$1,
2489
+ Gitlab: Gitlab$1,
2490
+ Google: Google$1,
2491
+ GooglePlay: GooglePlay$1,
2492
+ Ie: Ie$1,
2493
+ Image: Image$1,
2494
+ Instagram: Instagram$1,
2495
+ Kick: Kick$1,
2496
+ Linkedin: Linkedin$1,
2497
+ LinkedinBox: LinkedinBox$1,
2498
+ MapPin: MapPin$1,
2499
+ MapPin2: MapPin2$1,
2500
+ MapPinUser: MapPinUser$1,
2501
+ Medium: Medium$1,
2502
+ Menu: Menu$1,
2503
+ Messenger: Messenger$1,
2504
+ Meta: Meta$1,
2505
+ Mic: Mic$1,
2506
+ Microsoft: Microsoft$1,
2507
+ More2: More2$1,
2508
+ Music: Music$1,
2509
+ Navigation: Navigation$1,
2510
+ Netflix: Netflix$1,
2511
+ Next: Next$1,
2512
+ Notion: Notion$1,
2513
+ Notification: Notification$1,
2514
+ Npmjs: Npmjs$1,
2515
+ Openai: Openai$1,
2516
+ OpenSource: OpenSource$1,
2517
+ Paypal: Paypal$1,
2518
+ Pinterest: Pinterest$1,
2519
+ Presentation: Presentation$1,
2520
+ ProductHunt: ProductHunt$1,
2521
+ ReactJS: ReactJS$1,
2522
+ Reddit: Reddit$1,
2523
+ Safari: Safari$1,
2524
+ Search: Search$1,
2525
+ Seo: Seo$1,
2526
+ Settings: Settings$1,
2527
+ Share: Share$1,
2528
+ ShareForward: ShareForward$1,
2529
+ Skype: Skype$1,
2530
+ Slack: Slack$1,
2531
+ Snapchat: Snapchat$1,
2532
+ Spotify: Spotify$1,
2533
+ StackOverflow: StackOverflow$1,
2534
+ Supabase: Supabase$1,
2535
+ Tailwind: Tailwind$1,
2536
+ Telegram: Telegram$1,
2537
+ Threads: Threads$1,
2538
+ Tiktok: Tiktok$1,
2539
+ Trello: Trello$1,
2540
+ Tumblr: Tumblr$1,
2541
+ Twitter: Twitter$1,
2542
+ TwitterX: TwitterX$1,
2543
+ Ubuntu: Ubuntu$1,
2544
+ Unsplash: Unsplash$1,
2545
+ Vimeo: Vimeo$1,
2546
+ Visa: Visa$1,
2547
+ Webhook: Webhook$1,
2548
+ Wechat: Wechat$1,
2549
+ Wechat2: Wechat2$1,
2550
+ Whatsapp: Whatsapp$1,
2551
+ Windows: Windows$1,
2552
+ Wordpress: Wordpress$1,
2553
+ Xbox: Xbox$1,
2554
+ Youtube: Youtube$1,
2555
+ Zcool: Zcool$1
2556
+ });
2557
+
2558
+ var COMPONENTS = {
2559
+ h1: "h1",
2560
+ h2: "h2",
2561
+ h3: "h3",
2562
+ h4: "h4",
2563
+ h5: "h5",
2564
+ h6: "h6",
2565
+ p: "p",
2566
+ span: "span",
2567
+ b: "b",
2568
+ strong: "strong",
2569
+ i: "i",
2570
+ em: "em",
2571
+ mark: "mark",
2572
+ del: "del",
2573
+ s: "s",
2574
+ ins: "ins",
2575
+ sub: "sub",
2576
+ sup: "sup",
2577
+ u: "u",
2578
+ code: "code",
2579
+ blockquote: "blockquote",
2580
+ div: "div"
2581
+ };
2582
+ var SPACING_VALUES = {
2583
+ none: 0,
2584
+ "2xs": 8,
2585
+ xs: 12,
2586
+ sm: 16,
2587
+ md: 20,
2588
+ lg: 24,
2589
+ xl: 32,
2590
+ "2xl": 36,
2591
+ "3xl": 40,
2592
+ "4xl": 48,
2593
+ "5xl": 64,
2594
+ "6xl": 80,
2595
+ "7xl": 96,
2596
+ "8xl": 112,
2597
+ "9xl": 128,
2598
+ "10xl": 144,
2599
+ "11xl": 160,
2600
+ "12xl": 176,
2601
+ "13xl": 192
2602
+ };
2603
+ var BACKGROUND_IMAGE_SIZE_VALUES = {
2604
+ auto: "auto",
2605
+ cover: "cover",
2606
+ contain: "contain",
2607
+ inherit: "inherit",
2608
+ initial: "initial",
2609
+ revert: "revert",
2610
+ unset: "unset"
2611
+ };
2612
+ var BACKGROUND_IMAGE_POSITION_VALUES = {
2613
+ "top-left": "top-left",
2614
+ "top-center": "top-center",
2615
+ "top-right": "top-right",
2616
+ "center-left": "center-left",
2617
+ center: "center",
2618
+ "center-right": "center-right",
2619
+ "bottom-left": "bottom-left",
2620
+ "bottom-center": "bottom-center",
2621
+ "bottom-right": "bottom-right"
2622
+ };
2623
+ var BACKGROUND_IMAGE_REPEAT_VALUES = {
2624
+ repeat: "repeat",
2625
+ "no-repeat": "no-repeat",
2626
+ "repeat-x": "repeat-x",
2627
+ "repeat-y": "repeat-y"
2523
2628
  };
2524
-
2525
- var _excluded$2k = ["size"];
2526
- function ownKeys$2o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2527
- function _objectSpread$2o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2o(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2528
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2529
-
2530
- var Webhook$1 = function Webhook(_ref) {
2531
- var size = _ref.size,
2532
- other = _objectWithoutProperties(_ref, _excluded$2k);
2533
- return /*#__PURE__*/jsx("svg", _objectSpread$2o(_objectSpread$2o({
2534
- fill: "currentColor",
2535
- height: size,
2536
- viewBox: "0 0 24 24",
2537
- width: size
2538
- }, other), {}, {
2539
- children: /*#__PURE__*/jsx("path", {
2540
- d: "M8.86874 14.1392C8.6556 14.4912 8.55014 14.7778 8.72043 15.2253C9.1905 16.4613 8.52737 17.664 7.28097 17.9905C6.10556 18.2985 4.96035 17.526 4.72713 16.2676C4.52048 15.1537 5.38488 14.0617 6.61294 13.8877C6.67963 13.8781 6.74717 13.874 6.83351 13.8688C6.88044 13.866 6.93293 13.8628 6.99384 13.8582L8.86194 10.7257C7.687 9.55742 6.98767 8.19164 7.14246 6.49936C7.25188 5.30308 7.72226 4.26933 8.58208 3.42201C10.2288 1.79945 12.7411 1.53667 14.68 2.78212C16.5423 3.97841 17.3951 6.30867 16.6681 8.30311L14.9611 7.84C15.1895 6.73115 15.0206 5.73536 14.2727 4.88234C13.7786 4.31914 13.1446 4.02394 12.4236 3.91516C10.9783 3.69681 9.55922 4.6254 9.13816 6.04399C8.66019 7.65406 9.38355 8.96924 11.3603 9.96029C10.5311 11.3541 9.70859 12.7518 8.86874 14.1392ZM13.7838 8.27337C14.3816 9.32798 14.9886 10.3986 15.5902 11.4593C18.631 10.5186 20.9237 12.2018 21.7462 14.004C22.7396 16.1809 22.0605 18.7593 20.1094 20.1023C18.1067 21.481 15.5741 21.2454 13.7997 19.4744L15.1919 18.3094C16.9444 19.4445 18.4772 19.3911 19.6151 18.047C20.5855 16.9003 20.5644 15.1906 19.5659 14.068C18.4136 12.7726 16.8701 12.7331 15.0044 13.9767C14.2305 12.6037 13.443 11.2413 12.6936 9.85845C12.4409 9.39233 12.1618 9.12196 11.5923 9.0233C10.6411 8.85839 10.027 8.04157 9.99016 7.12642C9.95395 6.22138 10.4871 5.4033 11.3205 5.08455C12.146 4.7688 13.1148 5.02367 13.6701 5.72554C14.1239 6.29901 14.2681 6.94443 14.0293 7.65167C13.9843 7.7852 13.9304 7.91584 13.8713 8.05885C13.8431 8.12694 13.8138 8.19801 13.7838 8.27337ZM11.552 16.895H15.2126C15.2636 16.963 15.3113 17.0303 15.3579 17.0959C15.4551 17.233 15.5474 17.3632 15.6551 17.4788C16.4304 18.3077 17.7395 18.3489 18.5682 17.5795C19.4271 16.7821 19.466 15.4426 18.6544 14.6101C17.8602 13.7955 16.5029 13.7177 15.7655 14.5802C15.3176 15.1044 14.8586 15.166 14.2641 15.1567C12.7414 15.1332 11.2177 15.149 9.69524 15.149C9.79406 17.2909 8.98436 18.6255 7.37841 18.9424C5.80582 19.2528 4.3575 18.4504 3.84759 16.9864C3.26842 15.3229 3.98467 13.9925 6.05421 12.9366C5.89847 12.3725 5.74115 11.8016 5.58541 11.236C3.32977 11.7276 1.63749 13.916 1.8122 16.378C1.96652 18.5514 3.71968 20.4815 5.86369 20.8273C7.02819 21.0153 8.12233 20.82 9.13741 20.2442C10.4433 19.5032 11.2011 18.3381 11.552 16.895Z"
2541
- })
2542
- }));
2629
+ var TEXT_ALIGN_VALUES = {
2630
+ left: "left",
2631
+ center: "center",
2632
+ right: "right",
2633
+ justify: "justify"
2543
2634
  };
2544
- Webhook$1.defaultProps = {
2545
- size: 24
2635
+ var ICON_SIZE_VALUES = {
2636
+ "4xs": 16,
2637
+ "3xs": 20,
2638
+ "2xs": 24,
2639
+ xs: 28,
2640
+ sm: 32,
2641
+ md: 36,
2642
+ lg: 40,
2643
+ xl: 44
2546
2644
  };
2547
-
2548
- var _excluded$2j = ["size"];
2549
- function ownKeys$2n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2550
- function _objectSpread$2n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2n(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2551
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2552
-
2553
- var Wechat$1 = function Wechat(_ref) {
2554
- var size = _ref.size,
2555
- other = _objectWithoutProperties(_ref, _excluded$2j);
2556
- return /*#__PURE__*/jsx("svg", _objectSpread$2n(_objectSpread$2n({
2557
- height: size,
2558
- viewBox: "0 0 24 24",
2559
- width: size
2560
- }, other), {}, {
2561
- children: /*#__PURE__*/jsx("path", {
2562
- d: "M10.0014 14.6759C10.0011 14.6553 10.001 14.6347 10.001 14.6141C10.001 12.1058 12.0175 9.99588 14.7539 9.38116C14.3904 7.07897 11.9602 5.2002 8.90098 5.2002C5.58037 5.2002 3.00098 7.41369 3.00098 9.97954C3.00098 10.9489 3.36131 11.8803 4.04082 12.6783C4.0728 12.7159 4.12443 12.772 4.19342 12.8429C4.78537 13.4519 5.13709 14.2459 5.19546 15.0807C5.90857 14.6685 6.74285 14.5125 7.55832 14.6394C7.72416 14.6652 7.85986 14.685 7.96345 14.6985C8.27111 14.7386 8.58419 14.7589 8.90098 14.7589C9.27825 14.7589 9.64595 14.7303 10.0014 14.6759ZM10.4581 16.6272C9.95467 16.7136 9.43399 16.7589 8.90098 16.7589C8.49441 16.7589 8.09502 16.7325 7.70499 16.6817C7.58312 16.6658 7.4317 16.6438 7.25073 16.6156C6.87693 16.5575 6.49436 16.6324 6.1713 16.827L4.26653 17.9747C4.12052 18.0649 3.94891 18.1059 3.77733 18.0918C3.33814 18.0557 3.01178 17.6746 3.04837 17.2408L3.19859 15.4599C3.23664 15.0089 3.07664 14.5634 2.75931 14.237C2.66182 14.1367 2.5814 14.0493 2.51802 13.9749C1.56406 12.8545 1.00098 11.4734 1.00098 9.97954C1.00098 6.23541 4.53793 3.2002 8.90098 3.2002C12.9601 3.2002 16.3041 5.82724 16.7504 9.20813C20.1225 9.36161 22.801 11.7232 22.801 14.6141C22.801 15.8071 22.3448 16.9099 21.572 17.8047C21.5206 17.8641 21.4555 17.9339 21.3765 18.014C21.1194 18.2747 20.9898 18.6304 21.0206 18.9906L21.1423 20.4127C21.172 20.7592 20.9076 21.0635 20.5518 21.0924C20.4128 21.1036 20.2738 21.0708 20.1555 20.9988L18.6124 20.0823C18.3506 19.9269 18.0407 19.867 17.7379 19.9135C17.5913 19.936 17.4686 19.9536 17.3699 19.9663C17.0539 20.0069 16.7303 20.0279 16.401 20.0279C13.7074 20.0279 11.4025 18.6203 10.4581 16.6272ZM17.4346 17.9366C18.0019 17.8496 18.5793 17.9112 19.1105 18.1113C19.2492 17.5506 19.5373 17.0307 19.9524 16.6097C20.0027 16.5587 20.0388 16.5201 20.0584 16.4973C20.5467 15.9321 20.801 15.2841 20.801 14.6141C20.801 12.8097 18.8983 11.2002 16.401 11.2002C13.9037 11.2002 12.001 12.8097 12.001 14.6141C12.001 16.4184 13.9037 18.0279 16.401 18.0279C16.6424 18.0279 16.8809 18.0127 17.115 17.9826C17.1957 17.9722 17.3029 17.9568 17.4346 17.9366Z"
2563
- })
2564
- }));
2645
+ var LOGO_WIDTH_VALUES = {
2646
+ xs: 10,
2647
+ sm: 14,
2648
+ md: 20,
2649
+ lg: 24,
2650
+ xl: 28,
2651
+ "2xl": 32,
2652
+ "3xl": 36,
2653
+ "4xl": 40,
2654
+ "5xl": 44,
2655
+ "6xl": 48,
2656
+ "7xl": 52,
2657
+ "8xl": 56,
2658
+ "9xl": 60,
2659
+ "10xl": 64
2565
2660
  };
2566
- Wechat$1.defaultProps = {
2567
- color: "currentColor",
2568
- size: 24,
2569
- strokeWidth: "1.5"
2661
+ var IMAGE_WIDTH_VALUES = {
2662
+ "3xs": 15,
2663
+ "2xs": 20,
2664
+ xs: 25,
2665
+ sm: 33,
2666
+ md: 40,
2667
+ lg: 50,
2668
+ xl: 66,
2669
+ "2xl": 75,
2670
+ "3xl": 80,
2671
+ full: 100
2570
2672
  };
2571
-
2572
- var _excluded$2i = ["size"];
2573
- function ownKeys$2m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2574
- function _objectSpread$2m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2m(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2575
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2576
-
2577
- var Wechat2$1 = function Wechat2(_ref) {
2578
- var size = _ref.size,
2579
- other = _objectWithoutProperties(_ref, _excluded$2i);
2580
- return /*#__PURE__*/jsx("svg", _objectSpread$2m(_objectSpread$2m({
2581
- height: size,
2582
- viewBox: "0 0 24 24",
2583
- width: size
2584
- }, other), {}, {
2585
- children: /*#__PURE__*/jsx("path", {
2586
- d: "M8.66725 11.5116C7.94997 11.5116 7.38211 10.9434 7.38211 10.2258C7.38211 9.50809 7.94997 8.93992 8.66725 8.93992C9.38454 8.93992 9.95239 9.50809 9.95239 10.2258C9.95239 10.9434 9.38454 11.5116 8.66725 11.5116ZM15.3339 11.5116C14.6166 11.5116 14.0488 10.9434 14.0488 10.2258C14.0488 9.50809 14.6166 8.93992 15.3339 8.93992C16.0512 8.93992 16.6191 9.50809 16.6191 10.2258C16.6191 10.9434 16.0512 11.5116 15.3339 11.5116ZM6.82289 19.2156L7.53841 18.7792C8.34812 18.2853 9.30697 18.0952 10.2438 18.2428C10.4553 18.2762 10.6292 18.3018 10.7634 18.3195C11.1696 18.3731 11.5828 18.4002 12.0006 18.4002C16.4213 18.4002 19.9006 15.3778 19.9006 11.8002C19.9006 8.2226 16.4213 5.2002 12.0006 5.2002C7.57986 5.2002 4.10059 8.2226 4.10059 11.8002C4.10059 13.1658 4.60024 14.4731 5.53227 15.5812C5.58056 15.6386 5.65277 15.718 5.74666 15.8157C6.54199 16.644 6.94301 17.7741 6.84765 18.9184L6.82289 19.2156ZM6.19286 21.9425C6.00989 22.0569 5.79484 22.109 5.57981 22.0911C5.02944 22.0452 4.62045 21.5619 4.66631 21.0115L4.85456 18.7523C4.90224 18.1802 4.70173 17.6151 4.30407 17.201C4.1819 17.0738 4.08111 16.963 4.0017 16.8685C2.80622 15.4472 2.10059 13.6953 2.10059 11.8002C2.10059 7.05055 6.53297 3.2002 12.0006 3.2002C17.4682 3.2002 21.9006 7.05055 21.9006 11.8002C21.9006 16.5498 17.4682 20.4002 12.0006 20.4002C11.4911 20.4002 10.9906 20.3668 10.5018 20.3023C10.3491 20.2821 10.1593 20.2542 9.93256 20.2185C9.46412 20.1447 8.9847 20.2397 8.57985 20.4866L6.19286 21.9425Z"
2587
- })
2588
- }));
2673
+ var BORDER_STYLE_VALUES = {
2674
+ none: "none",
2675
+ solid: "solid",
2676
+ dashed: "dashed"
2589
2677
  };
2590
- Wechat2$1.defaultProps = {
2591
- color: "currentColor",
2592
- size: 24,
2593
- strokeWidth: "1.5"
2678
+ var BORDER_WIDTH_VALUES = {
2679
+ none: 0,
2680
+ "3xs": 0.5,
2681
+ "2xs": 1,
2682
+ xs: 2,
2683
+ sm: 4,
2684
+ md: 8,
2685
+ lg: 12,
2686
+ xl: 16
2594
2687
  };
2595
-
2596
- var _excluded$2h = ["size"];
2597
- function ownKeys$2l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2598
- function _objectSpread$2l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2l(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2599
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2600
-
2601
- var Whatsapp$1 = function Whatsapp(_ref) {
2602
- var size = _ref.size,
2603
- other = _objectWithoutProperties(_ref, _excluded$2h);
2604
- return /*#__PURE__*/jsx("svg", _objectSpread$2l(_objectSpread$2l({
2605
- height: size,
2606
- viewBox: "0 0 24 24",
2607
- width: size
2608
- }, other), {}, {
2609
- children: /*#__PURE__*/jsx("path", {
2610
- d: "M7.25361 18.4944L7.97834 18.917C9.18909 19.623 10.5651 20 12.001 20C16.4193 20 20.001 16.4183 20.001 12C20.001 7.58172 16.4193 4 12.001 4C7.5827 4 4.00098 7.58172 4.00098 12C4.00098 13.4363 4.37821 14.8128 5.08466 16.0238L5.50704 16.7478L4.85355 19.1494L7.25361 18.4944ZM2.00516 22L3.35712 17.0315C2.49494 15.5536 2.00098 13.8345 2.00098 12C2.00098 6.47715 6.47813 2 12.001 2C17.5238 2 22.001 6.47715 22.001 12C22.001 17.5228 17.5238 22 12.001 22C10.1671 22 8.44851 21.5064 6.97086 20.6447L2.00516 22ZM8.39232 7.30833C8.5262 7.29892 8.66053 7.29748 8.79459 7.30402C8.84875 7.30758 8.90265 7.31384 8.95659 7.32007C9.11585 7.33846 9.29098 7.43545 9.34986 7.56894C9.64818 8.24536 9.93764 8.92565 10.2182 9.60963C10.2801 9.76062 10.2428 9.95633 10.125 10.1457C10.0652 10.2428 9.97128 10.379 9.86248 10.5183C9.74939 10.663 9.50599 10.9291 9.50599 10.9291C9.50599 10.9291 9.40738 11.0473 9.44455 11.1944C9.45903 11.25 9.50521 11.331 9.54708 11.3991C9.57027 11.4368 9.5918 11.4705 9.60577 11.4938C9.86169 11.9211 10.2057 12.3543 10.6259 12.7616C10.7463 12.8783 10.8631 12.9974 10.9887 13.108C11.457 13.5209 11.9868 13.8583 12.559 14.1082L12.5641 14.1105C12.6486 14.1469 12.692 14.1668 12.8157 14.2193C12.8781 14.2457 12.9419 14.2685 13.0074 14.2858C13.0311 14.292 13.0554 14.2955 13.0798 14.2972C13.2415 14.3069 13.335 14.2032 13.3749 14.1555C14.0984 13.279 14.1646 13.2218 14.1696 13.2222V13.2238C14.2647 13.1236 14.4142 13.0888 14.5476 13.097C14.6085 13.1007 14.6691 13.1124 14.7245 13.1377C15.2563 13.3803 16.1258 13.7587 16.1258 13.7587L16.7073 14.0201C16.8047 14.0671 16.8936 14.1778 16.8979 14.2854C16.9005 14.3523 16.9077 14.4603 16.8838 14.6579C16.8525 14.9166 16.7738 15.2281 16.6956 15.3913C16.6406 15.5058 16.5694 15.6074 16.4866 15.6934C16.3743 15.81 16.2909 15.8808 16.1559 15.9814C16.0737 16.0426 16.0311 16.0714 16.0311 16.0714C15.8922 16.159 15.8139 16.2028 15.6484 16.2909C15.391 16.428 15.1066 16.5068 14.8153 16.5218C14.6296 16.5313 14.4444 16.5447 14.2589 16.5347C14.2507 16.5342 13.6907 16.4482 13.6907 16.4482C12.2688 16.0742 10.9538 15.3736 9.85034 14.402C9.62473 14.2034 9.4155 13.9885 9.20194 13.7759C8.31288 12.8908 7.63982 11.9364 7.23169 11.0336C7.03043 10.5884 6.90299 10.1116 6.90098 9.62098C6.89729 9.01405 7.09599 8.4232 7.46569 7.94186C7.53857 7.84697 7.60774 7.74855 7.72709 7.63586C7.85348 7.51651 7.93392 7.45244 8.02057 7.40811C8.13607 7.34902 8.26293 7.31742 8.39232 7.30833Z"
2611
- })
2612
- }));
2688
+ var BORDER_RADIUS_VALUES = {
2689
+ none: 0,
2690
+ xs: 1,
2691
+ sm: 2,
2692
+ md: 6,
2693
+ lg: 8,
2694
+ xl: 12,
2695
+ "2xl": 16,
2696
+ full: 9999
2613
2697
  };
2614
- Whatsapp$1.defaultProps = {
2615
- color: "currentColor",
2616
- size: 24,
2617
- strokeWidth: "1.5"
2698
+ var FONT_SIZE_VALUES = {
2699
+ xs: "0.75em",
2700
+ sm: "0.875em",
2701
+ base: "1em",
2702
+ lg: "1.125em",
2703
+ xl: "1.25em",
2704
+ "2xl": "1.5em",
2705
+ "3xl": "1.75em",
2706
+ "4xl": "2em",
2707
+ "5xl": "2.25em",
2708
+ "6xl": "2.5em",
2709
+ "7xl": "3em",
2710
+ "8xl": "3.75em",
2711
+ "9xl": "4.5em"
2618
2712
  };
2619
-
2620
- var _excluded$2g = ["size"];
2621
- function ownKeys$2k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2622
- function _objectSpread$2k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2k(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2623
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2624
-
2625
- var Windows$1 = function Windows(_ref) {
2626
- var size = _ref.size,
2627
- other = _objectWithoutProperties(_ref, _excluded$2g);
2628
- return /*#__PURE__*/jsx("svg", _objectSpread$2k(_objectSpread$2k({
2629
- height: size,
2630
- viewBox: "0 0 24 24",
2631
- width: size
2632
- }, other), {}, {
2633
- children: /*#__PURE__*/jsx("path", {
2634
- d: "M21.001 2.5V21.5L3.00098 19.5V4.5L21.001 2.5ZM19.001 12.999L12.001 13V18.487L19.001 19.2655V12.999ZM5.00098 17.7099L10.001 18.265V13L5.00098 12.999V17.7099ZM19.001 10.999V4.73453L12.001 5.512V11L19.001 10.999ZM10.001 5.734L5.00098 6.29009V10.999L10.001 11V5.734Z"
2635
- })
2636
- }));
2713
+ var FONT_FAMILY_VALUES = {
2714
+ Inter: "Inter",
2715
+ Roboto: "Roboto",
2716
+ OpenSans: "Open Sans",
2717
+ Lato: "Lato",
2718
+ Monsterrat: "Montserrat",
2719
+ NotoSerif: "Noto Serif",
2720
+ EBGaramond: "EB Garamond"
2637
2721
  };
2638
- Windows$1.defaultProps = {
2639
- color: "currentColor",
2640
- size: 24,
2641
- strokeWidth: "1.5"
2722
+ var FONT_WEIGHT_VALUES = {
2723
+ 300: 300,
2724
+ 400: 400,
2725
+ 500: 500,
2726
+ 600: 600,
2727
+ 700: 700,
2728
+ 800: 800
2642
2729
  };
2643
-
2644
- var _excluded$2f = ["size"];
2645
- function ownKeys$2j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2646
- function _objectSpread$2j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2j(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2647
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2648
-
2649
- var Wordpress$1 = function Wordpress(_ref) {
2650
- var size = _ref.size,
2651
- other = _objectWithoutProperties(_ref, _excluded$2f);
2652
- return /*#__PURE__*/jsx("svg", _objectSpread$2j(_objectSpread$2j({
2653
- height: size,
2654
- viewBox: "0 0 24 24",
2655
- width: size
2656
- }, other), {}, {
2657
- children: /*#__PURE__*/jsx("path", {
2658
- d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM14.6059 19.566L12.4512 13.5807L10.27 19.8125C10.8271 19.9353 11.406 20 12 20C12.9124 20 13.789 19.8473 14.6059 19.566ZM17.0741 18.1853C18.8605 16.7181 20 14.4921 20 12C20 10.9742 19.8069 9.99354 19.4552 9.09231C19.2048 10.5459 18.7629 12.4415 18.4794 13.4073L17.0741 18.1853ZM16.8726 5.65461C15.5233 4.61695 13.8337 4 12 4C9.47362 4 7.22075 5.17108 5.75463 7H7.14502V9H6.39547L9.15016 16.958L11.3768 10.5962L10.8021 9H8.64502L8.64505 7H13.6451L13.645 9H12.9278L15.5492 16.2817L16.5606 12.8429C17.0844 11.0096 16.653 10.2107 16.2222 9.41327C15.9334 8.87865 15.645 8.34466 15.645 7.5C15.645 6.66923 16.1515 5.95677 16.8726 5.65461ZM4.42479 9.42105C4.14939 10.2302 4 11.0977 4 12C4 14.8098 5.44856 17.2813 7.63963 18.7084L4.42479 9.42105Z"
2659
- })
2660
- }));
2730
+ var LINE_HEIGHT_VALUES = {
2731
+ none: 1,
2732
+ tight: 1.25,
2733
+ snug: 1.375,
2734
+ normal: 1.5,
2735
+ relaxed: 1.625,
2736
+ loose: 2
2737
+ };
2738
+ var LETTER_SPACING_VALUES = {
2739
+ tighter: "-0.05em",
2740
+ tight: "-0.025em",
2741
+ normal: 0,
2742
+ wide: "0.025em",
2743
+ wider: "0.05em",
2744
+ widest: "0.1em"
2745
+ };
2746
+ var PRICING_PLANS = {
2747
+ monthly: "monthly",
2748
+ yearly: "yearly",
2749
+ monthly_and_yearly: "monthly_and_yearly"
2661
2750
  };
2662
- Wordpress$1.defaultProps = {
2663
- color: "currentColor",
2664
- size: 24,
2665
- strokeWidth: "1.5"
2751
+ var DEFAULT_BUTTON_STYLES = {
2752
+ fontSize: FONT_SIZE_VALUES.sm,
2753
+ fontWeight: FONT_WEIGHT_VALUES[500],
2754
+ border: {
2755
+ borderWidth: 0,
2756
+ borderStyle: "solid"
2757
+ },
2758
+ borderRadius: BORDER_RADIUS_VALUES.sm,
2759
+ paddingHorizontal: SPACING_VALUES["sm"],
2760
+ paddingVertical: SPACING_VALUES["2xs"],
2761
+ letterSpacing: "wide"
2666
2762
  };
2667
-
2668
- var _excluded$2e = ["size"];
2669
- function ownKeys$2i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2670
- function _objectSpread$2i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2i(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2671
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2672
-
2673
- var Xbox$1 = function Xbox(_ref) {
2674
- var size = _ref.size,
2675
- other = _objectWithoutProperties(_ref, _excluded$2e);
2676
- return /*#__PURE__*/jsx("svg", _objectSpread$2i(_objectSpread$2i({
2677
- height: size,
2678
- viewBox: "0 0 24 24",
2679
- width: size
2680
- }, other), {}, {
2681
- children: /*#__PURE__*/jsx("path", {
2682
- d: "M4.79792 15.485C5.9215 12.9646 7.99755 10.0459 9.28514 8.5225C8.03654 7.277 7.12294 6.59163 6.46709 6.22278C4.94728 7.67896 4.00098 9.72897 4.00098 12C4.00098 13.2492 4.28731 14.4316 4.79792 15.485ZM8.84911 4.64483C10.4487 5.05101 12.001 5.95917 12.001 5.95917V5.95417C12.001 5.95417 13.5529 5.04965 15.1523 4.64461C14.1853 4.22973 13.1199 4 12.001 4C10.8818 4 9.81631 4.22982 8.84911 4.64483ZM17.5353 6.22317C16.8799 6.59249 15.9673 7.27806 14.7193 8.5225C16.0056 10.046 18.0809 12.9643 19.2045 15.484C19.7148 14.4309 20.001 13.2488 20.001 12C20.001 9.72917 19.0548 7.67933 17.5353 6.22317ZM17.9431 17.3565C16.5404 15.1202 13.8533 12.4122 12.001 11.0133C10.1504 12.4124 7.46222 15.1211 6.05981 17.3576C7.52394 18.9802 9.64336 20 12.001 20C14.3591 20 16.479 18.9797 17.9431 17.3565ZM12.001 22C6.47813 22 2.00098 17.5228 2.00098 12C2.00098 6.47715 6.47813 2 12.001 2C17.5238 2 22.001 6.47715 22.001 12C22.001 17.5228 17.5238 22 12.001 22Z"
2683
- })
2684
- }));
2763
+ var DEFAULT_TYPOGRAPHY_STYLES = {
2764
+ fontSize: FONT_SIZE_VALUES.md,
2765
+ fontWeight: FONT_WEIGHT_VALUES[400],
2766
+ marginTop: SPACING_VALUES.none,
2767
+ marginBottom: SPACING_VALUES.none,
2768
+ marginLeft: SPACING_VALUES.none,
2769
+ marginRight: SPACING_VALUES.none,
2770
+ lineHeight: LINE_HEIGHT_VALUES.none,
2771
+ letterSpacing: LETTER_SPACING_VALUES.normal,
2772
+ textAlign: "left"
2685
2773
  };
2686
- Xbox$1.defaultProps = {
2687
- color: "currentColor",
2688
- size: 24,
2689
- strokeWidth: "1.5"
2774
+ var DEFAULT_LINK_STYLES = {
2775
+ fontSize: FONT_SIZE_VALUES.sm,
2776
+ fontWeight: FONT_WEIGHT_VALUES.normal,
2777
+ letterSpacing: LETTER_SPACING_VALUES.normal,
2778
+ marginBottom: 0,
2779
+ marginTop: 0
2690
2780
  };
2691
-
2692
- var _excluded$2d = ["size"];
2693
- function ownKeys$2h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2694
- function _objectSpread$2h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2h(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2695
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2696
-
2697
- var Youtube$1 = function Youtube(_ref) {
2698
- var size = _ref.size,
2699
- other = _objectWithoutProperties(_ref, _excluded$2d);
2700
- return /*#__PURE__*/jsx("svg", _objectSpread$2h(_objectSpread$2h({
2701
- height: size,
2702
- viewBox: "0 0 24 24",
2703
- width: size
2704
- }, other), {}, {
2705
- children: /*#__PURE__*/jsx("path", {
2706
- d: "M19.6069 6.99482C19.5307 6.69695 19.3152 6.47221 19.0684 6.40288C18.6299 6.28062 16.501 6 12.001 6C7.50098 6 5.37252 6.28073 4.93225 6.40323C4.68776 6.47123 4.4723 6.69593 4.3951 6.99482C4.2863 7.41923 4.00098 9.19595 4.00098 12C4.00098 14.804 4.2863 16.5808 4.3954 17.0064C4.47126 17.3031 4.68676 17.5278 4.93251 17.5968C5.37252 17.7193 7.50098 18 12.001 18C16.501 18 18.6299 17.7194 19.0697 17.5968C19.3142 17.5288 19.5297 17.3041 19.6069 17.0052C19.7157 16.5808 20.001 14.8 20.001 12C20.001 9.2 19.7157 7.41923 19.6069 6.99482ZM21.5442 6.49818C22.001 8.28 22.001 12 22.001 12C22.001 12 22.001 15.72 21.5442 17.5018C21.2897 18.4873 20.547 19.2618 19.6056 19.5236C17.8971 20 12.001 20 12.001 20C12.001 20 6.10837 20 4.39637 19.5236C3.45146 19.2582 2.70879 18.4836 2.45774 17.5018C2.00098 15.72 2.00098 12 2.00098 12C2.00098 12 2.00098 8.28 2.45774 6.49818C2.71227 5.51273 3.45495 4.73818 4.39637 4.47636C6.10837 4 12.001 4 12.001 4C12.001 4 17.8971 4 19.6056 4.47636C20.5505 4.74182 21.2932 5.51636 21.5442 6.49818ZM10.001 15.5V8.5L16.001 12L10.001 15.5Z"
2707
- })
2708
- }));
2781
+ var IMAGE_POSITIONS = {
2782
+ top: "top",
2783
+ bottom: "bottom",
2784
+ left: "left",
2785
+ right: "right",
2786
+ center: "center"
2709
2787
  };
2710
- Youtube$1.defaultProps = {
2711
- color: "currentColor",
2712
- size: 24,
2713
- strokeWidth: "1.5"
2788
+ var LOGO_SIZE_VALUES = {
2789
+ xs: 10,
2790
+ sm: 14,
2791
+ md: 20,
2792
+ lg: 24,
2793
+ xl: 28,
2794
+ "2xl": 32,
2795
+ "3xl": 36,
2796
+ "4xl": 40,
2797
+ "5xl": 44,
2798
+ "6xl": 48,
2799
+ "7xl": 52,
2800
+ "8xl": 56,
2801
+ "9xl": 62,
2802
+ "10xl": 70,
2803
+ "11xl": 80
2714
2804
  };
2715
-
2716
- var _excluded$2c = ["size"];
2717
- function ownKeys$2g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2718
- function _objectSpread$2g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2g(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2719
- /** Icons generated by remix-icons. Don't edit this file directly. **/
2720
-
2721
- var Zcool$1 = function Zcool(_ref) {
2722
- var size = _ref.size,
2723
- other = _objectWithoutProperties(_ref, _excluded$2c);
2724
- return /*#__PURE__*/jsx("svg", _objectSpread$2g(_objectSpread$2g({
2725
- height: size,
2726
- viewBox: "0 0 24 24",
2727
- width: size
2728
- }, other), {}, {
2729
- children: /*#__PURE__*/jsx("path", {
2730
- d: "M8.26158 8.26022C5.8379 8.80266 4.00098 11.2081 4.00098 13.9355C4.00098 17.1958 6.64362 19.8387 9.90338 19.8387C12.7548 19.8387 15.1852 17.8007 15.7043 15.033C15.8238 14.3962 16.2442 13.8568 16.8326 13.5855C17.3154 13.3628 17.7433 13.1123 18.1174 12.8418C17.2537 12.2391 16.9306 10.9804 17.6467 10.0078C18.2274 9.21897 18.6973 8.34856 19.0382 7.35686C17.9545 7.86679 16.7372 8.29346 15.3703 8.62203C14.1085 8.92532 12.9778 7.98421 12.9039 6.80753C11.7237 7.38016 10.2337 7.81884 8.26158 8.26022ZM19.2572 11.1935C20.4234 11.1935 21.1735 10.7697 22.001 10.6071C21.6763 12.0553 20.5 14.0968 17.67 15.4017C16.9827 19.066 13.7668 21.8387 9.90338 21.8387C5.539 21.8387 2.00098 18.3003 2.00098 13.9355C2.00098 10.2901 4.46846 7.05968 7.82477 6.30851C11.746 5.4309 13.5286 4.74194 14.9016 2C15.5905 3.33333 15.591 4.89247 14.9029 6.67742C17.718 6.00736 19.9758 4.82457 21.6763 3.12903C21.6763 7.93116 19.8537 10.315 19.2572 11.1935ZM13.4176 15.1256C14.001 15.2715 14.001 15.9581 14.001 16.1466V17.1675C14.001 17.7294 13.6593 17.9405 13.1574 17.9405H7.7428C7.26775 17.8541 7.00863 17.595 7.00863 17.1631V16.2129C7.00863 15.7378 7.22456 15.3922 7.44049 15.1331L10.5931 11.7642H7.52686C7.22456 11.7642 7.00863 11.5483 7.00863 11.1595C6.96544 10.4253 7.095 9.25914 7.65642 9C7.7428 9 7.7428 9.12957 7.7428 9.17276C7.65642 9.34553 7.7428 9.4751 7.95873 9.4751H11.8455C12.7092 9.4751 13.2275 9.4751 13.5298 9.38872C13.6593 9.34553 13.7457 9.38872 13.7025 9.51829C13.6161 9.82063 13.6593 10.1662 13.6593 10.4685C13.6593 11.4619 13.6593 11.8506 12.882 12.628L10.2044 15.565L13.0531 15.5632C13.3696 15.5632 13.4176 15.4173 13.4176 15.1256Z"
2731
- })
2732
- }));
2805
+ var IMAGE_FIT_VALUES = {
2806
+ auto: "auto",
2807
+ cover: "cover",
2808
+ contain: "contain"
2733
2809
  };
2734
- Zcool$1.defaultProps = {
2735
- color: "currentColor",
2736
- size: 24,
2737
- strokeWidth: "1.5"
2810
+ var BUTTON_ALIGN_VALUES = {
2811
+ left: "left",
2812
+ center: "center",
2813
+ right: "right"
2738
2814
  };
2739
2815
 
2740
- var OutlineIcons = /*#__PURE__*/Object.freeze({
2816
+ var index$1 = /*#__PURE__*/Object.freeze({
2741
2817
  __proto__: null,
2742
- Alipay: Alipay$1,
2743
- Amazon: Amazon$1,
2744
- Android: Android$1,
2745
- Apple: Apple$1,
2746
- AppStore: AppStore$1,
2747
- ArrowDown: ArrowDown$1,
2748
- ArrowDownS: ArrowDownS$1,
2749
- ArrowLeft: ArrowLeft$1,
2750
- ArrowLeftS: ArrowLeftS$1,
2751
- ArrowRight: ArrowRight$1,
2752
- ArrowRightS: ArrowRightS$1,
2753
- ArrowUp: ArrowUp$1,
2754
- ArrowUpS: ArrowUpS$1,
2755
- Baidu: Baidu$1,
2756
- Bard: Bard$1,
2757
- Behance: Behance$1,
2758
- Blender: Blender$1,
2759
- Calender: Calender$1,
2760
- Camera: Camera$1,
2761
- Check: Check$1,
2762
- CheckDouble: CheckDouble,
2763
- Chrome: Chrome$1,
2764
- Close: Close$1,
2765
- Discord: Discord$1,
2766
- Dribbble: Dribbble$1,
2767
- Drive: Drive$1,
2768
- Dropbox: Dropbox$1,
2769
- Edge: Edge$1,
2770
- Facebook: Facebook$1,
2771
- FacebookCircle: FacebookCircle$1,
2772
- FileChart: Filechart,
2773
- Firefox: Firefox$1,
2774
- Flickr: Flickr$1,
2775
- Github: Github$1,
2776
- Gitlab: Gitlab$1,
2777
- Google: Google$1,
2778
- GooglePlay: GooglePlay$1,
2779
- Ie: Ie$1,
2780
- Image: Image$1,
2781
- Instagram: Instagram$1,
2782
- Kick: Kick$1,
2783
- Linkedin: Linkedin$1,
2784
- LinkedinBox: LinkedinBox$1,
2785
- MapPin: MapPin$1,
2786
- MapPin2: MapPin2$1,
2787
- MapPinUser: MapPinUser$1,
2788
- Medium: Medium$1,
2789
- Menu: Menu$1,
2790
- Messenger: Messenger$1,
2791
- Meta: Meta$1,
2792
- Mic: Mic$1,
2793
- Microsoft: Microsoft$1,
2794
- More2: More2$1,
2795
- Music: Music$1,
2796
- Navigation: Navigation$1,
2797
- Netflix: Netflix$1,
2798
- Next: Next$1,
2799
- Notion: Notion$1,
2800
- Notification: Notification$1,
2801
- Npmjs: Npmjs$1,
2802
- Openai: Openai$1,
2803
- OpenSource: OpenSource$1,
2804
- Paypal: Paypal$1,
2805
- Pinterest: Pinterest$1,
2806
- Presentation: Presentation$1,
2807
- ProductHunt: ProductHunt$1,
2808
- ReactJS: ReactJS$1,
2809
- Reddit: Reddit$1,
2810
- Safari: Safari$1,
2811
- Search: Search$1,
2812
- Seo: Seo$1,
2813
- Settings: Settings$1,
2814
- Share: Share$1,
2815
- ShareForward: ShareForward$1,
2816
- Skype: Skype$1,
2817
- Slack: Slack$1,
2818
- Snapchat: Snapchat$1,
2819
- Spotify: Spotify$1,
2820
- StackOverflow: StackOverflow$1,
2821
- Supabase: Supabase$1,
2822
- Tailwind: Tailwind$1,
2823
- Telegram: Telegram$1,
2824
- Threads: Threads$1,
2825
- Tiktok: Tiktok$1,
2826
- Trello: Trello$1,
2827
- Tumblr: Tumblr$1,
2828
- Twitter: Twitter$1,
2829
- TwitterX: TwitterX$1,
2830
- Ubuntu: Ubuntu$1,
2831
- Unsplash: Unsplash$1,
2832
- Vimeo: Vimeo$1,
2833
- Visa: Visa$1,
2834
- Webhook: Webhook$1,
2835
- Wechat: Wechat$1,
2836
- Wechat2: Wechat2$1,
2837
- Whatsapp: Whatsapp$1,
2838
- Windows: Windows$1,
2839
- Wordpress: Wordpress$1,
2840
- Xbox: Xbox$1,
2841
- Youtube: Youtube$1,
2842
- Zcool: Zcool$1
2818
+ COMPONENTS: COMPONENTS,
2819
+ SPACING_VALUES: SPACING_VALUES,
2820
+ BACKGROUND_IMAGE_SIZE_VALUES: BACKGROUND_IMAGE_SIZE_VALUES,
2821
+ BACKGROUND_IMAGE_POSITION_VALUES: BACKGROUND_IMAGE_POSITION_VALUES,
2822
+ BACKGROUND_IMAGE_REPEAT_VALUES: BACKGROUND_IMAGE_REPEAT_VALUES,
2823
+ TEXT_ALIGN_VALUES: TEXT_ALIGN_VALUES,
2824
+ ICON_SIZE_VALUES: ICON_SIZE_VALUES,
2825
+ LOGO_WIDTH_VALUES: LOGO_WIDTH_VALUES,
2826
+ IMAGE_WIDTH_VALUES: IMAGE_WIDTH_VALUES,
2827
+ BORDER_STYLE_VALUES: BORDER_STYLE_VALUES,
2828
+ BORDER_WIDTH_VALUES: BORDER_WIDTH_VALUES,
2829
+ BORDER_RADIUS_VALUES: BORDER_RADIUS_VALUES,
2830
+ FONT_SIZE_VALUES: FONT_SIZE_VALUES,
2831
+ FONT_FAMILY_VALUES: FONT_FAMILY_VALUES,
2832
+ FONT_WEIGHT_VALUES: FONT_WEIGHT_VALUES,
2833
+ LINE_HEIGHT_VALUES: LINE_HEIGHT_VALUES,
2834
+ LETTER_SPACING_VALUES: LETTER_SPACING_VALUES,
2835
+ PRICING_PLANS: PRICING_PLANS,
2836
+ DEFAULT_BUTTON_STYLES: DEFAULT_BUTTON_STYLES,
2837
+ DEFAULT_TYPOGRAPHY_STYLES: DEFAULT_TYPOGRAPHY_STYLES,
2838
+ DEFAULT_LINK_STYLES: DEFAULT_LINK_STYLES,
2839
+ IMAGE_POSITIONS: IMAGE_POSITIONS,
2840
+ LOGO_SIZE_VALUES: LOGO_SIZE_VALUES,
2841
+ IMAGE_FIT_VALUES: IMAGE_FIT_VALUES,
2842
+ BUTTON_ALIGN_VALUES: BUTTON_ALIGN_VALUES
2843
2843
  });
2844
2844
 
2845
2845
  var _excluded$2b = ["size"];
@@ -5524,6 +5524,9 @@ var isLinkHighlighted = function isLinkHighlighted(to, currentPath) {
5524
5524
  if (!(to && currentPath)) return false;
5525
5525
  return currentPath.pathName === to && isEmpty(currentPath.hash) || currentPath.hash === to;
5526
5526
  };
5527
+ var normalizeExternalLink = function normalizeExternalLink(href) {
5528
+ return /^(https?:\/\/|\/)/i.test(href) ? href : "http://".concat(href);
5529
+ };
5527
5530
 
5528
5531
  function ownKeys$G(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5529
5532
  function _objectSpread$G(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$G(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$G(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -7346,6 +7349,7 @@ var LinkElement = function LinkElement(_ref) {
7346
7349
  }, otherProps);
7347
7350
  if (action === "external") {
7348
7351
  return /*#__PURE__*/jsxs(StyledAnchor, _objectSpread$z(_objectSpread$z({}, commonProps), {}, {
7352
+ href: normalizeExternalLink(commonProps.href),
7349
7353
  target: "_blank",
7350
7354
  children: [label, Icon && /*#__PURE__*/jsx(Icon, {}), children]
7351
7355
  }));