@cfx-dev/ui-components 4.2.16 → 4.2.18

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.
Files changed (119) hide show
  1. package/dist/components/Accordion/Accordion.js +25 -25
  2. package/dist/components/DropdownSelect/DropdownSelect.js +802 -1040
  3. package/dist/components/Icons/cfx-icons/Cart.js +1 -1
  4. package/dist/components/Icons/cfx-icons/Close.js +1 -1
  5. package/dist/components/Icons/cfx-icons/Controller.js +1 -1
  6. package/dist/components/Icons/cfx-icons/Copy.js +1 -1
  7. package/dist/components/Icons/cfx-icons/DownArrow.js +1 -1
  8. package/dist/components/Icons/cfx-icons/DownChevron.js +1 -1
  9. package/dist/components/Icons/cfx-icons/Download.js +1 -1
  10. package/dist/components/Icons/cfx-icons/Expand.js +1 -1
  11. package/dist/components/Icons/cfx-icons/ExternalLink.js +1 -1
  12. package/dist/components/Icons/cfx-icons/Heart.js +1 -1
  13. package/dist/components/Icons/cfx-icons/HeartFilled.js +1 -1
  14. package/dist/components/Icons/cfx-icons/Help.js +1 -1
  15. package/dist/components/Icons/cfx-icons/LeftArrow.js +1 -1
  16. package/dist/components/Icons/cfx-icons/LeftChevron.js +1 -1
  17. package/dist/components/Icons/cfx-icons/Map.js +1 -1
  18. package/dist/components/Icons/cfx-icons/Menu.js +1 -1
  19. package/dist/components/Icons/cfx-icons/Minus.js +1 -1
  20. package/dist/components/Icons/cfx-icons/More.js +1 -1
  21. package/dist/components/Icons/cfx-icons/MoreInfo.js +1 -1
  22. package/dist/components/Icons/cfx-icons/Pencil.js +1 -1
  23. package/dist/components/Icons/cfx-icons/Play.js +1 -1
  24. package/dist/components/Icons/cfx-icons/Plus.js +1 -1
  25. package/dist/components/Icons/cfx-icons/Refresh.js +1 -1
  26. package/dist/components/Icons/cfx-icons/RightArrow.js +1 -1
  27. package/dist/components/Icons/cfx-icons/RightChevron.js +1 -1
  28. package/dist/components/Icons/cfx-icons/Search.js +1 -1
  29. package/dist/components/Icons/cfx-icons/Sort.js +1 -1
  30. package/dist/components/Icons/cfx-icons/Square.js +1 -1
  31. package/dist/components/Icons/cfx-icons/SquareCheck.js +1 -1
  32. package/dist/components/Icons/cfx-icons/Stop.js +1 -1
  33. package/dist/components/Icons/cfx-icons/Tick.js +1 -1
  34. package/dist/components/Icons/cfx-icons/Transfer.js +1 -1
  35. package/dist/components/Icons/cfx-icons/Trash.js +1 -1
  36. package/dist/components/Icons/cfx-icons/Undo.js +1 -1
  37. package/dist/components/Icons/cfx-icons/UpArrow.js +1 -1
  38. package/dist/components/Icons/cfx-icons/UpChevron.js +1 -1
  39. package/dist/components/Icons/cfx-icons/Upload.js +1 -1
  40. package/dist/components/Icons/cfx-icons/UpvotesBurst.js +1 -1
  41. package/dist/components/Icons/cfx-icons/UpvotesRecurring.js +1 -1
  42. package/dist/components/Icons/cfx-icons/User.js +1 -1
  43. package/dist/components/Icons/cfx-icons/Users.js +1 -1
  44. package/dist/components/Icons/cfx-icons/Verified.js +1 -1
  45. package/dist/components/Icons/cfx-icons/Visibility.js +1 -1
  46. package/dist/components/Icons/cfx-icons/VisibilityOff.js +1 -1
  47. package/dist/components/Icons/cfx-icons/Warning.js +1 -1
  48. package/dist/components/Icons/cfx-icons-big/Confirm.js +1 -1
  49. package/dist/components/Icons/cfx-icons-big/Like.js +1 -1
  50. package/dist/components/Icons/cfx-icons-big/Subscriptions.js +1 -1
  51. package/dist/components/Icons/cfx-icons-big/Upload.js +1 -1
  52. package/dist/components/Icons/cfx-icons-big/Warning.js +1 -1
  53. package/dist/components/Logos/LogosShowcase.js +30 -427
  54. package/dist/components/Logos/cfx/CompositeLogo.d.ts +1 -1
  55. package/dist/components/Logos/cfx/CompositeLogo.js +12 -80
  56. package/dist/components/Logos/cfx/Icon.d.ts +1 -1
  57. package/dist/components/Logos/cfx/Icon.js +5 -4
  58. package/dist/components/Logos/cfx/Logo.d.ts +1 -1
  59. package/dist/components/Logos/cfx/Logo.js +39 -17
  60. package/dist/components/Logos/cfx/Wordmark.d.ts +1 -1
  61. package/dist/components/Logos/cfx/Wordmark.js +12 -28
  62. package/dist/components/Logos/cfxbazaar/CompositeLogo.d.ts +1 -1
  63. package/dist/components/Logos/cfxbazaar/CompositeLogo.js +7 -6
  64. package/dist/components/Logos/cfxbazaar/Wordmark.d.ts +1 -1
  65. package/dist/components/Logos/cfxbazaar/Wordmark.js +7 -6
  66. package/dist/components/Logos/discord/Icon.d.ts +1 -1
  67. package/dist/components/Logos/discord/Icon.js +5 -4
  68. package/dist/components/Logos/esx/Icon.d.ts +1 -1
  69. package/dist/components/Logos/esx/Icon.js +7 -6
  70. package/dist/components/Logos/fivem/CompositeLogo.d.ts +1 -1
  71. package/dist/components/Logos/fivem/CompositeLogo.js +5 -4
  72. package/dist/components/Logos/fivem/Icon.d.ts +1 -1
  73. package/dist/components/Logos/fivem/Icon.js +7 -6
  74. package/dist/components/Logos/fivem/LockupLandscape.d.ts +1 -1
  75. package/dist/components/Logos/fivem/LockupLandscape.js +7 -6
  76. package/dist/components/Logos/fivem/LockupPortrait.d.ts +1 -1
  77. package/dist/components/Logos/fivem/LockupPortrait.js +5 -4
  78. package/dist/components/Logos/fivem/Logo.d.ts +1 -1
  79. package/dist/components/Logos/fivem/Logo.js +5 -4
  80. package/dist/components/Logos/fivem/Wordmark.d.ts +1 -1
  81. package/dist/components/Logos/fivem/Wordmark.js +7 -6
  82. package/dist/components/Logos/google/Icon.d.ts +1 -1
  83. package/dist/components/Logos/google/Icon.js +7 -6
  84. package/dist/components/Logos/google/Wordmark.d.ts +1 -1
  85. package/dist/components/Logos/google/Wordmark.js +5 -4
  86. package/dist/components/Logos/patreon/Icon.d.ts +1 -1
  87. package/dist/components/Logos/patreon/Icon.js +5 -4
  88. package/dist/components/Logos/patreon/Wordmark.d.ts +1 -1
  89. package/dist/components/Logos/patreon/Wordmark.js +7 -6
  90. package/dist/components/Logos/qbcore/Icon.d.ts +1 -1
  91. package/dist/components/Logos/qbcore/Icon.js +7 -6
  92. package/dist/components/Logos/redemrp/Icon.d.ts +1 -1
  93. package/dist/components/Logos/redemrp/Icon.js +7 -6
  94. package/dist/components/Logos/redm/CompositeLogo.d.ts +1 -1
  95. package/dist/components/Logos/redm/CompositeLogo.js +5 -4
  96. package/dist/components/Logos/redm/Icon.d.ts +1 -1
  97. package/dist/components/Logos/redm/Icon.js +7 -6
  98. package/dist/components/Logos/redm/LockupLandscape.d.ts +1 -1
  99. package/dist/components/Logos/redm/LockupLandscape.js +5 -4
  100. package/dist/components/Logos/redm/LockupPortrait.d.ts +1 -1
  101. package/dist/components/Logos/redm/LockupPortrait.js +5 -4
  102. package/dist/components/Logos/redm/Logo.d.ts +1 -1
  103. package/dist/components/Logos/redm/Logo.js +7 -6
  104. package/dist/components/Logos/redm/Wordmark.d.ts +1 -1
  105. package/dist/components/Logos/redm/Wordmark.js +5 -4
  106. package/dist/components/Logos/rockstar/Icon.d.ts +1 -1
  107. package/dist/components/Logos/rockstar/Icon.js +7 -6
  108. package/dist/components/Logos/tebex/Icon.d.ts +1 -1
  109. package/dist/components/Logos/tebex/Icon.js +5 -4
  110. package/dist/components/Logos/tebex/Wordmark.d.ts +1 -1
  111. package/dist/components/Logos/tebex/Wordmark.js +7 -6
  112. package/dist/components/Logos/vorpcore/Icon.d.ts +1 -1
  113. package/dist/components/Logos/vorpcore/Icon.js +7 -6
  114. package/dist/components/Select/Select.js +1 -1
  115. package/dist/components/Slider/Slider.js +294 -374
  116. package/dist/index-AweK2ufS.js +171 -0
  117. package/dist/{index-DBus3GoO.js → index-Bz27DCHt.js} +2 -2
  118. package/package.json +1 -1
  119. package/dist/index-CjTSD6zB.js +0 -161
@@ -1,12 +1,13 @@
1
- import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function o() {
4
- return /* @__PURE__ */ H(
1
+ import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function r(H) {
4
+ return /* @__PURE__ */ V(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 300 60",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
10
11
  children: [
11
12
  /* @__PURE__ */ C(
12
13
  "path",
@@ -26,7 +27,7 @@ function o() {
26
27
  }
27
28
  );
28
29
  }
29
- const L = V.memo(o);
30
+ const M = o.memo(r);
30
31
  export {
31
- L as default
32
+ M as default
32
33
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
- import i from "react";
3
- function l() {
4
- return /* @__PURE__ */ t(
1
+ import { jsxs as i, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function e(t) {
4
+ return /* @__PURE__ */ i(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 88 81",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
10
11
  children: [
11
12
  /* @__PURE__ */ C("g", { clipPath: "url(#clip0_360_196)", children: /* @__PURE__ */ C(
12
13
  "path",
@@ -20,7 +21,7 @@ function l() {
20
21
  }
21
22
  );
22
23
  }
23
- const n = i.memo(l);
24
+ const c = l.memo(e);
24
25
  export {
25
- n as default
26
+ c as default
26
27
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function t() {
4
- return /* @__PURE__ */ H(
1
+ import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function i(H) {
4
+ return /* @__PURE__ */ V(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 336 45",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
10
11
  children: [
11
12
  /* @__PURE__ */ C("g", { clipPath: "url(#clip0_360_199)", children: /* @__PURE__ */ C(
12
13
  "path",
@@ -20,7 +21,7 @@ function t() {
20
21
  }
21
22
  );
22
23
  }
23
- const e = V.memo(t);
24
+ const r = t.memo(i);
24
25
  export {
25
- e as default
26
+ r as default
26
27
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function CompositeLogo(): import("react/jsx-runtime").JSX.Element;
3
+ declare function CompositeLogo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof CompositeLogo>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function L() {
2
+ import L from "react";
3
+ function M(V) {
4
4
  return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 299 46",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H("g", { clipPath: "url(#clip0_395_480)", children: [
12
13
  /* @__PURE__ */ H("g", { clipPath: "url(#clip1_395_480)", children: [
@@ -244,7 +245,7 @@ function L() {
244
245
  }
245
246
  );
246
247
  }
247
- const l = V.memo(L);
248
+ const i = L.memo(M);
248
249
  export {
249
- l as default
250
+ i as default
250
251
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as L, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function l() {
4
- return /* @__PURE__ */ L(
1
+ import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function D(L) {
4
+ return /* @__PURE__ */ V(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 29 45",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
10
11
  children: [
11
12
  /* @__PURE__ */ C(
12
13
  "path",
@@ -82,7 +83,7 @@ function l() {
82
83
  }
83
84
  );
84
85
  }
85
- const t = V.memo(l);
86
+ const f = l.memo(D);
86
87
  export {
87
- t as default
88
+ f as default
88
89
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function LockupLandscape(): import("react/jsx-runtime").JSX.Element;
3
+ declare function LockupLandscape(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof LockupLandscape>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function L() {
2
+ import L from "react";
3
+ function M(V) {
4
4
  return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 206 46",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H("g", { clipPath: "url(#clip0_395_426)", children: [
12
13
  /* @__PURE__ */ C(
@@ -225,7 +226,7 @@ function L() {
225
226
  }
226
227
  );
227
228
  }
228
- const l = V.memo(L);
229
+ const D = L.memo(M);
229
230
  export {
230
- l as default
231
+ D as default
231
232
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function LockupLandscape(): import("react/jsx-runtime").JSX.Element;
3
+ declare function LockupLandscape(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof LockupLandscape>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function L() {
2
+ import L from "react";
3
+ function M(V) {
4
4
  return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 114 59",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H("g", { clipPath: "url(#clip0_395_461)", children: [
12
13
  /* @__PURE__ */ C(
@@ -176,7 +177,7 @@ function L() {
176
177
  }
177
178
  );
178
179
  }
179
- const l = V.memo(L);
180
+ const a = L.memo(M);
180
181
  export {
181
- l as default
182
+ a as default
182
183
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Logo(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Logo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Logo>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as L, jsx as C } from "react/jsx-runtime";
2
- import H from "react";
3
- function V() {
4
- return /* @__PURE__ */ L(
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function M(L) {
4
+ return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 94 46",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
10
11
  children: [
11
12
  /* @__PURE__ */ C(
12
13
  "path",
@@ -208,7 +209,7 @@ function V() {
208
209
  }
209
210
  );
210
211
  }
211
- const l = H.memo(V);
212
+ const D = V.memo(M);
212
213
  export {
213
- l as default
214
+ D as default
214
215
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function L() {
2
+ import L from "react";
3
+ function M(V) {
4
4
  return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 70 33",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H("g", { clipPath: "url(#clip0_395_405)", children: [
12
13
  /* @__PURE__ */ C(
@@ -29,7 +30,7 @@ function L() {
29
30
  }
30
31
  );
31
32
  }
32
- const l = V.memo(L);
33
+ const t = L.memo(M);
33
34
  export {
34
- l as default
35
+ t as default
35
36
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as t, jsx as L } from "react/jsx-runtime";
2
- import o from "react";
3
- function e() {
4
- return /* @__PURE__ */ t(
1
+ import { jsxs as o, jsx as L } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function C(t) {
4
+ return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 84 86",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
10
11
  children: [
11
12
  /* @__PURE__ */ L(
12
13
  "path",
@@ -26,7 +27,7 @@ function e() {
26
27
  }
27
28
  );
28
29
  }
29
- const l = o.memo(e);
30
+ const n = e.memo(C);
30
31
  export {
31
- l as default
32
+ n as default
32
33
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import t from "react";
3
- function e() {
2
+ import e from "react";
3
+ function n(t) {
4
4
  return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 64 64",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
10
11
  children: /* @__PURE__ */ o(
11
12
  "path",
12
13
  {
@@ -17,7 +18,7 @@ function e() {
17
18
  }
18
19
  );
19
20
  }
20
- const i = t.memo(e);
21
+ const l = e.memo(n);
21
22
  export {
22
- i as default
23
+ l as default
23
24
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as L, jsx as C } from "react/jsx-runtime";
2
- import H from "react";
3
- function e() {
4
- return /* @__PURE__ */ L(
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function l(L) {
4
+ return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 162 84",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
10
11
  children: [
11
12
  /* @__PURE__ */ C(
12
13
  "path",
@@ -28,7 +29,7 @@ function e() {
28
29
  }
29
30
  );
30
31
  }
31
- const V = H.memo(e);
32
+ const r = e.memo(l);
32
33
  export {
33
- V as default
34
+ r as default
34
35
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import t from "react";
3
- function i() {
4
- return /* @__PURE__ */ H(
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function l(H) {
4
+ return /* @__PURE__ */ t(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 134 80",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
10
11
  children: [
11
12
  /* @__PURE__ */ C("g", { clipPath: "url(#clip0_360_198)", children: /* @__PURE__ */ C(
12
13
  "path",
@@ -20,7 +21,7 @@ function i() {
20
21
  }
21
22
  );
22
23
  }
23
- const V = t.memo(i);
24
+ const r = i.memo(l);
24
25
  export {
25
- V as default
26
+ r as default
26
27
  };
@@ -6,7 +6,7 @@ import { c as Je } from "../../index-rKs9bXHr.js";
6
6
  import { S as ze, P as O, d as bn } from "../../index-BlbvKsmN.js";
7
7
  import { u as xn } from "../../index-ByaXH_ih.js";
8
8
  import { c as pe, a as _n, b as X, u as et } from "../../index-Cf5Yu9oD.js";
9
- import { u as En, a as Pn, b as Rn, o as Tn, s as Nn, f as In, c as An, d as On, h as Mn, l as Ln, g as Dn, e as kn, i as Ge } from "../../index-DBus3GoO.js";
9
+ import { u as En, a as Pn, b as Rn, o as Tn, s as Nn, f as In, c as An, d as On, h as Mn, l as Ln, g as Dn, i as kn, e as Ge } from "../../index-Bz27DCHt.js";
10
10
  import { u as Bn } from "../../index-BZPx6jYI.js";
11
11
  import { f as ht, _ as ce, c as Fn } from "../../tslib.es6-CBKHJX9H.js";
12
12
  import { c as Wn, u as zn } from "../../medium-BA3EQDZW.js";