@deriv/quill-icons 1.0.11 → 1.0.12

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
@@ -26,7 +26,7 @@ const sizes = {
26
26
 
27
27
  const CurrencyPlaceholderIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
28
28
  React.createElement("circle", { cx: 16, cy: 16, r: 16, fill: '#000', fillOpacity: 0.08 })));
29
- const ForwardRef$u$ = forwardRef(CurrencyPlaceholderIcon);
29
+ const ForwardRef$v7 = forwardRef(CurrencyPlaceholderIcon);
30
30
 
31
31
  const CurrencyAdaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
32
32
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -35,7 +35,7 @@ const CurrencyAdaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
35
35
  React.createElement("defs", null,
36
36
  React.createElement("clipPath", { id: 'a' },
37
37
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
38
- const ForwardRef$u_ = forwardRef(CurrencyAdaIcon);
38
+ const ForwardRef$v6 = forwardRef(CurrencyAdaIcon);
39
39
 
40
40
  const CurrencyAlgoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
41
41
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -44,7 +44,7 @@ const CurrencyAlgoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
44
44
  React.createElement("defs", null,
45
45
  React.createElement("clipPath", { id: 'a' },
46
46
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
47
- const ForwardRef$uZ = forwardRef(CurrencyAlgoIcon);
47
+ const ForwardRef$v5 = forwardRef(CurrencyAlgoIcon);
48
48
 
49
49
  const CurrencyAudIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
50
50
  React.createElement("path", { fill: '#283991', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
@@ -52,12 +52,12 @@ const CurrencyAudIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
52
52
  React.createElement("path", { fill: '#F44336', d: 'm.143 13.575 5.756-3.838H4.096L.388 12.209c-.1.449-.183.904-.245 1.366Z' }),
53
53
  React.createElement("path", { fill: '#F44336', d: 'M1.606 8.737h5.392v7h2v-7h7v-2h-7V1.345c-.697.34-1.365.728-2 1.161v4.231h-4.23a15.986 15.986 0 0 0-1.162 2Z' }),
54
54
  React.createElement("path", { fill: '#F44336', d: 'm3.715 5.483.381.254H5.9L4.387 4.729c-.232.244-.456.495-.672.754ZM15.998 1.803v1.202l-4.099 2.732h-1.803l5.902-3.934ZM11.9 9.737l4.098 2.732v1.202l-5.902-3.934H11.9Z' })));
55
- const ForwardRef$uY = forwardRef(CurrencyAudIcon);
55
+ const ForwardRef$v4 = forwardRef(CurrencyAudIcon);
56
56
 
57
57
  const CurrencyAvaxIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
58
58
  React.createElement("path", { fill: '#E84142', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
59
59
  React.createElement("path", { fill: '#fff', d: 'M8.306 23.185h3.101c.73 0 1.096 0 1.421-.09a2.34 2.34 0 0 0 .954-.554c.344-.327.561-.783.793-1.19l4.022-7.109c.357-.624.534-.938.612-1.268a2.332 2.332 0 0 0 0-1.091c-.078-.327-.256-.639-.608-1.254L17.02 7.867c-.326-.573-.49-.86-.699-.965a.79.79 0 0 0-.714 0c-.208.106-.373.392-.699.965L7.25 21.364c-.321.565-.482.848-.47 1.08a.788.788 0 0 0 .357.615c.196.126.518.126 1.17.126ZM23.682 23.185h-4.444c-.655 0-.985 0-1.177-.126a.795.795 0 0 1-.357-.62c-.012-.23.15-.51.475-1.07l2.225-3.82c.326-.562.491-.84.695-.947a.782.782 0 0 1 .71 0c.203.103.361.37.674.899l2.283 3.906c.309.533.466.804.455 1.028a.785.785 0 0 1-.357.62c-.197.13-.527.13-1.182.13Z' })));
60
- const ForwardRef$uX = forwardRef(CurrencyAvaxIcon);
60
+ const ForwardRef$v3 = forwardRef(CurrencyAvaxIcon);
61
61
 
62
62
  const CurrencyBatIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
63
63
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -66,23 +66,23 @@ const CurrencyBatIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
66
66
  React.createElement("defs", null,
67
67
  React.createElement("clipPath", { id: 'a' },
68
68
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
69
- const ForwardRef$uW = forwardRef(CurrencyBatIcon);
69
+ const ForwardRef$v2 = forwardRef(CurrencyBatIcon);
70
70
 
71
71
  const CurrencyBchIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
72
72
  React.createElement("path", { fill: '#8DC351', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
73
73
  React.createElement("path", { fill: '#fff', d: 'M21.207 10.534c-.776-1.972-2.722-2.15-4.988-1.71l-.807-2.813-1.712.491.786 2.74c-.45.128-.908.27-1.363.41l-.79-2.758-1.711.49.805 2.813c-.368.114-.73.226-1.085.328l-.003-.01-2.362.677.525 1.83s1.258-.388 1.243-.358c.694-.199 1.035.139 1.2.468l.92 3.204c.047-.013.11-.029.184-.04l-.181.052 1.287 4.49c.032.227.004.612-.48.752.027.013-1.246.356-1.246.356l.247 2.143 2.228-.64c.415-.117.825-.227 1.226-.34l.817 2.845 1.71-.49-.807-2.815c.459-.122.916-.248 1.372-.38l.802 2.803 1.713-.491-.814-2.84c2.831-.991 4.638-2.294 4.113-5.07-.422-2.234-1.724-2.912-3.471-2.836.848-.79 1.213-1.859.642-3.301Zm-.65 6.77c.61 2.127-3.1 2.929-4.26 3.263l-1.081-3.77c1.16-.333 4.704-1.71 5.34.508l.001-.001Zm-2.322-5.09c.554 1.935-2.547 2.58-3.514 2.857l-.98-3.419c.966-.277 3.915-1.455 4.494.563v-.001Z' })));
74
- const ForwardRef$uV = forwardRef(CurrencyBchIcon);
74
+ const ForwardRef$v1 = forwardRef(CurrencyBchIcon);
75
75
 
76
76
  const CurrencyBnbIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
77
77
  React.createElement("path", { fill: '#F3BA2F', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
78
78
  React.createElement("path", { fill: '#fff', d: 'M19.131 14.696c-.077-.012-.12-.06-.16-.106l-.034-.036-.39-.389c-.787-.786-1.575-1.572-2.355-2.366-.152-.154-.232-.154-.383 0-.507.516-1.019 1.028-1.53 1.54-.405.406-.81.811-1.213 1.219-.13.133-.205.149-.347.002a59.81 59.81 0 0 0-1.492-1.488c-.128-.124-.12-.2 0-.322 1.555-1.549 3.107-3.1 4.655-4.656.098-.099.152-.089.243.003 1.544 1.55 3.09 3.097 4.64 4.64.124.125.148.204.008.34-.35.34-.695.686-1.039 1.032l-.454.455c-.033.033-.07.064-.104.093a3.56 3.56 0 0 0-.045.039ZM20.873 19.129a1.697 1.697 0 0 1-.074.08l-1.072 1.075c-1.203 1.207-2.407 2.414-3.607 3.623-.101.102-.15.083-.24-.007a1764.098 1764.098 0 0 0-4.673-4.685c-.111-.111-.106-.177.003-.283a88.827 88.827 0 0 0 1.563-1.554c.123-.125.185-.06.256.013l.023.025.629.628v.001c.715.714 1.429 1.427 2.134 2.15.162.165.234.137.379-.011.463-.472.93-.94 1.397-1.408.444-.446.889-.891 1.33-1.34.15-.153.237-.151.385.003.341.355.69.702 1.04 1.049a136.28 136.28 0 0 1 .479.475c.037.032.076.066.078.132l-.016.018-.014.016Z' }),
79
79
  React.createElement("path", { fill: '#fff', d: 'm15.949 17.777.024.02c.07.005.104-.03.136-.065l.01-.01.005-.005.42-.42.002-.001c.388-.39.777-.778 1.17-1.162.11-.107.116-.167.005-.277-.544-.536-1.082-1.08-1.619-1.625-.067-.069-.112-.087-.188-.01-.552.56-1.105 1.12-1.664 1.674-.09.09-.059.127.015.2.372.37.742.744 1.112 1.117l.501.505c.023.023.049.042.07.06ZM22.22 14.21l.036.031c.028.026.06.054.09.084l.451.448c.381.379.763.759 1.148 1.135.066.065.079.09.006.16-.55.54-1.097 1.084-1.641 1.63-.082.083-.13.1-.223.006-.52-.53-1.044-1.056-1.574-1.575-.112-.109-.111-.168 0-.277.38-.37.753-.745 1.127-1.12l.434-.433a.393.393 0 0 0 .02-.024c.03-.033.06-.068.127-.065ZM9.764 17.762l.02.017c.052.004.076-.021.1-.046a8106.786 8106.786 0 0 1 1.674-1.66c.056-.058.062-.106-.008-.175-.542-.529-1.082-1.06-1.614-1.599-.104-.105-.16-.1-.26.002a154.41 154.41 0 0 1-1.63 1.616c-.059.059-.063.084-.001.145a304.738 304.738 0 0 1 1.664 1.648c.018.02.038.037.055.052Z' })));
80
- const ForwardRef$uU = forwardRef(CurrencyBnbIcon);
80
+ const ForwardRef$v0 = forwardRef(CurrencyBnbIcon);
81
81
 
82
82
  const CurrencyBtcIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
83
83
  React.createElement("path", { fill: '#F7931A', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
84
84
  React.createElement("path", { fill: '#fff', d: 'M23.145 14.426c.314-2.096-1.283-3.223-3.465-3.975l.708-2.84-1.728-.43-.69 2.765c-.454-.114-.92-.22-1.385-.326l.695-2.783-1.728-.43-.708 2.838c-.376-.086-.746-.17-1.104-.26l.002-.009-2.384-.595-.46 1.846s1.283.294 1.256.312c.7.175.826.638.805 1.006l-.806 3.235c.048.012.11.03.18.057l-.183-.045-1.13 4.532c-.086.212-.303.531-.793.41.018.025-1.256-.313-1.256-.313L8.113 21.4l2.25.561c.418.105.828.215 1.231.318l-.715 2.872 1.727.43.708-2.84c.472.127.93.245 1.378.357l-.706 2.828 1.728.43.715-2.866c2.948.558 5.164.333 6.097-2.333.752-2.146-.037-3.385-1.588-4.192 1.13-.26 1.98-1.003 2.207-2.538Zm-3.95 5.538c-.533 2.147-4.148.986-5.32.695l.95-3.805c1.172.293 4.93.872 4.37 3.11Zm.535-5.569c-.487 1.953-3.495.96-4.47.717l.86-3.45c.975.243 4.118.696 3.61 2.733Z' })));
85
- const ForwardRef$uT = forwardRef(CurrencyBtcIcon);
85
+ const ForwardRef$u$ = forwardRef(CurrencyBtcIcon);
86
86
 
87
87
  const CurrencyBusdIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
88
88
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -91,7 +91,7 @@ const CurrencyBusdIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
91
91
  React.createElement("defs", null,
92
92
  React.createElement("clipPath", { id: 'a' },
93
93
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
94
- const ForwardRef$uS = forwardRef(CurrencyBusdIcon);
94
+ const ForwardRef$u_ = forwardRef(CurrencyBusdIcon);
95
95
 
96
96
  const CurrencyDaiIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
97
97
  React.createElement("path", { fill: '#FCE6C5', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
@@ -101,7 +101,7 @@ const CurrencyDaiIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
101
101
  React.createElement("path", { fill: '#F7C57B', d: 'M26 16H16v10l10-10Z' }),
102
102
  React.createElement("path", { fill: '#F7B14A', d: 'M16 6v13l10-3L16 6Z' }),
103
103
  React.createElement("path", { fill: '#fff', d: 'm23 16-7-7v4l3 3h4Z' })));
104
- const ForwardRef$uR = forwardRef(CurrencyDaiIcon);
104
+ const ForwardRef$uZ = forwardRef(CurrencyDaiIcon);
105
105
 
106
106
  const CurrencyDashIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
107
107
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -110,12 +110,12 @@ const CurrencyDashIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
110
110
  React.createElement("defs", null,
111
111
  React.createElement("clipPath", { id: 'a' },
112
112
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
113
- const ForwardRef$uQ = forwardRef(CurrencyDashIcon);
113
+ const ForwardRef$uY = forwardRef(CurrencyDashIcon);
114
114
 
115
115
  const CurrencyDemoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
116
116
  React.createElement("path", { fill: '#85ACB0', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
117
117
  React.createElement("path", { fill: '#fff', d: 'M17.535 6C22.665 6 27 10.743 27 16s-4.336 10-9.465 10H9a1 1 0 1 1 0-2h2v-4H9a1 1 0 0 1-.993-.883L8 19a1 1 0 0 1 1-1h2v-4H9a1 1 0 0 1-.993-.883L8 13a1 1 0 0 1 1-1h2V8H9a1 1 0 0 1-.993-.883L8 7a1 1 0 0 1 1-1h8.535Zm0 2H13v4h4a1 1 0 0 1 .993.883L18 13a1 1 0 0 1-1 1h-4v4h4a1 1 0 0 1 .993.883L18 19a1 1 0 0 1-1 1h-4v4h4.535c3.906 0 7.33-3.665 7.461-7.759L25 16c0-4.19-3.483-8-7.465-8Z' })));
118
- const ForwardRef$uP = forwardRef(CurrencyDemoIcon);
118
+ const ForwardRef$uX = forwardRef(CurrencyDemoIcon);
119
119
 
120
120
  const CurrencyDogeIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
121
121
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -244,7 +244,7 @@ const CurrencyDogeIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
244
244
  React.createElement("defs", null,
245
245
  React.createElement("clipPath", { id: 'a' },
246
246
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
247
- const ForwardRef$uO = forwardRef(CurrencyDogeIcon);
247
+ const ForwardRef$uW = forwardRef(CurrencyDogeIcon);
248
248
 
249
249
  const CurrencyDotIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
250
250
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -253,12 +253,12 @@ const CurrencyDotIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
253
253
  React.createElement("defs", null,
254
254
  React.createElement("clipPath", { id: 'a' },
255
255
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
256
- const ForwardRef$uN = forwardRef(CurrencyDotIcon);
256
+ const ForwardRef$uV = forwardRef(CurrencyDotIcon);
257
257
 
258
258
  const CurrencyEosIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
259
259
  React.createElement("path", { fill: '#000', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
260
260
  React.createElement("path", { fill: '#fff', d: 'm16 6-4.68 6.44-1.96 9.52L16 26l6.64-4.04-2-9.56L16 6Zm-5.56 15.52 1.48-7.24 3.36 10.2-4.84-2.96Zm1.96-8.88L16 7.68l3.6 4.96L16 23.52l-3.6-10.88Zm4.28 11.84 3.36-10.2 1.48 7.24-4.84 2.96Z' })));
261
- const ForwardRef$uM = forwardRef(CurrencyEosIcon);
261
+ const ForwardRef$uU = forwardRef(CurrencyEosIcon);
262
262
 
263
263
  const CurrencyEtcIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
264
264
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -270,7 +270,7 @@ const CurrencyEtcIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
270
270
  React.createElement("defs", null,
271
271
  React.createElement("clipPath", { id: 'a' },
272
272
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
273
- const ForwardRef$uL = forwardRef(CurrencyEtcIcon);
273
+ const ForwardRef$uT = forwardRef(CurrencyEtcIcon);
274
274
 
275
275
  const CurrencyEthIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
276
276
  React.createElement("path", { fill: '#EBF0F1', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
@@ -280,12 +280,12 @@ const CurrencyEthIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
280
280
  React.createElement("path", { fill: '#12100B', fillOpacity: 0.45, d: 'M15.998 27.995v-6.028L8.5 17.616l7.498 10.379Z' }),
281
281
  React.createElement("path", { fill: '#12100B', fillOpacity: 0.6, d: 'm15.998 20.573 7.497-4.353-7.497-3.348v7.701Z' }),
282
282
  React.createElement("path", { fill: '#12100B', fillOpacity: 0.6, d: 'm8.5 16.22 7.498 4.353v-7.701L8.5 16.22Z' })));
283
- const ForwardRef$uK = forwardRef(CurrencyEthIcon);
283
+ const ForwardRef$uS = forwardRef(CurrencyEthIcon);
284
284
 
285
285
  const CurrencyEurIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
286
286
  React.createElement("path", { fill: '#283991', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
287
287
  React.createElement("path", { fill: '#F8D12E', d: 'm16.352 4.38-.39-1.2-.39 1.2h-1.263l1.022.741-.39 1.2 1.02-.742 1.022.742-.39-1.2 1.021-.742h-1.262ZM16.352 27.037l-.39-1.2-.39 1.2h-1.263l1.022.742-.39 1.2 1.02-.741 1.022.741-.39-1.2 1.021-.742h-1.262ZM22.18 5.187l.39 1.2h1.262l-1.021.743.39 1.2-1.021-.742-1.021.742.39-1.2-1.021-.742h1.262l.39-1.2ZM26.812 10.573l-.39-1.2-.39 1.2H24.77l1.021.742-.39 1.2 1.022-.741 1.02.742-.39-1.2 1.022-.743h-1.263ZM26.524 19.949l.39 1.2h1.262l-1.022.742.39 1.2-1.02-.741-1.022.741.39-1.2-1.02-.742h1.262l.39-1.2ZM6.044 10.573l-.39-1.2-.39 1.2H4.003l1.021.742-.39 1.2 1.021-.741 1.021.742-.39-1.2 1.021-.743H6.044ZM27.406 14.417l.39 1.2h1.262l-1.021.742.39 1.2-1.021-.741-1.021.741.39-1.2-1.021-.742h1.261l.39-1.2ZM5.08 15.617l-.39-1.2-.39 1.2H3.038l1.02.742-.39 1.2 1.022-.741 1.021.741-.39-1.2 1.02-.742H5.08ZM5.518 19.949l.39 1.2h1.261l-1.02.742.39 1.2-1.021-.741-1.022.741.39-1.2-1.02-.742h1.262l.39-1.2ZM22.753 25.513l-.39-1.2-.39 1.2h-1.262l1.02.742-.39 1.2 1.022-.741 1.02.742-.39-1.2 1.022-.743h-1.262ZM9.945 5.187l.39 1.2h1.262l-1.021.743.39 1.2-1.021-.742-1.021.742.39-1.2-1.021-.742h1.262l.39-1.2ZM9.874 25.437l-.39-1.2-.39 1.2H7.832l1.021.741-.39 1.2 1.021-.74 1.021.74-.39-1.2 1.021-.741H9.874Z' })));
288
- const ForwardRef$uJ = forwardRef(CurrencyEurIcon);
288
+ const ForwardRef$uR = forwardRef(CurrencyEurIcon);
289
289
 
290
290
  const CurrencyEursIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
291
291
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -294,7 +294,7 @@ const CurrencyEursIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
294
294
  React.createElement("defs", null,
295
295
  React.createElement("clipPath", { id: 'a' },
296
296
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
297
- const ForwardRef$uI = forwardRef(CurrencyEursIcon);
297
+ const ForwardRef$uQ = forwardRef(CurrencyEursIcon);
298
298
 
299
299
  const CurrencyFilIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
300
300
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -303,14 +303,14 @@ const CurrencyFilIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
303
303
  React.createElement("defs", null,
304
304
  React.createElement("clipPath", { id: 'a' },
305
305
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
306
- const ForwardRef$uH = forwardRef(CurrencyFilIcon);
306
+ const ForwardRef$uP = forwardRef(CurrencyFilIcon);
307
307
 
308
308
  const CurrencyGbpIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
309
309
  React.createElement("path", { fill: '#fff', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
310
310
  React.createElement("path", { fill: '#283991', d: 'M20.174.551c2.047.552 3.932 1.5 5.567 2.757l-5.567 5.567V.55ZM.551 11.826A15.942 15.942 0 0 1 3.308 6.26l5.567 5.567H.55ZM28.692 6.259a15.944 15.944 0 0 1 2.757 5.567h-8.324l5.567-5.567ZM.551 20.174a15.943 15.943 0 0 0 2.757 5.567l5.567-5.567H.55ZM6.259 28.692a15.942 15.942 0 0 0 5.567 2.757v-8.324L6.26 28.692ZM6.259 3.308A15.943 15.943 0 0 1 11.826.55v8.324L6.259 3.308ZM20.174 31.449a15.944 15.944 0 0 0 5.567-2.757l-5.567-5.567v8.324ZM28.692 25.741l-5.567-5.567h8.324a15.942 15.942 0 0 1-2.757 5.567Z' }),
311
311
  React.createElement("path", { fill: '#F44336', d: 'M31.865 13.913H18.087V.135a16.16 16.16 0 0 0-4.174 0v13.778H.135a16.16 16.16 0 0 0 0 4.174h13.778v13.778a16.166 16.166 0 0 0 4.174 0V18.087h13.778a16.166 16.166 0 0 0 0-4.174Z' }),
312
312
  React.createElement("path", { fill: '#F44336', d: 'm20.174 20.174 7.14 7.14c.328-.329.641-.672.94-1.027l-6.112-6.113h-1.968ZM11.826 20.174v1.967l-6.113 6.113a16.04 16.04 0 0 1-1.027-.94l7.14-7.14ZM11.83 11.826l-7.14-7.14c-.328.329-.641.672-.94 1.027l6.113 6.113h1.967ZM27.314 4.686l-7.14 7.14V9.86l6.113-6.113c.355.299.698.612 1.027.94Z' })));
313
- const ForwardRef$uG = forwardRef(CurrencyGbpIcon);
313
+ const ForwardRef$uO = forwardRef(CurrencyGbpIcon);
314
314
 
315
315
  const CurrencyIdkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
316
316
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -319,12 +319,12 @@ const CurrencyIdkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
319
319
  React.createElement("defs", null,
320
320
  React.createElement("clipPath", { id: 'a' },
321
321
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
322
- const ForwardRef$uF = forwardRef(CurrencyIdkIcon);
322
+ const ForwardRef$uN = forwardRef(CurrencyIdkIcon);
323
323
 
324
324
  const CurrencyIotaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
325
325
  React.createElement("path", { fill: '#131F37', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
326
326
  React.createElement("path", { fill: '#fff', d: 'M20.15 10.014a.92.92 0 1 1-1.026-1.527.92.92 0 0 1 1.026 1.527ZM21.187 23.003a.92.92 0 1 1-1.025-1.527.92.92 0 0 1 1.025 1.527ZM19.902 12.47a.771.771 0 1 0-.003-1.543.771.771 0 0 0 .003 1.542ZM22.389 12.634a.772.772 0 1 1-.86-1.282.772.772 0 0 1 .86 1.282ZM19.64 14.424a.658.658 0 1 0-.003-1.316.658.658 0 0 0 .003 1.316ZM22.062 14.591a.657.657 0 1 1-.732-1.09.657.657 0 0 1 .732 1.09ZM23.344 15.343a.657.657 0 1 0-.002-1.313.657.657 0 0 0 .002 1.313ZM21.408 16.182a.575.575 0 1 1-.64-.955.575.575 0 0 1 .64.955ZM19.03 16a.575.575 0 1 0 0-1.15.575.575 0 0 0 0 1.15ZM23.07 16.822a.575.575 0 1 1-.64-.955.575.575 0 0 1 .64.955ZM20.266 17.478a.493.493 0 1 0-.002-.985.493.493 0 0 0 .002.985ZM22.2 18.019a.493.493 0 1 1-.549-.818.493.493 0 0 1 .55.818ZM18.224 17.182a.492.492 0 1 0-.001-.985.492.492 0 0 0 0 .985ZM19.59 18.213a.41.41 0 1 1-.458-.682.41.41 0 0 1 .458.682ZM20.067 19.414a.36.36 0 1 0-.002-.722.36.36 0 0 0 .002.722ZM19.358 19.595a.296.296 0 1 1-.329-.491.296.296 0 0 1 .33.491ZM18.422 18.791a.361.361 0 1 0-.002-.722.361.361 0 0 0 .002.722ZM17.53 17.934a.411.411 0 1 1-.458-.683.411.411 0 0 1 .458.683ZM17.285 14.916a.41.41 0 1 0-.002-.82.41.41 0 0 0 .002.82ZM17.667 13.41a.361.361 0 1 1-.403-.6.361.361 0 0 1 .403.6ZM17.861 12.289a.295.295 0 1 0-.002-.59.295.295 0 0 0 .002.59ZM17.37 11.672a.362.362 0 1 1-.403-.601.362.362 0 0 1 .403.6ZM21.006 18.906a.41.41 0 1 0-.002-.822.41.41 0 0 0 .002.822ZM16.46 11.183a.41.41 0 1 1-.459-.681.41.41 0 0 1 .46.68ZM16.512 12.995a.411.411 0 1 0-.002-.822.411.411 0 0 0 .002.822ZM16.325 14.57a.493.493 0 1 1-.55-.818.493.493 0 0 1 .55.818ZM14.552 14.653a.576.576 0 1 0-.007-1.152.576.576 0 0 0 .007 1.152ZM13.172 14.936a.657.657 0 1 1-.733-1.09.657.657 0 0 1 .733 1.09ZM10.897 15.983a.773.773 0 1 0-.004-1.545.773.773 0 0 0 .004 1.545ZM9.432 17.404a.92.92 0 1 1-1.025-1.527.92.92 0 0 1 1.025 1.527ZM10.124 14.062a.772.772 0 1 0-.004-1.544.772.772 0 0 0 .004 1.544ZM12.398 13.015a.657.657 0 1 1-.732-1.092.657.657 0 0 1 .732 1.092ZM11.754 11.386a.657.657 0 1 0-.006-1.315.657.657 0 0 0 .006 1.315ZM13.817 10.894a.576.576 0 1 1-.642-.956.576.576 0 0 1 .642.956ZM14.996 10.992a.493.493 0 1 0-.002-.985.493.493 0 0 0 .002.985ZM15.55 12.648a.493.493 0 1 1-.55-.818.493.493 0 0 1 .55.818ZM13.78 12.749a.576.576 0 0 0 .404-.982.574.574 0 1 0-.404.982ZM12.313 17.066a.296.296 0 0 1-.46-.245.295.295 0 1 1 .46.245ZM13.334 16.969a.36.36 0 1 0-.003-.722.36.36 0 0 0 .003.722ZM14.863 16.407a.41.41 0 1 1-.457-.682.41.41 0 0 1 .457.682ZM14.948 17.79a.493.493 0 1 0-.001-.986.493.493 0 0 0 0 .986ZM13.595 18.032a.41.41 0 1 1-.457-.683.41.41 0 0 1 .457.683ZM11.967 18.085a.361.361 0 1 0-.002-.723.361.361 0 0 0 .002.723ZM12.213 19.149a.41.41 0 1 1-.458-.681.41.41 0 0 1 .457.681ZM13.663 19.432a.493.493 0 1 0-.002-.986.493.493 0 0 0 .002.986ZM15.941 19.121a.575.575 0 1 1-.639-.954.575.575 0 0 1 .64.954ZM16.776 20.647a.657.657 0 1 0-.003-1.314.657.657 0 0 0 .003 1.314ZM14.673 20.747a.576.576 0 1 1-.64-.957.576.576 0 0 1 .64.957ZM12.988 21.96a.575.575 0 1 0-.004-1.15.575.575 0 0 0 .004 1.15ZM14.489 23.294a.657.657 0 1 1-.731-1.09.657.657 0 0 1 .731 1.09ZM17.154 23.669a.771.771 0 1 0-.004-1.542.771.771 0 0 0 .004 1.542ZM15.855 22.177a.657.657 0 1 1-.732-1.091.657.657 0 0 1 .732 1.091ZM18.422 22.027a.772.772 0 1 0-.003-1.543.772.772 0 0 0 .003 1.543ZM12.571 20.465a.493.493 0 1 1-.55-.818.493.493 0 0 1 .55.818Z' })));
327
- const ForwardRef$uE = forwardRef(CurrencyIotaIcon);
327
+ const ForwardRef$uM = forwardRef(CurrencyIotaIcon);
328
328
 
329
329
  const CurrencyLinkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
330
330
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -333,12 +333,12 @@ const CurrencyLinkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
333
333
  React.createElement("defs", null,
334
334
  React.createElement("clipPath", { id: 'a' },
335
335
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
336
- const ForwardRef$uD = forwardRef(CurrencyLinkIcon);
336
+ const ForwardRef$uL = forwardRef(CurrencyLinkIcon);
337
337
 
338
338
  const CurrencyLtcIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
339
339
  React.createElement("path", { fill: '#BFBBBB', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
340
340
  React.createElement("path", { fill: '#fff', d: 'M10.427 19.214 9 19.768l.688-2.759 1.444-.58L13.213 8h5.129l-1.519 6.196 1.41-.571-.68 2.75-1.427.571-.848 3.483H23L22.127 24H9.252l1.175-4.786Z' })));
341
- const ForwardRef$uC = forwardRef(CurrencyLtcIcon);
341
+ const ForwardRef$uK = forwardRef(CurrencyLtcIcon);
342
342
 
343
343
  const CurrencyMaticIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
344
344
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -347,7 +347,7 @@ const CurrencyMaticIcon = ({ iconSize = 'md', ...props }, ref) => (React.createE
347
347
  React.createElement("defs", null,
348
348
  React.createElement("clipPath", { id: 'a' },
349
349
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
350
- const ForwardRef$uB = forwardRef(CurrencyMaticIcon);
350
+ const ForwardRef$uJ = forwardRef(CurrencyMaticIcon);
351
351
 
352
352
  const CurrencyMkrIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
353
353
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -360,7 +360,7 @@ const CurrencyMkrIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
360
360
  React.createElement("stop", { offset: 1, stopColor: '#6ACEBB' })),
361
361
  React.createElement("clipPath", { id: 'a' },
362
362
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
363
- const ForwardRef$uA = forwardRef(CurrencyMkrIcon);
363
+ const ForwardRef$uI = forwardRef(CurrencyMkrIcon);
364
364
 
365
365
  const CurrencyMultiCollateralDaiIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
366
366
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -369,24 +369,24 @@ const CurrencyMultiCollateralDaiIcon = ({ iconSize = 'md', ...props }, ref) => (
369
369
  React.createElement("defs", null,
370
370
  React.createElement("clipPath", { id: 'a' },
371
371
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
372
- const ForwardRef$uz = forwardRef(CurrencyMultiCollateralDaiIcon);
372
+ const ForwardRef$uH = forwardRef(CurrencyMultiCollateralDaiIcon);
373
373
 
374
374
  const CurrencyNeoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
375
375
  React.createElement("path", { fill: '#00E599', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
376
376
  React.createElement("path", { fill: '#fff', d: 'M8.769 21.506V10.805L16.41 8l6.818 2.442-7.512 2.768V24l-6.948-2.494Z' }),
377
377
  React.createElement("path", { fill: '#fff', d: 'M16.282 19.372v-5.854l6.946-2.569.003 10.912-6.95-2.489Z' })));
378
- const ForwardRef$uy = forwardRef(CurrencyNeoIcon);
378
+ const ForwardRef$uG = forwardRef(CurrencyNeoIcon);
379
379
 
380
380
  const CurrencyNoneIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
381
381
  React.createElement("path", { fill: '#4BB4B3', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
382
382
  React.createElement("path", { fill: '#fff', d: 'M13.765 19v-4.17c1.377-.054 2.41-.295 3.098-.722.688-.427 1.032-1.15 1.032-2.167v-.381c0-.69-.196-1.218-.588-1.581-.392-.363-.902-.545-1.53-.545-.679 0-1.241.218-1.685.654-.445.436-.746.99-.902 1.663L10 10.36a7.232 7.232 0 0 1 .68-1.595 5.246 5.246 0 0 1 1.163-1.39 5.797 5.797 0 0 1 1.726-.994c.67-.255 1.45-.382 2.34-.382.906 0 1.734.136 2.483.409.75.272 1.395.654 1.935 1.144a4.91 4.91 0 0 1 1.242 1.772c.287.69.431 1.454.431 2.29 0 .762-.122 1.453-.366 2.07a5.187 5.187 0 0 1-2.457 2.753c-.558.29-1.142.49-1.752.6V19h-3.66Zm1.735 7c-.899 0-1.54-.208-1.924-.625-.384-.417-.576-.928-.576-1.534v-.682c0-.606.192-1.117.576-1.534C13.96 21.208 14.6 21 15.5 21s1.54.208 1.924.625c.384.417.576.928.576 1.534v.682c0 .606-.192 1.117-.576 1.534-.384.417-1.025.625-1.924.625Z' })));
383
- const ForwardRef$ux = forwardRef(CurrencyNoneIcon);
383
+ const ForwardRef$uF = forwardRef(CurrencyNoneIcon);
384
384
 
385
385
  const CurrencyOmgIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
386
386
  React.createElement("path", { fill: '#101010', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
387
387
  React.createElement("path", { fill: '#fff', d: 'M10.59 16.002c0-.756.446-1.322 1.192-1.322.747 0 1.194.56 1.194 1.32s-.448 1.321-1.194 1.321-1.192-.563-1.192-1.319Z' }),
388
388
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M10.343 10.343a8 8 0 1 1 11.314 11.315 8 8 0 0 1-11.314-11.315ZM9.871 16c0 1.125.74 2.001 1.91 2.001 1.172 0 1.913-.882 1.913-2.001 0-1.119-.742-2.004-1.912-2.004S9.87 14.875 9.87 16Zm7.566 1.903h.668l.008-3.811h-.903l-1.056 2.913-1.057-2.913h-.903v3.811h.645v-2.685l.982 2.685h.637l.98-2.685v2.685Zm4.013-1.383c-.064.559-.47.817-.985.817h-.003c-.74 0-1.154-.545-1.154-1.33 0-.734.364-1.339 1.139-1.339.505 0 .914.262.958.692h.724c-.098-.871-.757-1.356-1.66-1.356-1.276 0-1.869.98-1.869 2.026 0 1.122.686 1.971 1.753 1.971.626 0 .976-.289 1.117-.533v.435h.659v-2.042h-1.776v.659h1.097Z', clipRule: 'evenodd' })));
389
- const ForwardRef$uw = forwardRef(CurrencyOmgIcon);
389
+ const ForwardRef$uE = forwardRef(CurrencyOmgIcon);
390
390
 
391
391
  const CurrencyPaxIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
392
392
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -400,7 +400,7 @@ const CurrencyPaxIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
400
400
  React.createElement("defs", null,
401
401
  React.createElement("clipPath", { id: 'a' },
402
402
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
403
- const ForwardRef$uv = forwardRef(CurrencyPaxIcon);
403
+ const ForwardRef$uD = forwardRef(CurrencyPaxIcon);
404
404
 
405
405
  const CurrencySingleCollateralDaiIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
406
406
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -413,7 +413,7 @@ const CurrencySingleCollateralDaiIcon = ({ iconSize = 'md', ...props }, ref) =>
413
413
  React.createElement("defs", null,
414
414
  React.createElement("clipPath", { id: 'a' },
415
415
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
416
- const ForwardRef$uu = forwardRef(CurrencySingleCollateralDaiIcon);
416
+ const ForwardRef$uC = forwardRef(CurrencySingleCollateralDaiIcon);
417
417
 
418
418
  const CurrencySolIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
419
419
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -433,7 +433,7 @@ const CurrencySolIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
433
433
  React.createElement("stop", { offset: 1, stopColor: '#DC1FFF' })),
434
434
  React.createElement("clipPath", { id: 'a' },
435
435
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
436
- const ForwardRef$ut = forwardRef(CurrencySolIcon);
436
+ const ForwardRef$uB = forwardRef(CurrencySolIcon);
437
437
 
438
438
  const CurrencyTerraIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
439
439
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -443,12 +443,12 @@ const CurrencyTerraIcon = ({ iconSize = 'md', ...props }, ref) => (React.createE
443
443
  React.createElement("defs", null,
444
444
  React.createElement("clipPath", { id: 'a' },
445
445
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
446
- const ForwardRef$us = forwardRef(CurrencyTerraIcon);
446
+ const ForwardRef$uA = forwardRef(CurrencyTerraIcon);
447
447
 
448
448
  const CurrencyTrxIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
449
449
  React.createElement("path", { fill: '#DC062B', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
450
450
  React.createElement("path", { fill: '#fff', d: 'M20.473 10.223 8.391 8l6.358 16 8.86-10.794-3.136-2.982Zm-.194.98 1.848 1.757-5.055.915 3.207-2.672Zm-4.305 2.49-5.328-4.42 8.709 1.603-3.38 2.816Zm-.38.78-.868 7.183-4.685-11.788 5.553 4.606Zm.805.382 5.597-1.014-6.42 7.823.823-6.809Z' })));
451
- const ForwardRef$ur = forwardRef(CurrencyTrxIcon);
451
+ const ForwardRef$uz = forwardRef(CurrencyTrxIcon);
452
452
 
453
453
  const CurrencyTusdIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
454
454
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -458,7 +458,7 @@ const CurrencyTusdIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
458
458
  React.createElement("defs", null,
459
459
  React.createElement("clipPath", { id: 'a' },
460
460
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
461
- const ForwardRef$uq = forwardRef(CurrencyTusdIcon);
461
+ const ForwardRef$uy = forwardRef(CurrencyTusdIcon);
462
462
 
463
463
  const CurrencyUniIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
464
464
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -471,7 +471,7 @@ const CurrencyUniIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
471
471
  React.createElement("defs", null,
472
472
  React.createElement("clipPath", { id: 'a' },
473
473
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
474
- const ForwardRef$up = forwardRef(CurrencyUniIcon);
474
+ const ForwardRef$ux = forwardRef(CurrencyUniIcon);
475
475
 
476
476
  const CurrencyUsdIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
477
477
  React.createElement("path", { fill: '#fff', d: 'M.03 15a16.253 16.253 0 0 0 .094 3h31.752a16.158 16.158 0 0 0 .093-3H.031ZM16 9v3h15.496a15.887 15.887 0 0 0-1.104-3H16ZM16 6h12.49a16.092 16.092 0 0 0-3.16-3H16v3ZM.797 21a15.92 15.92 0 0 0 1.343 3h27.72c.545-.943.997-1.948 1.343-3H.797ZM4.381 27a16.064 16.064 0 0 0 3.867 3h15.504a16.064 16.064 0 0 0 3.867-3H4.381Z' }),
@@ -479,7 +479,7 @@ const CurrencyUsdIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
479
479
  React.createElement("path", { fill: '#283991', fillRule: 'evenodd', d: 'M16 15H.03a16.05 16.05 0 0 1 .176-1.575l-.01.069a.078.078 0 0 0 .057-.102l-.027-.085c.04-.237.085-.472.136-.705l-.004.016.194-.143a.08.08 0 0 0-.048-.142H.422a15.887 15.887 0 0 1 1.232-3.425l.264-.19.48.344a.079.079 0 0 0 .121-.03.078.078 0 0 0 .002-.056l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.584A16.084 16.084 0 0 1 6.655 3.01l.28.202a.079.079 0 0 0 .085.009l.006-.003.004-.003a.078.078 0 0 0 .03-.09L6.953 2.8A15.927 15.927 0 0 1 16 0v15ZM13.515.637l-.143-.422-.24.041-.129.384h-.59a.08.08 0 0 0-.03.007l-.01.005-.003.002a.08.08 0 0 0-.005.128l.48.354-.197.56a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .094.003.079.079 0 0 0 .03-.089l-.181-.563.48-.354a.08.08 0 0 0 .022-.028l.003-.007a.07.07 0 0 0 .005-.025.08.08 0 0 0-.053-.077.08.08 0 0 0-.025-.005h-.59ZM9.287 1.785a.078.078 0 0 0 .03-.089l-.067-.207-.167.08-.112.054.222.16a.078.078 0 0 0 .094.002Zm3.716 10.551.19-.563a.067.067 0 0 1 .132-.003l.19.563h.59a.08.08 0 0 1 .074.054.08.08 0 0 1-.025.088l-.48.354.18.563a.079.079 0 0 1-.123.086l-.48-.344-.48.344a.082.082 0 0 1-.013.008l-.006.002-.008.003a.081.081 0 0 1-.076-.022.089.089 0 0 1-.01-.012l-.002-.005-.003-.003-.002-.007a.08.08 0 0 1-.003-.05l.197-.56-.48-.354a.08.08 0 0 1 .005-.129l.007-.004.005-.002.004-.002.009-.002a.08.08 0 0 1 .018-.003h.59Zm-4.216-.566a.067.067 0 0 0-.131.003l-.19.563h-.59a.08.08 0 0 0-.049.142l.48.354-.197.56a.08.08 0 0 0 .01.063l.004.006.004.006a.08.08 0 0 0 .105.012l.48-.345.48.344c.011.009.023.014.036.016l.007.001h.005a.081.081 0 0 0 .046-.014.078.078 0 0 0 .03-.089l-.181-.563.48-.354a.076.076 0 0 0 .016-.016l.004-.008a.095.095 0 0 0 .009-.024.082.082 0 0 0 0-.018v-.007l-.001-.007-.002-.008a.08.08 0 0 0-.074-.054h-.59l-.19-.563Zm-4.526 0 .19.563h.59a.08.08 0 0 1 .049.142l-.48.354.18.563a.088.088 0 0 1 .003.012l.001.008v.008a.08.08 0 0 1-.033.061.079.079 0 0 1-.094-.003l-.48-.344-.48.344a.08.08 0 0 1-.125-.078l.002-.008.197-.56-.48-.354a.079.079 0 0 1-.03-.06c0-.009 0-.018.004-.028a.08.08 0 0 1 .074-.054h.592l.19-.563c.002-.08.107-.08.13-.003Zm6.795-1.488a.074.074 0 1 0-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.142l.48.354-.18.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.191-.563Zm-4.526 0 .19.563h.59a.08.08 0 0 1 .048.142l-.48.354.181.563a.078.078 0 0 1-.123.086l-.48-.344-.48.344a.08.08 0 0 1-.123-.086l.18-.563-.48-.354a.08.08 0 0 1 .049-.142h.59l.19-.563c.02-.077.125-.077.148 0Zm-4.348.563-.19-.563c-.023-.077-.128-.077-.13 0l-.19.563h-.608a.083.083 0 0 0-.04.012.08.08 0 0 0-.008.13l.48.354-.18.563a.08.08 0 0 0 .122.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM13.325 8.84l.19.563h.59a.08.08 0 0 1 .049.143l-.48.353.18.563a.078.078 0 0 1-.014.076.079.079 0 0 1-.109.01l-.48-.343-.48.344a.08.08 0 0 1-.123-.087l.18-.563-.48-.353a.08.08 0 0 1 .049-.143h.59l.19-.563c.03-.066.135-.066.148 0Zm-4.347.563-.19-.563c-.014-.066-.12-.066-.148 0l-.19.563h-.59a.08.08 0 0 0-.049.143l.48.353-.18.563a.08.08 0 0 0 .123.087l.48-.344.48.344a.079.079 0 0 0 .123-.087L9.136 9.9l.48-.353a.08.08 0 0 0-.048-.143h-.59ZM4.26 8.84l.19.563h.59a.08.08 0 0 1 .049.143l-.48.353.18.563a.078.078 0 0 1-.123.087l-.48-.344-.48.344a.08.08 0 0 1-.123-.087l.18-.563-.48-.353a.08.08 0 0 1 .049-.143h.608l.19-.563c.002-.066.107-.066.13 0Zm6.795-1.486a.074.074 0 0 0-.113-.063l-.002.002-.006.004-.005.004-.005.006a.076.076 0 0 0-.016.038v.009l-.19.563h-.591a.08.08 0 0 0-.048.142l.48.354-.18.563a.079.079 0 0 0 .017.075l.006.006a.08.08 0 0 0 .1.006l.48-.345.48.344a.077.077 0 0 0 .045.018.078.078 0 0 0 .078-.104l-.181-.563.48-.354a.08.08 0 0 0 .026-.088.08.08 0 0 0-.074-.054h-.59l-.191-.563Zm-4.526 0 .19.563h.59a.08.08 0 0 1 .048.142l-.48.354.181.563.003.014a.078.078 0 0 1-.126.072l-.48-.344-.48.344a.08.08 0 0 1-.124-.047l-.002-.009v-.01a.077.077 0 0 1 .003-.02l.18-.563-.48-.354a.08.08 0 0 1 .049-.142h.59l.19-.563c.02-.077.125-.077.148 0Zm6.985-.87-.19-.562a.067.067 0 0 0-.131.003l-.19.563h-.591a.08.08 0 0 0-.077.091.08.08 0 0 0 .029.051l.48.354-.197.56a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59Zm-4.802-.636a.073.073 0 0 1 .074.074l.19.563h.591a.08.08 0 0 1 .048.142l-.48.354.18.563a.079.079 0 0 1-.01.07l-.004.006-.004.004a.078.078 0 0 1-.105.006l-.48-.344-.48.344a.08.08 0 0 1-.123-.086l.181-.563-.48-.354a.08.08 0 0 1 .048-.142h.59l.19-.563c0-.041.034-.074.075-.074Zm-4.262.637-.19-.563c-.023-.077-.128-.077-.13 0l-.19.563h-.608a.08.08 0 0 0-.048.142l.48.354-.181.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM6.53 4.422l.19.564h.59a.08.08 0 0 1 .048.142l-.48.354.181.563a.078.078 0 0 1-.123.086l-.48-.344-.48.344a.08.08 0 0 1-.123-.086l.18-.563-.48-.354a.08.08 0 0 1 .049-.142h.59l.19-.564c.02-.065.125-.065.148 0Zm4.716.564-.19-.564c-.013-.065-.118-.065-.147 0l-.19.564h-.591a.08.08 0 0 0-.048.142l.48.354-.18.563a.08.08 0 0 0 .122.086l.48-.344.48.344a.078.078 0 0 0 .124-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM8.787 2.992l.19.563h.591a.079.079 0 0 1 .04.012.08.08 0 0 1 .008.13l-.48.354.18.563a.078.078 0 0 1-.123.087l-.48-.344-.48.344a.08.08 0 0 1-.124-.078l.001-.009.181-.563-.48-.353a.08.08 0 0 1 .048-.143h.59l.19-.563c.03-.066.135-.066.148 0Zm4.728.563-.19-.563c-.013-.066-.119-.066-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.143l.48.353-.181.563a.09.09 0 0 0-.003.026.078.078 0 0 0 .034.06.08.08 0 0 0 .092 0l.48-.343.48.344a.078.078 0 0 0 .123-.087l-.18-.563.48-.353a.08.08 0 0 0-.048-.143h-.59Zm-2.472-2.093a.076.076 0 0 1 .013.042l.19.563h.59a.08.08 0 0 1 .075.055.08.08 0 0 1-.026.088l-.48.353.18.563a.079.079 0 0 1-.029.09.078.078 0 0 1-.094-.003l-.48-.344-.48.344a.08.08 0 0 1-.092 0 .08.08 0 0 1-.03-.087l.18-.563-.48-.353a.08.08 0 0 1 .048-.143h.59l.19-.563a.073.073 0 0 1 .135-.042Z', clipRule: 'evenodd' }),
480
480
  React.createElement("path", { fill: '#283991', d: 'm4.783 4.59-.078.078-.035.035a.078.078 0 0 0 .12-.089l-.007-.023Z' }),
481
481
  React.createElement("path", { fill: '#fff', d: 'm13.133.256.24-.041.142.422h.59a.08.08 0 0 1 .049.142l-.48.354.18.563a.079.079 0 0 1-.123.086l-.48-.344-.48.344a.08.08 0 0 1-.123-.086l.197-.56-.48-.354a.08.08 0 0 1 .048-.142h.59l.13-.384ZM8.97 1.623l.28-.134.067.207a.078.078 0 0 1-.124.086l-.222-.16ZM6.655 3.011c.099-.071.199-.141.3-.21l.104.325a.078.078 0 0 1-.123.087l-.281-.202ZM4.67 4.703l.113-.112.007.023a.078.078 0 0 1-.12.089ZM1.654 8.908c.167-.337.345-.668.535-.991h.584a.08.08 0 0 1 .048.142l-.48.354.18.563a.078.078 0 0 1-.123.086l-.48-.344-.264.19ZM.195 13.494a.078.078 0 0 0 .057-.102l-.026-.085-.03.187ZM.358 12.618c.02-.095.042-.19.064-.285h.082a.08.08 0 0 1 .048.142l-.194.143ZM13.325 11.77a.067.067 0 0 0-.131.003l-.19.563h-.591a.08.08 0 0 0-.048.142l.48.354-.197.56a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.191-.563ZM8.787 11.77a.067.067 0 0 0-.131.003l-.19.563h-.59a.08.08 0 0 0-.049.142l.48.354-.197.56a.08.08 0 0 0 .124.086l.48-.344.48.344a.079.079 0 0 0 .123-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.19-.563ZM4.451 12.333l-.19-.563c-.023-.077-.128-.077-.13.003l-.19.563h-.592a.08.08 0 0 0-.048.142l.48.354-.197.56a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM11.056 10.282a.074.074 0 1 0-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.142l.48.354-.18.563a.08.08 0 0 0 .122.086l.48-.344.48.344a.078.078 0 0 0 .124-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.191-.563ZM6.72 10.845l-.19-.563c-.023-.077-.129-.077-.148 0l-.19.563h-.59a.08.08 0 0 0-.048.142l.48.354-.181.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.049-.142h-.59ZM2.182 10.845l-.19-.563c-.023-.077-.128-.077-.13 0l-.19.563h-.608a.08.08 0 0 0-.048.142l.48.354-.18.563a.08.08 0 0 0 .122.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM13.515 9.403l-.19-.563c-.013-.066-.119-.066-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.143l.48.353-.181.563a.08.08 0 0 0 .123.087l.48-.344.48.344a.078.078 0 0 0 .123-.087l-.18-.563.48-.353a.08.08 0 0 0-.048-.143h-.59ZM8.978 9.403l-.19-.563c-.014-.066-.12-.066-.148 0l-.19.563h-.59a.08.08 0 0 0-.049.143l.48.353-.18.563a.08.08 0 0 0 .123.087l.48-.344.48.344a.079.079 0 0 0 .123-.087L9.136 9.9l.48-.353a.08.08 0 0 0-.048-.143h-.59ZM4.451 9.403l-.19-.563c-.023-.066-.128-.066-.13 0l-.19.563h-.608a.08.08 0 0 0-.048.143l.48.353-.181.563a.08.08 0 0 0 .123.087l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.564.48-.353a.08.08 0 0 0-.048-.143h-.59ZM11.056 7.354a.074.074 0 0 0-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.142l.48.354-.18.563a.08.08 0 0 0 .122.086l.48-.344.48.344a.078.078 0 0 0 .124-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.191-.563ZM6.72 7.917l-.19-.563c-.023-.077-.129-.077-.148 0l-.19.563h-.59a.08.08 0 0 0-.048.142l.48.354-.181.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.049-.142h-.59ZM13.325 5.922a.067.067 0 0 0-.131.003l-.19.563h-.591a.08.08 0 0 0-.048.142l.48.354-.197.56a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.191-.563ZM8.787 5.922a.074.074 0 0 0-.147 0l-.19.563h-.59a.08.08 0 0 0-.049.142l.48.354-.18.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59l-.19-.563ZM4.451 6.485l-.19-.563c-.023-.077-.128-.077-.13 0l-.19.563h-.608a.08.08 0 0 0-.048.142l.48.354-.181.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM6.72 4.986l-.19-.564c-.023-.065-.129-.065-.148 0l-.19.564h-.59a.08.08 0 0 0-.048.142l.48.354-.181.563a.08.08 0 0 0 .123.086l.48-.344.48.344a.078.078 0 0 0 .123-.086l-.18-.563.48-.354a.08.08 0 0 0-.049-.142h-.59ZM11.246 4.986l-.19-.564c-.013-.065-.118-.065-.147 0l-.19.564h-.591a.08.08 0 0 0-.048.142l.48.354-.18.563a.08.08 0 0 0 .122.086l.48-.344.48.344a.078.078 0 0 0 .124-.086l-.181-.563.48-.354a.08.08 0 0 0-.048-.142h-.59ZM8.978 3.555l-.19-.563c-.014-.066-.12-.066-.148 0l-.19.563h-.59a.08.08 0 0 0-.049.143l.48.353-.18.563a.08.08 0 0 0 .123.087l.48-.344.48.344a.078.078 0 0 0 .123-.087l-.181-.563.48-.353a.08.08 0 0 0-.048-.143h-.59ZM13.515 3.555l-.19-.563c-.013-.066-.119-.066-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.143l.48.353-.181.563a.08.08 0 0 0 .123.087l.48-.344.48.344a.078.078 0 0 0 .123-.087l-.18-.563.48-.353a.08.08 0 0 0-.048-.143h-.59ZM11.056 1.504a.074.074 0 1 0-.147 0l-.19.563h-.591a.08.08 0 0 0-.048.143l.48.353-.18.563a.08.08 0 0 0 .122.087l.48-.344.48.344a.078.078 0 0 0 .124-.087l-.181-.563.48-.353a.08.08 0 0 0-.048-.143h-.59l-.191-.563Z' })));
482
- const ForwardRef$uo = forwardRef(CurrencyUsdIcon);
482
+ const ForwardRef$uw = forwardRef(CurrencyUsdIcon);
483
483
 
484
484
  const CurrencyUsdcIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
485
485
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -489,7 +489,7 @@ const CurrencyUsdcIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
489
489
  React.createElement("defs", null,
490
490
  React.createElement("clipPath", { id: 'a' },
491
491
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
492
- const ForwardRef$un = forwardRef(CurrencyUsdcIcon);
492
+ const ForwardRef$uv = forwardRef(CurrencyUsdcIcon);
493
493
 
494
494
  const CurrencyUsdkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
495
495
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -499,28 +499,28 @@ const CurrencyUsdkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
499
499
  React.createElement("defs", null,
500
500
  React.createElement("clipPath", { id: 'a' },
501
501
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
502
- const ForwardRef$um = forwardRef(CurrencyUsdkIcon);
502
+ const ForwardRef$uu = forwardRef(CurrencyUsdkIcon);
503
503
 
504
504
  const CurrencyUsdtIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
505
505
  React.createElement("path", { fill: '#53AE94', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
506
506
  React.createElement("path", { fill: '#fff', d: 'M17.975 13.868v-2.38h5.443V7.861H8.596v3.627h5.444v2.378c-4.424.203-7.75 1.08-7.75 2.13 0 1.049 3.328 1.925 7.75 2.13v7.623h3.936v-7.624c4.416-.204 7.736-1.08 7.736-2.128 0-1.049-3.32-1.924-7.736-2.128h-.001Zm.001 3.611v-.002c-.111.007-.682.041-1.952.041-1.016 0-1.73-.028-1.982-.041v.003c-3.909-.173-6.826-.854-6.826-1.668 0-.815 2.918-1.495 6.826-1.668v2.658c.256.017.988.06 1.999.06 1.213 0 1.824-.05 1.936-.06v-2.658c3.9.174 6.811.855 6.811 1.667 0 .811-2.913 1.492-6.812 1.666' })));
507
- const ForwardRef$ul = forwardRef(CurrencyUsdtIcon);
507
+ const ForwardRef$ut = forwardRef(CurrencyUsdtIcon);
508
508
 
509
509
  const CurrencyXlmIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
510
510
  React.createElement("path", { fill: '#000', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
511
511
  React.createElement("path", { fill: '#fff', d: 'M24 9.85v1.383L8 19.386v-1.383l.581-.296a1.232 1.232 0 0 0 .67-1.19 6.77 6.77 0 0 1 10.726-5.994l-1.268.645a5.542 5.542 0 0 0-8.197 5.555L24 9.851ZM24 12.617v1.378l-.582.296a1.233 1.233 0 0 0-.668 1.19 6.77 6.77 0 0 1-10.727 5.996l1.196-.61.067-.035a5.542 5.542 0 0 0 8.205-5.559L8 22.147v-1.381l16-8.15Z' })));
512
- const ForwardRef$uk = forwardRef(CurrencyXlmIcon);
512
+ const ForwardRef$us = forwardRef(CurrencyXlmIcon);
513
513
 
514
514
  const CurrencyXmrIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
515
515
  React.createElement("path", { fill: '#fff', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
516
516
  React.createElement("path", { fill: '#F60', d: 'M16 0C7.165 0 0 7.165 0 16c0 1.766.286 3.465.815 5.053H5.6V7.592l10.4 10.4 10.4-10.4v13.462h4.785c.529-1.59.815-3.288.815-5.054 0-8.835-7.165-16-16-16Z' }),
517
517
  React.createElement("path", { fill: '#4C4C4C', d: 'M9.07 15.844v8.47H2.328C5.137 28.922 10.21 32 16 32c5.79 0 10.863-3.078 13.671-7.686H22.93v-8.47L16 22.774l-6.93-6.93Z' })));
518
- const ForwardRef$uj = forwardRef(CurrencyXmrIcon);
518
+ const ForwardRef$ur = forwardRef(CurrencyXmrIcon);
519
519
 
520
520
  const CurrencyXrpIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
521
521
  React.createElement("path", { fill: '#171C21', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
522
522
  React.createElement("path", { fill: '#fff', d: 'M23.97 9.38h-2.314L17.998 13a2.847 2.847 0 0 1-3.997 0l-3.657-3.62H8.03l4.814 4.765a4.496 4.496 0 0 0 6.311 0L23.97 9.38ZM8 22.63h2.314l3.687-3.65a2.847 2.847 0 0 1 3.998 0l3.687 3.65H24l-4.844-4.794a4.496 4.496 0 0 0-6.312 0L8 22.63Z' })));
523
- const ForwardRef$ui = forwardRef(CurrencyXrpIcon);
523
+ const ForwardRef$uq = forwardRef(CurrencyXrpIcon);
524
524
 
525
525
  const CurrencyXtzIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
526
526
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -529,19 +529,19 @@ const CurrencyXtzIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
529
529
  React.createElement("defs", null,
530
530
  React.createElement("clipPath", { id: 'a' },
531
531
  React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
532
- const ForwardRef$uh = forwardRef(CurrencyXtzIcon);
532
+ const ForwardRef$up = forwardRef(CurrencyXtzIcon);
533
533
 
534
534
  const CurrencyZecIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
535
535
  React.createElement("path", { fill: '#F4B728', d: 'M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16Z' }),
536
536
  React.createElement("path", { fill: '#231F20', d: 'M13.155 19.73v-1.223l3.392-4.598h-3.392v-1.62h2.187V10.95h1.344v1.337h2.186v1.223l-3.392 4.601h3.392v1.618h-2.186v1.34h-1.344v-1.34h-2.187Z' }),
537
537
  React.createElement("path", { fill: '#231F20', fillRule: 'evenodd', d: 'M8 16c0-4.412 3.588-8 8-8s8 3.588 8 8-3.588 8-8 8-8-3.588-8-8Zm1.32 0A6.686 6.686 0 0 0 16 22.68 6.686 6.686 0 0 0 22.68 16 6.686 6.686 0 0 0 16 9.32 6.686 6.686 0 0 0 9.32 16Z', clipRule: 'evenodd' })));
538
- const ForwardRef$ug = forwardRef(CurrencyZecIcon);
538
+ const ForwardRef$uo = forwardRef(CurrencyZecIcon);
539
539
 
540
540
  const FlagPlaceholderIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
541
541
  React.createElement("g", { fill: '#000', fillOpacity: 0.08 },
542
542
  React.createElement("path", { d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
543
543
  React.createElement("path", { fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }))));
544
- const ForwardRef$uf = forwardRef(FlagPlaceholderIcon);
544
+ const ForwardRef$un = forwardRef(FlagPlaceholderIcon);
545
545
 
546
546
  const FlagAfghanistanIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
547
547
  React.createElement("path", { fill: '#009B00', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
@@ -549,13 +549,13 @@ const FlagAfghanistanIcon = ({ iconSize = 'md', ...props }, ref) => (React.creat
549
549
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M12 10.5a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5Zm0-1c.828 0 1.5-.895 1.5-2s-.672-2-1.5-2-1.5.895-1.5 2 .672 2 1.5 2Zm0-1c.276 0 .5-.448.5-1s-.224-1-.5-1-.5.448-.5 1 .224 1 .5 1Z', clipRule: 'evenodd' }),
550
550
  React.createElement("path", { fill: '#333', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
551
551
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
552
- const ForwardRef$ue = forwardRef(FlagAfghanistanIcon);
552
+ const ForwardRef$um = forwardRef(FlagAfghanistanIcon);
553
553
 
554
554
  const FlagAlbaniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
555
555
  React.createElement("path", { fill: '#E71910', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
556
556
  React.createElement("path", { fill: '#333', d: 'm10.5 3.5 1.5 1 1.5-1 1 1h-1l1 1 2-1v5l-3-1 1 2h1l-1 1-1-1-1.5 2-1.5-2-1 1-1-1h1l1-2-3 1v-5l2 1 1-1h-1l1-1Z' }),
557
557
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
558
- const ForwardRef$ud = forwardRef(FlagAlbaniaIcon);
558
+ const ForwardRef$ul = forwardRef(FlagAlbaniaIcon);
559
559
 
560
560
  const FlagAndorraIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
561
561
  React.createElement("path", { fill: '#D20636', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
@@ -565,14 +565,14 @@ const FlagAndorraIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
565
565
  React.createElement("path", { fill: '#D20636', fillRule: 'evenodd', d: 'M10.5 5.5h1V7h-1V5.5Zm2 2h1V9h-1V7.5Z', clipRule: 'evenodd' }),
566
566
  React.createElement("path", { fill: '#FFE100', fillRule: 'evenodd', d: 'M12.5 5.5h1V7h-1V5.5Zm-2 2h1V9h-1V7.5Z', clipRule: 'evenodd' }),
567
567
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
568
- const ForwardRef$uc = forwardRef(FlagAndorraIcon);
568
+ const ForwardRef$uk = forwardRef(FlagAndorraIcon);
569
569
 
570
570
  const FlagAngolaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
571
571
  React.createElement("path", { fill: '#333', d: 'M0 8h24v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8Z' }),
572
572
  React.createElement("path", { fill: '#D0091E', d: 'M2 0h20a2 2 0 0 1 2 2v6H0V2a2 2 0 0 1 2-2Z' }),
573
573
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
574
574
  React.createElement("path", { fill: '#FAD800', fillRule: 'evenodd', d: 'M14.38 9.958a3.503 3.503 0 0 0-1.493-5.33l-.604.847a2.501 2.501 0 0 1 1.235 3.965L10.07 7.372l2.697 2.696a2.494 2.494 0 0 1-3.232-.746l-.605.847a3.49 3.49 0 0 0 2.64 1.203c.71 0 1.373-.212 1.925-.576l.575.576 1-1-.69-.414Zm-4.31-4.586h1v1h-1v-1Z', clipRule: 'evenodd' })));
575
- const ForwardRef$ub = forwardRef(FlagAngolaIcon);
575
+ const ForwardRef$uj = forwardRef(FlagAngolaIcon);
576
576
 
577
577
  const FlagAntiguaAndBarbudaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
578
578
  React.createElement("path", { fill: '#fff', d: 'M15.692 9H8.308L12 13l3.692-4Z' }),
@@ -581,7 +581,7 @@ const FlagAntiguaAndBarbudaIcon = ({ iconSize = 'md', ...props }, ref) => (React
581
581
  React.createElement("path", { fill: '#333', d: 'M23.438.61A1.994 1.994 0 0 0 22 0H2C1.436 0 .926.234.563.61L4.615 5h14.77L23.437.61Z' }),
582
582
  React.createElement("path", { fill: '#FDD200', d: 'M8.535 5h6.93a3.5 3.5 0 1 0-6.93 0Z' }),
583
583
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
584
- const ForwardRef$ua = forwardRef(FlagAntiguaAndBarbudaIcon);
584
+ const ForwardRef$ui = forwardRef(FlagAntiguaAndBarbudaIcon);
585
585
 
586
586
  const FlagArgentinaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
587
587
  React.createElement("path", { fill: '#72ABE1', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
@@ -589,14 +589,14 @@ const FlagArgentinaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createE
589
589
  React.createElement("path", { fill: '#F8B500', d: 'M12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z' }),
590
590
  React.createElement("path", { fill: '#72ABE1', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
591
591
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
592
- const ForwardRef$u9 = forwardRef(FlagArgentinaIcon);
592
+ const ForwardRef$uh = forwardRef(FlagArgentinaIcon);
593
593
 
594
594
  const FlagArmeniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
595
595
  React.createElement("path", { fill: '#F4A900', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
596
596
  React.createElement("path", { fill: '#002EA3', d: 'M24 5H0v6h24V5Z' }),
597
597
  React.createElement("path", { fill: '#DC0000', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
598
598
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
599
- const ForwardRef$u8 = forwardRef(FlagArmeniaIcon);
599
+ const ForwardRef$ug = forwardRef(FlagArmeniaIcon);
600
600
 
601
601
  const FlagArubaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
602
602
  React.createElement("path", { fill: '#3D87E0', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
@@ -604,21 +604,21 @@ const FlagArubaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEleme
604
604
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
605
605
  React.createElement("path", { fill: '#fff', d: 'm4.72 3.28 1.555.491a.24.24 0 0 1 0 .458L4.72 4.72l-.491 1.555a.24.24 0 0 1-.458 0L3.28 4.72l-1.555-.491a.24.24 0 0 1 0-.458L3.28 3.28l.491-1.555a.24.24 0 0 1 .458 0L4.72 3.28Z' }),
606
606
  React.createElement("path", { fill: '#D4062F', d: 'm4.48 3.52 1.454.364c.122.03.122.202 0 .232L4.48 4.48l-.364 1.454c-.03.122-.202.122-.232 0L3.52 4.48l-1.454-.364c-.122-.03-.122-.202 0-.232L3.52 3.52l.364-1.454c.03-.122.202-.122.232 0L4.48 3.52Z' })));
607
- const ForwardRef$u7 = forwardRef(FlagArubaIcon);
607
+ const ForwardRef$uf = forwardRef(FlagArubaIcon);
608
608
 
609
609
  const FlagAustraliaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
610
610
  React.createElement("path", { fill: '#0D47A1', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
611
611
  React.createElement("path", { fill: '#fff', d: 'M.414 7.987h.719l3.833-2.551v2.55h2.069v-2.55l3.832 2.55h.72a.417.417 0 0 0 .413-.42v-.333L8.712 5.044H12V2.943H8.711L12 .753V.42a.417.417 0 0 0-.414-.42h-.719L7.034 2.551V0H4.965v2.551L1.258.084a1.807 1.807 0 0 0-1.017.83l3.048 2.029H0v2.101h3.289L0 7.234v.332c0 .233.185.42.414.42ZM6.125 10.279l.313 1.047 1-.405c.086-.034.163.065.111.142l-.611.9.936.543c.08.046.052.17-.04.176l-1.075.076.166 1.082c.014.092-.098.147-.16.078l-.729-.806-.729.806c-.062.069-.174.014-.16-.078l.166-1.082-1.075-.076c-.091-.006-.12-.13-.04-.176l.937-.542-.612-.902c-.052-.076.026-.175.111-.14l1 .404.313-1.047a.093.093 0 0 1 .178 0Zm12.31 1.524.152.511.49-.197c.041-.017.08.031.054.069l-.3.44.458.265c.039.023.025.083-.02.086l-.524.037.08.528c.008.046-.047.072-.078.039l-.356-.394-.356.394c-.03.033-.085.006-.078-.039l.081-.528-.525-.037c-.045-.003-.058-.063-.02-.086l.458-.265-.299-.44c-.025-.038.013-.086.054-.07l.49.199.152-.512a.045.045 0 0 1 .087 0Zm1.18-4.125a.052.052 0 0 1 .1 0l.122.373.387.003c.05 0 .071.065.03.096l-.31.233.116.375c.015.049-.04.09-.08.06l-.315-.23-.315.23c-.04.03-.095-.011-.08-.06l.117-.375-.312-.233c-.04-.03-.02-.095.03-.096l.388-.003.122-.373Zm-4.582-.92.152.512.49-.198c.041-.016.08.032.054.07l-.3.44.458.265c.039.022.025.082-.02.086l-.524.037.08.528c.008.045-.047.072-.078.038l-.356-.393-.356.393c-.03.034-.085.007-.078-.038l.081-.528-.525-.037c-.045-.004-.058-.064-.02-.086l.458-.265-.299-.44c-.025-.038.013-.086.055-.07l.488.198.153-.511a.045.045 0 0 1 .087 0Zm6.62-1.681.153.512.49-.198c.04-.017.079.031.053.069l-.298.44.457.265c.039.023.025.083-.02.086l-.525.037.081.529c.007.045-.047.072-.078.038l-.356-.394-.356.394c-.03.033-.085.007-.078-.038l.081-.529-.525-.037c-.045-.003-.058-.063-.02-.086l.458-.265-.299-.44c-.025-.038.013-.086.054-.07l.49.199.152-.512a.045.045 0 0 1 .087 0Zm-3.218-2.246.152.512.49-.198c.041-.017.08.031.054.069l-.3.44.458.265c.039.023.025.083-.02.086l-.524.037.08.529c.008.045-.047.072-.078.038l-.356-.394-.356.394c-.03.034-.085.007-.078-.038l.081-.529-.525-.037c-.045-.003-.058-.063-.02-.086l.458-.265-.299-.44c-.025-.038.013-.086.054-.069l.49.198.152-.512a.045.045 0 0 1 .087 0Z' }),
612
612
  React.createElement("path", { fill: '#F44336', d: 'M6.62 0v3.363H12v1.26H6.62v3.364H5.38V4.624H0V3.363h5.38V0h1.24ZM4.955 5.044.492 7.987H.414a.398.398 0 0 1-.305-.145l-.05-.071 4.135-2.727h.76Zm3.164 0L11.993 7.6a.416.416 0 0 1-.234.346l-4.4-2.902h.76ZM.685.393l3.867 2.55h-.76L.386.696C.473.584.574.482.685.393ZM11.586 0c.122 0 .227.056.301.141l.05.07-4.142 2.732h-.76L11.496 0h.09Z' }),
613
613
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
614
- const ForwardRef$u6 = forwardRef(FlagAustraliaIcon);
614
+ const ForwardRef$ue = forwardRef(FlagAustraliaIcon);
615
615
 
616
616
  const FlagAustriaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
617
617
  React.createElement("path", { fill: '#F64253', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
618
618
  React.createElement("path", { fill: '#fff', d: 'M24 5H0v6h24V5Z' }),
619
619
  React.createElement("path", { fill: '#F64253', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
620
620
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
621
- const ForwardRef$u5 = forwardRef(FlagAustriaIcon);
621
+ const ForwardRef$ud = forwardRef(FlagAustriaIcon);
622
622
 
623
623
  const FlagAzerbaijanIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
624
624
  React.createElement("path", { fill: '#00AF62', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
@@ -627,13 +627,13 @@ const FlagAzerbaijanIcon = ({ iconSize = 'md', ...props }, ref) => (React.create
627
627
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M14 9.5a2.5 2.5 0 1 1 0-3h-1.5a1.5 1.5 0 0 0 0 3H14Z', clipRule: 'evenodd' }),
628
628
  React.createElement("path", { fill: '#0097C5', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
629
629
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
630
- const ForwardRef$u4 = forwardRef(FlagAzerbaijanIcon);
630
+ const ForwardRef$uc = forwardRef(FlagAzerbaijanIcon);
631
631
 
632
632
  const FlagBahrainIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
633
633
  React.createElement("path", { fill: '#DE233C', d: 'M21.991 16H7l2-1.6-2-1.6 2-1.6-2-1.6L9 8 7 6.4l2-1.6-2-1.6 2-1.6L7 0h14.991C23.098 0 24 .893 24 1.994v12.012c0 1.1-.9 1.994-2.009 1.994Z' }),
634
634
  React.createElement("path", { fill: '#fff', d: 'M2.009 0A2.003 2.003 0 0 0 0 1.994v12.012C0 15.106.9 16 2.009 16H7l2-1.6-2-1.6 2-1.6-2-1.6L9 8 7 6.4l2-1.6-2-1.6 2-1.6L7 0H2.009Z' }),
635
635
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
636
- const ForwardRef$u3 = forwardRef(FlagBahrainIcon);
636
+ const ForwardRef$ub = forwardRef(FlagBahrainIcon);
637
637
 
638
638
  const FlagBahamasIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
639
639
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -644,13 +644,13 @@ const FlagBahamasIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
644
644
  React.createElement("defs", null,
645
645
  React.createElement("clipPath", { id: 'a' },
646
646
  React.createElement("path", { fill: '#fff', d: 'M0 0h24v16H0z' })))));
647
- const ForwardRef$u2 = forwardRef(FlagBahamasIcon);
647
+ const ForwardRef$ua = forwardRef(FlagBahamasIcon);
648
648
 
649
649
  const FlagBangladeshIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
650
650
  React.createElement("path", { fill: '#128363', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
651
651
  React.createElement("path", { fill: '#F23C53', d: 'M10 13a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z' }),
652
652
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
653
- const ForwardRef$u1 = forwardRef(FlagBangladeshIcon);
653
+ const ForwardRef$u9 = forwardRef(FlagBangladeshIcon);
654
654
 
655
655
  const FlagBarbadosIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
656
656
  React.createElement("path", { fill: '#002281', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
@@ -659,7 +659,7 @@ const FlagBarbadosIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
659
659
  React.createElement("path", { fill: '#333', fillRule: 'evenodd', d: 'M12.5 8.5v-4h-1v4h-1v1h1v1h1v-1h1v-1h-1Zm1-3h1v3h-1v-3Zm-4 0h1v3h-1v-3Z', clipRule: 'evenodd' }),
660
660
  React.createElement("path", { fill: '#002281', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
661
661
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
662
- const ForwardRef$u0 = forwardRef(FlagBarbadosIcon);
662
+ const ForwardRef$u8 = forwardRef(FlagBarbadosIcon);
663
663
 
664
664
  const FlagBelarusIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
665
665
  React.createElement("path", { fill: '#E54252', d: 'M22 0H4v3.001L3.332 4 4 4.999v2.002L3.333 8 4 8.999V11H24V2a2 2 0 0 0-2-2Z' }),
@@ -668,14 +668,14 @@ const FlagBelarusIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
668
668
  React.createElement("path", { fill: '#5CBE6B', d: 'M3.333 16H22a2 2 0 0 0 2-2v-3H4v.001L3.332 12l.666.999v2.002L3.333 16Z' }),
669
669
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M4 3.001V0H2a2 2 0 0 0-2 2v.999L.667 4 0 4.999v2L.667 8 0 8.999v2L.667 12 0 12.999V14a2 2 0 0 0 2 2h1.333L4 15.001v-2.002L3.333 12 4 11.001V8.999L3.333 8 4 7.001V4.999L3.333 4 4 3.001ZM2 12l1.333 2L2 16 .667 14 2 12Zm0-4 1.333 2L2 12 .667 10 2 8Zm0-4 1.333 2L2 8 .667 6 2 4Zm0 0L.667 2 2 0l1.333 2L2 4Z', clipRule: 'evenodd' }),
670
670
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
671
- const ForwardRef$t$ = forwardRef(FlagBelarusIcon);
671
+ const ForwardRef$u7 = forwardRef(FlagBelarusIcon);
672
672
 
673
673
  const FlagBelgiumIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
674
674
  React.createElement("path", { fill: '#FF4453', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
675
675
  React.createElement("path", { fill: '#FFCF3C', d: 'M16 0H8v16h8V0Z' }),
676
676
  React.createElement("path", { fill: '#333', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
677
677
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
678
- const ForwardRef$t_ = forwardRef(FlagBelgiumIcon);
678
+ const ForwardRef$u6 = forwardRef(FlagBelgiumIcon);
679
679
 
680
680
  const FlagBelizeIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
681
681
  React.createElement("path", { fill: '#D0091E', d: 'M0 13h24v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1Z' }),
@@ -690,21 +690,21 @@ const FlagBelizeIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
690
690
  React.createElement("path", { fill: '#5E9F47', fillRule: 'evenodd', d: 'M11.5 10.5h1v1h-1v-1Zm-2-1h1v1h-1v-1Zm-1-2h1v1h-1v-1Z', clipRule: 'evenodd' }),
691
691
  React.createElement("path", { fill: '#D0091E', d: 'M2 0h20a2 2 0 0 1 2 2v1H0V2a2 2 0 0 1 2-2Z' }),
692
692
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
693
- const ForwardRef$tZ = forwardRef(FlagBelizeIcon);
693
+ const ForwardRef$u5 = forwardRef(FlagBelizeIcon);
694
694
 
695
695
  const FlagBeninIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
696
696
  React.createElement("path", { fill: '#EB0624', d: 'M24 14V8H8v8h14a2 2 0 0 0 2-2Z' }),
697
697
  React.createElement("path", { fill: '#FDD200', d: 'M24 2a2 2 0 0 0-2-2H8v8h16V2Z' }),
698
698
  React.createElement("path", { fill: '#00884F', d: 'M0 2a2 2 0 0 1 2-2h6v16H2a2 2 0 0 1-2-2V2Z' }),
699
699
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
700
- const ForwardRef$tY = forwardRef(FlagBeninIcon);
700
+ const ForwardRef$u4 = forwardRef(FlagBeninIcon);
701
701
 
702
702
  const FlagBhutanIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
703
703
  React.createElement("path", { fill: '#FF4D00', d: 'M2 16h20a2 2 0 0 0 2-2V2c0-.612-.275-1.16-.709-1.527L.71 15.527c.348.295.799.473 1.291.473Z' }),
704
704
  React.createElement("path", { fill: 'gold', d: 'M22 0H2a2 2 0 0 0-2 2v12c0 .612.275 1.16.709 1.527L23.29.473A1.992 1.992 0 0 0 22 0Z' }),
705
705
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M2 1h20a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1Zm20-1a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h20Z', clipRule: 'evenodd' }),
706
706
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'm5 10.5.5 1.5 2 .5.5-1 4 .5-1-2.5h2l3 1 1-1-3-1 1-1h3l.5-1H16v-1h2l1-1-4-1-3 3 1 1-3-.5-2 3.5-1.004.785L5 10.5Z', clipRule: 'evenodd' })));
707
- const ForwardRef$tX = forwardRef(FlagBhutanIcon);
707
+ const ForwardRef$u3 = forwardRef(FlagBhutanIcon);
708
708
 
709
709
  const FlagBoliviaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
710
710
  React.createElement("path", { fill: '#007A30', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
@@ -717,28 +717,28 @@ const FlagBoliviaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEle
717
717
  React.createElement("path", { fill: '#3B5B27', fillRule: 'evenodd', d: 'M11.5 7.5h1v1h-1v-1Z', clipRule: 'evenodd' }),
718
718
  React.createElement("path", { fill: '#D7280F', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
719
719
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
720
- const ForwardRef$tW = forwardRef(FlagBoliviaIcon);
720
+ const ForwardRef$u2 = forwardRef(FlagBoliviaIcon);
721
721
 
722
722
  const FlagBosniaAndHerzegovinaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
723
723
  React.createElement("path", { fill: '#001C98', d: 'M22 16H2a2 2 0 0 1-2-2V2C0 1.388.275.84.709.473L23.29 15.527A1.992 1.992 0 0 1 22 16Z' }),
724
724
  React.createElement("path", { fill: '#FC0', d: 'M2 0h20a2 2 0 0 1 2 2v12c0 .612-.275 1.16-.709 1.527L.71.473A1.992 1.992 0 0 1 2 0Z' }),
725
725
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M2 3h1v1H2V3Zm3 2h1v1H5V5Zm3 2h1v1H8V7Zm3 2h1v1h-1V9Zm3 2h1v1h-1v-1Zm3 2h1v1h-1v-1Z', clipRule: 'evenodd' }),
726
726
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
727
- const ForwardRef$tV = forwardRef(FlagBosniaAndHerzegovinaIcon);
727
+ const ForwardRef$u1 = forwardRef(FlagBosniaAndHerzegovinaIcon);
728
728
 
729
729
  const FlagBotswanaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
730
730
  React.createElement("path", { fill: '#73A9DD', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2ZM0 11v3a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3H0Z' }),
731
731
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
732
732
  React.createElement("path", { fill: '#fff', d: 'M0 5h24v1H0V5ZM0 10h24v1H0v-1Z' }),
733
733
  React.createElement("path", { fill: '#333', d: 'M0 6h24v4H0V6Z' })));
734
- const ForwardRef$tU = forwardRef(FlagBotswanaIcon);
734
+ const ForwardRef$u0 = forwardRef(FlagBotswanaIcon);
735
735
 
736
736
  const FlagBouvetIslandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
737
737
  React.createElement("path", { fill: '#fff', d: 'M10.759 5.898H24v.84H9.931V.014h.828v5.885ZM7.448.013h-.827v5.885H0v.84h7.448V.014ZM0 9.261v.84h6.62v5.886h.828V9.26H0ZM9.931 15.987h.828v-5.885H24v-.84H9.931v6.725Z' }),
738
738
  React.createElement("path", { fill: '#F44336', d: 'M22 0a2 2 0 0 1 2 2v3.898H10.759V.013L22 0ZM6.62 5.898V.013L2 0a2 2 0 0 0-2 2v3.898h6.62ZM0 14v-3.898h6.62v5.885L2 16a2 2 0 0 1-2-2ZM24 14a2 2 0 0 1-2 2l-11.241-.013v-5.885H24V14Z' }),
739
739
  React.createElement("path", { fill: '#0D47A1', d: 'M24 6.739H9.931V.013H7.448V6.74H0V9.26h7.448v6.726h2.483V9.26H24V6.74Z' }),
740
740
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
741
- const ForwardRef$tT = forwardRef(FlagBouvetIslandIcon);
741
+ const ForwardRef$t$ = forwardRef(FlagBouvetIslandIcon);
742
742
 
743
743
  const FlagBrazilIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
744
744
  React.createElement("path", { fill: '#009C34', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
@@ -748,7 +748,7 @@ const FlagBrazilIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
748
748
  React.createElement("path", { fill: '#002478', fillRule: 'evenodd', d: 'M12 11.5c1.134 0 2.143-.54 2.782-1.376-1.731-1.72-3.849-2.464-6.263-2.494A3.5 3.5 0 0 0 12 11.5Zm-2.5-3h1v1h-1v-1Zm1 1h1v1h-1v-1Zm3 0h-1v1h1v-1Z', clipRule: 'evenodd' }),
749
749
  React.createElement("path", { fill: '#D9D9D9', d: 'M9.5 8.5h1v1h-1v-1ZM10.5 9.5h1v1h-1v-1ZM12.5 9.5h1v1h-1v-1Z' }),
750
750
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
751
- const ForwardRef$tS = forwardRef(FlagBrazilIcon);
751
+ const ForwardRef$t_ = forwardRef(FlagBrazilIcon);
752
752
 
753
753
  const FlagBruneiIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
754
754
  React.createElement("path", { fill: '#F8E200', d: 'M24 2v10l-7.135-3.865.635-.635-2-2-1 1v.354l-1.129-.611L12 3.5l-.787 1.574L1.856.005C1.903.002 1.95 0 2 0h20a2 2 0 0 1 2 2ZM13.68 12.41 20.308 16H2a2 2 0 0 1-2-2V5l8.5 4.604V11.5l2 1v-1.813l3 1.626v.187l.18-.09Z' }),
@@ -756,27 +756,27 @@ const FlagBruneiIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
756
756
  React.createElement("path", { fill: '#fff', d: 'M0 3V2A2 2 0 0 1 1.856.005l9.357 5.069L10.5 6.5h3l-.129-.257 1.129.611V7.5l-1 1v1H12l-1.5-.813V8.5l-1-1v-1l-1-1-1.365 1.365L0 3ZM15.5 11.396l7.726 4.185c.47-.366.774-.938.774-1.581v-2l-7.135-3.865L15.5 9.5v1.896Z' }),
757
757
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
758
758
  React.createElement("path", { fill: '#D1091E', fillRule: 'evenodd', d: 'm9.5 7.5 1 1v4l-2-1v-2l-2-2 2-2 1 1v1Zm1 2h3v1h-3v-1Zm4-2-1 1v4l2-1v-2l2-2-2-2-1 1v1Zm-4-1h3l-1.5-3-1.5 3Z', clipRule: 'evenodd' })));
759
- const ForwardRef$tR = forwardRef(FlagBruneiIcon);
759
+ const ForwardRef$tZ = forwardRef(FlagBruneiIcon);
760
760
 
761
761
  const FlagBulgariaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
762
762
  React.createElement("path", { fill: '#E32E19', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
763
763
  React.createElement("path", { fill: '#06A77C', d: 'M24 5H0v6h24V5Z' }),
764
764
  React.createElement("path", { fill: '#fff', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
765
765
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
766
- const ForwardRef$tQ = forwardRef(FlagBulgariaIcon);
766
+ const ForwardRef$tY = forwardRef(FlagBulgariaIcon);
767
767
 
768
768
  const FlagBurkinaFasoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
769
769
  React.createElement("path", { fill: '#009F45', d: 'M0 8h24v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8Z' }),
770
770
  React.createElement("path", { fill: '#F22722', d: 'M2 0h20a2 2 0 0 1 2 2v6H0V2a2 2 0 0 1 2-2Z' }),
771
771
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
772
772
  React.createElement("path", { fill: '#FDD200', fillRule: 'evenodd', d: 'm12 10.084-2.057 1.082.393-2.29L8.67 7.25l2.3-.335L12 4.833l1.03 2.085 2.3.333-1.666 1.623.393 2.292', clipRule: 'evenodd' })));
773
- const ForwardRef$tP = forwardRef(FlagBurkinaFasoIcon);
773
+ const ForwardRef$tX = forwardRef(FlagBurkinaFasoIcon);
774
774
 
775
775
  const FlagCanadaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
776
776
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M6 0h12v16H6V0Zm6.673 4.34-.672-1.279V3.06v.002l-.673 1.28a.411.411 0 0 1-.474.207l-.638-.177.417 2.462c.035.209-.223.332-.358.171l-.976-1.16-.1.457a.413.413 0 0 1-.52.312l-1.04-.307.184 1.397a.422.422 0 0 1-.225.431l-.563.286L9.49 9.846c.255.147.366.46.263.74l-.21.57 2.105-.183a.197.197 0 0 1 .212.204l-.067 2.288h.414l-.066-2.288a.197.197 0 0 1 .212-.204l2.105.182-.21-.57a.612.612 0 0 1 .263-.74l2.456-1.425-.564-.286a.422.422 0 0 1-.225-.432l.183-1.396-1.04.307a.414.414 0 0 1-.519-.312l-.1-.458-.975 1.16c-.136.162-.393.039-.358-.17l.417-2.462-.638.177a.411.411 0 0 1-.475-.207Z', clipRule: 'evenodd' }),
777
777
  React.createElement("path", { fill: '#F44336', d: 'M18 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4V0ZM2 0h4v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2ZM12.001 3.06v.001l.672 1.28c.091.173.288.26.475.207l.638-.177-.417 2.462c-.035.209.222.332.358.17l.976-1.16.1.458c.05.237.29.38.519.312l1.04-.307-.184 1.396a.422.422 0 0 0 .225.432l.564.286-2.456 1.426a.612.612 0 0 0-.263.74l.21.57-2.105-.183a.197.197 0 0 0-.212.204l.066 2.288h-.414l.067-2.288a.197.197 0 0 0-.212-.204l-2.105.182.21-.57a.611.611 0 0 0-.263-.74L7.035 8.42l.563-.286a.422.422 0 0 0 .225-.431L7.64 6.306l1.04.307a.413.413 0 0 0 .519-.312l.1-.457.976 1.16c.135.16.393.038.358-.17l-.417-2.463.638.177a.411.411 0 0 0 .474-.207L12 3.06l.001-.002Z' }),
778
778
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
779
- const ForwardRef$tO = forwardRef(FlagCanadaIcon);
779
+ const ForwardRef$tW = forwardRef(FlagCanadaIcon);
780
780
 
781
781
  const FlagCentralAfricanRepublicIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
782
782
  React.createElement("path", { fill: '#002D84', d: 'M10 0H2a2 2 0 0 0-2 2v2h10V0ZM14 0v4h10V2a2 2 0 0 0-2-2h-8Z' }),
@@ -787,25 +787,25 @@ const FlagCentralAfricanRepublicIcon = ({ iconSize = 'md', ...props }, ref) => (
787
787
  React.createElement("path", { fill: '#A7972D', fillRule: 'evenodd', d: 'M3 1.833h.833v.834H3v-.834Zm1.667 0H5.5v.834h-.833v-.834Zm-.834.834h.834V3.5h-.834v-.833Zm0-1.667h.834v.833h-.834V1Z', clipRule: 'evenodd' }),
788
788
  React.createElement("path", { fill: '#D4062E', d: 'M10 0h4v16h-4V0Z' }),
789
789
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
790
- const ForwardRef$tN = forwardRef(FlagCentralAfricanRepublicIcon);
790
+ const ForwardRef$tV = forwardRef(FlagCentralAfricanRepublicIcon);
791
791
 
792
792
  const FlagChinaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
793
793
  React.createElement("path", { fill: '#F1361D', fillRule: 'evenodd', d: 'M2 0h20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm6.893 2.861-.5-.455-.114.666-.455.5.666.114.5.455.114-.666.455-.5-.666-.114Zm1.634 1.453-.016.676.351.577-.675-.015-.578.351.016-.676-.352-.577.676.015.578-.351Zm-.38 2.637-.605-.3.074.672-.3.606.672-.075.606.3-.074-.672.3-.606-.672.075ZM9.13 9.103l-.008-.676-.565.372-.676.008.372.564.008.676.565-.37.676-.009-.372-.565ZM5.48 7.1 3.862 8.253l.597-1.895-1.597-1.183 1.987-.017.631-1.884.631 1.884 1.987.017-1.597 1.183.597 1.895L5.48 7.1Z', clipRule: 'evenodd' }),
794
794
  React.createElement("path", { fill: '#FFDC42', d: 'm9.13 9.103-.008-.676-.565.372-.676.008.372.564.008.676.565-.37.676-.009-.372-.565ZM10.148 6.95l-.606-.3.074.673-.3.606.672-.075.606.3-.074-.672.3-.606-.672.075ZM10.511 4.99l.016-.676-.578.351-.676-.015.352.577-.016.676.578-.351.675.015-.351-.577ZM8.893 2.861l-.5-.455-.114.666-.455.5.666.114.5.455.114-.666.455-.5-.666-.114ZM3.862 8.253 5.48 7.1l1.618 1.153-.597-1.895 1.597-1.183-1.987-.017-.63-1.884-.632 1.884-1.987.017L4.46 6.358l-.597 1.895Z' }),
795
795
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
796
- const ForwardRef$tM = forwardRef(FlagChinaIcon);
796
+ const ForwardRef$tU = forwardRef(FlagChinaIcon);
797
797
 
798
798
  const FlagChinaSimplifiedIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
799
799
  React.createElement("path", { fill: '#F1361D', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
800
800
  React.createElement("path", { fill: '#fff', d: 'M7.742 7.186h1.04V13h-1.04V7.186Zm7.453 5.77h-.953l-.254-.927.997.033c.243 0 .365-.162.365-.475V6.883H11.24v-.938h5.15v5.922c0 .723-.399 1.09-1.196 1.09ZM9.968 7.64h4.175v4.207H9.968V7.639Zm3.2 3.354v-.863h-2.203v.863h2.203Zm-2.203-1.682h2.203v-.842h-2.203v.842ZM9.082 5.503c.576.496 1.019.938 1.329 1.327l-.775.517c-.333-.41-.776-.863-1.33-1.38l.776-.464Zm-.3-.874a7.406 7.406 0 0 1-.896 1.23L7 5.298C7.664 4.586 8.13 3.82 8.418 3l1.018.216c-.066.183-.144.356-.21.518h2.746v.895h-1.461c.232.324.42.636.564.917l-.93.334a9.517 9.517 0 0 0-.73-1.251h-.632Zm4.707 0c-.199.388-.431.744-.686 1.068l-.886-.561c.543-.658.93-1.37 1.152-2.125l1.007.216c-.066.172-.121.345-.177.507H17v.895h-1.661c.21.291.387.572.531.83l-.93.335c-.2-.4-.432-.788-.697-1.165h-.754Z' }),
801
801
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
802
- const ForwardRef$tL = forwardRef(FlagChinaSimplifiedIcon);
802
+ const ForwardRef$tT = forwardRef(FlagChinaSimplifiedIcon);
803
803
 
804
804
  const FlagChinaTraditionalIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
805
805
  React.createElement("path", { fill: '#F1361D', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
806
806
  React.createElement("path", { fill: '#fff', d: 'M8.602 4.413c-.13.151-.26.302-.38.432h3.605c0 .431-.011.83-.033 1.176h.617v.647h-.67l-.098.68h.444v.528h-.563c-.022.065-.033.119-.054.173l.314.237c-.585.291-1.18.54-1.786.744.757-.032 1.493-.054 2.23-.075.454-.227.908-.475 1.374-.734l.725.475a18.264 18.264 0 0 1-4.091 1.683 125.98 125.98 0 0 0 4.177-.248c-.238-.173-.487-.356-.746-.53l.725-.441c1.028.647 1.818 1.208 2.37 1.704l-.812.561a12.671 12.671 0 0 0-.768-.69c-.93.054-1.818.107-2.662.15v1.263c0 .56-.336.852-.996.852h-1.017l-.174-.82c.314.033.617.054.899.054.205 0 .314-.108.314-.302v-1.003c-1.288.064-2.479.108-3.561.14l-.217-.841c.282.01.552.021.823.021.78-.162 1.59-.42 2.446-.766l-2.468.087-.151-.712c.368 0 .617-.033.768-.097.466-.173.942-.378 1.44-.637.021-.086.054-.173.075-.248H7.574c.075-.41.14-.81.205-1.208h-.703V6.02h.779c.043-.313.076-.615.097-.917-.14.129-.281.258-.422.366L7 4.834c.595-.442 1.115-1.047 1.548-1.823l.844.183c-.098.173-.195.345-.292.507h3.181v.712h-3.68Zm0 2.168-.13.766h1.656a7.341 7.341 0 0 0-1.147-.41l.227-.356h-.606Zm1.558.766h.671c.054-.259.098-.507.13-.766h-1.71c.422.12.8.249 1.147.4l-.238.366Zm.844-1.219.033-.766H8.742a16.54 16.54 0 0 1-.086.766h1.504a6.01 6.01 0 0 0-1.017-.399l.249-.356c.39.108.757.26 1.093.432l-.206.323h.725Zm2.587-1.337a3.23 3.23 0 0 0 .942 1.424c.346-.41.616-.885.79-1.424H13.59Zm.335 1.985a4.244 4.244 0 0 1-.876-1.316 7.07 7.07 0 0 1-.52.582l-.54-.647c.562-.583 1.049-1.381 1.46-2.395l.877.194c-.108.28-.227.54-.347.788h2.814v.809h-.627c-.195.776-.52 1.413-.953 1.93.498.324 1.093.594 1.786.82l-.465.81c-.78-.28-1.429-.615-1.948-1.004-.541.432-1.202.745-1.96.95l-.476-.745c.715-.172 1.3-.431 1.775-.776Zm-.173 4.347c1.082.259 2.078.583 2.976.97l-.519.81a16.903 16.903 0 0 0-2.965-1.025l.508-.755Zm-3.798.043.54.615c-.8.453-1.785.83-2.943 1.133l-.379-.799c1.126-.237 2.056-.56 2.782-.949Z' }),
807
807
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
808
- const ForwardRef$tK = forwardRef(FlagChinaTraditionalIcon);
808
+ const ForwardRef$tS = forwardRef(FlagChinaTraditionalIcon);
809
809
 
810
810
  const FlagCyprusIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
811
811
  React.createElement("path", { fill: '#fff', d: 'M14.826 5.233c-.06.054-.116.106-.163.153l.219-.219a.537.537 0 0 0-.056.066Z' }),
@@ -814,7 +814,7 @@ const FlagCyprusIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
814
814
  React.createElement("path", { fill: '#445128', d: 'M11.839 13.477a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' }),
815
815
  React.createElement("path", { fill: '#737D5E', d: 'm15.034 10.213.061-.108a.533.533 0 1 1 .954.477c-.24.48-.644.884-1.162 1.23-.28.186-.576.344-.872.475l-.195.083c-.088.036-.16.062-.213.08a.533.533 0 1 1-.337-1.012l.092-.034a4.82 4.82 0 0 0 .932-.48c.331-.22.585-.46.74-.711ZM8.582 10.105a.533.533 0 1 0-.954.477c.24.48.644.884 1.163 1.23.279.186.575.344.87.475l.197.083c.087.036.16.062.212.08a.533.533 0 1 0 .337-1.012l-.092-.034a4.817 4.817 0 0 1-.932-.48c-.378-.252-.656-.53-.8-.819Z' }),
816
816
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
817
- const ForwardRef$tJ = forwardRef(FlagCyprusIcon);
817
+ const ForwardRef$tR = forwardRef(FlagCyprusIcon);
818
818
 
819
819
  const FlagCzechRepublicIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
820
820
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -825,7 +825,7 @@ const FlagCzechRepublicIcon = ({ iconSize = 'md', ...props }, ref) => (React.cre
825
825
  React.createElement("defs", null,
826
826
  React.createElement("clipPath", { id: 'a' },
827
827
  React.createElement("rect", { width: 24, height: 16, fill: '#fff', rx: 2 })))));
828
- const ForwardRef$tI = forwardRef(FlagCzechRepublicIcon);
828
+ const ForwardRef$tQ = forwardRef(FlagCzechRepublicIcon);
829
829
 
830
830
  const FlagDemocraticRepublicOfTheCongoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
831
831
  React.createElement("path", { fill: '#007BFF', fillRule: 'evenodd', d: 'M2 0h15.99L0 10.387V2a2 2 0 0 1 2-2Zm1.308 4.366-.28 1.637 1.47-.773 1.469.772-.282-1.636 1.19-1.16-1.643-.237-.734-1.49-.735 1.49-1.643.237 1.188 1.16Z', clipRule: 'evenodd' }),
@@ -834,46 +834,46 @@ const FlagDemocraticRepublicOfTheCongoIcon = ({ iconSize = 'md', ...props }, ref
834
834
  React.createElement("path", { fill: '#D00817', d: 'M0 11.541 19.99 0H22a2 2 0 0 1 2 2v2.613L4.277 16H2a2 2 0 0 1-2-2v-2.459Z' }),
835
835
  React.createElement("path", { fill: '#FFE000', fillRule: 'evenodd', d: 'm4.498 5.23-1.47.773.28-1.637-1.188-1.16 1.643-.237.735-1.49.734 1.49 1.643.237-1.19 1.16.282 1.636', clipRule: 'evenodd' }),
836
836
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
837
- const ForwardRef$tH = forwardRef(FlagDemocraticRepublicOfTheCongoIcon);
837
+ const ForwardRef$tP = forwardRef(FlagDemocraticRepublicOfTheCongoIcon);
838
838
 
839
839
  const FlagDenmarkIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
840
840
  React.createElement("path", { fill: '#EF264D', d: 'M11 0h11a2 2 0 0 1 2 2v4H11V0ZM7 0H2a2 2 0 0 0-2 2v4h7V0ZM0 10v4a2 2 0 0 0 2 2h5v-6H0ZM11 16h11a2 2 0 0 0 2-2v-4H11v6Z' }),
841
841
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M11 0v6h13v4H11v6H7v-6H0V6h7V0h4Z', clipRule: 'evenodd' }),
842
842
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
843
- const ForwardRef$tG = forwardRef(FlagDenmarkIcon);
843
+ const ForwardRef$tO = forwardRef(FlagDenmarkIcon);
844
844
 
845
845
  const FlagEstoniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
846
846
  React.createElement("path", { fill: '#fff', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
847
847
  React.createElement("path", { fill: '#333', d: 'M24 5H0v6h24V5Z' }),
848
848
  React.createElement("path", { fill: '#5DA8F1', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
849
849
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
850
- const ForwardRef$tF = forwardRef(FlagEstoniaIcon);
850
+ const ForwardRef$tN = forwardRef(FlagEstoniaIcon);
851
851
 
852
852
  const FlagEuroIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
853
853
  React.createElement("path", { fill: '#0D47A1', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
854
854
  React.createElement("path", { fill: '#FFD955', d: 'm12.067 12.671.166.506.524.004c.068 0 .096.088.042.13l-.422.316.158.508c.02.065-.053.12-.108.08l-.427-.31-.427.31c-.055.04-.129-.015-.108-.08l.158-.508-.422-.317c-.054-.04-.026-.129.042-.13l.524-.003.166-.506a.07.07 0 0 1 .134 0Zm-2.584-.847.166.505.524.004c.068.001.096.089.042.13l-.422.316.158.508c.02.066-.053.12-.108.08l-.427-.31-.427.31c-.055.04-.129-.014-.108-.08l.158-.508-.422-.316c-.054-.041-.026-.129.042-.13l.524-.004.166-.505a.07.07 0 0 1 .134 0Zm5.206 0a.07.07 0 0 1 .134 0l.166.505.525.004c.068.001.096.089.041.13l-.422.316.159.508c.02.066-.054.12-.109.08l-.426-.31-.427.31c-.055.04-.13-.014-.109-.08l.159-.508-.422-.316c-.055-.041-.027-.129.041-.13l.524-.004.166-.505Zm2.09-1.986.165.505.525.005c.067 0 .096.088.041.13l-.422.316.158.508c.02.065-.053.12-.108.08l-.427-.31-.426.31c-.056.04-.13-.015-.109-.08l.158-.508-.422-.317c-.054-.04-.026-.129.042-.13l.524-.004.166-.505a.07.07 0 0 1 .134 0Zm-9.27-.031.02.031.165.505.525.005c.054 0 .083.056.064.1l-.023.03-.422.316.158.508a.072.072 0 0 1-.074.093l-.034-.013-.427-.31-.426.31c-.045.032-.1.003-.11-.043l.001-.037.158-.508-.422-.317a.073.073 0 0 1 .006-.12l.036-.01.524-.004.166-.505a.07.07 0 0 1 .114-.031Zm9.899-2.561.165.505.525.004c.068.001.096.089.041.13l-.421.316.158.508c.02.066-.054.12-.109.08l-.427-.31-.426.31c-.055.04-.129-.014-.109-.08l.159-.508-.422-.316c-.055-.041-.027-.129.041-.13l.525-.004.165-.505a.07.07 0 0 1 .135 0Zm-10.682 0 .166.505.525.004c.068.001.096.089.041.13l-.422.316.159.508c.02.066-.054.12-.109.08l-.427-.31-.426.31c-.055.04-.13-.014-.109-.08l.159-.508-.422-.316c-.055-.041-.027-.129.041-.13l.524-.004.166-.505a.07.07 0 0 1 .134 0Zm.802-2.833.166.505.525.004c.067 0 .096.089.041.13l-.422.316.158.508c.02.066-.053.12-.108.08l-.427-.31-.426.31c-.056.04-.13-.014-.109-.08l.158-.508-.422-.316c-.054-.041-.026-.13.042-.13l.524-.004.166-.505a.07.07 0 0 1 .134 0Zm9.23-.032.02.032.166.505.525.004c.054 0 .083.057.064.1l-.023.03-.422.316.158.508a.072.072 0 0 1-.074.094l-.034-.014-.427-.31-.426.31c-.045.032-.1.004-.11-.042l.001-.038.158-.508-.422-.316a.073.073 0 0 1 .006-.12l.036-.01.524-.004.166-.505a.07.07 0 0 1 .114-.032Zm-1.934-1.954.165.505.525.004c.068.001.096.089.041.13l-.422.316.159.508c.02.066-.054.12-.109.08l-.426-.31-.427.31c-.055.04-.13-.014-.109-.08l.159-.508-.422-.316c-.055-.041-.027-.129.041-.13l.524-.004.166-.505a.07.07 0 0 1 .134 0Zm-5.361-.031.02.031.166.505.524.004c.055 0 .084.057.065.1l-.023.03-.422.316.158.508a.072.072 0 0 1-.074.094l-.034-.014-.427-.31-.427.31c-.044.033-.1.004-.11-.042l.002-.038.158-.508-.422-.316a.073.073 0 0 1 .006-.12l.036-.01.524-.004.166-.505a.07.07 0 0 1 .114-.031Zm2.604-.575.166.505.524.004c.068 0 .096.089.042.13l-.422.316.158.508c.02.066-.053.12-.108.08L12 3.054l-.427.31c-.055.04-.129-.014-.108-.08l.158-.508-.422-.316c-.054-.041-.026-.13.042-.13l.524-.004.166-.505a.07.07 0 0 1 .134 0Z' }),
855
855
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
856
- const ForwardRef$tE = forwardRef(FlagEuroIcon);
856
+ const ForwardRef$tM = forwardRef(FlagEuroIcon);
857
857
 
858
858
  const FlagFinlandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
859
859
  React.createElement("path", { fill: '#fff', d: 'M11 0h11a2 2 0 0 1 2 2v4H11V0ZM7 0H2a2 2 0 0 0-2 2v4h7V0ZM0 10v4a2 2 0 0 0 2 2h5v-6H0ZM11 16h11a2 2 0 0 0 2-2v-4H11v6Z' }),
860
860
  React.createElement("path", { fill: '#003282', fillRule: 'evenodd', d: 'M11 0v6h13v4H11v6H7v-6H0V6h7V0h4Z', clipRule: 'evenodd' }),
861
861
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
862
- const ForwardRef$tD = forwardRef(FlagFinlandIcon);
862
+ const ForwardRef$tL = forwardRef(FlagFinlandIcon);
863
863
 
864
864
  const FlagFranceIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
865
865
  React.createElement("path", { fill: '#FF002D', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
866
866
  React.createElement("path", { fill: '#fff', d: 'M16 0H8v16h8V0Z' }),
867
867
  React.createElement("path", { fill: '#001F9B', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
868
868
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
869
- const ForwardRef$tC = forwardRef(FlagFranceIcon);
869
+ const ForwardRef$tK = forwardRef(FlagFranceIcon);
870
870
 
871
871
  const FlagGermanyIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
872
872
  React.createElement("path", { fill: '#FFCD00', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
873
873
  React.createElement("path", { fill: '#F10000', d: 'M24 5H0v6h24V5Z' }),
874
874
  React.createElement("path", { fill: '#333', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
875
875
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
876
- const ForwardRef$tB = forwardRef(FlagGermanyIcon);
876
+ const ForwardRef$tJ = forwardRef(FlagGermanyIcon);
877
877
 
878
878
  const FlagGreeceIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
879
879
  React.createElement("path", { fill: '#fff', d: 'M0 14h24a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2Z' }),
@@ -887,20 +887,20 @@ const FlagGreeceIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
887
887
  React.createElement("path", { fill: '#006CC7', fillRule: 'evenodd', d: 'M11 7v2H0V7h11Zm0-4.5v2H0v-2h11Z', clipRule: 'evenodd' }),
888
888
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M6.875 0v4.5H11V7H6.875v4.5h-2.75V7H0V4.5h4.125V0h2.75Z', clipRule: 'evenodd' }),
889
889
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
890
- const ForwardRef$tA = forwardRef(FlagGreeceIcon);
890
+ const ForwardRef$tI = forwardRef(FlagGreeceIcon);
891
891
 
892
892
  const FlagHongKongIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
893
893
  React.createElement("path", { fill: '#F0371D', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
894
894
  React.createElement("path", { fill: '#fff', d: 'M15.477 10.705c.473 1.456-.033 2.925-1.13 3.282-.407-1.25-1.11-1.16-1.305-1.762-.24-.738-.3-.925.02-2.192.32-1.267-.97-1.142-.428-1.318 1.097-.357 2.37.534 2.843 1.99Zm-3.868-1.47c.678.934.224 2.42-1.014 3.32-1.239.9-2.793.872-3.47-.062 1.063-.772.76-1.413 1.272-1.785.627-.456.787-.572 2.09-.658 1.304-.087.787-1.275 1.122-.815Zm-2.367 2.049a.347.347 0 0 0-.075.485c.113.155.33.19.485.078a.347.347 0 0 0-.41-.563Zm4.832-.121a.347.347 0 1 0 .214.659.347.347 0 0 0 .224-.437.347.347 0 0 0-.438-.222Zm-7.76-6.021c1.064.773 1.58.287 2.09.658.629.456.788.572 1.273 1.786.485 1.213 1.456.354 1.121.814-.678.934-2.232.96-3.47.061-1.238-.9-1.692-2.386-1.014-3.32Zm8.915.327c1.53 0 2.771.935 2.771 2.089-1.315 0-1.446.696-2.079.696-.775 0-.973 0-2.078-.696-1.106-.697-1.386.569-1.386 0 0-1.154 1.24-2.09 2.771-2.09Zm-7.594 1.39a.347.347 0 0 0 .075.485.347.347 0 0 0 .485-.078.347.347 0 0 0-.075-.485.347.347 0 0 0-.485.078Zm5.4-4.767c-.406 1.25.216 1.59.02 2.192-.24.738-.3.925-1.304 1.761-1.004.837.113 1.494-.428 1.318-1.098-.356-1.604-1.825-1.131-3.281.473-1.456 1.746-2.347 2.843-1.99Zm2.54 4.504a.347.347 0 0 0-.346.348c0 .193.155.349.346.349a.347.347 0 0 0 .346-.349.347.347 0 0 0-.346-.348ZM11.37 4.1a.347.347 0 0 0 .224.437.347.347 0 1 0 .214-.659.347.347 0 0 0-.438.222Z' }),
895
895
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
896
- const ForwardRef$tz = forwardRef(FlagHongKongIcon);
896
+ const ForwardRef$tH = forwardRef(FlagHongKongIcon);
897
897
 
898
898
  const FlagHungaryIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
899
899
  React.createElement("path", { fill: '#5A9165', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
900
900
  React.createElement("path", { fill: '#fff', d: 'M24 5H0v6h24V5Z' }),
901
901
  React.createElement("path", { fill: '#E03D52', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
902
902
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
903
- const ForwardRef$ty = forwardRef(FlagHungaryIcon);
903
+ const ForwardRef$tG = forwardRef(FlagHungaryIcon);
904
904
 
905
905
  const FlagIndiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
906
906
  React.createElement("path", { fill: '#1A9F0B', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
@@ -909,40 +909,40 @@ const FlagIndiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEleme
909
909
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
910
910
  React.createElement("path", { fill: '#181A93', d: 'M12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' }),
911
911
  React.createElement("path", { fill: '#181A93', fillRule: 'evenodd', d: 'M12 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM9 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z', clipRule: 'evenodd' })));
912
- const ForwardRef$tx = forwardRef(FlagIndiaIcon);
912
+ const ForwardRef$tF = forwardRef(FlagIndiaIcon);
913
913
 
914
914
  const FlagIndonesiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
915
915
  React.createElement("path", { fill: '#fff', d: 'M0 8h24v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8Z' }),
916
916
  React.createElement("path", { fill: '#E12237', d: 'M2 0h20a2 2 0 0 1 2 2v6H0V2a2 2 0 0 1 2-2Z' }),
917
917
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
918
- const ForwardRef$tw = forwardRef(FlagIndonesiaIcon);
918
+ const ForwardRef$tE = forwardRef(FlagIndonesiaIcon);
919
919
 
920
920
  const FlagIrelandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
921
921
  React.createElement("path", { fill: '#FF8515', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
922
922
  React.createElement("path", { fill: '#fff', d: 'M16 0H8v16h8V0Z' }),
923
923
  React.createElement("path", { fill: '#07BB59', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
924
924
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
925
- const ForwardRef$tv = forwardRef(FlagIrelandIcon);
925
+ const ForwardRef$tD = forwardRef(FlagIrelandIcon);
926
926
 
927
927
  const FlagIsraelIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
928
928
  React.createElement("path", { fill: '#fff', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
929
929
  React.createElement("path", { fill: '#0137B7', fillRule: 'evenodd', d: 'm12 3.276 1.319 2.374h2.61L14.625 8l1.306 2.35h-2.611L12 12.724l-1.319-2.374h-2.61L9.375 8 8.07 5.65h2.611L12 3.276ZM10.237 6.45H9.43l.403.726.404-.726ZM10.29 8l.861-1.55h1.696L13.709 8l-.861 1.55h-1.696L10.291 8Zm-.458.824-.403.726h.807l-.404-.726Zm1.764 1.526.403.726.403-.726h-.806Zm2.166-.8h.807l-.403-.726-.404.726Zm.404-2.374.403-.726h-.807l.404.726ZM12.403 5.65h-.806L12 4.924l.403.726Z', clipRule: 'evenodd' }),
930
930
  React.createElement("path", { fill: '#0137B7', d: 'M0 2h24v1H0V2ZM0 13h24v1H0v-1Z' }),
931
931
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
932
- const ForwardRef$tu = forwardRef(FlagIsraelIcon);
932
+ const ForwardRef$tC = forwardRef(FlagIsraelIcon);
933
933
 
934
934
  const FlagItalyIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
935
935
  React.createElement("path", { fill: '#E43D4C', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
936
936
  React.createElement("path", { fill: '#fff', d: 'M16 0H8v16h8V0Z' }),
937
937
  React.createElement("path", { fill: '#1BB65D', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
938
938
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
939
- const ForwardRef$tt = forwardRef(FlagItalyIcon);
939
+ const ForwardRef$tB = forwardRef(FlagItalyIcon);
940
940
 
941
941
  const FlagJapanIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
942
942
  React.createElement("path", { fill: '#fff', d: 'M22.203.026H1.797C.805.026 0 .844 0 1.852v12.322C0 15.182.805 16 1.797 16h20.406c.992 0 1.797-.818 1.797-1.826V1.852C24 .844 23.195.026 22.203.026Z' }),
943
943
  React.createElement("path", { fill: '#ED293F', d: 'M12 12.637c2.514 0 4.552-2.07 4.552-4.624S14.514 3.389 12 3.389 7.448 5.46 7.448 8.013 9.486 12.637 12 12.637Z' }),
944
944
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
945
- const ForwardRef$ts = forwardRef(FlagJapanIcon);
945
+ const ForwardRef$tA = forwardRef(FlagJapanIcon);
946
946
 
947
947
  const FlagJordanIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
948
948
  React.createElement("g", { clipPath: 'url(#a)' },
@@ -956,28 +956,28 @@ const FlagJordanIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
956
956
  React.createElement("defs", null,
957
957
  React.createElement("clipPath", { id: 'a' },
958
958
  React.createElement("path", { fill: '#fff', d: 'M0 0h24v16H0z' })))));
959
- const ForwardRef$tr = forwardRef(FlagJordanIcon);
959
+ const ForwardRef$tz = forwardRef(FlagJordanIcon);
960
960
 
961
961
  const FlagLatviaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
962
962
  React.createElement("path", { fill: '#B9414B', d: 'M2 16h20a2 2 0 0 0 2-2v-4H0v4a2 2 0 0 0 2 2Z' }),
963
963
  React.createElement("path", { fill: '#fff', d: 'M24 6H0v4h24V6Z' }),
964
964
  React.createElement("path", { fill: '#B9414B', d: 'M2 0h20a2 2 0 0 1 2 2v4H0V2a2 2 0 0 1 2-2Z' }),
965
965
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
966
- const ForwardRef$tq = forwardRef(FlagLatviaIcon);
966
+ const ForwardRef$ty = forwardRef(FlagLatviaIcon);
967
967
 
968
968
  const FlagLithuaniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
969
969
  React.createElement("path", { fill: '#D8343D', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
970
970
  React.createElement("path", { fill: '#118357', d: 'M24 5H0v6h24V5Z' }),
971
971
  React.createElement("path", { fill: '#FEC34B', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
972
972
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
973
- const ForwardRef$tp = forwardRef(FlagLithuaniaIcon);
973
+ const ForwardRef$tx = forwardRef(FlagLithuaniaIcon);
974
974
 
975
975
  const FlagLuxembourgIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
976
976
  React.createElement("path", { fill: '#29B4EE', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
977
977
  React.createElement("path", { fill: '#fff', d: 'M24 5H0v6h24V5Z' }),
978
978
  React.createElement("path", { fill: '#F14455', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
979
979
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
980
- const ForwardRef$to = forwardRef(FlagLuxembourgIcon);
980
+ const ForwardRef$tw = forwardRef(FlagLuxembourgIcon);
981
981
 
982
982
  const FlagMalaysiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
983
983
  React.createElement("path", { fill: '#E1244A', d: 'M13 0v1.143h10.808A2 2 0 0 0 22 0h-9ZM24 2.286H13v1.143h11V2.286ZM24 4.571H13v1.143h11V4.571ZM24 6.857H13V8h11V6.857ZM24 9.143H0v1.143h24V9.143ZM24 11.429H0v1.142h24V11.43ZM24 13.714H0V14c0 .307.07.597.192.857h23.616c.123-.26.192-.55.192-.857v-.286Z' }),
@@ -985,7 +985,7 @@ const FlagMalaysiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
985
985
  React.createElement("path", { fill: '#FFD34F', fillRule: 'evenodd', d: 'M5.714 1.143c.81 0 1.555.28 2.142.75a2.857 2.857 0 1 0 0 5.356 3.429 3.429 0 1 1-2.14-6.107ZM9 2.5l.183 1.22.708-1.022-.38 1.177 1.093-.622-.865.9L11 4.055 9.82 4.5l1.18.445-1.261-.098.864.9-1.092-.622.38 1.177-.708-1.022L9 6.5l-.183-1.22-.708 1.022.38-1.177-1.092.622.865-.9L7 4.945 8.18 4.5 7 4.055l1.262.098-.865-.9 1.092.622-.38-1.177.708 1.022L9 2.5Z', clipRule: 'evenodd' }),
986
986
  React.createElement("path", { fill: '#fff', d: 'M23.808 1.143H13v1.143h11V2a1.99 1.99 0 0 0-.192-.857ZM13 3.429V4.57h11V3.43H13ZM13 5.714v1.143h11V5.714H13ZM13 8v1.143h11V8H13ZM0 11.429v-1.143h24v1.143H0ZM0 12.571h24v1.143H0v-1.143ZM22 16a2 2 0 0 0 1.808-1.144v.001H.192A2 2 0 0 0 2 16h20Z' }),
987
987
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
988
- const ForwardRef$tn = forwardRef(FlagMalaysiaIcon);
988
+ const ForwardRef$tv = forwardRef(FlagMalaysiaIcon);
989
989
 
990
990
  const FlagMaltaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
991
991
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M2.009 0A2.003 2.003 0 0 0 0 1.994v12.012C0 15.106.9 16 2.009 16H12V0H2.009ZM6 2H3v1H2v3h1v1h3V6h1V3H6V2Z', clipRule: 'evenodd' }),
@@ -994,7 +994,7 @@ const FlagMaltaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEleme
994
994
  React.createElement("path", { fill: '#CCCCCD', d: 'M5 3H4v1H3v1h1v1h1V5h1V4H5V3Z' }),
995
995
  React.createElement("path", { fill: '#DE233C', fillRule: 'evenodd', d: 'M12 16h9.991c1.11 0 2.009-.895 2.009-1.994V1.994A2.003 2.003 0 0 0 21.991 0H12v16Z', clipRule: 'evenodd' }),
996
996
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
997
- const ForwardRef$tm = forwardRef(FlagMaltaIcon);
997
+ const ForwardRef$tu = forwardRef(FlagMaltaIcon);
998
998
 
999
999
  const FlagMexicoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1000
1000
  React.createElement("path", { fill: '#4CAF50', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
@@ -1012,14 +1012,14 @@ const FlagMexicoIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
1012
1012
  React.createElement("path", { fill: '#FFA726', d: 'M12.178 10.188h-.357a.36.36 0 0 1-.356-.362c0-.2.16-.363.357-.363h.356a.36.36 0 0 1 .357.363c0 .2-.16.362-.357.362Z' }),
1013
1013
  React.createElement("path", { fill: '#FFCA28', d: 'M10.748 10.006c.134 0 .242.11.242.246a.244.244 0 0 1-.242.246.244.244 0 0 1-.242-.246c0-.136.108-.246.242-.246Zm2.53 0c.133 0 .242.11.242.246a.244.244 0 0 1-.243.246.244.244 0 0 1-.242-.246c0-.136.109-.246.242-.246Zm-3.4-.657c.134 0 .243.11.243.246a.244.244 0 0 1-.243.246.244.244 0 0 1-.242-.246c0-.136.109-.246.242-.246Zm4.269 0c.134 0 .242.11.242.246a.244.244 0 0 1-.242.246.244.244 0 0 1-.242-.246c0-.136.108-.246.242-.246Zm-4.804-.868c.134 0 .242.11.242.246a.244.244 0 0 1-.242.246.244.244 0 0 1-.242-.246c0-.136.108-.246.242-.246Zm5.34 0c.133 0 .242.11.242.246a.244.244 0 0 1-.242.246.244.244 0 0 1-.242-.246c0-.136.108-.246.242-.246Zm-3.397-2.643.236.218c.057.055.075.17-.025.22-.127.061-.477.24-.553.28l-.014.007v-.362l.356-.363Z' }),
1014
1014
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1015
- const ForwardRef$tl = forwardRef(FlagMexicoIcon);
1015
+ const ForwardRef$tt = forwardRef(FlagMexicoIcon);
1016
1016
 
1017
1017
  const FlagNetherlandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1018
1018
  React.createElement("path", { fill: '#124590', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
1019
1019
  React.createElement("path", { fill: '#fff', d: 'M24 5H0v6h24V5Z' }),
1020
1020
  React.createElement("path", { fill: '#BE0020', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
1021
1021
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1022
- const ForwardRef$tk = forwardRef(FlagNetherlandIcon);
1022
+ const ForwardRef$ts = forwardRef(FlagNetherlandIcon);
1023
1023
 
1024
1024
  const FlagNetherlandsAntillesIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1025
1025
  React.createElement("path", { fill: '#DC171D', d: 'M15 0H9v5h6V0ZM15 11H9v5h6v-5Z' }),
@@ -1027,28 +1027,28 @@ const FlagNetherlandsAntillesIcon = ({ iconSize = 'md', ...props }, ref) => (Rea
1027
1027
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' }),
1028
1028
  React.createElement("path", { fill: '#012A87', d: 'M24 5H0v6h24V5Z' }),
1029
1029
  React.createElement("path", { fill: '#fff', d: 'M9.5 7.5h-1v1h1v-1ZM11.5 9h-1v1h1V9ZM13.5 9h-1v1h1V9ZM15.5 7.5h-1v1h1v-1ZM11.5 6h-1v1h1V6ZM13.5 6h-1v1h1V6Z' })));
1030
- const ForwardRef$tj = forwardRef(FlagNetherlandsAntillesIcon);
1030
+ const ForwardRef$tr = forwardRef(FlagNetherlandsAntillesIcon);
1031
1031
 
1032
1032
  const FlagNewZealandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1033
1033
  React.createElement("path", { fill: '#0D47A1', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
1034
1034
  React.createElement("path", { fill: '#fff', d: 'M.414 8h.719l3.833-2.551V8h2.069V5.449L10.867 8h.72A.417.417 0 0 0 12 7.58v-.334L8.712 5.057H12V2.956H8.711L12 .767V.434a.417.417 0 0 0-.414-.42h-.719l-3.833 2.55V.014H4.965v2.55L1.258.097a1.807 1.807 0 0 0-1.017.83l3.048 2.029H0v2.101h3.289L0 7.247v.333c0 .232.185.42.414.42Z' }),
1035
1035
  React.createElement("path", { fill: '#F44336', d: 'M6.62.013v3.363H12v1.261H6.62V8H5.38V4.637H0v-1.26h5.38V.012h1.24ZM4.955 5.057.492 8H.414a.398.398 0 0 1-.305-.145l-.05-.071 4.135-2.727h.76Zm3.164 0 3.875 2.556a.416.416 0 0 1-.234.346l-4.4-2.902h.76ZM.685.406l3.867 2.55h-.76L.386.71C.473.597.574.495.685.406ZM11.586.013c.122 0 .227.056.301.142l.05.069-4.142 2.732h-.76L11.496.013h.09ZM18 11.489c.036 0 .067.023.079.057l.19.58.602.005c.036 0 .067.024.078.059a.085.085 0 0 1-.03.093l-.484.363.182.583a.084.084 0 0 1-.08.11.084.084 0 0 1-.047-.016l-.49-.355-.49.355a.082.082 0 0 1-.097 0 .086.086 0 0 1-.03-.094l.182-.583-.484-.363a.085.085 0 0 1-.03-.093.083.083 0 0 1 .078-.059l.602-.005.19-.58a.083.083 0 0 1 .08-.057Zm-2.896-3.835c.035 0 .067.024.078.058l.19.58.603.004c.035 0 .067.024.078.059a.085.085 0 0 1-.03.093l-.484.364.182.582a.085.085 0 0 1-.03.094.083.083 0 0 1-.098 0l-.49-.355-.49.355a.082.082 0 0 1-.097 0 .085.085 0 0 1-.03-.094l.182-.582-.484-.364a.085.085 0 0 1-.03-.093.083.083 0 0 1 .079-.059l.602-.004.19-.58a.083.083 0 0 1 .079-.058Zm5.793-.84c.035 0 .067.023.078.057l.19.58.603.005c.035 0 .067.023.078.058a.085.085 0 0 1-.03.094l-.484.363.182.583a.085.085 0 0 1-.03.093.083.083 0 0 1-.097 0l-.49-.355-.49.356a.083.083 0 0 1-.097 0 .086.086 0 0 1-.03-.094l.181-.583-.484-.363a.085.085 0 0 1-.03-.094.083.083 0 0 1 .079-.058l.602-.005.19-.58a.083.083 0 0 1 .079-.057ZM18 4.712c.036 0 .067.023.079.057l.19.58.602.005c.036 0 .067.024.078.058a.085.085 0 0 1-.03.094l-.484.363.182.583a.085.085 0 0 1-.03.094.083.083 0 0 1-.097 0L18 6.19l-.49.356a.082.082 0 0 1-.097 0 .085.085 0 0 1-.03-.094l.182-.583-.484-.363a.085.085 0 0 1-.03-.094.083.083 0 0 1 .078-.058l.602-.005.19-.58a.083.083 0 0 1 .08-.057Z' }),
1036
1036
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1037
- const ForwardRef$ti = forwardRef(FlagNewZealandIcon);
1037
+ const ForwardRef$tq = forwardRef(FlagNewZealandIcon);
1038
1038
 
1039
1039
  const FlagNigeriaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1040
1040
  React.createElement("path", { fill: '#189B62', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
1041
1041
  React.createElement("path", { fill: '#fff', d: 'M16 0H8v16h8V0Z' }),
1042
1042
  React.createElement("path", { fill: '#189B62', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
1043
1043
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1044
- const ForwardRef$th = forwardRef(FlagNigeriaIcon);
1044
+ const ForwardRef$tp = forwardRef(FlagNigeriaIcon);
1045
1045
 
1046
1046
  const FlagNorwayIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1047
1047
  React.createElement("path", { fill: '#fff', d: 'M10.759 5.898H24v.84H9.931V.014h.828v5.885ZM7.448.013h-.827v5.885H0v.84h7.448V.014ZM0 9.261v.84h6.62v5.886h.828V9.26H0ZM9.931 15.987h.828v-5.885H24v-.84H9.931v6.725Z' }),
1048
1048
  React.createElement("path", { fill: '#F44336', d: 'M22 0a2 2 0 0 1 2 2v3.898H10.759V.013L22 0ZM6.62 5.898V.013L2 0a2 2 0 0 0-2 2v3.898h6.62ZM0 14v-3.898h6.62v5.885L2 16a2 2 0 0 1-2-2ZM24 14a2 2 0 0 1-2 2l-11.241-.013v-5.885H24V14Z' }),
1049
1049
  React.createElement("path", { fill: '#0D47A1', d: 'M24 6.739H9.931V.013H7.448V6.74H0V9.26h7.448v6.726h2.483V9.26H24V6.74Z' }),
1050
1050
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1051
- const ForwardRef$tg = forwardRef(FlagNorwayIcon);
1051
+ const ForwardRef$to = forwardRef(FlagNorwayIcon);
1052
1052
 
1053
1053
  const FlagParaguayIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1054
1054
  React.createElement("path", { fill: '#124BBA', fillRule: 'evenodd', d: 'M0 13.995C0 15.102.897 16 2.005 16h19.99A2.003 2.003 0 0 0 24 13.995V11H0v2.995Z', clipRule: 'evenodd' }),
@@ -1058,13 +1058,13 @@ const FlagParaguayIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
1058
1058
  React.createElement("path", { fill: '#06A86E', fillRule: 'evenodd', d: 'M11.118 6.777a.15.15 0 0 1-.013.212 1.35 1.35 0 1 0 1.81.019.15.15 0 0 1 .203-.221 1.65 1.65 0 1 1-2.212-.023.15.15 0 0 1 .212.013Z', clipRule: 'evenodd' }),
1059
1059
  React.createElement("path", { fill: '#FFD34F', d: 'm12 8.325-.351.185a.05.05 0 0 1-.073-.053l.067-.391-.284-.277a.05.05 0 0 1 .028-.085l.393-.057.175-.356a.05.05 0 0 1 .09 0l.175.356.393.057a.05.05 0 0 1 .028.085l-.284.277.067.39a.05.05 0 0 1-.073.054L12 8.325Z' }),
1060
1060
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1061
- const ForwardRef$tf = forwardRef(FlagParaguayIcon);
1061
+ const ForwardRef$tn = forwardRef(FlagParaguayIcon);
1062
1062
 
1063
1063
  const FlagPolandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1064
1064
  React.createElement("path", { fill: '#F44336', d: 'M0 14.171C0 15.181.805 16 1.797 16h20.406c.992 0 1.797-.819 1.797-1.829V8H0v6.171Z' }),
1065
1065
  React.createElement("path", { fill: '#fff', d: 'M22.203 0H1.797C.805 0 0 .819 0 1.829V8h24V1.829C24 .819 23.195 0 22.203 0Z' }),
1066
1066
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1067
- const ForwardRef$te = forwardRef(FlagPolandIcon);
1067
+ const ForwardRef$tm = forwardRef(FlagPolandIcon);
1068
1068
 
1069
1069
  const FlagPortugalIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1070
1070
  React.createElement("path", { fill: '#fff', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
@@ -1074,21 +1074,21 @@ const FlagPortugalIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
1074
1074
  React.createElement("path", { fill: '#fff', d: 'M6.5 6.341c0-.188.145-.341.333-.341h2.334c.184 0 .333.152.333.341v2.327C9.5 9.404 8.907 10 8.175 10h-.35C7.093 10 6.5 9.41 6.5 8.668V6.341Z' }),
1075
1075
  React.createElement("path", { fill: '#1D50B5', d: 'M8 8.92c.414 0 .75-1.086.75-1.5a.75.75 0 0 0-1.5 0c0 .414.336 1.5.75 1.5Z' }),
1076
1076
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1077
- const ForwardRef$td = forwardRef(FlagPortugalIcon);
1077
+ const ForwardRef$tl = forwardRef(FlagPortugalIcon);
1078
1078
 
1079
1079
  const FlagRomaniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1080
1080
  React.createElement("path", { fill: '#E5253D', d: 'M16 0h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6V0Z' }),
1081
1081
  React.createElement("path", { fill: '#FFD955', d: 'M16 0H8v16h8V0Z' }),
1082
1082
  React.createElement("path", { fill: '#0A3D9C', d: 'M2 0h6v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
1083
1083
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1084
- const ForwardRef$tc = forwardRef(FlagRomaniaIcon);
1084
+ const ForwardRef$tk = forwardRef(FlagRomaniaIcon);
1085
1085
 
1086
1086
  const FlagRussiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1087
1087
  React.createElement("path", { fill: '#E53B35', d: 'M0 11h24v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-3Z' }),
1088
1088
  React.createElement("path", { fill: '#0C47B7', d: 'M24 5H0v6h24V5Z' }),
1089
1089
  React.createElement("path", { fill: '#fff', d: 'M2 0h20a2 2 0 0 1 2 2v3H0V2a2 2 0 0 1 2-2Z' }),
1090
1090
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1091
- const ForwardRef$tb = forwardRef(FlagRussiaIcon);
1091
+ const ForwardRef$tj = forwardRef(FlagRussiaIcon);
1092
1092
 
1093
1093
  const FlagRwandaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1094
1094
  React.createElement("path", { fill: '#2D754D', d: 'M2 16h20a2 2 0 0 0 2-2v-1H0v1a2 2 0 0 0 2 2Z' }),
@@ -1096,14 +1096,14 @@ const FlagRwandaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElem
1096
1096
  React.createElement("path", { fill: '#25B1EB', d: 'M2 0h20a2 2 0 0 1 2 2v8H0V2a2 2 0 0 1 2-2Z' }),
1097
1097
  React.createElement("path", { fill: '#FECB2F', d: 'm18.99 2 .12 2.07.654-1.968-.42 2.031 1.14-1.732-.93 1.853 1.55-1.378-1.379 1.55 1.854-.931-1.733 1.14 2.032-.42-1.97.654 2.071.12-2.07.122 1.969.652-2.032-.419 1.733 1.14-1.854-.93 1.379 1.55-1.55-1.379.93 1.854-1.14-1.733.42 2.032-.653-1.97-.121 2.071-.121-2.07-.653 1.969.419-2.032-1.14 1.733.93-1.854-1.55 1.379 1.38-1.55-1.854.93 1.732-1.14-2.031.42 1.969-.653L16 4.99l2.07-.121-1.968-.653 2.031.419-1.732-1.14 1.853.93-1.378-1.55 1.55 1.38-.931-1.854 1.14 1.732-.42-2.031.654 1.969.12-2.071Zm0 2.063a.927.927 0 1 0 0 1.854.927.927 0 0 0 0-1.854Zm0 .087a.84.84 0 1 1 0 1.68.84.84 0 0 1 0-1.68Z' }),
1098
1098
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1099
- const ForwardRef$ta = forwardRef(FlagRwandaIcon);
1099
+ const ForwardRef$ti = forwardRef(FlagRwandaIcon);
1100
1100
 
1101
1101
  const FlagSingaporeIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1102
1102
  React.createElement("path", { fill: '#fff', d: 'M0 8h24v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8Z' }),
1103
1103
  React.createElement("path", { fill: '#E12237', d: 'M2 0h20a2 2 0 0 1 2 2v6H0V2a2 2 0 0 1 2-2Z' }),
1104
1104
  React.createElement("path", { fill: '#fff', d: 'M4.625 2c.62 0 1.19.205 1.639.547a2.287 2.287 0 0 0-.764-.13c-1.208 0-2.188.932-2.188 2.083 0 1.15.98 2.083 2.188 2.083.269 0 .526-.046.764-.13A2.696 2.696 0 0 1 4.625 7C3.175 7 2 5.88 2 4.5S3.175 2 4.625 2Zm1.313 3.333c.241 0 .437.187.437.417 0 .23-.196.417-.438.417A.427.427 0 0 1 5.5 5.75c0-.23.196-.417.438-.417Zm1.75 0c.241 0 .437.187.437.417 0 .23-.196.417-.438.417a.427.427 0 0 1-.437-.417c0-.23.196-.417.438-.417ZM5.063 3.667c.241 0 .437.186.437.416 0 .23-.196.417-.438.417a.427.427 0 0 1-.437-.417c0-.23.196-.416.438-.416Zm3.5 0c.241 0 .437.186.437.416 0 .23-.196.417-.438.417a.427.427 0 0 1-.437-.417c0-.23.196-.416.438-.416Zm-1.75-1.25c.241 0 .437.186.437.416 0 .23-.196.417-.438.417a.427.427 0 0 1-.437-.417c0-.23.196-.416.438-.416Z' }),
1105
1105
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1106
- const ForwardRef$t9 = forwardRef(FlagSingaporeIcon);
1106
+ const ForwardRef$th = forwardRef(FlagSingaporeIcon);
1107
1107
 
1108
1108
  const FlagSlovakiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1109
1109
  React.createElement("path", { fill: '#E53B35', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
@@ -1115,7 +1115,7 @@ const FlagSlovakiaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
1115
1115
  React.createElement("path", { fill: '#fff', d: 'M10.399 2.133H5.6c-1.164 0-2.13.931-2.175 2.094l-.184 4.797c-.035.917.445 2.018 1.14 2.614l1.712 1.466c1.068.916 2.743.916 3.812 0l1.711-1.466c.699-.599 1.176-1.697 1.141-2.614l-.184-4.797a2.185 2.185 0 0 0-2.175-2.094Zm0 1.067c.59 0 1.086.477 1.109 1.068l.184 4.797c.023.59-.317 1.375-.769 1.763l-1.71 1.466c-.67.574-1.756.574-2.425 0l-1.711-1.466c-.448-.384-.792-1.171-.77-1.763l.185-4.797A1.118 1.118 0 0 1 5.602 3.2h4.796Z' }),
1116
1116
  React.createElement("path", { fill: '#1251A1', d: 'M5.553 11.236c.386-.23.9-.404 1.485-.496a1.064 1.064 0 0 1 1.925 0c.585.092 1.098.266 1.484.496l-1.235 1.058c-.67.574-1.755.574-2.424 0l-1.235-1.058Z' }),
1117
1117
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1118
- const ForwardRef$t8 = forwardRef(FlagSlovakiaIcon);
1118
+ const ForwardRef$tg = forwardRef(FlagSlovakiaIcon);
1119
1119
 
1120
1120
  const FlagSloveniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1121
1121
  React.createElement("path", { fill: '#E53B35', d: 'M2 16h20a2 2 0 0 0 2-2v-3H0v3a2 2 0 0 0 2 2Z' }),
@@ -1126,7 +1126,7 @@ const FlagSloveniaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEl
1126
1126
  React.createElement("path", { fill: '#FFE200', fillRule: 'evenodd', d: 'M4.5 4h1v1h-1V4Z', clipRule: 'evenodd' }),
1127
1127
  React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M3.5 6 5 5.5l1.5.5-1 1h-1l-1-1Z', clipRule: 'evenodd' }),
1128
1128
  React.createElement("path", { fill: '#0268AE', fillRule: 'evenodd', d: 'M5.5 3h-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1l-1-1L5 5.5l1.5.5-1 1a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-1 1h1v1h-1V4Z', clipRule: 'evenodd' })));
1129
- const ForwardRef$t7 = forwardRef(FlagSloveniaIcon);
1129
+ const ForwardRef$tf = forwardRef(FlagSloveniaIcon);
1130
1130
 
1131
1131
  const FlagSouthAfricaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1132
1132
  React.createElement("path", { fill: '#F44E46', d: 'M2 0C1.498 0 1.039.185.687.491L7 5h17V2a2 2 0 0 0-2-2H2Z' }),
@@ -1136,7 +1136,7 @@ const FlagSouthAfricaIcon = ({ iconSize = 'md', ...props }, ref) => (React.creat
1136
1136
  React.createElement("path", { fill: '#FFBF2E', d: 'M6 8 0 4v1.5L4 8l-4 2.5V12l6-4Z' }),
1137
1137
  React.createElement("path", { fill: '#333', d: 'M0 5.5 4 8l-4 2.5v-5Z' }),
1138
1138
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1139
- const ForwardRef$t6 = forwardRef(FlagSouthAfricaIcon);
1139
+ const ForwardRef$te = forwardRef(FlagSouthAfricaIcon);
1140
1140
 
1141
1141
  const FlagSpainIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1142
1142
  React.createElement("path", { fill: '#DD172C', d: 'M0 2a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v2H0V2ZM0 12h24v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2Z' }),
@@ -1151,34 +1151,34 @@ const FlagSpainIcon = ({ iconSize = 'md', ...props }, ref) => (React.createEleme
1151
1151
  React.createElement("path", { fill: '#FFE100', fillRule: 'evenodd', d: 'M5 9h1v1.5H5V9Z', clipRule: 'evenodd' }),
1152
1152
  React.createElement("path", { fill: '#B6161A', fillRule: 'evenodd', d: 'M6 7 5 6h3L7 7H6Z', clipRule: 'evenodd' }),
1153
1153
  React.createElement("path", { fill: '#AC9300', fillRule: 'evenodd', d: 'M6 5h1v1H6V5Z', clipRule: 'evenodd' })));
1154
- const ForwardRef$t5 = forwardRef(FlagSpainIcon);
1154
+ const ForwardRef$td = forwardRef(FlagSpainIcon);
1155
1155
 
1156
1156
  const FlagSwedenIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1157
1157
  React.createElement("path", { fill: '#fff', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
1158
1158
  React.createElement("path", { fill: '#006AA7', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
1159
1159
  React.createElement("path", { fill: '#FECC00', d: 'M24 6.5H10V0H7v6.5H0v3h7V16h3V9.5h14v-3Z' }),
1160
1160
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1161
- const ForwardRef$t4 = forwardRef(FlagSwedenIcon);
1161
+ const ForwardRef$tc = forwardRef(FlagSwedenIcon);
1162
1162
 
1163
1163
  const FlagSwitzerlandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1164
1164
  React.createElement("path", { fill: '#F44336', fillRule: 'evenodd', d: 'M2 0h20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm11.655 6.319h2.897c.228 0 .414.188.414.42V9.26c0 .232-.186.42-.414.42h-2.897v2.943c0 .232-.185.42-.414.42H10.76a.417.417 0 0 1-.414-.42V9.682H7.448a.417.417 0 0 1-.414-.42V6.738c0-.232.186-.42.414-.42h2.897V3.376c0-.232.185-.42.413-.42h2.483c.229 0 .414.188.414.42V6.32Z', clipRule: 'evenodd' }),
1165
1165
  React.createElement("path", { fill: '#fff', d: 'M16.552 6.319h-2.897V3.376a.417.417 0 0 0-.414-.42H10.76a.417.417 0 0 0-.414.42V6.32H7.448a.417.417 0 0 0-.414.42V9.26c0 .232.186.42.414.42h2.897v2.943c0 .232.185.42.413.42h2.483a.417.417 0 0 0 .414-.42V9.681h2.897a.417.417 0 0 0 .414-.42V6.739a.417.417 0 0 0-.414-.42Z' }),
1166
1166
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1167
- const ForwardRef$t3 = forwardRef(FlagSwitzerlandIcon);
1167
+ const ForwardRef$tb = forwardRef(FlagSwitzerlandIcon);
1168
1168
 
1169
1169
  const FlagThailandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1170
1170
  React.createElement("path", { fill: '#F12532', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
1171
1171
  React.createElement("path", { fill: '#fff', d: 'M24 3H0v10h24V3Z' }),
1172
1172
  React.createElement("path", { fill: '#322B6C', d: 'M24 5H0v6h24V5Z' }),
1173
1173
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1174
- const ForwardRef$t2 = forwardRef(FlagThailandIcon);
1174
+ const ForwardRef$ta = forwardRef(FlagThailandIcon);
1175
1175
 
1176
1176
  const FlagTurkeyIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1177
1177
  React.createElement("path", { fill: '#E92434', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
1178
1178
  React.createElement("path", { fill: '#fff', d: 'm15.013 8.542-1.045.745.385-1.224-1.031-.764 1.283-.012.408-1.216.407 1.216 1.283.012-1.03.764.385 1.224-1.045-.745Z' }),
1179
1179
  React.createElement("path", { fill: '#fff', d: 'M11 4c1.282 0 2.424.603 3.156 1.542a3.479 3.479 0 0 0-2.045-.653c-1.84 0-3.333 1.393-3.333 3.111 0 1.718 1.492 3.111 3.333 3.111.77 0 1.48-.244 2.045-.654A4 4 0 1 1 11 4Z' }),
1180
1180
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1181
- const ForwardRef$t1 = forwardRef(FlagTurkeyIcon);
1181
+ const ForwardRef$t9 = forwardRef(FlagTurkeyIcon);
1182
1182
 
1183
1183
  const FlagUnitedArabEmiratesIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1184
1184
  React.createElement("path", { fill: '#333', d: 'M6 11h18v3a2 2 0 0 1-2 2H6v-5Z' }),
@@ -1186,7 +1186,7 @@ const FlagUnitedArabEmiratesIcon = ({ iconSize = 'md', ...props }, ref) => (Reac
1186
1186
  React.createElement("path", { fill: '#12833B', d: 'M6 0h16a2 2 0 0 1 2 2v3H6V0Z' }),
1187
1187
  React.createElement("path", { fill: '#FF323E', d: 'M2 0h4v16H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z' }),
1188
1188
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1189
- const ForwardRef$t0 = forwardRef(FlagUnitedArabEmiratesIcon);
1189
+ const ForwardRef$t8 = forwardRef(FlagUnitedArabEmiratesIcon);
1190
1190
 
1191
1191
  const FlagUnitedKingdomIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1192
1192
  React.createElement("path", { fill: '#fff', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
@@ -1194,7 +1194,7 @@ const FlagUnitedKingdomIcon = ({ iconSize = 'md', ...props }, ref) => (React.cre
1194
1194
  React.createElement("path", { fill: '#fff', d: 'M23.975 1.537A1.806 1.806 0 0 0 22.203.013h-.468l-7.666 5.102V.013H9.931v5.102L2.265.013h-.468C.906.013.167.673.025 1.537l6.552 4.361H0v4.204h6.577l-6.552 4.36a1.806 1.806 0 0 0 1.772 1.525h.468l7.666-5.102v5.102h4.138v-5.102l7.666 5.102h.468c.891 0 1.63-.66 1.772-1.524l-6.552-4.361H24V5.898h-6.577l6.552-4.36Z' }),
1195
1195
  React.createElement("path", { fill: '#F44336', d: 'M13.241.013V6.74H24V9.26H13.241v6.726H10.76V9.26H0V6.74h10.759V.013h2.482ZM9.908 10.102l-8.746 5.767a1.792 1.792 0 0 1-.606-.389l-.124-.132 7.956-5.246h1.52Zm6.329 0 7.527 4.963c-.113.2-.262.378-.439.521l-.137.102-8.471-5.586h1.52ZM.725.373l8.378 5.525h-1.52L.19 1.023C.316.766.5.543.725.373ZM22.824.125a1.8 1.8 0 0 1 .735.517l-7.97 5.256h-1.52L22.823.125Z' }),
1196
1196
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1197
- const ForwardRef$s$ = forwardRef(FlagUnitedKingdomIcon);
1197
+ const ForwardRef$t7 = forwardRef(FlagUnitedKingdomIcon);
1198
1198
 
1199
1199
  const FlagUsaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1200
1200
  React.createElement("path", { fill: '#fff', d: 'M0 8.568v1.224h24V8.568H0ZM11.5 7.344H24V6.12H11.5v1.224ZM11.5 4.896H24V3.672H11.5v1.224ZM11.5 2.448H24V2c0-.275-.055-.537-.156-.776H11.5v1.224ZM24 11.016H0v1.224h24v-1.224ZM0 13.464h24V14c0 .242-.043.473-.122.688H.121A1.996 1.996 0 0 1 0 14v-.536Z' }),
@@ -1202,13 +1202,215 @@ const FlagUsaIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement
1202
1202
  React.createElement("path", { fill: '#0D47A1', fillRule: 'evenodd', d: 'M11.5 0H2a2 2 0 0 0-2 2v6.568h11.5V0ZM1.189 7.098l-.095-.281c-.012-.039-.06-.039-.065.001L.934 7.1H.638a.04.04 0 0 0-.024.071l.24.177-.099.28a.04.04 0 0 0 .016.043.04.04 0 0 0 .046 0l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176a.039.039 0 0 0 .013-.02.04.04 0 0 0-.037-.052h-.295Zm8.973-.281a.034.034 0 0 0-.065.001l-.095.282h-.296a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176a.04.04 0 0 0 .013-.044.04.04 0 0 0-.037-.028h-.295l-.096-.281Zm-2.268 0a.034.034 0 0 0-.066.001l-.095.282h-.295a.04.04 0 0 0-.024.071l.24.177-.099.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295l-.095-.281Zm-4.437.281-.095-.281c-.012-.039-.064-.039-.065.001l-.095.282h-.296a.04.04 0 0 0-.024.071l.24.177-.099.28a.04.04 0 0 0 .062.043l.24-.172.24.172c.013.011.033.012.047.002a.04.04 0 0 0 .014-.045l-.09-.282.24-.176a.04.04 0 0 0-.024-.071h-.295Zm2.269 0-.096-.281c-.01-.039-.064-.039-.064.001L5.47 7.1h-.296a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .016.043.04.04 0 0 0 .046 0l.24-.172.24.172c.013.011.032.012.046.002a.04.04 0 0 0 .015-.045l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295Zm-3.403-.744-.095-.281c-.011-.039-.06-.039-.065 0l-.095.281h-.304a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .061.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.282.24-.176a.04.04 0 0 0-.025-.072h-.295Zm6.705-.281a.037.037 0 0 0-.018-.032.037.037 0 0 0-.055.032l-.096.281h-.295a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .061.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.282.24-.176a.04.04 0 0 0-.025-.072h-.295l-.095-.281Zm-2.168.281-.095-.281c-.011-.039-.064-.039-.074 0l-.095.281h-.295a.04.04 0 0 0-.039.044.04.04 0 0 0 .015.028l.24.176-.09.282a.04.04 0 0 0 .06.043l.24-.172.241.172c.014.011.033.012.047.002a.039.039 0 0 0 .015-.045l-.09-.282.24-.176a.04.04 0 0 0-.025-.072H6.86Zm-2.269 0-.095-.281c-.011-.039-.064-.039-.065 0l-.095.281h-.304a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .036.05.04.04 0 0 0 .025-.007l.24-.172.24.172c.014.011.033.012.047.002a.039.039 0 0 0 .015-.045l-.09-.282.24-.176a.04.04 0 0 0-.025-.072h-.295Zm-1.134-.72-.095-.282c-.012-.033-.064-.033-.065 0l-.095.282h-.304a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .06.043l.24-.172.24.172a.039.039 0 0 0 .048.002.04.04 0 0 0 .014-.045l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm6.8 0-.095-.282c-.006-.033-.059-.033-.073 0l-.095.282h-.296a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm-9.068 0-.095-.282c-.012-.033-.06-.033-.065 0l-.095.282H.63a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .06.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm6.8 0-.095-.282c-.004-.019-.023-.027-.042-.024a.042.042 0 0 0-.032.024l-.095.282H7.43a.04.04 0 0 0-.037.027.04.04 0 0 0 .013.044l.24.177-.09.281a.04.04 0 0 0 .06.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm-2.263 0-.096-.282c-.01-.033-.064-.033-.064 0l-.096.282h-.304a.04.04 0 0 0-.024.071l.24.177-.09.281a.04.04 0 0 0 .062.043l.24-.172.24.172c.013.011.032.012.046.002a.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295ZM2.323 4.89l-.095-.281c-.011-.039-.06-.039-.065.001l-.095.282h-.296a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .061.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.282.24-.176a.04.04 0 0 0-.025-.072h-.295Zm6.705-.281a.037.037 0 1 0-.074 0l-.095.281h-.295a.04.04 0 0 0-.037.027.04.04 0 0 0 .013.045l.24.176-.09.282a.04.04 0 0 0 .061.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.282.24-.176a.04.04 0 0 0-.025-.072h-.295l-.095-.281ZM6.86 4.89l-.095-.281c-.011-.039-.064-.039-.074 0l-.095.281h-.295a.04.04 0 0 0-.037.027.04.04 0 0 0 .013.045l.24.176-.09.282a.04.04 0 0 0 .015.043.04.04 0 0 0 .046 0l.24-.172.24.172c.014.011.033.012.047.002a.04.04 0 0 0 .015-.045l-.09-.282.24-.176a.04.04 0 0 0-.025-.072H6.86Zm-2.269 0-.095-.281c-.011-.039-.064-.039-.065.001l-.095.282H4.04a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .061.043l.24-.172.24.172c.014.011.033.012.047.002a.04.04 0 0 0 .015-.045l-.09-.282.24-.176a.04.04 0 0 0-.025-.072h-.295Zm-1.134-.716-.095-.281c-.012-.039-.064-.039-.065.001l-.095.282h-.296a.04.04 0 0 0-.037.027.04.04 0 0 0 .013.044l.24.177-.099.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.091-.282.24-.176a.04.04 0 0 0 .013-.044.04.04 0 0 0-.037-.028h-.295Zm6.687-.304a.033.033 0 0 0-.047.024l-.095.282h-.296a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .047.001.04.04 0 0 0 .014-.044l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295l-.096-.281a.034.034 0 0 0-.018-.023Zm-2.25.023a.037.037 0 1 0-.074 0l-.095.281H7.43a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .06.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295l-.095-.281Zm-6.705.281-.095-.281c-.012-.039-.06-.039-.065.001l-.095.282H.638a.04.04 0 0 0-.024.071l.24.177-.099.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295Zm4.537 0-.096-.281c-.01-.039-.064-.039-.064 0l-.096.281h-.304a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .062.043l.24-.172.24.172c.013.011.032.012.046.002a.04.04 0 0 0 .015-.045l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295Zm-3.403-.75-.095-.28c-.011-.034-.06-.034-.065 0l-.095.28h-.304a.04.04 0 0 0-.024.071l.24.178-.09.281a.04.04 0 0 0 .061.044l.24-.172.24.172a.04.04 0 0 0 .062-.044l-.09-.281.24-.177a.04.04 0 0 0-.025-.071h-.295Zm4.537 0-.095-.28c-.011-.034-.064-.034-.074 0l-.095.28h-.295a.04.04 0 0 0-.024.072l.24.177-.09.281a.04.04 0 0 0 .06.044l.24-.172.241.172a.04.04 0 0 0 .047.001.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0 .012-.044.04.04 0 0 0-.037-.027H6.86Zm-2.269 0-.095-.28c-.011-.034-.064-.034-.065 0l-.095.28h-.304a.04.04 0 0 0-.024.072l.24.177-.09.281a.04.04 0 0 0 .061.044l.24-.172.24.172c.014.01.033.011.047.001a.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0-.025-.071h-.295Zm4.532 0-.095-.28c-.006-.034-.06-.034-.074 0l-.095.28h-.295a.04.04 0 0 0-.024.072l.24.177-.09.281a.04.04 0 0 0 .061.044l.24-.172.24.172a.039.039 0 0 0 .047.001.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0-.025-.071h-.295ZM5.726 2.71l-.096-.282c-.01-.033-.064-.033-.064 0l-.096.282h-.304a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .044.05.04.04 0 0 0 .018-.007l.24-.172.24.172c.013.011.032.012.046.002a.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm-4.537 0-.095-.282c-.012-.033-.06-.033-.065 0l-.095.282H.63a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .06.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm2.271 0-.095-.282c-.015-.033-.067-.033-.073 0l-.095.282h-.295a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.281.24-.177a.04.04 0 0 0-.024-.071H3.46Zm4.529 0-.095-.282c-.007-.033-.06-.033-.074 0l-.095.282H7.43a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .015.043.04.04 0 0 0 .046 0l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295Zm2.269 0-.096-.282c-.006-.033-.059-.033-.073 0l-.095.282h-.296a.04.04 0 0 0-.024.07l.24.178-.09.281a.04.04 0 0 0 .062.043l.24-.172.24.172a.039.039 0 0 0 .047.002.04.04 0 0 0 .014-.045l-.09-.281.24-.177a.04.04 0 0 0-.024-.071h-.295ZM6.86 1.966l-.095-.282c-.011-.038-.064-.038-.074 0l-.095.282h-.295a.04.04 0 0 0-.024.071l.24.177-.09.281a.04.04 0 0 0 .002.028.04.04 0 0 0 .059.015l.24-.172.24.172c.014.011.033.012.047.002a.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0-.025-.071H6.86Zm-2.269 0-.095-.282c-.008-.026-.034-.034-.05-.025-.009.005-.015.013-.015.027l-.095.281H4.04a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .061.043l.24-.172.24.172c.014.011.033.012.047.002a.04.04 0 0 0 .015-.045l-.09-.281.24-.177a.04.04 0 0 0-.025-.071h-.295Zm-2.268 0-.095-.282c-.011-.038-.06-.038-.065.002l-.095.281h-.296a.04.04 0 0 0-.024.071l.24.177-.098.28a.04.04 0 0 0 .061.043l.24-.172.24.172a.04.04 0 0 0 .062-.043l-.09-.281.24-.177a.04.04 0 0 0-.025-.071h-.295Zm6.705-.282a.037.037 0 0 0-.018-.032.037.037 0 0 0-.055.032l-.096.282h-.295a.04.04 0 0 0-.024.071l.24.177-.09.281a.04.04 0 0 0 .061.043l.24-.172.24.172a.039.039 0 0 0 .022.009.04.04 0 0 0 .04-.052l-.09-.281.24-.177a.04.04 0 0 0-.025-.071h-.295l-.095-.282Zm-7.84-.434L1.095.97C1.082.93 1.034.93 1.029.97l-.095.282H.638a.04.04 0 0 0-.024.071l.24.177-.099.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295Zm2.269 0L3.362.97C3.355.946 3.334.937 3.318.94c-.011.003-.02.013-.021.03l-.095.281h-.296a.04.04 0 0 0-.024.071l.24.177-.099.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176A.04.04 0 0 0 3.79 1.3a.04.04 0 0 0-.038-.05h-.295Zm2.269 0L5.63.97c-.01-.039-.064-.039-.064 0l-.096.281h-.304a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .016.043.04.04 0 0 0 .046 0l.24-.172.24.172a.04.04 0 0 0 .061-.043l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295ZM7.894.97A.037.037 0 0 0 7.86.932.037.037 0 0 0 7.82.97l-.095.281H7.43a.04.04 0 0 0-.024.072l.24.176-.09.282a.04.04 0 0 0 .06.043l.24-.172.24.172a.038.038 0 0 0 .02.008.039.039 0 0 0 .042-.051l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295L7.894.97Zm2.268 0a.034.034 0 0 0-.065.001l-.095.282h-.296a.04.04 0 0 0-.037.027.04.04 0 0 0 .013.044l.24.177-.098.28a.04.04 0 0 0 .062.043l.24-.172.24.172a.04.04 0 0 0 .047.002.04.04 0 0 0 .014-.045l-.09-.282.24-.176a.04.04 0 0 0-.024-.072h-.295L10.162.97Z', clipRule: 'evenodd' }),
1203
1203
  React.createElement("path", { fill: '#F5F5F5', d: 'm1.094 6.817.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177A.04.04 0 0 1 .638 7.1h.296l.095-.282c.005-.04.053-.04.065-.001Zm9.035-.026c.016 0 .03.01.033.026l.096.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282a.033.033 0 0 1 .032-.027Zm-2.269 0c.016 0 .03.01.034.026l.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177a.04.04 0 0 1 .024-.071h.295l.095-.282a.033.033 0 0 1 .032-.027Zm-4.498.026.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c0-.04.053-.04.065-.001Zm2.268 0 .096.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.096-.282c0-.04.053-.04.064-.001Zm-3.402-.744.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.304l.095-.281c.006-.039.054-.039.065 0ZM9.01 6.04a.037.037 0 0 1 .018.032l.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.295l.095-.281a.037.037 0 0 1 .056-.032Zm-2.245.032.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.039.039 0 0 1-.014.045.039.039 0 0 1-.047-.002l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .025-.072h.295l.095-.281c.01-.039.063-.039.074 0Zm-2.269 0 .095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.039.039 0 0 1-.014.045.039.039 0 0 1-.047-.002l-.24-.172-.24.172a.04.04 0 0 1-.061-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.304l.095-.281c.001-.039.054-.039.065 0Zm-1.134-.721.095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .025-.071h.304l.095-.282c0-.033.053-.033.065 0Zm6.8 0 .096.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c.014-.033.067-.033.073 0Zm-9.068 0 .095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .025-.071h.304l.095-.282c.005-.033.053-.033.065 0Zm6.8 0 .095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .025-.071h.295l.095-.282c.014-.033.067-.033.074 0Zm-2.264 0 .096.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.304l.096-.282c0-.033.053-.033.064 0Zm-3.402-.743.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c.006-.04.054-.04.065-.001Zm6.763-.037c.02 0 .037.016.037.037l.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.295l.095-.281c0-.02.017-.037.037-.037Zm-2.226.037.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .025-.072h.295l.095-.281c.01-.039.063-.039.074 0Zm-2.269 0 .095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c.001-.04.054-.04.065-.001Zm-1.134-.716.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c0-.04.053-.04.065-.001Zm6.767-.026c.016 0 .03.01.033.026l.096.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282a.033.033 0 0 1 .032-.027Zm-2.272-.011c.02 0 .037.017.037.037l.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .025-.072h.295l.095-.281c0-.02.016-.037.037-.037Zm-6.763.037.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c.005-.04.053-.04.065-.001Zm4.536 0 .096.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.304l.096-.281c0-.039.053-.039.064 0Zm-3.402-.75.095.282h.295a.04.04 0 0 1 .024.071l-.24.177.09.281a.04.04 0 0 1-.06.044l-.24-.172-.24.172a.04.04 0 0 1-.062-.044l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.304l.095-.282c.006-.033.054-.033.065 0Zm4.537 0 .095.282h.295a.04.04 0 0 1 .024.071l-.24.177.09.281a.04.04 0 0 1-.061.044l-.24-.172-.24.172a.04.04 0 0 1-.062-.044l.09-.281-.24-.177a.04.04 0 0 1 .025-.071h.295l.095-.282c.01-.033.063-.033.074 0Zm-2.269 0 .095.282h.295a.04.04 0 0 1 .024.071l-.24.177.09.281a.04.04 0 0 1-.06.044l-.24-.172-.24.172a.04.04 0 0 1-.062-.044l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.304l.095-.282c.001-.033.054-.033.065 0Zm4.532 0 .095.282h.295a.04.04 0 0 1 .024.071l-.24.177.09.281a.04.04 0 0 1-.06.044l-.24-.172-.24.172a.04.04 0 0 1-.062-.044l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.295l.095-.282c.015-.033.068-.033.074 0ZM5.63 2.428l.096.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.304l.096-.282c0-.033.053-.033.064 0Zm-4.536 0 .095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177A.04.04 0 0 1 .63 2.71h.304l.095-.282c.005-.033.053-.033.065 0Zm2.27 0 .096.282h.297a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.295l.095-.282c.006-.033.058-.033.073 0Zm4.53 0 .095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .025-.071h.295l.095-.282c.014-.033.067-.033.074 0Zm2.268 0 .096.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282c.014-.033.067-.033.073 0Zm-3.397-.744.095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .025-.071h.295l.095-.282c.01-.038.063-.038.074 0Zm-2.269 0 .095.282h.295a.04.04 0 0 1 .024.071l-.24.177.09.281a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.07h.296l.095-.282c0-.04.054-.04.065-.002Zm-2.268 0 .095.282h.295a.04.04 0 0 1 .024.07l-.24.178.09.281a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.07h.296l.095-.282c.006-.04.054-.04.065-.002Zm6.782-.032a.037.037 0 0 1 .018.032l.095.282h.295a.04.04 0 0 1 .024.071l-.24.177.09.281a.04.04 0 0 1-.06.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.281-.24-.177a.04.04 0 0 1 .024-.071h.295l.095-.282a.037.037 0 0 1 .056-.032ZM1.094.97l.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177a.04.04 0 0 1 .024-.071h.296L1.029.97c.005-.04.053-.04.065-.001Zm2.268 0 .095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.099-.28-.24-.177a.04.04 0 0 1 .024-.071h.296L3.297.97c0-.04.053-.04.065-.001Zm2.268 0 .096.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.304L5.566.97c0-.039.053-.039.064 0ZM7.875.937a.037.037 0 0 1 .019.032l.095.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.062.043l-.24-.172-.24.172a.04.04 0 0 1-.06-.043l.09-.282-.24-.176a.04.04 0 0 1 .024-.072h.295L7.82.97a.037.037 0 0 1 .055-.032Zm2.254.006c.016 0 .03.01.033.026l.096.281h.295a.04.04 0 0 1 .024.072l-.24.176.09.282a.04.04 0 0 1-.061.043l-.24-.172-.24.172a.04.04 0 0 1-.062-.043l.098-.28-.24-.177a.04.04 0 0 1 .024-.071h.296l.095-.282a.034.034 0 0 1 .032-.027Z' }),
1204
1204
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1205
- const ForwardRef$s_ = forwardRef(FlagUsaIcon);
1205
+ const ForwardRef$t6 = forwardRef(FlagUsaIcon);
1206
1206
 
1207
1207
  const FlagVietnamIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 16', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1208
1208
  React.createElement("path", { fill: '#EA403F', d: 'M22 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' }),
1209
1209
  React.createElement("path", { fill: '#FFFE4E', d: 'm12 10.45-2.939 2.095 1.084-3.442-2.9-2.148 3.609-.033L12 3.5l1.146 3.422 3.61.033-2.901 2.148 1.084 3.442L12 10.45Z' }),
1210
1210
  React.createElement("path", { fill: '#000', fillOpacity: 0.08, fillRule: 'evenodd', d: 'M22 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z', clipRule: 'evenodd' })));
1211
- const ForwardRef$sZ = forwardRef(FlagVietnamIcon);
1211
+ const ForwardRef$t5 = forwardRef(FlagVietnamIcon);
1212
+
1213
+ const DarkTwentyFourSevenSupportIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1214
+ React.createElement("path", { fill: '#303541', d: 'm62.81 68.47 36.594 12.749c1.573.762 4.198 2.322 5.938 5.264a12.516 12.516 0 0 1 1.757 6.27l.11 28.664c-.112 2.416-1.47 4.512-3.495 5.362-1.836.771-3.556.239-4.064.059l-7.428-2.615-7.48 6.55-.037-9.155-23.053-8.088a13.177 13.177 0 0 1-4.164-3.643c-2.282-3.076-2.549-6.3-2.586-7.588l.054-28.334c-.011-.41-.025-2.486 1.584-4.18.323-.34 1.695-1.701 3.847-1.783a5.497 5.497 0 0 1 2.423.47v-.002Z' }),
1215
+ React.createElement("path", { fill: '#fff', d: 'M84.742 131.055a.287.287 0 0 1-.283-.283l-.035-8.956-22.865-8.02a.318.318 0 0 1-.044-.02 13.346 13.346 0 0 1-4.253-3.723c-2.19-2.955-2.595-6.123-2.642-7.748l.054-28.343c-.021-.76.1-2.728 1.662-4.374.508-.536 1.92-1.79 4.04-1.871a5.821 5.821 0 0 1 2.538.488L99.498 80.95c.01.004.02.007.03.013 2.679 1.298 4.717 3.106 6.058 5.376 1.551 2.625 1.792 5.144 1.796 6.412l.11 28.664c-.116 2.535-1.555 4.737-3.667 5.624-1.767.741-3.431.359-4.267.066l-7.273-2.561-7.356 6.441a.278.278 0 0 1-.187.071v-.002ZM61.77 113.271l23.03 8.079a.283.283 0 0 1 .19.266l.034 8.534 7.013-6.141a.28.28 0 0 1 .28-.054l7.429 2.615c.758.266 2.268.614 3.86-.054 1.912-.802 3.215-2.81 3.321-5.113l-.111-28.65a12.307 12.307 0 0 0-1.718-6.126c-1.28-2.167-3.233-3.9-5.802-5.147L62.717 68.736l-.02-.008a5.224 5.224 0 0 0-2.3-.446c-1.913.074-3.191 1.211-3.652 1.696-1.456 1.535-1.522 3.433-1.507 3.977l-.053 28.343c.043 1.55.43 4.588 2.53 7.418a12.783 12.783 0 0 0 4.052 3.555h.003Z' }),
1216
+ React.createElement("path", { fill: '#282C38', d: 'M114.502 120.94a6.194 6.194 0 0 1-1.664 1.662l-8.861 4.054c1.879-.915 3.125-2.932 3.231-5.242-.037-9.554-.074-19.108-.109-28.663a12.522 12.522 0 0 0-1.758-6.269c-1.738-2.943-4.365-4.503-5.936-5.266L62.81 68.467a5.519 5.519 0 0 0-2.422-.47 5.316 5.316 0 0 0-2.054.501l8.03-3.802c.38-.172.896-.359 1.528-.46a5.945 5.945 0 0 1 2.237.081l35.322 12.23c.475.152.87.283 1.159.38 1.182.4 1.596.576 1.847.688.301.136.543.26.698.34a13.463 13.463 0 0 1 4.792 5.032 13.405 13.405 0 0 1 1.607 5.81l.01 28.374c.02.639-.023 2.226-1.062 3.769Z' }),
1217
+ React.createElement("path", { fill: '#fff', d: 'M103.977 126.939a.283.283 0 0 1-.124-.537c1.793-.874 2.97-2.789 3.072-5-.037-9.54-.074-19.094-.109-28.65a12.325 12.325 0 0 0-1.719-6.125c-1.28-2.166-3.23-3.898-5.801-5.149l-14.125-4.92-22.454-7.823-.021-.009a5.247 5.247 0 0 0-2.299-.445 5.047 5.047 0 0 0-1.944.474.282.282 0 1 1-.24-.512l8.031-3.802a6.226 6.226 0 0 1 1.604-.484 6.171 6.171 0 0 1 2.374.093l17.029 5.897 18.293 6.334c.47.15.866.281 1.156.377 1.119.38 1.561.56 1.872.699a14.311 14.311 0 0 1 .73.356 13.725 13.725 0 0 1 4.893 5.139 13.728 13.728 0 0 1 1.64 5.933l.01 28.385c.026.809-.085 2.406-1.11 3.928a6.487 6.487 0 0 1-1.738 1.738.238.238 0 0 1-.041.023l-4.47 2.045a4276.14 4276.14 0 0 0-4.392 2.01.283.283 0 0 1-.117.025ZM62.913 68.204l22.444 7.82 14.14 4.927.029.013c2.679 1.3 4.717 3.108 6.056 5.376a12.895 12.895 0 0 1 1.798 6.41c.035 9.556.072 19.111.109 28.665-.071 1.538-.617 2.944-1.509 4.014l2.27-1.039 4.447-2.033a5.895 5.895 0 0 0 1.568-1.573c.937-1.39 1.037-2.854 1.014-3.603-.002-9.466-.005-18.924-.01-28.382a13.145 13.145 0 0 0-1.572-5.676 13.167 13.167 0 0 0-4.683-4.92c-.154-.08-.389-.2-.676-.329-.187-.083-.576-.257-1.822-.678a83.7 83.7 0 0 0-1.154-.378l-18.3-6.336-17.014-5.891a5.635 5.635 0 0 0-2.115-.074 5.62 5.62 0 0 0-1.454.437l-5.824 2.758c.765.01 1.54.178 2.257.492h.002Z' }),
1218
+ React.createElement("path", { fill: '#181C25', d: 'M95.144 125.249c-.636.57-1.273 1.139-1.91 1.707-2.83 1.272-5.662 2.543-8.492 3.813l7.48-6.548 2.922 1.028Z' }),
1219
+ React.createElement("path", { fill: '#fff', d: 'M84.742 131.053a.282.282 0 0 1-.186-.495l7.481-6.549a.285.285 0 0 1 .28-.054l2.922 1.029a.283.283 0 0 1 .095.478l-1.91 1.707a.277.277 0 0 1-.073.047l-8.492 3.813a.276.276 0 0 1-.116.025l-.001-.001Zm7.542-6.511-5.934 5.195 6.728-3.021c.508-.452 1.016-.905 1.522-1.359l-2.316-.815Z' }),
1220
+ React.createElement("path", { fill: '#303541', d: 'M77.966 46.288a14.474 14.474 0 0 1-.32 1.727c-1.386 5.822-2.772 11.646-4.155 17.468l-3.362-1.165a5.944 5.944 0 0 0-2.236-.08c-.632.1-1.149.287-1.528.46l-8.022 3.797-.009.004a5.99 5.99 0 0 0-1.793 1.283c-1.61 1.696-1.595 3.771-1.584 4.181a5650.52 5650.52 0 0 1-.01 4.871l-3.518-1.257-10.653 6 2.047-9.105-27.39-9.854c-.759-.404-1.89-1.12-2.968-2.316a10.898 10.898 0 0 1-2.21-3.767c-.838-2.47-.55-4.592-.371-5.792.117-.797.285-1.457.425-1.929 2.033-8.618 4.065-17.234 6.096-25.852a8.593 8.593 0 0 1 1.188-2.836c.872-1.335 1.877-2.058 2.088-2.206 1.205-.847 2.336-1.113 2.974-1.258a9.004 9.004 0 0 1 2.976-.17 8.845 8.845 0 0 1 1.806.4c14.46 5.18 28.92 10.357 43.38 15.535.506.167 1.179.433 1.917.859a10.445 10.445 0 0 1 2.716 2.256 10.7 10.7 0 0 1 1.837 3.094c.214.532.587 1.475.738 2.777.142 1.2.029 2.16-.059 2.875Z' }),
1221
+ React.createElement("path", { fill: '#fff', d: 'M40.776 83.859a.284.284 0 0 1-.276-.345l.846-3.764 1.146-5.097c-9.05-3.258-18.103-6.514-27.155-9.77a11.153 11.153 0 0 1-3.083-2.395 11.235 11.235 0 0 1-2.267-3.865c-.88-2.59-.545-4.842-.384-5.924a14.3 14.3 0 0 1 .432-1.96l.913-3.872c1.727-7.325 3.456-14.647 5.181-21.972a8.819 8.819 0 0 1 1.226-2.925 8.622 8.622 0 0 1 2.162-2.283c1.271-.894 2.489-1.17 3.075-1.303a9.354 9.354 0 0 1 3.07-.175c.63.07 1.257.21 1.864.412l43.386 15.537a10.68 10.68 0 0 1 4.75 3.197 11.05 11.05 0 0 1 1.887 3.171c.209.52.598 1.491.756 2.85.147 1.254.023 2.27-.06 2.942a14.932 14.932 0 0 1-.325 1.761l-4.155 17.465a.283.283 0 0 1-.368.202l-3.348-1.158a5.636 5.636 0 0 0-2.114-.074c-.502.08-.992.227-1.454.437l-8.018 3.797a5.72 5.72 0 0 0-1.717 1.226c-1.458 1.536-1.522 3.434-1.507 3.978-.002 1.633-.005 3.256-.01 4.88a.282.282 0 0 1-.377.266l-.22-.078-3.176-1.136-10.54 5.936a.286.286 0 0 1-.138.037l-.002.002Zm-25.228-19.5c9.123 3.281 18.247 6.564 27.37 9.847.134.048.212.19.18.328l-1.202 5.342-.707 3.142 10.099-5.687a.29.29 0 0 1 .235-.02l3.14 1.123c.004-1.49.007-2.98.008-4.47-.021-.761.098-2.729 1.662-4.375.298-.315.939-.91 1.88-1.345l8.029-3.8a6.225 6.225 0 0 1 1.604-.484 6.17 6.17 0 0 1 2.373.093l3.067 1.062c1.359-5.72 2.72-11.443 4.083-17.163.138-.554.243-1.124.314-1.696.083-.684.2-1.622.06-2.807-.15-1.285-.521-2.208-.72-2.705-.211-.522-.704-1.745-1.79-3.015a10.128 10.128 0 0 0-4.506-3.03 721198.78 721198.78 0 0 1-43.388-15.538 8.519 8.519 0 0 0-1.742-.385 8.793 8.793 0 0 0-2.883.164c-.59.135-1.692.383-2.873 1.212a8.064 8.064 0 0 0-2.015 2.13 8.278 8.278 0 0 0-1.148 2.743L11.496 47l-.915 3.88-.005.016a13.741 13.741 0 0 0-.417 1.89c-.154 1.037-.475 3.199.36 5.66.455 1.342 1.199 2.61 2.15 3.667.82.91 1.788 1.666 2.875 2.246l.004-.001Z' }),
1222
+ React.createElement("path", { fill: '#181C25', d: 'm42.822 74.471-2.047 9.105-5.387 2.473 2.116-9.238 5.318-2.34Z' }),
1223
+ React.createElement("path", { fill: '#fff', d: 'M35.389 86.332a.283.283 0 0 1-.276-.347c.704-3.08 1.41-6.159 2.116-9.238.02-.088.08-.16.161-.195l5.318-2.34a.285.285 0 0 1 .294.042c.082.067.12.176.097.28l-1.201 5.342-.846 3.762a.283.283 0 0 1-.158.195l-5.388 2.474a.288.288 0 0 1-.117.025Zm2.359-9.319c-.652 2.846-1.305 5.693-1.956 8.54 1.578-.726 3.158-1.45 4.738-2.175l.815-3.627 1.078-4.794-4.676 2.056h.001Z' }),
1224
+ React.createElement("path", { fill: '#181C25', d: 'm42.822 74.472-5.318 2.34C23.428 71.975 13.11 68.289 10.821 67.3a10.354 10.354 0 0 1-2.044-1.164c-.368-.272-1.76-1.334-2.876-3.262a11.047 11.047 0 0 1-1.383-4.033c-.19-1.413-.025-2.583.093-3.474.11-.828.26-1.51.387-1.997l6.216-26.265a8.89 8.89 0 0 1 .359-1.132 8.642 8.642 0 0 1 1.078-1.97 7.99 7.99 0 0 1 2.875-2.369c1.785-.799 3.569-1.6 5.354-2.4-.38.172-.785.394-1.2.686-.21.148-1.216.871-2.087 2.206a8.592 8.592 0 0 0-1.189 2.836c-2.03 8.618-4.063 17.234-6.095 25.852-.14.472-.309 1.132-.426 1.93-.178 1.199-.467 3.32.372 5.791a10.898 10.898 0 0 0 2.21 3.767 10.895 10.895 0 0 0 2.968 2.316l27.39 9.854Z' }),
1225
+ React.createElement("path", { fill: '#fff', d: 'M37.504 77.094a.292.292 0 0 1-.092-.015c-13.866-4.765-24.348-8.502-26.703-9.52a10.623 10.623 0 0 1-2.1-1.196 11.342 11.342 0 0 1-4.372-7.486c-.19-1.421-.03-2.62.087-3.493l.007-.056c.09-.691.224-1.374.394-2.03l6.214-26.26a9.08 9.08 0 0 1 1.485-3.205 8.236 8.236 0 0 1 1.504-1.53 8.46 8.46 0 0 1 1.474-.924 8628.02 8628.02 0 0 0 4.233-1.898l1.13-.506c.141-.064.31 0 .373.141.064.142 0 .31-.14.373a7.045 7.045 0 0 0-1.154.661 8.068 8.068 0 0 0-2.014 2.13 8.276 8.276 0 0 0-1.148 2.742C14.955 32.35 13.228 39.675 11.499 47l-.915 3.88-.004.015a13.738 13.738 0 0 0-.417 1.89c-.154 1.038-.475 3.2.36 5.66a10.63 10.63 0 0 0 2.15 3.668c.82.91 1.788 1.666 2.874 2.246 9.123 3.281 18.247 6.564 27.37 9.847a.282.282 0 0 1 .018.525l-5.318 2.339a.293.293 0 0 1-.114.024l.001.001ZM18.407 20.652l-2.765 1.24a7.763 7.763 0 0 0-2.765 2.281 8.669 8.669 0 0 0-1.389 2.998L5.272 53.435a16.252 16.252 0 0 0-.38 1.968l-.008.056c-.118.89-.267 1.997-.086 3.343.183 1.36.648 2.718 1.348 3.93.976 1.685 2.172 2.713 2.8 3.176.606.445 1.255.814 1.988 1.131 2.338 1.01 12.756 4.724 26.559 9.468l4.568-2.01c-8.907-3.205-17.815-6.41-26.723-9.613a11.155 11.155 0 0 1-3.083-2.395 11.234 11.234 0 0 1-2.268-3.865c-.88-2.59-.544-4.843-.383-5.925.098-.66.242-1.32.432-1.96l.913-3.873c1.727-7.324 3.456-14.647 5.181-21.972a8.82 8.82 0 0 1 2.279-4.245l-.002.003Z' }),
1226
+ React.createElement("path", { fill: '#181C25', d: 'm51.428 77.576 3.518 1.258-.007 4.267-8.037-2.976 4.526-2.549Z' }),
1227
+ React.createElement("path", { fill: '#fff', d: 'M54.939 83.384a.29.29 0 0 1-.098-.017l-8.036-2.976a.283.283 0 0 1-.041-.512l4.526-2.548a.279.279 0 0 1 .235-.02l3.297 1.178.219.078a.284.284 0 0 1 .188.267l-.007 4.267a.282.282 0 0 1-.283.283Zm-7.366-3.312c2.36.875 4.722 1.75 7.083 2.622l.006-3.662-.031-.011-3.177-1.136-3.881 2.185v.002Z' }),
1228
+ React.createElement("path", { fill: '#FF444F', d: 'M27.84 80.658H10.044v9.903H27.84v-9.903Z' }),
1229
+ React.createElement("path", { fill: '#fff', d: 'M27.84 90.845H10.045a.284.284 0 0 1-.283-.283v-9.904c0-.155.127-.282.283-.282H27.84c.156 0 .283.127.283.282v9.904a.284.284 0 0 1-.283.283Zm-17.512-.566h17.23V80.94h-17.23v9.338Z' }),
1230
+ React.createElement("path", { fill: '#FF535E', d: 'M35.388 99.155H10.044v9.903h25.344v-9.903Z' }),
1231
+ React.createElement("path", { fill: '#fff', d: 'M35.389 109.341H10.045a.284.284 0 0 1-.283-.283v-9.903c0-.156.127-.283.283-.283h25.344c.155 0 .283.127.283.283v9.903a.284.284 0 0 1-.283.283Zm-25.062-.566h24.779v-9.337H10.327v9.337Z' }),
1232
+ React.createElement("path", { fill: '#FF7E88', d: 'M47.03 117.9H10.044v9.903H47.03V117.9Z' }),
1233
+ React.createElement("path", { fill: '#fff', d: 'M47.03 128.088H10.046a.284.284 0 0 1-.283-.283v-9.904c0-.155.127-.283.283-.283H47.03c.155 0 .282.128.282.283v9.904a.284.284 0 0 1-.282.283Zm-36.703-.566h36.42v-9.338h-36.42v9.338Z' })));
1234
+ const ForwardRef$t4 = forwardRef(DarkTwentyFourSevenSupportIcon);
1235
+
1236
+ const DarkSafeAndSecureIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1237
+ React.createElement("path", { fill: '#303541', d: 'M43.019 76.2c.003.06.017.31-.095.594-.15.379-.438.604-.63.738-1.012.716-1.964.97-1.964.97-.94.252-2.079.556-3.787.633-1.52.069-2.648-.081-3.439-.19 0 0-1.495-.206-2.865-.748a4.264 4.264 0 0 1-1.11-.666c-.323-.27-.448-.454-.521-.6a1.679 1.679 0 0 1-.18-.765l-.012-28.92c-.002-1.08.059-2.503.305-4.153.149-.997.574-3.47 1.784-6.469 1.58-3.92 3.594-6.488 4.127-7.148.718-.893 1.9-2.34 3.82-3.847a21.838 21.838 0 0 1 5.638-3.195 2759.034 2759.034 0 0 0 25.924-10.39 14.903 14.903 0 0 1 3.095-.78 14.534 14.534 0 0 1 3.972-.02 13.671 13.671 0 0 1 4.114 1.238c.57.282 1.956 1.021 3.374 2.416 1.15 1.131 1.802 2.182 2.236 2.895.24.393 1.067 1.784 1.717 3.794.395 1.217.567 2.175.68 2.816.275 1.568.353 2.934.359 3.994l-.035 29.112c.006.078.006.195-.026.33-.046.187-.13.31-.24.469-.073.106-.2.286-.418.48-.052.045-.233.203-.618.407a5.33 5.33 0 0 1-.803.345c-.504.172-.993.34-1.735.496-.95.201-1.69.252-2.186.285-.291.02-.903.052-1.688.03a17.871 17.871 0 0 1-2.666-.27 13.535 13.535 0 0 1-1.821-.455 5.497 5.497 0 0 1-1.194-.525c-.537-.322-.755-.59-.859-.738a1.909 1.909 0 0 1-.29-.61 1.773 1.773 0 0 1-.055-.414l.026-28.504c.003-.19 0-.451-.017-.758-.017-.308-.036-.65-.113-1.078a6.756 6.756 0 0 0-.26-.998L49.15 36.238c-.229.09-.536.22-.878.413a7.5 7.5 0 0 0-1.638 1.264c-.706.712-1.086 1.354-1.53 2.104a15.011 15.011 0 0 0-1.21 2.543c-.172.478-.49 1.444-.68 2.715a14.397 14.397 0 0 0-.16 2.103c-.04 16.38-.063 28.207-.04 28.82h.005Z' }),
1238
+ React.createElement("path", { fill: '#fff', d: 'M35.773 79.436a18.65 18.65 0 0 1-2.705-.21c-.063-.008-1.545-.216-2.93-.766a4.602 4.602 0 0 1-1.186-.71c-.37-.307-.512-.53-.594-.688a1.923 1.923 0 0 1-.211-.895l-.013-28.92c-.001-1.398.102-2.81.31-4.194a29.277 29.277 0 0 1 1.802-6.533c1.436-3.56 3.228-6.053 4.168-7.22.656-.817 1.88-2.336 3.867-3.893a22.098 22.098 0 0 1 5.711-3.236 2858.604 2858.604 0 0 0 25.92-10.388 15.2 15.2 0 0 1 7.215-.816 14.03 14.03 0 0 1 4.2 1.265 13.557 13.557 0 0 1 3.447 2.468c1.2 1.18 1.876 2.287 2.28 2.949.395.648 1.147 2.01 1.746 3.854.409 1.263.584 2.259.689 2.854.233 1.331.356 2.69.363 4.041l-.034 29.105c.009.137-.003.273-.034.405-.058.244-.172.407-.283.565-.07.1-.216.31-.464.53a3.553 3.553 0 0 1-.673.445 5.53 5.53 0 0 1-.844.362c-.498.17-1.011.345-1.767.505-.99.21-1.763.26-2.226.29-.557.037-1.133.047-1.714.03-.921-.026-1.857-.12-2.709-.275-.67-.12-1.26-.269-1.86-.464a5.811 5.811 0 0 1-1.25-.55c-.43-.259-.738-.526-.945-.819a2.212 2.212 0 0 1-.332-.701 1.968 1.968 0 0 1-.064-.481l.026-28.508c.002-.248-.003-.497-.016-.743a7.793 7.793 0 0 0-.109-1.044 6.615 6.615 0 0 0-.158-.672l-25.13 10.123a6.686 6.686 0 0 0-.845.398c-.377.209-.955.59-1.575 1.216-.68.686-1.055 1.318-1.487 2.048a14.74 14.74 0 0 0-1.189 2.493 14.127 14.127 0 0 0-.666 2.662c-.101.68-.154 1.375-.157 2.062-.034 13.873-.065 28.144-.04 28.808l-.282.012.283-.005a1.72 1.72 0 0 1-.115.703c-.17.432-.478.69-.728.866-1.043.737-2.014 1.001-2.055 1.013-.94.251-2.11.563-3.847.642a16.79 16.79 0 0 1-.783.017h-.007Zm39.423-68.034a14.612 14.612 0 0 0-5.083.907 2781.27 2781.27 0 0 1-25.92 10.386 21.556 21.556 0 0 0-5.567 3.154c-1.936 1.518-3.131 3.005-3.775 3.802-.92 1.145-2.676 3.586-4.085 7.078-.84 2.085-1.45 4.3-1.766 6.406a27.583 27.583 0 0 0-.303 4.111l.013 28.92c0 .23.05.444.148.636.057.11.16.269.452.51.442.367.87.557 1.032.622 1.321.523 2.785.73 2.8.731.739.102 1.86.256 3.385.188 1.676-.076 2.813-.379 3.726-.622.01-.003.92-.253 1.875-.928.198-.14.415-.321.53-.611.056-.146.081-.304.075-.472v-.007c-.02-.538-.008-9.16.04-28.831a14.89 14.89 0 0 1 .854-4.914c.173-.482.563-1.46 1.235-2.59.453-.763.843-1.422 1.573-2.16a7.772 7.772 0 0 1 1.7-1.312c.294-.164.602-.308.915-.43l25.408-10.235a.285.285 0 0 1 .373.17 7.29 7.29 0 0 1 .388 2.153c.014.26.02.522.017.778v.021l-.026 28.479c.002.113.017.23.047.344.02.079.085.285.248.516.059.083.236.336.772.659.383.23.731.366 1.136.498.572.188 1.14.328 1.785.444a17.938 17.938 0 0 0 4.284.236c.447-.03 1.196-.078 2.145-.279a12.956 12.956 0 0 0 1.699-.486 5.11 5.11 0 0 0 .764-.328c.32-.17.49-.304.563-.37.198-.175.314-.34.374-.43.108-.152.165-.238.197-.373a.82.82 0 0 0 .02-.243v-.02l.034-29.112a23.676 23.676 0 0 0-.355-3.945 19.557 19.557 0 0 0-.67-2.777 17.896 17.896 0 0 0-1.69-3.734c-.39-.64-1.043-1.71-2.193-2.842a12.964 12.964 0 0 0-3.301-2.363 13.394 13.394 0 0 0-5.876-1.335h.003Z' }),
1239
+ React.createElement("path", { fill: '#303541', d: 'M106.506 57.92c-.099 1.184-.756 1.98-1.298 2.635-.826 1-1.704 1.53-2.496 2.007-.882.533-1.676.871-2.253 1.085C84.64 70.02 68.822 76.396 53.003 82.769c-.915.347-2.2.795-3.767 1.22-4.254 1.15-7.635 1.32-10.782 1.463-1.992.09-4.928.21-8.786-.187a52.476 52.476 0 0 1-7.163-1.251c-2.119-.522-4.414-1.227-6.882-2.536-1.233-.654-2.443-1.423-3.314-2.815-.352-.561-.873-1.417-.826-2.556.054-1.295.812-2.195 1.385-2.875.86-1.021 1.792-1.55 2.769-2.103.655-.372 1.253-.63 2.45-1.146.946-.407 1.738-.72 2.288-.93 2.683-1.082 5.366-2.165 8.05-3.245 0 3.452.002 6.906.004 10.359 0 .172.024.462.18.765.074.146.199.33.522.6a4.285 4.285 0 0 0 1.108.664c1.372.544 2.866.75 2.866.75.79.109 1.917.257 3.438.19 1.707-.078 2.846-.382 3.788-.633 0 0 .951-.254 1.964-.97.191-.134.48-.36.63-.738.111-.285.096-.534.094-.594-.017-.443-.01-6.702.01-16.29l17.175-6.913a51.654 51.654 0 0 1 5.788-2.256c1.16-.376 2.428-.784 4.154-1.164a33.426 33.426 0 0 1 3.104-.539 30.513 30.513 0 0 1 1.689-.154c-.001 2.819-.004 5.638-.007 8.456.001.104.013.248.055.415.017.066.086.32.29.608.103.147.321.416.858.738.4.24.768.386 1.193.525.68.222 1.29.358 1.823.454.407.074 1.38.233 2.665.27a18.73 18.73 0 0 0 1.687-.03 14.635 14.635 0 0 0 2.187-.285 13.2 13.2 0 0 0 1.734-.495c.14-.048.44-.153.802-.345.386-.204.567-.361.62-.408.217-.193.344-.373.418-.48.11-.156.195-.28.24-.469.031-.134.031-.25.026-.328.002-2.887.007-5.772.01-8.657a33.3 33.3 0 0 1 2.12.23c1.813.256 3.157.603 4.063.839 1.367.356 2.608.679 4.194 1.338 1.041.431 2.137.894 3.424 1.786 1.208.838 2.325 1.634 2.875 3.085.126.331.358.966.29 1.788Z' }),
1240
+ React.createElement("path", { fill: '#fff', d: 'M35.086 85.823c-1.536 0-3.368-.063-5.448-.277a52.46 52.46 0 0 1-7.2-1.259c-1.844-.454-4.3-1.155-6.948-2.56-1.24-.659-2.515-1.466-3.422-2.916-.343-.549-.919-1.468-.868-2.717.058-1.392.863-2.346 1.45-3.045.895-1.064 1.888-1.625 2.847-2.168.662-.377 1.257-.633 2.442-1.145l.034-.014a60.29 60.29 0 0 1 2.3-.935l.467-.188 7.578-3.055a.284.284 0 0 1 .39.263l.003 10.36c0 .23.05.443.149.634.056.112.157.269.451.512.44.364.869.555 1.031.62 1.325.524 2.785.73 2.8.732.739.102 1.855.256 3.387.187 1.67-.076 2.806-.377 3.718-.62.018-.007.928-.257 1.884-.931.185-.13.413-.319.53-.612.084-.212.078-.404.075-.468v-.015c-.015-.402-.012-5.581.01-16.297 0-.116.07-.219.177-.261 5.725-2.304 11.45-4.608 17.175-6.914a52.017 52.017 0 0 1 5.806-2.261c1.07-.347 2.4-.778 4.18-1.171a34.49 34.49 0 0 1 3.13-.544c.578-.069 1.152-.121 1.707-.155a.275.275 0 0 1 .212.076.28.28 0 0 1 .089.207c0 2.584-.004 5.168-.006 7.752v.704c0 .112.017.23.045.345.02.078.084.283.248.515.06.084.236.337.772.66.386.231.733.367 1.134.497.572.187 1.139.328 1.785.444a18.068 18.068 0 0 0 4.284.236c.445-.03 1.19-.077 2.146-.28.73-.152 1.2-.315 1.7-.485.123-.042.409-.14.761-.326a2.97 2.97 0 0 0 .565-.37c.199-.178.313-.342.374-.43.105-.148.166-.239.198-.374.019-.078.024-.16.019-.242v-.021l.01-8.658a.282.282 0 0 1 .304-.283c.73.057 1.43.133 2.138.232 1.859.262 3.259.627 4.095.845l.027.007c1.342.35 2.61.681 4.203 1.343 1.002.415 2.136.886 3.477 1.815 1.172.813 2.386 1.655 2.978 3.216.115.3.382 1.006.307 1.911-.106 1.275-.803 2.116-1.362 2.792-.86 1.041-1.768 1.587-2.568 2.07-.724.438-1.498.81-2.301 1.107l-47.449 19.12a41.6 41.6 0 0 1-3.8 1.23c-4.362 1.18-7.804 1.335-10.842 1.474-.865.038-2.003.089-3.38.089l.002.002ZM28.14 66.226l-7.189 2.898-.47.19a61.15 61.15 0 0 0-2.284.927l-.034.014c-1.167.504-1.754.757-2.389 1.118-.959.542-1.862 1.055-2.693 2.04-.565.671-1.268 1.506-1.318 2.704-.044 1.075.474 1.9.784 2.393.79 1.261 1.853 1.997 3.206 2.715 2.594 1.377 5.006 2.065 6.818 2.51a52.016 52.016 0 0 0 7.124 1.246c3.903.401 6.933.267 8.745.185 3.008-.137 6.418-.291 10.72-1.454a40.943 40.943 0 0 0 3.743-1.21l47.45-19.122a12.92 12.92 0 0 0 2.212-1.065c.762-.46 1.626-.978 2.424-1.944.536-.648 1.143-1.382 1.235-2.479.065-.777-.163-1.376-.272-1.663-.53-1.399-1.619-2.154-2.772-2.953-1.291-.895-2.396-1.354-3.372-1.758-1.557-.648-2.806-.973-4.13-1.318l-.027-.007a34.007 34.007 0 0 0-4.03-.832 32.261 32.261 0 0 0-1.798-.204l-.01 8.34c.008.135-.003.271-.033.403-.06.248-.174.411-.284.568a2.786 2.786 0 0 1-.463.528 3.41 3.41 0 0 1-.675.445c-.39.208-.719.32-.842.362-.494.17-1.004.344-1.768.505-.996.211-1.767.262-2.226.292a18.574 18.574 0 0 1-4.42-.245 13.651 13.651 0 0 1-1.862-.464 5.877 5.877 0 0 1-1.25-.552c-.43-.258-.738-.526-.945-.819a2.175 2.175 0 0 1-.332-.701 1.981 1.981 0 0 1-.064-.481v-.709c.003-2.482.006-4.965.007-7.45-.45.033-.91.079-1.372.134a33.932 33.932 0 0 0-3.077.534c-1.754.387-3.07.814-4.127 1.157a51.574 51.574 0 0 0-5.757 2.244l-17.01 6.848c-.022 10.577-.026 15.691-.01 16.087v.016c.002.092.01.372-.115.693-.174.438-.5.704-.73.865-1.04.737-2.013 1.002-2.054 1.013-.949.252-2.116.563-3.848.642a18.254 18.254 0 0 1-3.49-.192c-.062-.009-1.543-.218-2.93-.767a4.599 4.599 0 0 1-1.184-.71c-.375-.31-.515-.532-.594-.69a1.92 1.92 0 0 1-.21-.892l-.005-9.94-.003.005Z' }),
1241
+ React.createElement("path", { fill: '#FF7E88', d: 'm80.219 93.591 8.646 3.075a5.171 5.171 0 0 1 1.593 1.113c.305.316.612.717 1.103 1.713.438.887.82 1.836 1.188 3.016.43 1.376.648 2.449.829 3.354.29 1.453.431 2.57.48 2.976.167 1.415.107 1.614.238 3.215.163 1.972.303 3.559.839 5.414.327 1.13.7 2.016.952 2.563a42360.23 42360.23 0 0 1-14.35 5.85 3.175 3.175 0 0 0-.68.359c-.26.183-.684.538-1.237 1.577-.496.932-.348 1.006-.819 1.798-.536.901-.92 1.129-1.098 1.218-.133.066-.594.3-1.118.199-.66-.126-1.063-.71-1.398-1.278a14.784 14.784 0 0 1-1.537-3.675c-.429-1.666-.583-3.001-.719-4.213-.147-1.307-.08-1.263-.253-3.016-.15-1.534-.259-2.645-.532-4.1a30.998 30.998 0 0 0-.892-3.594 21.064 21.064 0 0 0-1.279-3.168c-.56-1.115-.916-1.572-1.37-1.944-.498-.408-1.034-.653-1.412-.824-.61-.279-1.014-.378-1.61-.559a25.718 25.718 0 0 1-2.357-.851l-.01-3.407 16.803-6.81Z' }),
1242
+ React.createElement("path", { fill: '#fff', d: 'M77.05 131.339c-.107 0-.213-.01-.317-.03-.746-.143-1.204-.762-1.589-1.412a15.07 15.07 0 0 1-1.568-3.748c-.442-1.718-.6-3.123-.726-4.251-.075-.668-.095-.993-.119-1.368-.024-.371-.05-.791-.134-1.652-.15-1.529-.259-2.634-.53-4.075a30.57 30.57 0 0 0-.883-3.561 20.769 20.769 0 0 0-1.262-3.126c-.561-1.119-.9-1.526-1.298-1.851-.47-.387-.979-.618-1.35-.787-.479-.219-.825-.321-1.262-.452l-.313-.094a25.71 25.71 0 0 1-2.382-.861.284.284 0 0 1-.174-.26l-.01-3.408c0-.116.07-.219.177-.263l16.803-6.808a.28.28 0 0 1 .2-.005l8.647 3.075.021.009c.64.29 1.207.684 1.679 1.174.335.346.659.783 1.154 1.783.465.942.847 1.912 1.205 3.057.443 1.418.67 2.554.836 3.383a38.31 38.31 0 0 1 .482 2.997c.1.826.12 1.237.146 1.758.018.372.04.795.095 1.468.155 1.874.29 3.494.829 5.359.249.863.564 1.713.936 2.523.032.071.034.15.005.222a.282.282 0 0 1-.156.159l-14.35 5.85a2.835 2.835 0 0 0-.624.329c-.248.173-.637.515-1.15 1.478-.23.432-.313.665-.394.89-.089.25-.174.486-.43.919-.544.914-.954 1.195-1.215 1.327-.336.17-.664.254-.98.254l.002-.002ZM63.71 103.618a24.94 24.94 0 0 0 2.465.865c.441.131.82.244 1.337.479.376.171.946.431 1.474.864.53.436.909.969 1.444 2.035.76 1.515 1.162 2.791 1.295 3.211.36 1.14.662 2.361.9 3.627.276 1.466.385 2.581.536 4.122.085.873.112 1.297.136 1.674.022.367.043.686.116 1.34.124 1.112.28 2.494.711 4.174.144.562.58 2.036 1.506 3.601.296.498.657 1.04 1.208 1.145.284.055.6-.005.938-.174.114-.058.46-.232.983-1.111.23-.386.301-.587.385-.82.083-.233.178-.497.427-.965.564-1.059 1.004-1.452 1.325-1.676.228-.158.477-.291.74-.391l14.073-5.739a18.664 18.664 0 0 1-.846-2.332c-.554-1.921-.69-3.566-.849-5.469a39.287 39.287 0 0 1-.096-1.485c-.025-.51-.045-.913-.141-1.719a38.54 38.54 0 0 0-.475-2.953c-.173-.863-.388-1.935-.822-3.325a20.107 20.107 0 0 0-1.171-2.975c-.461-.935-.756-1.332-1.054-1.64a4.836 4.836 0 0 0-1.495-1.047l-8.533-3.035-16.526 6.697.009 3.028v-.006Z' }),
1243
+ React.createElement("path", { fill: '#FF444F', d: 'm82.904 94.546-2.686-.955-16.803 6.809.03-2.077a7.065 7.065 0 0 1 .47-2.306c.204-.53.56-1.423 1.426-2.246.61-.58 1.235-.9 1.643-1.071l2.219-.9c4.197-1.701 7.303-2.954 8.093-3.274 1.29-.523 3.217-1.305 5.598-2.276.003 2.764.005 5.53.01 8.296Z' }),
1244
+ React.createElement("path", { fill: '#fff', d: 'M63.416 100.681a.288.288 0 0 1-.16-.049.285.285 0 0 1-.123-.238l.03-2.076c.03-.833.193-1.641.489-2.405.198-.512.566-1.465 1.496-2.349a5.673 5.673 0 0 1 1.727-1.126l.515-.208 1.707-.691c3.085-1.25 5.58-2.26 7-2.833l1.093-.443c1.29-.523 3.218-1.306 5.599-2.276a.283.283 0 0 1 .388.262l.01 8.295a.282.282 0 0 1-.377.267l-2.584-.919-.72.291-15.983 6.477a.28.28 0 0 1-.106.021h-.001Zm19.196-14.012c-2.203.897-3.99 1.622-5.21 2.117l-1.094.443c-1.42.573-3.914 1.581-6.999 2.832-.274.111-1.12.453-1.708.693l-.51.206a5.1 5.1 0 0 0-1.554 1.014c-.837.796-1.177 1.673-1.358 2.143a6.778 6.778 0 0 0-.45 2.215l-.025 1.643c5.197-2.104 10.392-4.21 15.588-6.316l.82-.333a.281.281 0 0 1 .201-.004l2.308.82c-.004-2.49-.006-4.984-.008-7.473h-.001Z' }),
1245
+ React.createElement("path", { fill: '#181C25', d: 'M89.99 97.356a5.228 5.228 0 0 0-1.126-.689l-5.96-2.12-.01-8.295c1.3-.522 2.6-1.044 3.9-1.564a2.198 2.198 0 0 1 2.053.302c.317.24.475.503.615.736.058.095.336.566.447 1.264.04.256.048.473.047.625l.034 9.741Z' }),
1246
+ React.createElement("path", { fill: '#fff', d: 'M89.99 97.639a.281.281 0 0 1-.176-.062 4.943 4.943 0 0 0-1.055-.647l-5.95-2.116a.282.282 0 0 1-.187-.265l-.01-8.296c0-.116.07-.219.177-.263l3.899-1.564c.386-.14.795-.183 1.191-.127.56.077.955.326 1.14.468.362.274.542.574.686.814.083.136.368.644.484 1.365.035.228.052.454.05.672l.034 9.737a.286.286 0 0 1-.282.284Zm-6.802-3.291L88.96 96.4l.02.009c.252.113.496.245.725.393l-.033-9.186c0-.133-.005-.338-.043-.583a3.316 3.316 0 0 0-.41-1.16c-.132-.222-.268-.448-.544-.657a1.91 1.91 0 0 0-1.786-.262c-1.232.493-2.472.991-3.713 1.49l.01 7.904.001-.001Z' }),
1247
+ React.createElement("path", { fill: '#FF444F', d: 'm67.189 105.131-3.763 1.595v-2.916c.976.406 1.785.676 2.357.851.526.162.905.258 1.406.47Z' }),
1248
+ React.createElement("path", { fill: '#fff', d: 'M63.426 107.008a.28.28 0 0 1-.155-.046.285.285 0 0 1-.127-.236v-2.917a.281.281 0 0 1 .391-.26 26.258 26.258 0 0 0 2.644.936c.382.113.711.212 1.121.386a.283.283 0 0 1 0 .521l-3.762 1.595a.269.269 0 0 1-.11.023l-.002-.002Zm.283-2.779v2.069l2.71-1.149c-.131-.042-.263-.081-.403-.124l-.317-.094c-.66-.203-1.33-.439-1.99-.702Z' }),
1249
+ React.createElement("path", { fill: '#181C25', d: 'M70.681 109.076c-1.103.464-2.208.927-3.312 1.388a4.745 4.745 0 0 1-.748.285c-.39.111-.74.211-1.188.15a1.887 1.887 0 0 1-.71-.23c-.426-.243-.631-.598-.788-.869-.263-.454-.345-.858-.42-1.237a5.429 5.429 0 0 1-.1-1.064c.003-.257.008-.516.01-.773l3.763-1.596c.066.027.134.057.205.089.376.173.912.417 1.41.826.454.372.812.829 1.372 1.944.19.38.36.745.506 1.087Z' }),
1250
+ React.createElement("path", { fill: '#fff', d: 'M65.704 111.2c-.099 0-.2-.007-.31-.021a2.176 2.176 0 0 1-.812-.266c-.49-.28-.72-.677-.89-.967-.293-.505-.384-.962-.456-1.328a5.726 5.726 0 0 1-.105-1.12l.01-.776c0-.111.07-.213.173-.257l3.762-1.595a.28.28 0 0 1 .217-.002c.07.028.142.06.217.095.382.175.95.436 1.471.864.53.434.908.968 1.446 2.035.182.364.355.736.513 1.104a.284.284 0 0 1-.151.374c-1.102.462-2.204.924-3.307 1.384a5.29 5.29 0 0 1-.786.3c-.327.093-.635.179-.996.179l.004-.003Zm-1.997-4.287-.007.589c-.001.336.03.676.093 1.007.071.359.145.731.388 1.15.154.264.325.56.684.763.26.149.504.183.607.197.386.052.686-.032 1.064-.14a4.41 4.41 0 0 0 .711-.272l.014-.005 3.048-1.275c-.121-.271-.25-.544-.384-.811-.563-1.121-.903-1.526-1.299-1.852-.467-.383-.971-.615-1.34-.783a3.619 3.619 0 0 0-.095-.043l-3.483 1.477-.001-.002Z' }),
1251
+ React.createElement("path", { fill: '#282C38', d: 'm106.555 107.969-.041-50.182a2.03 2.03 0 0 1-.008.133c-.099 1.184-.757 1.98-1.298 2.635-.826 1-1.705 1.53-2.497 2.007a13.18 13.18 0 0 1-2.253 1.085L53.003 82.769c-.915.346-2.2.795-3.768 1.22-4.253 1.149-7.635 1.32-10.782 1.463-1.991.09-4.927.21-8.786-.187a52.481 52.481 0 0 1-7.162-1.251c-2.119-.522-4.415-1.227-6.883-2.536-1.233-.654-2.442-1.423-3.313-2.815-.324-.516-.791-1.283-.826-2.29l-.067 51.331c.008.212.035.507.12.851.06.245.212.765.652 1.439.525.799 1.133 1.316 1.557 1.65 1.238.972 2.507 1.635 3.768 2.182.72.313 1.826.756 3.528 1.252 2.977.869 5.357 1.195 6.976 1.41a58.65 58.65 0 0 0 5.323.453c.533.023 1.893.071 3.662.041a57.173 57.173 0 0 0 4.885-.267c1.586-.159 4.217-.432 7.495-1.317 2.11-.57 3.785-1.204 5.004-1.665a64.945 64.945 0 0 0 3.195-1.304c5.406-2.187 10.81-4.375 16.215-6.56-.388-1.568-.536-2.843-.667-4.002-.147-1.307-.08-1.263-.253-3.016-.15-1.535-.258-2.645-.532-4.1a31.026 31.026 0 0 0-.892-3.594 21.355 21.355 0 0 0-.77-2.079l-3.313 1.386a4.864 4.864 0 0 1-.748.286c-.39.11-.74.21-1.188.149a1.887 1.887 0 0 1-.71-.23c-.426-.243-.631-.598-.788-.868-.263-.455-.345-.859-.42-1.238a5.421 5.421 0 0 1-.1-1.064c.003-.257.008-.516.01-.773v-2.917c-.002-1.137-.007-2.273-.01-3.408l.03-2.077a7.06 7.06 0 0 1 .47-2.307c.205-.53.561-1.422 1.427-2.246.61-.58 1.235-.9 1.642-1.07l2.22-.9c4.197-1.701 7.303-2.954 8.092-3.274 1.29-.523 3.218-1.306 5.598-2.276 1.3-.522 2.6-1.044 3.9-1.564a2.184 2.184 0 0 1 2.054.303c.316.24.475.502.615.735.058.095.335.566.447 1.265.04.256.048.472.046.625l.034 9.74c.156.123.313.265.467.425.306.317.611.717 1.103 1.713.437.886.82 1.835 1.188 3.015.429 1.376.647 2.448.83 3.353.29 1.453.43 2.57.477 2.976.17 1.415.108 1.614.24 3.215.158 1.897.292 3.437.78 5.204l6.269-2.538a14.727 14.727 0 0 0 1.717-.978c1.33-.882 2.26-1.495 2.855-2.676.484-.958.594-1.982.62-2.276.029-.335.027-.618.019-.819Z' }),
1252
+ React.createElement("path", { fill: '#fff', d: 'M35.88 137.274a61.291 61.291 0 0 1-7.9-.507c-1.478-.196-3.953-.525-7.017-1.418-1.78-.519-2.884-.971-3.561-1.265-1.53-.663-2.747-1.369-3.83-2.219-.473-.372-1.084-.902-1.62-1.718-.338-.518-.57-1.032-.69-1.528a4.625 4.625 0 0 1-.129-.907l.067-51.341c0-.155.124-.28.278-.283a.288.288 0 0 1 .287.273c.034.954.503 1.703.784 2.15.79 1.261 1.853 1.997 3.207 2.715 2.593 1.376 5.005 2.065 6.817 2.51a52.012 52.012 0 0 0 7.124 1.245c3.902.402 6.933.268 8.745.186 3.008-.138 6.419-.292 10.721-1.454a40.764 40.764 0 0 0 3.741-1.211l47.45-19.121a12.921 12.921 0 0 0 2.212-1.065c.762-.46 1.626-.979 2.424-1.945.536-.648 1.143-1.382 1.235-2.478a1.26 1.26 0 0 0 .007-.119.283.283 0 0 1 .283-.274h.004a.284.284 0 0 1 .279.283c.012 16.726.026 33.451.041 50.176.009.297.002.576-.022.849-.034.397-.167 1.424-.649 2.377-.628 1.246-1.6 1.89-2.945 2.78a15.027 15.027 0 0 1-1.775 1.01l-6.268 2.537a.28.28 0 0 1-.378-.187c-.505-1.827-.636-3.415-.789-5.256a38.765 38.765 0 0 1-.096-1.485c-.026-.51-.046-.912-.143-1.72a37.926 37.926 0 0 0-.475-2.954c-.176-.867-.394-1.948-.822-3.325a20.01 20.01 0 0 0-1.173-2.975c-.462-.935-.755-1.332-1.053-1.64a4.428 4.428 0 0 0-.439-.4.281.281 0 0 1-.107-.22l-.034-9.74c0-.134-.006-.339-.044-.584a3.312 3.312 0 0 0-.409-1.16c-.133-.221-.269-.448-.544-.657a1.909 1.909 0 0 0-1.787-.262l-3.89 1.562c-2.378.97-4.306 1.752-5.596 2.276l-1.095.442c-1.42.573-3.913 1.581-6.998 2.832l-1.709.693-.51.206a5.101 5.101 0 0 0-1.553 1.014c-.837.797-1.177 1.674-1.358 2.143a6.778 6.778 0 0 0-.451 2.215l-.03 2.071.01 3.404-.01 3.695c-.001.336.03.676.094 1.007.07.359.144.731.387 1.149.154.265.325.561.685.764.258.149.503.183.606.197.387.052.686-.033 1.064-.14a4.41 4.41 0 0 0 .712-.272c.004-.001.008-.004.014-.005l3.312-1.386a.283.283 0 0 1 .37.148c.38.88.627 1.624.78 2.106.36 1.136.662 2.356.9 3.626.277 1.474.386 2.586.536 4.126.086.873.113 1.299.135 1.673.023.368.043.685.116 1.338.12 1.058.266 2.375.66 3.966a.282.282 0 0 1-.169.33l-9.813 3.97-6.401 2.59a67.921 67.921 0 0 1-3.201 1.307c-1.228.464-2.907 1.1-5.03 1.673-3.361.908-6.08 1.179-7.54 1.325-2.224.224-4.036.253-4.907.269-.396.007-.774.01-1.128.01l.002.003ZM11.765 78.3l-.063 49.404c.01.257.048.525.111.783.106.435.313.89.614 1.353.49.745 1.057 1.237 1.495 1.582 1.058.832 2.2 1.492 3.706 2.146.663.288 1.745.73 3.493 1.24 3.024.881 5.471 1.207 6.933 1.402.944.126 2.886.352 5.299.45.643.027 1.97.069 3.646.041a57.02 57.02 0 0 0 4.861-.266c1.444-.144 4.133-.413 7.45-1.308 2.096-.566 3.76-1.197 4.977-1.657a63.914 63.914 0 0 0 3.182-1.298l6.41-2.594c3.195-1.293 6.392-2.587 9.587-3.878-.36-1.521-.5-2.779-.615-3.801-.075-.666-.095-.99-.12-1.365-.022-.37-.049-.79-.133-1.654-.149-1.525-.256-2.627-.53-4.077a31.356 31.356 0 0 0-.883-3.561 21.563 21.563 0 0 0-.653-1.795c-1.014.426-2.03.85-3.046 1.275-.255.121-.52.222-.787.299-.415.118-.8.227-1.303.159a2.175 2.175 0 0 1-.812-.266c-.491-.28-.722-.678-.891-.968-.293-.504-.384-.961-.456-1.328a5.72 5.72 0 0 1-.104-1.12l.01-.775-.01-6.321.03-2.08c.029-.833.193-1.641.489-2.405.198-.512.565-1.465 1.496-2.349a5.675 5.675 0 0 1 1.727-1.126l.515-.208 1.707-.691c3.085-1.25 5.58-2.26 7-2.833l1.093-.443c1.29-.523 3.218-1.306 5.598-2.276l3.9-1.564c.387-.14.796-.183 1.192-.127.56.077.954.326 1.14.468.362.274.541.574.686.814.083.136.368.644.484 1.365.035.228.052.454.05.672l.034 9.604c.133.112.263.233.388.362.334.346.658.782 1.153 1.783.466.948.85 1.92 1.205 3.057.438 1.406.659 2.5.836 3.382.257 1.289.404 2.342.482 2.998.099.826.12 1.238.146 1.758.018.372.04.795.096 1.467.141 1.706.264 3.192.689 4.844l5.963-2.413c.577-.28 1.14-.601 1.676-.956 1.326-.878 2.199-1.455 2.759-2.567.438-.867.559-1.808.59-2.173.022-.253.028-.509.018-.785v-.009c-.014-16.11-.027-32.221-.039-48.331-.249.42-.544.776-.808 1.096-.86 1.041-1.768 1.587-2.569 2.07-.724.438-1.497.81-2.301 1.107l-47.448 19.12a41.641 41.641 0 0 1-3.8 1.23c-4.362 1.18-7.805 1.335-10.843 1.474-1.827.082-4.884.217-8.828-.188a52.49 52.49 0 0 1-7.201-1.26c-1.843-.453-4.298-1.155-6.947-2.56-1.24-.658-2.515-1.466-3.422-2.916a8.695 8.695 0 0 1-.305-.513h.001Z' }),
1253
+ React.createElement("path", { fill: '#FF7E88', d: 'm108.582 125.31-21.29 8.556a114.62 114.62 0 0 0-1.357-3.98c-.293-.812-.546-1.482-1.094-2.252-.478-.672-1.073-1.483-2.087-1.691a2.673 2.673 0 0 0-1.386.104c.14-.075.266-.128.367-.168 4.784-1.95 9.567-3.899 14.35-5.85l6.756-2.696c.148-.065.384-.145.679-.15.495-.005.855.211 1.158.399.14.088.597.385 1.158 1.109.259.334.507.714.849 1.398a18.5 18.5 0 0 1 .908 2.157c.279.772.628 1.807.989 3.064Z' }),
1254
+ React.createElement("path", { fill: '#fff', d: 'M87.293 134.149a.28.28 0 0 1-.269-.196c-.43-1.338-.885-2.675-1.355-3.97-.308-.855-.548-1.468-1.058-2.184-.44-.618-.987-1.389-1.913-1.579a2.363 2.363 0 0 0-1.24.097.284.284 0 0 1-.223-.518c.128-.068.26-.129.4-.182l14.345-5.849 6.757-2.697a2.01 2.01 0 0 1 .779-.17h.021c.58 0 1.007.266 1.29.441.409.256.835.662 1.232 1.176.31.4.564.819.878 1.444.425.846.693 1.551.921 2.188.357.989.692 2.025.994 3.082a.283.283 0 0 1-.166.341l-21.29 8.555a.274.274 0 0 1-.106.02l.003.001Zm-4.355-8.453c1.067.273 1.68 1.138 2.135 1.775.55.773.814 1.449 1.128 2.319.437 1.21.863 2.453 1.268 3.7l20.77-8.346c-.28-.96-.587-1.901-.913-2.802a18.281 18.281 0 0 0-.895-2.126c-.366-.731-.61-1.08-.819-1.35-.358-.461-.733-.822-1.085-1.043-.254-.158-.573-.356-.99-.356h-.014a1.476 1.476 0 0 0-.569.126l-6.763 2.698-13.253 5.403v.002Z' }),
1255
+ React.createElement("path", { fill: '#FF444F', d: 'm85.097 128.019-5.151 2.067c-.71.263-1.419.526-2.129.787l.085-.042c.177-.089.563-.317 1.1-1.218.469-.79.32-.864.818-1.796.553-1.04.976-1.396 1.238-1.578.107-.075.213-.139.31-.191l.008-.003c.311-.103.81-.218 1.379-.102 1.014.208 1.61 1.02 2.088 1.692.093.13.176.258.254.384Z' }),
1256
+ React.createElement("path", { fill: '#fff', d: 'M77.817 131.156a.283.283 0 0 1-.123-.537l.075-.039c.12-.06.467-.234.989-1.113.228-.384.3-.585.383-.819a6.35 6.35 0 0 1 .429-.966c.564-1.06 1.004-1.454 1.325-1.677.108-.075.22-.144.34-.208.01-.006.022-.011.035-.016a2.924 2.924 0 0 1 1.542-.116c1.144.235 1.79 1.143 2.261 1.805.085.119.17.246.265.4a.282.282 0 0 1-.136.412l-5.151 2.066-.572.213-1.564.578a.304.304 0 0 1-.098.017Zm3.665-4.848a2.614 2.614 0 0 0-.262.162c-.247.173-.636.514-1.15 1.48-.231.432-.313.666-.394.891-.09.249-.174.485-.43.916a6.723 6.723 0 0 1-.24.375l.278-.103.564-.21 4.825-1.934-.06-.085c-.44-.62-.988-1.389-1.915-1.58a2.356 2.356 0 0 0-1.216.088Z' })));
1257
+ const ForwardRef$t3 = forwardRef(DarkSafeAndSecureIcon);
1258
+
1259
+ const DarkRegulatedIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1260
+ React.createElement("path", { fill: '#181C25', d: 'M60.838 92.323a12.323 12.323 0 0 1-2.875 3.246c-3.912 3.079-8.431 2.707-9.638 2.608-5.848-.48-9.466-4.328-10.702-5.644-1.011-1.075-3.262-3.53-4.26-7.507-.324-1.29-1.092-4.532.16-8.36.371-1.138 1.748-5.145 5.75-7.508a11.654 11.654 0 0 1 2.385-1.068 15.094 15.094 0 0 0-1.544 3.344c-1.252 3.828-.484 7.07-.16 8.36.998 3.979 3.25 6.433 4.26 7.508 1.237 1.316 4.854 5.163 10.702 5.644.83.068 3.23.265 5.922-.623Z' }),
1261
+ React.createElement("path", { fill: '#fff', d: 'M49.795 98.52c-.488 0-.984-.02-1.492-.062-5.959-.488-9.669-4.435-10.887-5.73-.9-.957-3.29-3.499-4.327-7.633-.282-1.12-1.138-4.531.165-8.517 1.112-3.4 3.144-6.05 5.875-7.663.767-.453 1.589-.82 2.443-1.094a.284.284 0 0 1 .327.42c-.931 1.491-1.37 2.84-1.517 3.282-1.251 3.83-.425 7.123-.154 8.203 1 3.986 3.32 6.454 4.192 7.383 4.78 5.085 9.1 5.44 10.52 5.557.787.064 3.174.26 5.81-.61a.284.284 0 0 1 .331.417 12.574 12.574 0 0 1-2.941 3.32c-2.306 1.814-5.107 2.729-8.342 2.729l-.003-.002ZM41.02 68.618c-.556.219-1.092.482-1.602.783-2.613 1.542-4.557 4.085-5.627 7.352-1.253 3.83-.425 7.122-.154 8.204 1.003 3.991 3.32 6.455 4.192 7.383 4.78 5.084 9.1 5.438 10.52 5.555 3.728.306 6.903-.551 9.44-2.548a11.956 11.956 0 0 0 2.389-2.532c-2.437.646-4.544.475-5.283.414-5.959-.49-9.667-4.437-10.886-5.732-.901-.96-3.293-3.505-4.328-7.632-.282-1.12-1.137-4.532.165-8.517.128-.39.478-1.463 1.176-2.729l-.002-.001Z' }),
1262
+ React.createElement("path", { fill: '#FF444F', d: 'M61.956 90.03a13.48 13.48 0 0 1-1.117 2.293c-2.691.888-5.092.691-5.922.624-5.848-.481-9.465-4.329-10.702-5.645-1.01-1.075-3.262-3.53-4.26-7.508-.324-1.29-1.092-4.531.16-8.36.187-.576.633-1.884 1.544-3.344 4.807-1.53 9.465.402 10.554.855 7.164 2.973 9.415 9.96 9.797 11.235.497 1.657 1.599 5.542-.053 9.85Z' }),
1263
+ React.createElement("path", { fill: '#fff', d: 'M56.379 93.294c-.672 0-1.188-.042-1.485-.066-5.959-.49-9.667-4.437-10.887-5.732-.9-.96-3.292-3.505-4.328-7.632-.281-1.12-1.137-4.532.166-8.518.15-.46.607-1.855 1.572-3.406a.29.29 0 0 1 .155-.12c2.24-.713 5.923-1.143 10.748.863 6.931 2.877 9.376 9.465 9.96 11.415.454 1.517 1.661 5.542-.061 10.033-.149.386-.495 1.288-1.14 2.339a.28.28 0 0 1-.153.12c-1.744.576-3.379.703-4.547.703v.001ZM41.842 68.328c-.893 1.455-1.318 2.76-1.461 3.194-1.252 3.83-.426 7.122-.154 8.203 1 3.986 3.32 6.454 4.192 7.383 1.182 1.257 4.779 5.085 10.52 5.557.776.064 3.116.255 5.711-.578.583-.97.903-1.798 1.041-2.157 1.654-4.31.487-8.202.047-9.668-.566-1.89-2.934-8.274-9.635-11.056-4.595-1.91-8.101-1.543-10.26-.877l-.001-.001Z' }),
1264
+ React.createElement("path", { fill: '#303541', stroke: '#fff', strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 0.566, d: 'M75.934 84.786c-.492-9.475-5.364-16.338-8.387-19.728-1.638-1.839-7.362-8.082-17.012-10.223-2.878-.64-8.342-1.778-14.695.48-5.763 2.044-9.205 5.798-10.545 7.426-.62.757-2.993 3.738-4.472 8.387-2.358 7.412-.77 13.8-.16 16.134 2.454 9.36 8.594 14.745 10.784 16.613 2.479 2.115 7.349 6.164 14.935 7.427 2.575.43 10.348 1.604 17.97-3.035 5.046-3.071 7.673-7.257 8.786-9.345 3.153-5.906 2.938-11.392 2.796-14.136ZM61.956 90.03c-.17.441-.504 1.293-1.117 2.293a12.32 12.32 0 0 1-2.876 3.246c-3.912 3.079-8.43 2.707-9.637 2.608-5.849-.48-9.467-4.328-10.703-5.644-1.011-1.074-3.261-3.53-4.26-7.507-.324-1.29-1.092-4.532.16-8.36.372-1.138 1.748-5.144 5.75-7.508a11.655 11.655 0 0 1 2.385-1.068c4.808-1.53 9.465.402 10.554.855 7.164 2.973 9.416 9.96 9.798 11.235.496 1.657 1.598 5.542-.054 9.85Z' }),
1265
+ React.createElement("path", { fill: '#282C38', d: 'M82.456 82.042c-.095 2.737-.43 9.615-5.218 15.602a22.037 22.037 0 0 1-2.821 2.928c-2.183 1.694-4.368 3.387-6.55 5.082a24.787 24.787 0 0 0 5.271-6.733c3.153-5.906 2.938-11.392 2.796-14.136-.492-9.475-5.364-16.338-8.387-19.728-1.638-1.839-7.362-8.082-17.012-10.223-2.878-.64-8.342-1.778-14.695.48a23.697 23.697 0 0 0-5.06 2.513l6.87-5.496c2.76-1.491 8.91-4.276 16.639-3.354 5.277.628 9.05 2.717 11.209 3.94 6.204 3.514 9.672 8.065 10.729 9.53 1.5 2.08 6.588 9.36 6.229 19.595Z' }),
1266
+ React.createElement("path", { fill: '#fff', d: 'M67.867 105.937a.283.283 0 0 1-.19-.494 24.602 24.602 0 0 0 5.21-6.654c3.179-5.954 2.887-11.584 2.764-13.99-.49-9.448-5.421-16.306-8.316-19.554-5.867-6.586-12.409-9.147-16.862-10.135-2.64-.586-8.133-1.806-14.54.47a23.368 23.368 0 0 0-4.999 2.483.282.282 0 0 1-.383-.07.284.284 0 0 1 .052-.388l5.228-4.184 1.642-1.312a.225.225 0 0 1 .042-.029c3.73-2.014 9.675-4.236 16.807-3.386 5.44.648 9.262 2.812 11.315 3.975 5.72 3.24 9.235 7.412 10.82 9.612 5.498 7.626 6.451 14.96 6.283 19.77-.04 1.197-.127 3.687-.857 6.64-.853 3.456-2.34 6.526-4.423 9.129a22.398 22.398 0 0 1-2.87 2.976l-3.261 2.53-3.288 2.551a.283.283 0 0 1-.174.06ZM43.69 53.687c2.985 0 5.4.536 6.906.871 4.535 1.007 11.194 3.613 17.162 10.311 2.944 3.303 7.958 10.28 8.458 19.902.125 2.45.422 8.193-2.83 14.285a25.149 25.149 0 0 1-2.712 4.062c.102-.079.205-.158.307-.239 1.085-.842 2.171-1.683 3.254-2.526a21.874 21.874 0 0 0 2.781-2.885c4.83-6.041 5.075-13.112 5.155-15.436.166-4.72-.77-11.923-6.175-19.419-1.558-2.161-5.014-6.264-10.639-9.45-2.018-1.143-5.776-3.27-11.102-3.904-6.972-.832-12.79 1.336-16.448 3.31l-1.621 1.296-2.573 2.058a23.59 23.59 0 0 1 10.079-2.236h-.002Z' }),
1267
+ React.createElement("path", { fill: '#FF7E88', d: 'm57.683 139.417-9.504-7.867c-3.088 1.816-6.177 3.633-9.264 5.451l.056-28.049h.002a27.425 27.425 0 0 0 7.41 2.35c1.806.301 6.169.969 11.244-.261l.056 28.376Z' }),
1268
+ React.createElement("path", { fill: '#fff', d: 'M57.684 139.7a.29.29 0 0 1-.181-.065l-9.352-7.741c-3.031 1.782-6.062 3.567-9.093 5.35a.279.279 0 0 1-.284.002.285.285 0 0 1-.143-.246l.056-28.049a.285.285 0 0 1 .407-.256 27.242 27.242 0 0 0 7.334 2.327c1.476.246 5.965.996 11.132-.256.083-.02.172 0 .241.052a.284.284 0 0 1 .108.222l.056 28.376a.283.283 0 0 1-.283.282l.002.002Zm-9.505-8.433a.29.29 0 0 1 .181.065l9.041 7.482-.055-27.416c-5.13 1.164-9.539.429-11.008.183a27.69 27.69 0 0 1-7.083-2.186l-.056 27.11 8.837-5.2a.284.284 0 0 1 .143-.039v.001Z' }),
1269
+ React.createElement("path", { fill: '#181C25', d: 'm63.795 134.477-6.11 4.939-.057-28.375a23.535 23.535 0 0 0 6.161-2.442c0 8.626.004 17.252.006 25.878Z' }),
1270
+ React.createElement("path", { fill: '#fff', d: 'M57.684 139.7a.284.284 0 0 1-.283-.282l-.056-28.375c0-.13.089-.244.216-.276a23.31 23.31 0 0 0 6.088-2.412.282.282 0 0 1 .424.244l.006 25.879a.285.285 0 0 1-.105.221l-6.11 4.939a.285.285 0 0 1-.178.062h-.002Zm.227-28.436.055 27.562 5.545-4.482-.005-25.262a23.93 23.93 0 0 1-5.596 2.182Z' }),
1271
+ React.createElement("path", { fill: '#303541', d: 'M73.656 43.733a62.74 62.74 0 0 1-19.208-13.898c-4.09 2.893-12.116 7.724-23.322 9.266a52.562 52.562 0 0 1-18.29-.719c.012 9.038.026 18.077.04 27.117-.018.86-.022 2.07.04 3.513.064 1.52.389 7.666 2.915 15.695 3.257 10.358 8.253 17.731 10.263 20.527a72.622 72.622 0 0 0 12.856 13.707c.008-3.33.013-6.658.02-9.987h.002c-3.495-1.68-5.977-3.757-7.526-5.078-2.19-1.868-8.33-7.254-10.783-16.613-.611-2.334-2.198-8.722.16-16.134 1.479-4.649 3.85-7.63 4.472-8.387a24.566 24.566 0 0 1 5.485-4.913c2.29-1.834 4.578-3.664 6.87-5.497 2.76-1.49 8.908-4.275 16.638-3.353 5.277.628 9.05 2.717 11.209 3.939 6.205 3.514 9.673 8.066 10.73 9.531 1.499 2.08 6.588 9.36 6.228 19.595-.094 2.737-.43 9.615-5.217 15.602a22.067 22.067 0 0 1-2.822 2.928c-2.178 1.691-4.36 3.382-6.539 5.072l-.011.01a23.677 23.677 0 0 1-4.079 2.944c0 5.761.003 11.52.004 17.281a49.18 49.18 0 0 0 14.512-8.746c1.236-1.078 7.33-6.497 11.927-15.602 1.1-2.178 3.103-6.212 4.206-11.608.621-3.034.934-6.385 1.046-7.574.208-2.222.297-4.099.34-5.47V49.443a62.725 62.725 0 0 1-22.166-5.711Z' }),
1272
+ React.createElement("path", { fill: '#fff', d: 'M63.792 126.164a.283.283 0 0 1-.283-.283l-.004-17.281c0-.102.054-.195.143-.246a23.106 23.106 0 0 0 4.03-2.91l.008-.007c.005-.005.011-.011.018-.015l2.621-2.033c1.304-1.011 2.608-2.022 3.91-3.034a21.913 21.913 0 0 0 2.781-2.885c4.83-6.04 5.075-13.111 5.156-15.435.165-4.721-.771-11.923-6.175-19.42-1.559-2.16-5.014-6.264-10.64-9.45-2.018-1.143-5.776-3.27-11.102-3.904-6.972-.832-12.789 1.338-16.448 3.31l-1.62 1.297-5.228 4.183a24.49 24.49 0 0 0-5.443 4.873c-1.086 1.324-3.107 4.163-4.421 8.294-2.38 7.48-.706 13.875-.156 15.977 1.041 3.967 2.871 7.673 5.441 11.015 2.18 2.833 4.333 4.67 5.252 5.455 1.36 1.161 3.894 3.321 7.465 5.037a.284.284 0 0 1 .16.284l-.02 9.96a.284.284 0 0 1-.462.219 72.916 72.916 0 0 1-12.907-13.76 73.518 73.518 0 0 1-10.302-20.608c-2.276-7.234-2.812-12.984-2.928-15.769a55.49 55.49 0 0 1-.04-3.53l-.04-27.11a.283.283 0 0 1 .342-.278 52.117 52.117 0 0 0 18.192.715c8.258-1.136 16.28-4.323 23.197-9.217a.283.283 0 0 1 .369.037A62.106 62.106 0 0 0 73.78 43.481a62.151 62.151 0 0 0 22.065 5.685c.148.01.263.133.263.283v27.436a87.97 87.97 0 0 1-.341 5.498l-.003.023c-.117 1.244-.427 4.551-1.048 7.58-1.132 5.538-3.225 9.686-4.23 11.679-4.258 8.433-9.806 13.78-11.994 15.688a49.327 49.327 0 0 1-14.595 8.798.278.278 0 0 1-.102.02l-.003-.007Zm.279-17.4.004 16.702a48.722 48.722 0 0 0 14.043-8.544c2.163-1.885 7.65-7.174 11.861-15.516.995-1.971 3.065-6.073 4.183-11.537.613-3 .922-6.284 1.038-7.52l.002-.023c.169-1.797.283-3.632.338-5.452V49.711a62.717 62.717 0 0 1-22.002-5.718A62.644 62.644 0 0 1 54.412 30.21c-6.946 4.865-14.978 8.036-23.245 9.174a52.647 52.647 0 0 1-18.047-.65l.04 26.766a55.53 55.53 0 0 0 .041 3.502c.116 2.757.646 8.45 2.902 15.623a72.946 72.946 0 0 0 10.224 20.446 72.32 72.32 0 0 0 12.346 13.271l.018-9.21c-3.553-1.734-6.065-3.878-7.425-5.038-.934-.796-3.118-2.66-5.334-5.54-2.617-3.402-4.48-7.175-5.54-11.216-.56-2.14-2.266-8.653.164-16.29 1.344-4.221 3.41-7.126 4.523-8.481a24.675 24.675 0 0 1 5.537-4.963l5.218-4.176 1.642-1.312a.224.224 0 0 1 .043-.028c3.73-2.015 9.674-4.236 16.807-3.386 5.44.647 9.26 2.811 11.315 3.974 5.72 3.24 9.234 7.413 10.82 9.612 5.497 7.626 6.45 14.96 6.282 19.77-.082 2.37-.332 9.581-5.28 15.769a22.385 22.385 0 0 1-2.858 2.966l-.011.01c-1.306 1.014-2.611 2.027-3.918 3.039l-2.61 2.024s-.01.01-.017.014a23.922 23.922 0 0 1-3.976 2.89l-.002-.007Z' }),
1273
+ React.createElement("path", { fill: '#282C38', d: 'M65.55 20.89c-3.701 2.98-7.401 5.962-11.103 8.944-4.089 2.892-12.115 7.724-23.321 9.265a52.56 52.56 0 0 1-18.291-.718l11.302-9.106a51.454 51.454 0 0 0 16.772.998c11.882-1.258 20.42-6.4 24.641-9.384Z' }),
1274
+ React.createElement("path", { fill: '#fff', d: 'M24.019 39.87c-3.758 0-7.519-.405-11.244-1.213a.282.282 0 0 1-.117-.496l11.301-9.106A.288.288 0 0 1 24.2 29a51.056 51.056 0 0 0 16.68.993c8.698-.921 17.173-4.149 24.509-9.334a.283.283 0 0 1 .34.451l-11.102 8.945-.014.011c-6.992 4.946-15.099 8.167-23.446 9.315-2.374.327-4.76.49-7.146.49l-.001-.002Zm-10.541-1.643a52.029 52.029 0 0 0 17.61.591c8.254-1.135 16.274-4.32 23.19-9.21l7.109-5.727c-6.338 3.632-13.318 5.92-20.447 6.675-5.572.59-11.2.261-16.73-.975l-10.733 8.646Z' }),
1275
+ React.createElement("path", { fill: '#282C38', d: 'm107.163 40.457-11.341 8.986a62.724 62.724 0 0 1-22.165-5.712 62.738 62.738 0 0 1-19.209-13.897l11.103-8.945a67.565 67.565 0 0 0 15.215 11.46c10.469 5.77 20.27 7.523 26.397 8.108Z' }),
1276
+ React.createElement("path", { fill: '#fff', d: 'M95.822 49.726h-.02a62.703 62.703 0 0 1-22.265-5.737 62.662 62.662 0 0 1-19.295-13.96.284.284 0 0 1 .028-.414l11.103-8.945a.284.284 0 0 1 .378.02A67.3 67.3 0 0 0 80.9 32.103c8.102 4.463 16.946 7.18 26.29 8.073a.28.28 0 0 1 .148.502l-11.342 8.986a.281.281 0 0 1-.175.06v.002ZM54.864 29.862a62.089 62.089 0 0 0 18.912 13.614 62.138 62.138 0 0 0 21.956 5.677l10.709-8.485c-9.164-.966-17.844-3.68-25.812-8.07a67.855 67.855 0 0 1-15.099-11.33l-10.667 8.594h.002Z' }),
1277
+ React.createElement("path", { fill: '#282C38', d: 'M107.164 40.458V70.01a40.574 40.574 0 0 1-.251 4.183c-.113 1.012-.369 2.964-1.227 6.4-.57 2.279-1.196 4.777-2.33 7.734-.938 2.442-3.48 8.47-8.813 14.749a51.879 51.879 0 0 1-4.659 4.819l-11.58 9.239c1.235-1.078 7.33-6.496 11.927-15.602 1.099-2.178 3.103-6.212 4.206-11.608.62-3.034.934-6.384 1.045-7.574a87.77 87.77 0 0 0 .34-5.47V49.442l11.342-8.985Z' }),
1278
+ React.createElement("path", { fill: '#fff', d: 'M78.303 117.417a.282.282 0 0 1-.187-.496c2.163-1.886 7.65-7.174 11.862-15.516.994-1.972 3.065-6.073 4.182-11.537.614-3 .922-6.284 1.038-7.52l.003-.023c.168-1.798.283-3.632.338-5.452V49.445c0-.086.04-.168.107-.222l11.342-8.986a.283.283 0 0 1 .459.222v29.552a41.464 41.464 0 0 1-.252 4.215c-.13 1.163-.399 3.095-1.235 6.436-.561 2.244-1.198 4.789-2.339 7.767-1.408 3.664-4.087 9.21-8.861 14.832a52.437 52.437 0 0 1-4.685 4.845c-.004.004-.008.009-.014.012l-11.58 9.238a.287.287 0 0 1-.178.062v-.001Zm17.802-67.836V76.88a87.965 87.965 0 0 1-.341 5.497l-.003.023c-.117 1.245-.427 4.551-1.048 7.581-1.132 5.537-3.225 9.686-4.23 11.678a54.476 54.476 0 0 1-8.215 11.949l7.43-5.929a51.587 51.587 0 0 0 4.627-4.786c4.724-5.561 7.374-11.046 8.765-14.667 1.13-2.946 1.763-5.474 2.32-7.703.826-3.308 1.093-5.215 1.22-6.362.155-1.373.238-2.772.249-4.154V41.042L96.103 49.58l.002.002Z' })));
1279
+ const ForwardRef$t2 = forwardRef(DarkRegulatedIcon);
1280
+
1281
+ const DarkDependableIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1282
+ React.createElement("path", { fill: '#303541', d: 'M100.326 89.726c-1.569-1-2.414-2.205-2.813-2.784-.523-.76-1.64-2.428-1.837-4.88-.071-.88-.217-3.056 1.118-5.223.348-.566 1.296-2.056 3.215-2.9a6.892 6.892 0 0 1 2.813-.573 67.492 67.492 0 0 0-8.073-22.99c-.58.408-2.143 1.39-4.305 1.357-2-.03-3.385-.91-4.154-1.4-2.256-1.432-3.243-3.422-3.596-4.153-.352-.733-1.101-2.342-1.034-4.542.084-2.65 1.305-4.53 1.852-5.274a60.18 60.18 0 0 0-19.74-12.004c-.029.456-.32 3.976-3.2 5.826-.252.161-1.577.989-3.488 1.062-1.947.075-3.359-.676-4.09-1.076-2.177-1.194-3.235-2.965-3.689-3.745a10.837 10.837 0 0 1-1.399-4.355c-2.618.123-5.99.527-9.773 1.636a41.683 41.683 0 0 0-10.01 4.434c.508.74 1.26 2.037 1.614 3.81.174.872.495 2.587-.151 4.586-.233.723-1.088 3.368-3.745 4.585-2.378 1.09-4.648.327-5.424.066a8.546 8.546 0 0 1-3.488-2.26A51.045 51.045 0 0 0 8.77 59.4a10.1 10.1 0 0 1 3.1 1.571 10.137 10.137 0 0 1 3.25 4.177c.323.772 1.24 3.056.581 5.877-.222.949-.684 2.933-2.54 4.413-1.816 1.448-3.837 1.513-4.499 1.506a69.545 69.545 0 0 0 8.33 22.957 7.06 7.06 0 0 1 3.477-1.346c1.982-.193 3.46.542 4.224.934 2.06 1.058 3.107 2.652 3.558 3.358a10.28 10.28 0 0 1 1.432 3.612l7.695 15.302 10.547 4.112a7.154 7.154 0 0 1 1.119-3.703c.4-.622 1.567-2.219 3.745-2.884 2.077-.634 3.816-.04 4.65.259 2.41.863 3.71 2.595 4.283 3.379 1.54 2.111 1.872 4.273 1.96 5.316a41.354 41.354 0 0 0 19.804-6.069c-.587-.819-1.794-2.753-1.873-5.445-.03-.99-.094-3.163 1.399-5.209.342-.47 1.763-2.358 4.326-2.842 2.284-.431 4.1.512 5.06 1.012a9.63 9.63 0 0 1 2.411 1.786 53.968 53.968 0 0 0 8.123-20.592 9.377 9.377 0 0 1-2.613-1.148l.006-.007Zm-22.128-2.153c-.775 1.987-3.377 8.653-10.418 12.14-5.035 2.494-9.733 2.073-11.452 1.895-7.771-.801-12.734-5.52-14.897-7.577-7.789-7.409-9.049-16.649-9.3-19.03-.26-2.469-.671-6.855 1.206-11.968.638-1.738 3.756-10.233 12.398-13.432 6.373-2.359 12.1-.486 14.379.259 11.246 3.676 15.938 14.12 16.79 16.015 1.048 2.334 5.223 11.625 1.291 21.698h.003Z' }),
1283
+ React.createElement("path", { fill: '#fff', d: 'M63.69 128.518a.282.282 0 0 1-.282-.259c-.11-1.32-.53-3.289-1.905-5.174-.486-.665-1.773-2.43-4.15-3.28-.731-.261-2.443-.874-4.472-.254-1.962.598-3.092 1.99-3.59 2.766a6.85 6.85 0 0 0-1.075 3.556.282.282 0 0 1-.386.257l-10.547-4.111a.285.285 0 0 1-.15-.136l-7.696-15.302a.345.345 0 0 1-.025-.074 9.973 9.973 0 0 0-1.392-3.513c-.387-.605-1.414-2.214-3.45-3.259-.69-.355-2.127-1.092-4.066-.902a6.803 6.803 0 0 0-3.336 1.291c-.066.048-.148.065-.225.048a.278.278 0 0 1-.187-.136 69.95 69.95 0 0 1-5.252-11.292 69.913 69.913 0 0 1-3.111-11.758.284.284 0 0 1 .281-.33c.92.008 2.716-.166 4.32-1.446 1.778-1.419 2.226-3.335 2.441-4.256.431-1.85.242-3.77-.567-5.703a9.814 9.814 0 0 0-3.159-4.059 9.784 9.784 0 0 0-3.012-1.528.282.282 0 0 1-.197-.315 51.432 51.432 0 0 1 2.857-10.432 51.457 51.457 0 0 1 5.347-10.151.284.284 0 0 1 .44-.034 8.236 8.236 0 0 0 3.371 2.185c.727.245 2.94.99 5.217-.054 1.688-.773 2.898-2.258 3.594-4.414.636-1.969.302-3.64.142-4.443a9.952 9.952 0 0 0-1.57-3.705c-.043-.064-.059-.143-.043-.22a.28.28 0 0 1 .128-.182A41.964 41.964 0 0 1 47.9 21.788a.28.28 0 0 1 .294.254c.153 1.52.611 2.948 1.362 4.242.39.673 1.428 2.46 3.58 3.639.66.362 2.034 1.116 3.944 1.041 1.74-.068 3-.796 3.344-1.017 2.683-1.724 3.029-4.973 3.071-5.607a.284.284 0 0 1 .38-.246 60.47 60.47 0 0 1 19.833 12.06c.108.098.123.261.037.377-.78 1.06-1.724 2.809-1.796 5.116-.068 2.175.684 3.742 1.005 4.41.311.648 1.259 2.62 3.492 4.038.78.496 2.086 1.327 4.007 1.355 1.946.027 3.427-.805 4.139-1.306a.28.28 0 0 1 .409.09A68.024 68.024 0 0 1 99.991 61.1a67.99 67.99 0 0 1 3.113 12.22.285.285 0 0 1-.28.328h-.045c-.931 0-1.823.186-2.654.55-1.876.825-2.787 2.303-3.087 2.788-1.314 2.133-1.143 4.255-1.078 5.052.197 2.426 1.311 4.049 1.788 4.743.352.513 1.178 1.716 2.731 2.706a9.093 9.093 0 0 0 2.533 1.113.28.28 0 0 1 .205.32 54.28 54.28 0 0 1-3.015 10.791 54.324 54.324 0 0 1-5.15 9.911.283.283 0 0 1-.438.042 9.297 9.297 0 0 0-2.34-1.734c-.939-.488-2.687-1.397-4.875-.984-2.18.411-3.536 1.886-4.151 2.729-1.436 1.969-1.375 4.04-1.345 5.034.069 2.369 1.028 4.184 1.82 5.29a.285.285 0 0 1-.082.406 41.627 41.627 0 0 1-19.939 6.111h-.012l-.002.002Zm-9.002-9.803c1.297 0 2.32.366 2.854.557 2.542.909 3.904 2.776 4.417 3.479 1.361 1.866 1.836 3.806 1.986 5.188a41.119 41.119 0 0 0 10.058-1.783 41.161 41.161 0 0 0 9.087-4.078c-.797-1.185-1.683-3.013-1.752-5.352-.028-.976-.096-3.259 1.454-5.384.665-.911 2.131-2.505 4.503-2.954 2.38-.449 4.242.519 5.242 1.038a9.828 9.828 0 0 1 2.232 1.594 53.716 53.716 0 0 0 4.908-9.518 53.802 53.802 0 0 0 2.94-10.427 9.585 9.585 0 0 1-2.441-1.113c-1.65-1.052-2.522-2.321-2.894-2.863-.458-.667-1.677-2.44-1.885-5.017-.063-.768-.25-3.104 1.16-5.394.322-.523 1.302-2.115 3.342-3.01a7.08 7.08 0 0 1 2.595-.593 67.507 67.507 0 0 0-3.035-11.797 67.483 67.483 0 0 0-4.802-10.51c-.839.539-2.322 1.262-4.213 1.235-2.08-.031-3.526-.95-4.303-1.443-2.369-1.506-3.369-3.587-3.699-4.27-.31-.645-1.132-2.36-1.06-4.673.072-2.307.963-4.085 1.758-5.225a60.047 60.047 0 0 0-9.584-7.073 60.072 60.072 0 0 0-9.533-4.578c-.14 1.148-.742 4.032-3.293 5.67-.48.31-1.797 1.035-3.629 1.106-2.065.08-3.532-.724-4.237-1.11-2.29-1.256-3.385-3.142-3.797-3.852a10.99 10.99 0 0 1-1.405-4.202c-3.198.17-6.374.712-9.441 1.613a41.452 41.452 0 0 0-9.69 4.251 10.485 10.485 0 0 1 1.492 3.666c.157.784.523 2.62-.159 4.727-.746 2.313-2.058 3.912-3.896 4.755-2.48 1.137-4.853.338-5.632.077a8.798 8.798 0 0 1-3.358-2.082 50.808 50.808 0 0 0-7.88 19.83 10.32 10.32 0 0 1 2.95 1.54 10.375 10.375 0 0 1 3.343 4.292c.854 2.047 1.055 4.082.596 6.05-.23.982-.708 3.028-2.64 4.57-1.56 1.244-3.28 1.525-4.339 1.564a69.44 69.44 0 0 0 3.03 11.336 69.55 69.55 0 0 0 5.055 10.934 7.32 7.32 0 0 1 3.357-1.218c2.105-.205 3.699.614 4.38.964 2.17 1.114 3.258 2.817 3.667 3.456a10.514 10.514 0 0 1 1.464 3.674l7.629 15.169 10.08 3.929c.07-.938.34-2.197 1.146-3.45.54-.841 1.766-2.351 3.9-3.001a6.712 6.712 0 0 1 1.974-.294h-.002Zm4.202-16.679c-1.158 0-2.059-.093-2.592-.147-7.867-.81-12.91-5.605-15.062-7.653-7.386-7.025-9.024-15.77-9.386-19.204-.233-2.212-.717-6.816 1.22-12.096 2.453-6.679 6.916-11.507 12.568-13.6 6.465-2.392 12.35-.469 14.565.255 4.795 1.567 8.974 4.516 12.425 8.767 2.709 3.336 4.083 6.395 4.536 7.401 4.358 9.697 3.11 17.271 1.297 21.917-.404 1.035-1.245 3.188-2.891 5.566-2.047 2.957-4.626 5.22-7.666 6.725-3.454 1.712-6.735 2.069-9.014 2.069Zm-6.852-53.3c-3.149 0-5.181.752-6.204 1.131-5.493 2.034-9.837 6.744-12.231 13.264-1.893 5.157-1.419 9.672-1.19 11.841.355 3.372 1.963 11.957 9.213 18.854 2.112 2.008 7.055 6.71 14.73 7.5 1.541.159 6.233.642 11.296-1.867 2.954-1.462 5.46-3.663 7.453-6.54 1.608-2.323 2.432-4.434 2.828-5.45 1.774-4.545 2.99-11.96-1.285-21.478a32.479 32.479 0 0 0-4.458-7.277c-3.38-4.164-7.472-7.052-12.161-8.585-3.2-1.047-5.853-1.393-7.99-1.393h-.001Z' }),
1284
+ React.createElement("path", { fill: '#181C25', d: 'M73.602 95.276a19.42 19.42 0 0 1-5.823 4.437c-5.035 2.495-9.732 2.072-11.452 1.895-7.77-.8-12.734-5.522-14.895-7.578-7.789-7.407-9.05-16.649-9.3-19.03-.258-2.467-.671-6.853 1.206-11.966.639-1.738 3.756-10.234 12.4-13.432a18.69 18.69 0 0 1 6.152-1.15 22.79 22.79 0 0 0-2.47 3.002 23.686 23.686 0 0 0-2.691 5.21c-1.736 4.728-1.461 8.885-1.291 11.085.162 2.132.766 7.035 3.724 12.421 2.88 5.25 6.524 8.269 7.663 9.17 1.762 1.393 6.012 4.671 12.354 5.662 1.823.282 3.362.308 4.424.275v-.001Z' }),
1285
+ React.createElement("path", { fill: '#fff', d: 'M58.889 102.037c-1.159 0-2.059-.092-2.592-.147-7.866-.811-12.909-5.607-15.061-7.655-7.39-7.026-9.025-15.77-9.386-19.204-.232-2.214-.716-6.819 1.22-12.095 2.456-6.681 6.918-11.51 12.567-13.6a19.015 19.015 0 0 1 6.245-1.167.282.282 0 0 1 .206.48 22.768 22.768 0 0 0-2.441 2.965 23.63 23.63 0 0 0-2.658 5.146c-1.75 4.772-1.43 8.956-1.274 10.967a30.625 30.625 0 0 0 3.689 12.306c2.6 4.736 5.87 7.724 7.59 9.085 1.593 1.26 5.825 4.605 12.224 5.604 1.445.225 2.916.317 4.373.273a.28.28 0 0 1 .266.164.281.281 0 0 1-.047.308 19.704 19.704 0 0 1-5.908 4.5c-3.455 1.712-6.736 2.071-9.016 2.071l.002-.001Zm-7.682-53.278a18.388 18.388 0 0 0-5.372 1.106c-5.49 2.032-9.834 6.742-12.23 13.262-1.892 5.156-1.435 9.506-1.19 11.844.354 3.37 1.962 11.958 9.214 18.854 2.111 2.008 7.055 6.711 14.73 7.502 1.54.158 6.234.641 11.297-1.867a19.054 19.054 0 0 0 5.288-3.89 24.37 24.37 0 0 1-3.808-.29c-6.546-1.02-10.863-4.434-12.488-5.718-1.752-1.387-5.089-4.434-7.737-9.255a31.202 31.202 0 0 1-3.758-12.536c-.157-2.051-.485-6.318 1.309-11.206a23.813 23.813 0 0 1 2.722-5.272c.614-.89 1.293-1.74 2.023-2.533v-.001Z' }),
1286
+ React.createElement("path", { fill: '#FF7373', d: 'M20.737 115.025c5.07-4.855 10.14-9.711 15.211-14.565a6.408 6.408 0 0 1 2.382-1.578c1.656-.616 3.099-.34 3.918-.173 2.223.455 3.636 1.693 4.147 2.153 1.87 1.68 2.522 3.636 2.813 4.548.242.757.68 2.181.488 4.047-.075.724-.257 2.312-1.363 3.904a7.546 7.546 0 0 1-1.336 1.463l-20.922 19.891a7.07 7.07 0 0 1-2.97 1.464c-2.122.468-3.825-.221-4.563-.531a8.52 8.52 0 0 1-3.502-2.755L4.577 119.691a7.47 7.47 0 0 1-.86-1.148c-.142-.231-.695-1.167-1.035-2.813-.194-.944-.455-2.214-.172-3.846.145-.843.468-2.569 1.865-4.018a7.028 7.028 0 0 1 1.952-1.406c.443-.225 1.317-.658 2.496-.775 1.78-.176 3.153.476 3.818.803 1.27.624 2.11 1.46 2.928 2.274.46.459.816.869 1.062 1.17 1.367 1.699 2.737 3.396 4.104 5.095l.002-.002Z' }),
1287
+ React.createElement("path", { fill: '#fff', d: 'M21.653 136.618c-1.529 0-2.703-.493-3.22-.711a8.78 8.78 0 0 1-3.618-2.847L4.364 119.871a7.869 7.869 0 0 1-.887-1.184c-.266-.436-.758-1.392-1.07-2.904-.196-.956-.465-2.266-.173-3.952.136-.785.454-2.623 1.94-4.166a7.322 7.322 0 0 1 2.027-1.463c.4-.203 1.34-.68 2.597-.805 1.895-.186 3.35.527 3.97.832 1.313.644 2.171 1.501 3.003 2.328.379.378.742.778 1.08 1.191l3.913 4.857 14.99-14.353a6.582 6.582 0 0 1 2.479-1.64c1.765-.656 3.323-.337 4.073-.183 2.345.48 3.802 1.789 4.28 2.219 1.964 1.767 2.615 3.803 2.894 4.673.227.714.701 2.199.499 4.163-.066.643-.242 2.352-1.413 4.035a7.885 7.885 0 0 1-1.378 1.513l-20.917 19.885-.014.013a7.358 7.358 0 0 1-3.09 1.521 6.97 6.97 0 0 1-1.514.165v.002ZM9.42 105.936c-.184 0-.372.009-.565.029-1.152.113-1.993.54-2.398.745-.336.171-1.126.571-1.875 1.351-1.367 1.417-1.664 3.135-1.79 3.869-.274 1.58-.018 2.829.17 3.741.293 1.428.751 2.319.997 2.723.24.392.518.764.83 1.105l.012.014 10.462 13.203a8.236 8.236 0 0 0 3.389 2.67c.634.266 2.317.974 4.393.517a6.786 6.786 0 0 0 2.843-1.399l20.916-19.883.012-.012c.491-.414.923-.888 1.285-1.408 1.086-1.565 1.246-3.111 1.314-3.771.19-1.846-.26-3.255-.477-3.932-.265-.826-.881-2.761-2.733-4.424-.45-.405-1.82-1.637-4.015-2.087-.751-.154-2.148-.44-3.762.16a6.036 6.036 0 0 0-2.276 1.509l-15.22 14.576a.276.276 0 0 1-.214.077.28.28 0 0 1-.202-.104l-4.104-5.095a15.954 15.954 0 0 0-1.041-1.147c-.8-.795-1.626-1.618-2.853-2.22-.514-.252-1.638-.804-3.1-.804l.002-.003Z' }),
1288
+ React.createElement("path", { fill: '#FF444F', d: 'm27.711 108.348-6.974 6.678-4.105-5.096c-.246-.3-.602-.71-1.06-1.169-.818-.815-1.658-1.65-2.928-2.273-.667-.327-2.038-.98-3.818-.804a6.419 6.419 0 0 0-1.857.477h-.001l8.374-4.095a6.844 6.844 0 0 1 3.171-.646c1.075.047 1.873.351 2.426.56a8.884 8.884 0 0 1 2.424 1.379c.419.337.74.659.962.904 1.129 1.362 2.259 2.723 3.386 4.085Z' }),
1289
+ React.createElement("path", { fill: '#fff', d: 'M20.737 115.309h-.018a.288.288 0 0 1-.203-.104l-4.104-5.096c-.31-.38-.67-.777-1.041-1.148-.796-.793-1.62-1.615-2.853-2.219-.578-.283-1.933-.947-3.666-.776a6.097 6.097 0 0 0-1.775.457.283.283 0 0 1-.389-.309.284.284 0 0 1 .154-.208l3.364-1.643 5.01-2.448c1.074-.498 2.186-.725 3.308-.675 1.113.049 1.949.365 2.502.573.92.349 1.786.841 2.513 1.427.36.288.693.602.994.935l3.395 4.094a.283.283 0 0 1-.023.385l-6.974 6.679a.28.28 0 0 1-.195.079l.001-.003Zm-11.313-9.937c1.584 0 2.792.591 3.343.861 1.316.645 2.173 1.501 3.003 2.327.39.39.754.79 1.08 1.191l3.913 4.857 6.56-6.283-3.218-3.882a8.265 8.265 0 0 0-.921-.865 8.66 8.66 0 0 0-2.348-1.333c-.561-.213-1.315-.497-2.338-.542a6.497 6.497 0 0 0-3.04.621l-5.005 2.447-1.237.604c.069-.003.138-.003.206-.003h.002Z' }),
1290
+ React.createElement("path", { fill: '#FF444F', d: 'M57.941 107.699a9.173 9.173 0 0 1-1.119 1.981c-.324.336-.646.673-.97 1.011l-20.735 19.76a7.37 7.37 0 0 1-2.24 1.337c-2.577 1.193-5.156 2.387-7.733 3.582.398-.236.71-.471.931-.656l20.923-19.89c.368-.31.866-.788 1.335-1.464 1.106-1.591 1.289-3.18 1.364-3.904.192-1.867-.248-3.29-.488-4.046-.292-.914-.944-2.87-2.814-4.55-.51-.459-1.922-1.698-4.146-2.152-.727-.15-1.95-.384-3.375-.001 2.826-1.382 5.65-2.76 8.476-4.14a8.85 8.85 0 0 1 2.454-.257c2.26.08 3.833 1.015 4.177 1.226 1.488.918 2.266 2.068 2.82 2.906.497.756 1.59 2.456 1.785 4.929.177 2.224-.465 3.89-.645 4.327v.001Z' }),
1291
+ React.createElement("path", { fill: '#fff', d: 'M25.147 135.653a.283.283 0 0 1-.145-.526c.317-.188.616-.397.887-.623 6.972-6.63 13.945-13.257 20.916-19.884l.013-.011c.489-.413.922-.887 1.285-1.409 1.087-1.564 1.246-3.11 1.314-3.77.19-1.842-.26-3.253-.476-3.932-.263-.826-.88-2.761-2.733-4.426-.45-.404-1.822-1.636-4.015-2.085-.647-.133-1.849-.38-3.245-.005a.282.282 0 0 1-.338-.174.284.284 0 0 1 .14-.354c1.856-.908 3.711-1.813 5.567-2.72l2.91-1.42a.298.298 0 0 1 .055-.02 9.09 9.09 0 0 1 2.531-.266c2.154.077 3.734.913 4.314 1.268 1.57.969 2.376 2.185 2.91 2.991.445.676 1.626 2.471 1.831 5.064.164 2.07-.346 3.68-.666 4.456a9.458 9.458 0 0 1-1.154 2.043c-.007.01-.016.018-.023.027l-.97 1.011-20.745 19.77a7.6 7.6 0 0 1-2.327 1.392l-1.794.831-5.928 2.747a.28.28 0 0 1-.119.027l.005-.002Zm22.041-20.617-20.13 19.137c1.298-.603 2.598-1.204 3.897-1.807l1.805-.835.02-.009a7.08 7.08 0 0 0 2.153-1.284l20.726-19.753.949-.989c.436-.59.796-1.23 1.074-1.905.241-.587.786-2.171.625-4.198-.193-2.448-1.278-4.093-1.74-4.796-.505-.764-1.27-1.918-2.733-2.822-.54-.33-2.018-1.112-4.038-1.184a8.565 8.565 0 0 0-2.346.242l-2.883 1.407-4.04 1.974a8.676 8.676 0 0 1 1.78.216c2.344.478 3.8 1.788 4.28 2.218 1.966 1.768 2.617 3.804 2.894 4.674.228.714.701 2.202.5 4.161-.067.644-.244 2.352-1.412 4.036a7.905 7.905 0 0 1-1.38 1.513v.004Z' }),
1292
+ React.createElement("path", { fill: '#181C25', d: 'm59.21 120.424-11.279 5.444a7.157 7.157 0 0 1 1.119-3.701c.402-.624 1.567-2.219 3.747-2.886 2.075-.632 3.816-.039 4.649.259a8.128 8.128 0 0 1 1.765.884Z' }),
1293
+ React.createElement("path", { fill: '#fff', d: 'M47.931 126.149a.28.28 0 0 1-.152-.045.288.288 0 0 1-.13-.243 7.403 7.403 0 0 1 1.163-3.849c.54-.841 1.767-2.349 3.901-3.002 2.214-.675 4.045-.017 4.828.263a8.33 8.33 0 0 1 1.826.915.282.282 0 0 1-.034.49l-11.28 5.444a.282.282 0 0 1-.123.029l.001-.002Zm6.754-6.868a6.19 6.19 0 0 0-1.806.269c-1.962.599-3.092 1.991-3.591 2.766a6.81 6.81 0 0 0-1.05 3.086l10.385-5.011a7.938 7.938 0 0 0-1.273-.587c-.5-.179-1.459-.523-2.666-.523h.001Z' }),
1294
+ React.createElement("path", { fill: '#282C38', d: 'M116.198 84.532a48.892 48.892 0 0 1-8.101 20.627l-13.282 6.308a53.915 53.915 0 0 0 8.122-20.593c4.419-2.115 8.839-4.23 13.26-6.344l.001.002Z' }),
1295
+ React.createElement("path", { fill: '#fff', d: 'M94.816 111.749a.283.283 0 0 1-.237-.438 53.684 53.684 0 0 0 5.096-9.807 53.768 53.768 0 0 0 2.983-10.679.285.285 0 0 1 .157-.208l13.261-6.343a.285.285 0 0 1 .29.027.28.28 0 0 1 .112.268 49.358 49.358 0 0 1-3.261 11.778 49.359 49.359 0 0 1-4.887 8.97.287.287 0 0 1-.112.095l-13.282 6.308a.293.293 0 0 1-.122.027l.002.002Zm8.376-20.683a54.402 54.402 0 0 1-2.99 10.646 54.36 54.36 0 0 1-4.61 9.073l12.315-5.849a48.634 48.634 0 0 0 7.93-19.92l-12.645 6.05Z' }),
1296
+ React.createElement("path", { fill: '#282C38', d: 'M116.168 67.05c-4.449 2.106-8.896 4.21-13.346 6.314a67.514 67.514 0 0 0-8.072-22.99l13.238-6.343a60.487 60.487 0 0 1 5.367 11.395 60.53 60.53 0 0 1 2.813 11.623v.001Z' }),
1297
+ React.createElement("path", { fill: '#fff', d: 'M102.822 73.649a.28.28 0 0 1-.278-.24 67.542 67.542 0 0 0-3.087-12.118 67.361 67.361 0 0 0-4.951-10.774.285.285 0 0 1 .123-.396l.53-.255 12.708-6.089a.285.285 0 0 1 .365.109 60.973 60.973 0 0 1 8.218 23.125.281.281 0 0 1-.159.294c-4.449 2.106-8.896 4.21-13.346 6.314a.277.277 0 0 1-.121.027l-.002.003ZM95.146 50.5a67.795 67.795 0 0 1 7.895 22.448l12.818-6.064a60.588 60.588 0 0 0-2.771-11.363 60.476 60.476 0 0 0-5.209-11.121c-4.159 1.991-8.317 3.984-12.477 5.977l-.257.123h.001Z' }),
1298
+ React.createElement("path", { fill: '#282C38', d: 'm96.824 30.028-13.31 6.335a60.18 60.18 0 0 0-19.738-12.004l13.302-6.444a55.387 55.387 0 0 1 19.748 12.113h-.002Z' }),
1299
+ React.createElement("path", { fill: '#fff', d: 'M83.514 36.646a.286.286 0 0 1-.19-.074 60.05 60.05 0 0 0-9.771-7.241 60.087 60.087 0 0 0-9.877-4.706.282.282 0 0 1-.026-.52l13.303-6.444a.291.291 0 0 1 .218-.013 55.803 55.803 0 0 1 9.722 4.53 55.827 55.827 0 0 1 10.126 7.645.282.282 0 0 1-.074.46l-1.725.821-11.584 5.514a.282.282 0 0 1-.122.026v.002Zm-19.021-12.32a60.76 60.76 0 0 1 9.35 4.517 60.642 60.642 0 0 1 9.722 7.182c3.804-1.81 7.608-3.62 11.413-5.433l1.354-.643a55.263 55.263 0 0 0-9.724-7.284 55.286 55.286 0 0 0-9.512-4.446c-4.2 2.036-8.401 4.07-12.602 6.105l-.001.001Z' }),
1300
+ React.createElement("path", { fill: '#282C38', d: 'M61.194 15.662 47.912 22.07a41.609 41.609 0 0 0-15.981 4.01c5.195-2.527 10.388-5.056 15.582-7.582a43.836 43.836 0 0 1 13.681-2.834v-.002Z' }),
1301
+ React.createElement("path", { fill: '#fff', d: 'M31.93 26.364a.283.283 0 0 1-.123-.538l3.567-1.735 12.017-5.847.022-.01a44.177 44.177 0 0 1 13.769-2.853.283.283 0 0 1 .136.538l-13.282 6.407a.295.295 0 0 1-.11.028c-3.283.153-6.548.7-9.706 1.625a41.55 41.55 0 0 0-6.167 2.358.288.288 0 0 1-.121.028l-.002-.001Zm15.696-7.605c-3.23 1.57-6.457 3.141-9.686 4.712.04-.01.08-.024.119-.035a42.06 42.06 0 0 1 9.78-1.645l11.935-5.758c-2.326.18-4.637.546-6.89 1.094a43.202 43.202 0 0 0-5.26 1.632h.002Z' }),
1302
+ React.createElement("path", { fill: '#181C25', d: 'M29.592 36.536c-.233.723-1.089 3.367-3.745 4.586-2.379 1.09-4.649.327-5.425.065a8.507 8.507 0 0 1-3.487-2.262c4.313-2.079 8.625-4.16 12.937-6.238h.002c.138.949.213 2.316-.282 3.85Z' }),
1303
+ React.createElement("path", { fill: '#fff', d: 'M23.189 41.971c-1.318 0-2.382-.357-2.856-.516a8.81 8.81 0 0 1-3.605-2.337.282.282 0 0 1 .085-.446l12.937-6.24a.282.282 0 0 1 .323.056.3.3 0 0 1 .082.16c.208 1.421.113 2.721-.293 3.975-.747 2.312-2.056 3.913-3.897 4.756a6.608 6.608 0 0 1-2.776.594v-.002Zm-5.776-2.963a8.22 8.22 0 0 0 3.1 1.91c.728.244 2.942.988 5.216-.056 1.689-.775 2.898-2.26 3.594-4.414.342-1.058.447-2.153.32-3.338l-12.23 5.898Z' }),
1304
+ React.createElement("path", { fill: '#181C25', d: 'm96.838 115.771-13.344 6.393c-.587-.819-1.795-2.754-1.874-5.447-.029-.99-.094-3.162 1.4-5.209.344-.469 1.764-2.357 4.327-2.841 2.282-.43 4.098.512 5.057 1.012a9.562 9.562 0 0 1 2.41 1.787c.13-.062.26-.123.39-.187.073.613.217 1.382.514 2.231.334.95.757 1.705 1.119 2.26l.001.001Z' }),
1305
+ React.createElement("path", { fill: '#fff', d: 'M83.493 122.447a.286.286 0 0 1-.23-.117c-.839-1.17-1.853-3.091-1.927-5.603-.028-.976-.096-3.26 1.454-5.383 1.149-1.573 2.749-2.621 4.504-2.953 2.386-.45 4.243.519 5.24 1.04a9.765 9.765 0 0 1 2.338 1.697c.006-.003.01-.006.016-.007l.193-.092a.282.282 0 0 1 .403.222c.087.74.255 1.469.5 2.17.27.768.636 1.507 1.089 2.197a.287.287 0 0 1-.115.411l-6.671 3.196c-2.225 1.065-4.449 2.13-6.672 3.197a.294.294 0 0 1-.122.028v-.003Zm5.024-13.606c-.358 0-.73.031-1.118.104-2.177.412-3.535 1.889-4.152 2.732-1.435 1.967-1.374 4.038-1.345 5.032.067 2.236.924 3.979 1.686 5.096l6.455-3.093 6.385-3.06a10.67 10.67 0 0 1-.976-2.048 10.672 10.672 0 0 1-.475-1.902l-.04.018a.284.284 0 0 1-.325-.056 9.247 9.247 0 0 0-2.34-1.734c-.772-.403-2.09-1.091-3.756-1.091l.001.002Z' }),
1306
+ React.createElement("path", { fill: '#181C25', d: 'm116.198 84.53-13.261 6.344a9.434 9.434 0 0 1-2.613-1.148c-1.568-1-2.414-2.205-2.811-2.784-.524-.76-1.64-2.428-1.838-4.88-.07-.88-.216-3.056 1.12-5.223.349-.565 1.295-2.055 3.213-2.898a6.872 6.872 0 0 1 2.813-.574l7.905-3.738a8.236 8.236 0 0 0-1.382 2.577c-.61 1.881-.365 3.46-.238 4.219.089.528.511 2.78 2.347 4.93a10.678 10.678 0 0 0 4.744 3.179l.001-.003Z' }),
1307
+ React.createElement("path", { fill: '#fff', d: 'M102.937 91.157a.27.27 0 0 1-.074-.01 9.702 9.702 0 0 1-2.69-1.183c-1.649-1.05-2.52-2.32-2.892-2.862-.458-.668-1.678-2.441-1.886-5.017-.06-.77-.247-3.11 1.16-5.394.323-.524 1.306-2.115 3.341-3.01a7.128 7.128 0 0 1 2.864-.598l7.847-3.712a.283.283 0 0 1 .342.432 7.94 7.94 0 0 0-1.333 2.487c-.601 1.853-.34 3.418-.228 4.085.133.794.622 2.85 2.283 4.792a10.359 10.359 0 0 0 4.618 3.095.284.284 0 0 1 .034.523c-4.42 2.113-8.84 4.228-13.262 6.344a.28.28 0 0 1-.121.028h-.003Zm-.151-17.509c-.937 0-1.832.186-2.664.552-1.875.825-2.787 2.302-3.087 2.788-1.311 2.127-1.142 4.253-1.078 5.052.197 2.424 1.313 4.048 1.788 4.74.352.514 1.18 1.718 2.731 2.707.752.478 1.57.843 2.433 1.086l12.559-6.008a10.88 10.88 0 0 1-4.23-3.03c-1.752-2.051-2.27-4.226-2.41-5.066-.119-.709-.396-2.37.247-4.354a8.51 8.51 0 0 1 .815-1.78l-6.947 3.285a.294.294 0 0 1-.122.027h-.035v.001Z' }),
1308
+ React.createElement("path", { fill: '#181C25', d: 'M105.787 45.088c-3.679 1.761-7.357 3.525-11.036 5.289-.58.407-2.143 1.389-4.304 1.355-2-.032-3.385-.911-4.156-1.4-2.254-1.432-3.243-3.422-3.595-4.155-.35-.73-1.102-2.342-1.032-4.541.082-2.652 1.304-4.53 1.851-5.274l13.31-6.335c-.514.694-1.558 2.302-1.752 4.592-.178 2.105.456 3.675.804 4.506.376.903 1.953 4.672 5.826 5.826 1.659.494 3.145.332 4.083.137h.001Z' }),
1309
+ React.createElement("path", { fill: '#fff', d: 'M90.552 52.016h-.111c-2.077-.031-3.522-.948-4.299-1.44-2.371-1.508-3.373-3.59-3.702-4.274-.34-.709-1.135-2.367-1.061-4.675.076-2.452 1.078-4.308 1.906-5.433a.276.276 0 0 1 .106-.087c3.86-1.839 7.721-3.676 11.584-5.513l1.726-.822a.282.282 0 0 1 .348.423 8.723 8.723 0 0 0-1.696 4.448c-.177 2.08.47 3.628.782 4.373 1.569 3.758 3.936 5.154 5.646 5.665 1.249.372 2.576.416 3.945.131a.283.283 0 0 1 .18.532c-2.269 1.086-4.539 2.174-6.808 3.262l-4.208 2.017c-.76.531-2.31 1.394-4.34 1.394l.002-.001ZM83.7 36.588c-.773 1.065-1.685 2.792-1.755 5.057-.07 2.17.683 3.742 1.004 4.412.31.648 1.261 2.62 3.492 4.038.783.497 2.09 1.325 4.007 1.354 1.938.032 3.425-.805 4.137-1.304a.378.378 0 0 1 .04-.025l4.23-2.026 5.288-2.535a8.255 8.255 0 0 1-2.522-.338c-1.827-.544-4.353-2.025-6.006-5.988-.329-.785-1.013-2.42-.825-4.638a9.204 9.204 0 0 1 1.237-3.877l-.81.386c-3.84 1.828-7.68 3.655-11.519 5.484h.002Z' }),
1310
+ React.createElement("path", { fill: '#181C25', d: 'm65.761 23.397-1.987.962c-.03.455-.32 3.977-3.2 5.825-.252.162-1.579.99-3.487 1.063-1.948.075-3.36-.677-4.089-1.077-2.177-1.194-3.236-2.966-3.689-3.745a10.87 10.87 0 0 1-1.4-4.356c4.429-2.136 8.854-4.272 13.283-6.407.106 1.03.458 3.024 1.851 5.03a10.675 10.675 0 0 0 2.718 2.702v.003Z' }),
1311
+ React.createElement("path", { fill: '#fff', d: 'M56.823 31.536c-1.928 0-3.34-.777-3.962-1.116-2.287-1.255-3.384-3.14-3.796-3.85a11.06 11.06 0 0 1-1.437-4.47.282.282 0 0 1 .159-.282l13.282-6.408a.286.286 0 0 1 .26.008.28.28 0 0 1 .143.217 10.529 10.529 0 0 0 1.802 4.898 10.384 10.384 0 0 0 2.646 2.633.282.282 0 0 1-.036.487l-1.842.892c-.09.958-.594 4.13-3.317 5.879-.48.31-1.797 1.035-3.629 1.108-.093.002-.185.005-.276.005l.003-.001Zm-8.61-9.298c.173 1.45.625 2.81 1.342 4.046.39.673 1.43 2.46 3.58 3.64.659.361 2.03 1.115 3.943 1.042 1.74-.068 3-.797 3.345-1.019 2.681-1.722 3.028-4.973 3.07-5.606a.286.286 0 0 1 .159-.236l1.56-.756a10.943 10.943 0 0 1-2.402-2.493 11.073 11.073 0 0 1-1.851-4.765l-12.747 6.148.002-.001Z' })));
1312
+ const ForwardRef$t1 = forwardRef(DarkDependableIcon);
1313
+
1314
+ const LightDependableIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1315
+ React.createElement("path", { fill: '#fff', d: 'M100.326 89.726c-1.569-1-2.414-2.205-2.813-2.784-.523-.76-1.64-2.428-1.837-4.88-.071-.88-.217-3.056 1.118-5.223.348-.566 1.296-2.056 3.215-2.9a6.892 6.892 0 0 1 2.813-.573 67.492 67.492 0 0 0-8.073-22.99c-.58.408-2.143 1.39-4.305 1.357-2-.03-3.385-.91-4.154-1.4-2.256-1.432-3.243-3.422-3.596-4.153-.352-.733-1.101-2.342-1.034-4.542.084-2.65 1.305-4.53 1.852-5.274a60.18 60.18 0 0 0-19.74-12.004c-.029.456-.32 3.976-3.2 5.826-.252.161-1.577.989-3.488 1.062-1.947.075-3.359-.676-4.09-1.076-2.177-1.194-3.235-2.965-3.689-3.745a10.837 10.837 0 0 1-1.399-4.355c-2.618.123-5.99.527-9.773 1.636a41.683 41.683 0 0 0-10.01 4.434c.508.74 1.26 2.037 1.614 3.81.174.872.495 2.587-.151 4.586-.233.723-1.088 3.368-3.745 4.585-2.378 1.09-4.648.327-5.424.066a8.546 8.546 0 0 1-3.488-2.26A51.045 51.045 0 0 0 8.77 59.4a10.1 10.1 0 0 1 3.1 1.571 10.137 10.137 0 0 1 3.25 4.177c.323.772 1.24 3.056.581 5.877-.222.949-.684 2.933-2.54 4.413-1.816 1.448-3.837 1.513-4.499 1.506a69.545 69.545 0 0 0 8.33 22.957 7.06 7.06 0 0 1 3.477-1.346c1.982-.193 3.46.542 4.224.934 2.06 1.058 3.107 2.652 3.558 3.358a10.28 10.28 0 0 1 1.432 3.612l7.695 15.302 10.547 4.112a7.154 7.154 0 0 1 1.119-3.703c.4-.622 1.567-2.219 3.745-2.884 2.077-.634 3.816-.04 4.65.259 2.41.863 3.71 2.595 4.283 3.379 1.54 2.111 1.872 4.273 1.96 5.316a41.354 41.354 0 0 0 19.804-6.069c-.587-.819-1.794-2.753-1.873-5.445-.03-.99-.094-3.163 1.399-5.209.342-.47 1.763-2.358 4.326-2.842 2.284-.431 4.1.512 5.06 1.012a9.63 9.63 0 0 1 2.411 1.786 53.968 53.968 0 0 0 8.123-20.592 9.377 9.377 0 0 1-2.613-1.148l.006-.007Zm-22.128-2.153c-.775 1.987-3.377 8.653-10.418 12.14-5.035 2.494-9.733 2.073-11.452 1.895-7.771-.801-12.734-5.52-14.897-7.577-7.789-7.409-9.049-16.649-9.3-19.03-.26-2.469-.671-6.855 1.206-11.968.638-1.738 3.756-10.233 12.398-13.432 6.373-2.359 12.1-.486 14.379.259 11.246 3.676 15.938 14.12 16.79 16.015 1.048 2.334 5.223 11.625 1.291 21.698h.003Z' }),
1316
+ React.createElement("path", { fill: '#000', d: 'M63.69 128.518a.282.282 0 0 1-.282-.259c-.11-1.32-.53-3.289-1.905-5.174-.486-.665-1.773-2.43-4.15-3.28-.731-.261-2.443-.874-4.472-.254-1.962.598-3.092 1.99-3.59 2.766a6.85 6.85 0 0 0-1.075 3.556.282.282 0 0 1-.386.257l-10.547-4.111a.285.285 0 0 1-.15-.136l-7.696-15.302a.345.345 0 0 1-.025-.074 9.973 9.973 0 0 0-1.392-3.513c-.387-.605-1.414-2.214-3.45-3.259-.69-.355-2.127-1.092-4.066-.902a6.803 6.803 0 0 0-3.336 1.291c-.066.048-.148.065-.225.048a.278.278 0 0 1-.187-.136 69.95 69.95 0 0 1-5.252-11.292 69.913 69.913 0 0 1-3.111-11.758.284.284 0 0 1 .281-.33c.92.008 2.716-.166 4.32-1.446 1.778-1.419 2.226-3.335 2.441-4.256.431-1.85.242-3.77-.567-5.703a9.814 9.814 0 0 0-3.159-4.059 9.784 9.784 0 0 0-3.012-1.528.282.282 0 0 1-.197-.315 51.432 51.432 0 0 1 2.857-10.432 51.457 51.457 0 0 1 5.347-10.151.284.284 0 0 1 .44-.034 8.236 8.236 0 0 0 3.371 2.185c.727.245 2.94.99 5.217-.054 1.688-.773 2.898-2.258 3.594-4.414.636-1.969.302-3.64.142-4.443a9.952 9.952 0 0 0-1.57-3.705c-.043-.064-.059-.143-.043-.22a.28.28 0 0 1 .128-.182A41.964 41.964 0 0 1 47.9 21.788a.28.28 0 0 1 .294.254c.153 1.52.611 2.948 1.362 4.242.39.673 1.428 2.46 3.58 3.639.66.362 2.034 1.116 3.944 1.041 1.74-.068 3-.796 3.344-1.017 2.683-1.724 3.029-4.973 3.071-5.607a.284.284 0 0 1 .38-.246 60.47 60.47 0 0 1 19.833 12.06c.108.098.123.261.037.377-.78 1.06-1.724 2.809-1.796 5.116-.068 2.175.684 3.742 1.005 4.41.311.648 1.259 2.62 3.492 4.038.78.496 2.086 1.327 4.007 1.355 1.946.027 3.427-.805 4.139-1.306a.28.28 0 0 1 .409.09A68.024 68.024 0 0 1 99.991 61.1a67.99 67.99 0 0 1 3.113 12.22.285.285 0 0 1-.28.328h-.045c-.931 0-1.823.186-2.654.55-1.876.825-2.787 2.303-3.087 2.788-1.314 2.133-1.143 4.255-1.078 5.052.197 2.426 1.311 4.049 1.788 4.743.352.513 1.178 1.716 2.731 2.706a9.093 9.093 0 0 0 2.533 1.113.28.28 0 0 1 .205.32 54.28 54.28 0 0 1-3.015 10.791 54.324 54.324 0 0 1-5.15 9.911.283.283 0 0 1-.438.042 9.297 9.297 0 0 0-2.34-1.734c-.939-.488-2.687-1.397-4.875-.984-2.18.411-3.536 1.886-4.151 2.729-1.436 1.969-1.375 4.04-1.345 5.034.069 2.369 1.028 4.184 1.82 5.29a.285.285 0 0 1-.082.406 41.627 41.627 0 0 1-19.939 6.111h-.012l-.002.002Zm-9.002-9.803c1.297 0 2.32.366 2.854.557 2.542.909 3.904 2.776 4.417 3.479 1.361 1.866 1.836 3.806 1.986 5.188a41.119 41.119 0 0 0 10.058-1.783 41.161 41.161 0 0 0 9.087-4.078c-.797-1.185-1.683-3.013-1.752-5.352-.028-.976-.096-3.259 1.454-5.384.665-.911 2.131-2.505 4.503-2.954 2.38-.449 4.242.519 5.242 1.038a9.828 9.828 0 0 1 2.232 1.594 53.716 53.716 0 0 0 4.908-9.518 53.802 53.802 0 0 0 2.94-10.427 9.585 9.585 0 0 1-2.441-1.113c-1.65-1.052-2.522-2.321-2.894-2.863-.458-.667-1.677-2.44-1.885-5.017-.063-.768-.25-3.104 1.16-5.394.322-.523 1.302-2.115 3.342-3.01a7.08 7.08 0 0 1 2.595-.593 67.507 67.507 0 0 0-3.035-11.797 67.483 67.483 0 0 0-4.802-10.51c-.839.539-2.322 1.262-4.213 1.235-2.08-.031-3.526-.95-4.303-1.443-2.369-1.506-3.369-3.587-3.699-4.27-.31-.645-1.132-2.36-1.06-4.673.072-2.307.963-4.085 1.758-5.225a60.047 60.047 0 0 0-9.584-7.073 60.072 60.072 0 0 0-9.533-4.578c-.14 1.148-.742 4.032-3.293 5.67-.48.31-1.797 1.035-3.629 1.106-2.065.08-3.532-.724-4.237-1.11-2.29-1.256-3.385-3.142-3.797-3.852a10.99 10.99 0 0 1-1.405-4.202c-3.198.17-6.374.712-9.441 1.613a41.452 41.452 0 0 0-9.69 4.251 10.485 10.485 0 0 1 1.492 3.666c.157.784.523 2.62-.159 4.727-.746 2.313-2.058 3.912-3.896 4.755-2.48 1.137-4.853.338-5.632.077a8.798 8.798 0 0 1-3.358-2.082 50.808 50.808 0 0 0-7.88 19.83 10.32 10.32 0 0 1 2.95 1.54 10.375 10.375 0 0 1 3.343 4.292c.854 2.047 1.055 4.082.596 6.05-.23.982-.708 3.028-2.64 4.57-1.56 1.244-3.28 1.525-4.339 1.564a69.44 69.44 0 0 0 3.03 11.336 69.55 69.55 0 0 0 5.055 10.934 7.32 7.32 0 0 1 3.357-1.218c2.105-.205 3.699.614 4.38.964 2.17 1.114 3.258 2.817 3.667 3.456a10.514 10.514 0 0 1 1.464 3.674l7.629 15.169 10.08 3.929c.07-.938.34-2.197 1.146-3.45.54-.841 1.766-2.351 3.9-3.001a6.712 6.712 0 0 1 1.974-.294h-.002Zm4.202-16.679c-1.158 0-2.059-.093-2.592-.147-7.867-.81-12.91-5.605-15.062-7.653-7.386-7.025-9.024-15.77-9.386-19.204-.233-2.212-.717-6.816 1.22-12.096 2.453-6.679 6.916-11.507 12.568-13.6 6.465-2.392 12.35-.469 14.565.255 4.795 1.567 8.974 4.516 12.425 8.767 2.709 3.336 4.083 6.395 4.536 7.401 4.358 9.697 3.11 17.271 1.297 21.917-.404 1.035-1.245 3.188-2.891 5.566-2.047 2.957-4.626 5.22-7.666 6.725-3.454 1.712-6.735 2.069-9.014 2.069Zm-6.852-53.3c-3.149 0-5.181.752-6.204 1.131-5.493 2.034-9.837 6.744-12.231 13.264-1.893 5.157-1.419 9.672-1.19 11.841.355 3.372 1.963 11.957 9.213 18.854 2.112 2.008 7.055 6.71 14.73 7.5 1.541.159 6.233.642 11.296-1.867 2.954-1.462 5.46-3.663 7.453-6.54 1.608-2.323 2.432-4.434 2.828-5.45 1.774-4.545 2.99-11.96-1.285-21.478a32.479 32.479 0 0 0-4.458-7.277c-3.38-4.164-7.472-7.052-12.161-8.585-3.2-1.047-5.853-1.393-7.99-1.393h-.001Z' }),
1317
+ React.createElement("path", { fill: '#CED0D6', d: 'M73.602 95.276a19.42 19.42 0 0 1-5.823 4.437c-5.035 2.495-9.732 2.072-11.452 1.895-7.77-.8-12.734-5.522-14.895-7.578-7.789-7.407-9.05-16.649-9.3-19.03-.258-2.467-.671-6.853 1.206-11.966.639-1.738 3.756-10.234 12.4-13.432a18.69 18.69 0 0 1 6.152-1.15 22.79 22.79 0 0 0-2.47 3.002 23.686 23.686 0 0 0-2.691 5.21c-1.736 4.728-1.461 8.885-1.291 11.085.162 2.132.766 7.035 3.724 12.421 2.88 5.25 6.524 8.269 7.663 9.17 1.762 1.393 6.012 4.671 12.354 5.662 1.823.282 3.362.308 4.424.275v-.001Z' }),
1318
+ React.createElement("path", { fill: '#000', d: 'M58.889 102.037c-1.159 0-2.059-.092-2.592-.147-7.866-.811-12.909-5.607-15.061-7.655-7.39-7.026-9.025-15.77-9.386-19.204-.232-2.214-.716-6.819 1.22-12.095 2.456-6.681 6.918-11.51 12.567-13.6a19.015 19.015 0 0 1 6.245-1.167.282.282 0 0 1 .206.48 22.768 22.768 0 0 0-2.441 2.965 23.63 23.63 0 0 0-2.658 5.146c-1.75 4.772-1.43 8.956-1.274 10.967a30.625 30.625 0 0 0 3.689 12.306c2.6 4.736 5.87 7.724 7.59 9.085 1.593 1.26 5.825 4.605 12.224 5.604 1.445.225 2.916.317 4.373.273a.28.28 0 0 1 .266.164.281.281 0 0 1-.047.308 19.704 19.704 0 0 1-5.908 4.5c-3.455 1.712-6.736 2.071-9.016 2.071l.002-.001Zm-7.682-53.278a18.388 18.388 0 0 0-5.372 1.106c-5.49 2.032-9.834 6.742-12.23 13.262-1.892 5.156-1.435 9.506-1.19 11.844.354 3.37 1.962 11.958 9.214 18.854 2.111 2.008 7.055 6.711 14.73 7.502 1.54.158 6.234.641 11.297-1.867a19.054 19.054 0 0 0 5.288-3.89 24.37 24.37 0 0 1-3.808-.29c-6.546-1.02-10.863-4.434-12.488-5.718-1.752-1.387-5.089-4.434-7.737-9.255a31.202 31.202 0 0 1-3.758-12.536c-.157-2.051-.485-6.318 1.309-11.206a23.813 23.813 0 0 1 2.722-5.272c.614-.89 1.293-1.74 2.023-2.533v-.001Z' }),
1319
+ React.createElement("path", { fill: '#FF7373', d: 'M20.737 115.025c5.07-4.855 10.14-9.711 15.211-14.565a6.408 6.408 0 0 1 2.382-1.578c1.656-.616 3.099-.34 3.918-.173 2.223.455 3.636 1.693 4.147 2.153 1.87 1.68 2.522 3.636 2.813 4.548.242.757.68 2.181.488 4.047-.075.724-.257 2.312-1.363 3.904a7.546 7.546 0 0 1-1.336 1.463l-20.922 19.891a7.07 7.07 0 0 1-2.97 1.464c-2.122.468-3.825-.221-4.563-.531a8.52 8.52 0 0 1-3.502-2.755L4.577 119.691a7.47 7.47 0 0 1-.86-1.148c-.142-.231-.695-1.167-1.035-2.813-.194-.944-.455-2.214-.172-3.846.145-.843.468-2.569 1.865-4.018a7.028 7.028 0 0 1 1.952-1.406c.443-.225 1.317-.658 2.496-.775 1.78-.176 3.153.476 3.818.803 1.27.624 2.11 1.46 2.928 2.274.46.459.816.869 1.062 1.17 1.367 1.699 2.737 3.396 4.104 5.095l.002-.002Z' }),
1320
+ React.createElement("path", { fill: '#000', d: 'M21.653 136.618c-1.529 0-2.703-.493-3.22-.711a8.78 8.78 0 0 1-3.618-2.847L4.364 119.871a7.869 7.869 0 0 1-.887-1.184c-.266-.436-.758-1.392-1.07-2.904-.196-.956-.465-2.266-.173-3.952.136-.785.454-2.623 1.94-4.166a7.322 7.322 0 0 1 2.027-1.463c.4-.203 1.34-.68 2.597-.805 1.895-.186 3.35.527 3.97.832 1.313.644 2.171 1.501 3.003 2.328.379.378.742.778 1.08 1.191l3.913 4.857 14.99-14.353a6.582 6.582 0 0 1 2.479-1.64c1.765-.656 3.323-.337 4.073-.183 2.345.48 3.802 1.789 4.28 2.219 1.964 1.767 2.615 3.803 2.894 4.673.227.714.701 2.199.499 4.163-.066.643-.242 2.352-1.413 4.035a7.885 7.885 0 0 1-1.378 1.513l-20.917 19.885-.014.013a7.358 7.358 0 0 1-3.09 1.521 6.97 6.97 0 0 1-1.514.165v.002ZM9.42 105.936c-.184 0-.372.009-.565.029-1.152.113-1.993.54-2.398.745-.336.171-1.126.571-1.875 1.351-1.367 1.417-1.664 3.135-1.79 3.869-.274 1.58-.018 2.829.17 3.741.293 1.428.751 2.319.997 2.723.24.392.518.764.83 1.105l.012.014 10.462 13.203a8.236 8.236 0 0 0 3.389 2.67c.634.266 2.317.974 4.393.517a6.786 6.786 0 0 0 2.843-1.399l20.916-19.883.012-.012c.491-.414.923-.888 1.285-1.408 1.086-1.565 1.246-3.111 1.314-3.771.19-1.846-.26-3.255-.477-3.932-.265-.826-.881-2.761-2.733-4.424-.45-.405-1.82-1.637-4.015-2.087-.751-.154-2.148-.44-3.762.16a6.036 6.036 0 0 0-2.276 1.509l-15.22 14.576a.276.276 0 0 1-.214.077.28.28 0 0 1-.202-.104l-4.104-5.095a15.954 15.954 0 0 0-1.041-1.147c-.8-.795-1.626-1.618-2.853-2.22-.514-.252-1.638-.804-3.1-.804l.002-.003Z' }),
1321
+ React.createElement("path", { fill: '#FF444F', d: 'm27.711 108.348-6.974 6.678-4.105-5.096c-.246-.3-.602-.71-1.06-1.169-.818-.815-1.658-1.65-2.928-2.273-.667-.327-2.038-.98-3.818-.804a6.419 6.419 0 0 0-1.857.477h-.001l8.374-4.095a6.844 6.844 0 0 1 3.171-.646c1.075.047 1.873.351 2.426.56a8.884 8.884 0 0 1 2.424 1.379c.419.337.74.659.962.904 1.129 1.362 2.259 2.723 3.386 4.085Z' }),
1322
+ React.createElement("path", { fill: '#000', d: 'M20.737 115.309h-.018a.288.288 0 0 1-.203-.104l-4.104-5.096c-.31-.38-.67-.777-1.041-1.148-.796-.793-1.62-1.615-2.853-2.219-.578-.283-1.933-.947-3.666-.776a6.097 6.097 0 0 0-1.775.457.283.283 0 0 1-.389-.309.284.284 0 0 1 .154-.208l3.364-1.643 5.01-2.448c1.074-.498 2.186-.725 3.308-.675 1.113.049 1.949.365 2.502.573.92.349 1.786.841 2.513 1.427.36.288.693.602.994.935l3.395 4.094a.283.283 0 0 1-.023.385l-6.974 6.679a.28.28 0 0 1-.195.079l.001-.003Zm-11.313-9.937c1.584 0 2.792.591 3.343.861 1.316.645 2.173 1.501 3.003 2.327.39.39.754.79 1.08 1.191l3.913 4.857 6.56-6.283-3.218-3.882a8.265 8.265 0 0 0-.921-.865 8.66 8.66 0 0 0-2.348-1.333c-.561-.213-1.315-.497-2.338-.542a6.497 6.497 0 0 0-3.04.621l-5.005 2.447-1.237.604c.069-.003.138-.003.206-.003h.002Z' }),
1323
+ React.createElement("path", { fill: '#FF444F', d: 'M57.941 107.699a9.173 9.173 0 0 1-1.119 1.981c-.324.336-.646.673-.97 1.011l-20.735 19.76a7.37 7.37 0 0 1-2.24 1.337c-2.577 1.193-5.156 2.387-7.733 3.582.398-.236.71-.471.931-.656l20.923-19.89c.368-.31.866-.788 1.335-1.464 1.106-1.591 1.289-3.18 1.364-3.904.192-1.867-.248-3.29-.488-4.046-.292-.914-.944-2.87-2.814-4.55-.51-.459-1.922-1.698-4.146-2.152-.727-.15-1.95-.384-3.375-.001 2.826-1.382 5.65-2.76 8.476-4.14a8.85 8.85 0 0 1 2.454-.257c2.26.08 3.833 1.015 4.177 1.226 1.488.918 2.266 2.068 2.82 2.906.497.756 1.59 2.456 1.785 4.929.177 2.224-.465 3.89-.645 4.327v.001Z' }),
1324
+ React.createElement("path", { fill: '#000', d: 'M25.147 135.653a.283.283 0 0 1-.145-.526c.317-.188.616-.397.887-.623 6.972-6.63 13.945-13.257 20.916-19.884l.013-.011c.489-.413.922-.887 1.285-1.409 1.087-1.564 1.246-3.11 1.314-3.77.19-1.842-.26-3.253-.476-3.932-.263-.826-.88-2.761-2.733-4.426-.45-.404-1.822-1.636-4.015-2.085-.647-.133-1.849-.38-3.245-.005a.282.282 0 0 1-.338-.174.284.284 0 0 1 .14-.354c1.856-.908 3.711-1.813 5.567-2.72l2.91-1.42a.298.298 0 0 1 .055-.02 9.09 9.09 0 0 1 2.531-.266c2.154.077 3.734.913 4.314 1.268 1.57.969 2.376 2.185 2.91 2.991.445.676 1.626 2.471 1.831 5.064.164 2.07-.346 3.68-.666 4.456a9.458 9.458 0 0 1-1.154 2.043c-.007.01-.016.018-.023.027l-.97 1.011-20.745 19.77a7.6 7.6 0 0 1-2.327 1.392l-1.794.831-5.928 2.747a.28.28 0 0 1-.119.027l.005-.002Zm22.041-20.617-20.13 19.137c1.298-.603 2.598-1.204 3.897-1.807l1.805-.835.02-.009a7.08 7.08 0 0 0 2.153-1.284l20.726-19.753.949-.989c.436-.59.796-1.23 1.074-1.905.241-.587.786-2.171.625-4.198-.193-2.448-1.278-4.093-1.74-4.796-.505-.764-1.27-1.918-2.733-2.822-.54-.33-2.018-1.112-4.038-1.184a8.565 8.565 0 0 0-2.346.242l-2.883 1.407-4.04 1.974a8.676 8.676 0 0 1 1.78.216c2.344.478 3.8 1.788 4.28 2.218 1.966 1.768 2.617 3.804 2.894 4.674.228.714.701 2.202.5 4.161-.067.644-.244 2.352-1.412 4.036a7.905 7.905 0 0 1-1.38 1.513v.004Z' }),
1325
+ React.createElement("path", { fill: '#CED0D6', d: 'm59.21 120.424-11.279 5.444a7.157 7.157 0 0 1 1.119-3.701c.402-.624 1.567-2.219 3.747-2.886 2.075-.632 3.816-.039 4.649.259a8.128 8.128 0 0 1 1.765.884Z' }),
1326
+ React.createElement("path", { fill: '#000', d: 'M47.931 126.149a.28.28 0 0 1-.152-.045.288.288 0 0 1-.13-.243 7.403 7.403 0 0 1 1.163-3.849c.54-.841 1.767-2.349 3.901-3.002 2.214-.675 4.045-.017 4.828.263a8.33 8.33 0 0 1 1.826.915.282.282 0 0 1-.034.49l-11.28 5.444a.282.282 0 0 1-.123.029l.001-.002Zm6.754-6.868a6.19 6.19 0 0 0-1.806.269c-1.962.599-3.092 1.991-3.591 2.766a6.81 6.81 0 0 0-1.05 3.086l10.385-5.011a7.938 7.938 0 0 0-1.273-.587c-.5-.179-1.459-.523-2.666-.523h.001Z' }),
1327
+ React.createElement("path", { fill: '#EBECEF', d: 'M116.198 84.532a48.892 48.892 0 0 1-8.101 20.627l-13.282 6.308a53.915 53.915 0 0 0 8.122-20.593c4.419-2.115 8.839-4.23 13.26-6.344l.001.002Z' }),
1328
+ React.createElement("path", { fill: '#000', d: 'M94.816 111.749a.283.283 0 0 1-.237-.438 53.684 53.684 0 0 0 5.096-9.807 53.768 53.768 0 0 0 2.983-10.679.285.285 0 0 1 .157-.208l13.261-6.343a.285.285 0 0 1 .29.027.28.28 0 0 1 .112.268 49.358 49.358 0 0 1-3.261 11.778 49.359 49.359 0 0 1-4.887 8.97.287.287 0 0 1-.112.095l-13.282 6.308a.293.293 0 0 1-.122.027l.002.002Zm8.376-20.683a54.402 54.402 0 0 1-2.99 10.646 54.36 54.36 0 0 1-4.61 9.073l12.315-5.849a48.634 48.634 0 0 0 7.93-19.92l-12.645 6.05Z' }),
1329
+ React.createElement("path", { fill: '#EBECEF', d: 'M116.168 67.05c-4.449 2.106-8.896 4.21-13.346 6.314a67.514 67.514 0 0 0-8.072-22.99l13.238-6.343a60.487 60.487 0 0 1 5.367 11.395 60.53 60.53 0 0 1 2.813 11.623v.001Z' }),
1330
+ React.createElement("path", { fill: '#000', d: 'M102.822 73.649a.28.28 0 0 1-.278-.24 67.542 67.542 0 0 0-3.087-12.118 67.361 67.361 0 0 0-4.951-10.774.285.285 0 0 1 .123-.396l.53-.255 12.708-6.089a.285.285 0 0 1 .365.109 60.973 60.973 0 0 1 8.218 23.125.281.281 0 0 1-.159.294c-4.449 2.106-8.896 4.21-13.346 6.314a.277.277 0 0 1-.121.027l-.002.003ZM95.146 50.5a67.795 67.795 0 0 1 7.895 22.448l12.818-6.064a60.588 60.588 0 0 0-2.771-11.363 60.476 60.476 0 0 0-5.209-11.121c-4.159 1.991-8.317 3.984-12.477 5.977l-.257.123h.001Z' }),
1331
+ React.createElement("path", { fill: '#EBECEF', d: 'm96.824 30.028-13.31 6.335a60.18 60.18 0 0 0-19.738-12.004l13.302-6.444a55.387 55.387 0 0 1 19.748 12.113h-.002Z' }),
1332
+ React.createElement("path", { fill: '#000', d: 'M83.514 36.646a.286.286 0 0 1-.19-.074 60.05 60.05 0 0 0-9.771-7.241 60.087 60.087 0 0 0-9.877-4.706.282.282 0 0 1-.026-.52l13.303-6.444a.291.291 0 0 1 .218-.013 55.803 55.803 0 0 1 9.722 4.53 55.827 55.827 0 0 1 10.126 7.645.282.282 0 0 1-.074.46l-1.725.821-11.584 5.514a.282.282 0 0 1-.122.026v.002Zm-19.021-12.32a60.76 60.76 0 0 1 9.35 4.517 60.642 60.642 0 0 1 9.722 7.182c3.804-1.81 7.608-3.62 11.413-5.433l1.354-.643a55.263 55.263 0 0 0-9.724-7.284 55.286 55.286 0 0 0-9.512-4.446c-4.2 2.036-8.401 4.07-12.602 6.105l-.001.001Z' }),
1333
+ React.createElement("path", { fill: '#EBECEF', d: 'M61.194 15.662 47.912 22.07a41.609 41.609 0 0 0-15.981 4.01c5.195-2.527 10.388-5.056 15.582-7.582a43.836 43.836 0 0 1 13.681-2.834v-.002Z' }),
1334
+ React.createElement("path", { fill: '#000', d: 'M31.93 26.364a.283.283 0 0 1-.123-.538l3.567-1.735 12.017-5.847.022-.01a44.177 44.177 0 0 1 13.769-2.853.283.283 0 0 1 .136.538l-13.282 6.407a.295.295 0 0 1-.11.028c-3.283.153-6.548.7-9.706 1.625a41.55 41.55 0 0 0-6.167 2.358.288.288 0 0 1-.121.028l-.002-.001Zm15.696-7.605c-3.23 1.57-6.457 3.141-9.686 4.712.04-.01.08-.024.119-.035a42.06 42.06 0 0 1 9.78-1.645l11.935-5.758c-2.326.18-4.637.546-6.89 1.094a43.202 43.202 0 0 0-5.26 1.632h.002Z' }),
1335
+ React.createElement("path", { fill: '#CED0D6', d: 'M29.592 36.536c-.233.723-1.089 3.367-3.745 4.586-2.379 1.09-4.649.327-5.425.065a8.507 8.507 0 0 1-3.487-2.262c4.313-2.079 8.625-4.16 12.937-6.238h.002c.138.949.213 2.316-.282 3.85Z' }),
1336
+ React.createElement("path", { fill: '#000', d: 'M23.189 41.971c-1.318 0-2.382-.357-2.856-.516a8.81 8.81 0 0 1-3.605-2.337.282.282 0 0 1 .085-.446l12.937-6.24a.282.282 0 0 1 .323.056.3.3 0 0 1 .082.16c.208 1.421.113 2.721-.293 3.975-.747 2.312-2.056 3.913-3.897 4.756a6.608 6.608 0 0 1-2.776.594v-.002Zm-5.776-2.963a8.22 8.22 0 0 0 3.1 1.91c.728.244 2.942.988 5.216-.056 1.689-.775 2.898-2.26 3.594-4.414.342-1.058.447-2.153.32-3.338l-12.23 5.898Z' }),
1337
+ React.createElement("path", { fill: '#CED0D6', d: 'm96.838 115.771-13.344 6.393c-.587-.819-1.795-2.754-1.874-5.447-.029-.99-.094-3.162 1.4-5.209.344-.469 1.764-2.357 4.327-2.841 2.282-.43 4.098.512 5.057 1.012a9.562 9.562 0 0 1 2.41 1.787c.13-.062.26-.123.39-.187.073.613.217 1.382.514 2.231.334.95.757 1.705 1.119 2.26l.001.001Z' }),
1338
+ React.createElement("path", { fill: '#000', d: 'M83.493 122.447a.286.286 0 0 1-.23-.117c-.839-1.17-1.853-3.091-1.927-5.603-.028-.976-.096-3.26 1.454-5.383 1.149-1.573 2.749-2.621 4.504-2.953 2.386-.45 4.243.519 5.24 1.04a9.765 9.765 0 0 1 2.338 1.697c.006-.003.01-.006.016-.007l.193-.092a.282.282 0 0 1 .403.222c.087.74.255 1.469.5 2.17.27.768.636 1.507 1.089 2.197a.287.287 0 0 1-.115.411l-6.671 3.196c-2.225 1.065-4.449 2.13-6.672 3.197a.294.294 0 0 1-.122.028v-.003Zm5.024-13.606c-.358 0-.73.031-1.118.104-2.177.412-3.535 1.889-4.152 2.732-1.435 1.967-1.374 4.038-1.345 5.032.067 2.236.924 3.979 1.686 5.096l6.455-3.093 6.385-3.06a10.67 10.67 0 0 1-.976-2.048 10.672 10.672 0 0 1-.475-1.902l-.04.018a.284.284 0 0 1-.325-.056 9.247 9.247 0 0 0-2.34-1.734c-.772-.403-2.09-1.091-3.756-1.091l.001.002Z' }),
1339
+ React.createElement("path", { fill: '#CED0D6', d: 'm116.198 84.53-13.261 6.344a9.434 9.434 0 0 1-2.613-1.148c-1.568-1-2.414-2.205-2.811-2.784-.524-.76-1.64-2.428-1.838-4.88-.07-.88-.216-3.056 1.12-5.223.349-.565 1.295-2.055 3.213-2.898a6.872 6.872 0 0 1 2.813-.574l7.905-3.738a8.236 8.236 0 0 0-1.382 2.577c-.61 1.881-.365 3.46-.238 4.219.089.528.511 2.78 2.347 4.93a10.678 10.678 0 0 0 4.744 3.179l.001-.003Z' }),
1340
+ React.createElement("path", { fill: '#000', d: 'M102.937 91.157a.27.27 0 0 1-.074-.01 9.702 9.702 0 0 1-2.69-1.183c-1.649-1.05-2.52-2.32-2.892-2.862-.458-.668-1.678-2.441-1.886-5.017-.06-.77-.247-3.11 1.16-5.394.323-.524 1.306-2.115 3.341-3.01a7.128 7.128 0 0 1 2.864-.598l7.847-3.712a.283.283 0 0 1 .342.432 7.94 7.94 0 0 0-1.333 2.487c-.601 1.853-.34 3.418-.228 4.085.133.794.622 2.85 2.283 4.792a10.359 10.359 0 0 0 4.618 3.095.284.284 0 0 1 .034.523c-4.42 2.113-8.84 4.228-13.262 6.344a.28.28 0 0 1-.121.028h-.003Zm-.151-17.509c-.937 0-1.832.186-2.664.552-1.875.825-2.787 2.302-3.087 2.788-1.311 2.127-1.142 4.253-1.078 5.052.197 2.424 1.313 4.048 1.788 4.74.352.514 1.18 1.718 2.731 2.707.752.478 1.57.843 2.433 1.086l12.559-6.008a10.88 10.88 0 0 1-4.23-3.03c-1.752-2.051-2.27-4.226-2.41-5.066-.119-.709-.396-2.37.247-4.354a8.51 8.51 0 0 1 .815-1.78l-6.947 3.285a.294.294 0 0 1-.122.027h-.035v.001Z' }),
1341
+ React.createElement("path", { fill: '#CED0D6', d: 'M105.787 45.088c-3.679 1.761-7.357 3.525-11.036 5.289-.58.407-2.143 1.389-4.304 1.355-2-.032-3.385-.911-4.156-1.4-2.254-1.432-3.243-3.422-3.595-4.155-.35-.73-1.102-2.342-1.032-4.541.082-2.652 1.304-4.53 1.851-5.274l13.31-6.335c-.514.694-1.558 2.302-1.752 4.592-.178 2.105.456 3.675.804 4.506.376.903 1.953 4.672 5.826 5.826 1.659.494 3.145.332 4.083.137h.001Z' }),
1342
+ React.createElement("path", { fill: '#000', d: 'M90.552 52.016h-.111c-2.077-.031-3.522-.948-4.299-1.44-2.371-1.508-3.373-3.59-3.702-4.274-.34-.709-1.135-2.367-1.061-4.675.076-2.452 1.078-4.308 1.906-5.433a.276.276 0 0 1 .106-.087c3.86-1.839 7.721-3.676 11.584-5.513l1.726-.822a.282.282 0 0 1 .348.423 8.723 8.723 0 0 0-1.696 4.448c-.177 2.08.47 3.628.782 4.373 1.569 3.758 3.936 5.154 5.646 5.665 1.249.372 2.576.416 3.945.131a.283.283 0 0 1 .18.532c-2.269 1.086-4.539 2.174-6.808 3.262l-4.208 2.017c-.76.531-2.31 1.394-4.34 1.394l.002-.001ZM83.7 36.588c-.773 1.065-1.685 2.792-1.755 5.057-.07 2.17.683 3.742 1.004 4.412.31.648 1.261 2.62 3.492 4.038.783.497 2.09 1.325 4.007 1.354 1.938.032 3.425-.805 4.137-1.304a.378.378 0 0 1 .04-.025l4.23-2.026 5.288-2.535a8.255 8.255 0 0 1-2.522-.338c-1.827-.544-4.353-2.025-6.006-5.988-.329-.785-1.013-2.42-.825-4.638a9.204 9.204 0 0 1 1.237-3.877l-.81.386c-3.84 1.828-7.68 3.655-11.519 5.484h.002Z' }),
1343
+ React.createElement("path", { fill: '#CED0D6', d: 'm65.761 23.397-1.987.962c-.03.455-.32 3.977-3.2 5.825-.252.162-1.579.99-3.487 1.063-1.948.075-3.36-.677-4.089-1.077-2.177-1.194-3.236-2.966-3.689-3.745a10.87 10.87 0 0 1-1.4-4.356c4.429-2.136 8.854-4.272 13.283-6.407.106 1.03.458 3.024 1.851 5.03a10.675 10.675 0 0 0 2.718 2.702v.003Z' }),
1344
+ React.createElement("path", { fill: '#000', d: 'M56.823 31.536c-1.928 0-3.34-.777-3.962-1.116-2.287-1.255-3.384-3.14-3.796-3.85a11.06 11.06 0 0 1-1.437-4.47.282.282 0 0 1 .159-.282l13.282-6.408a.286.286 0 0 1 .26.008.28.28 0 0 1 .143.217 10.529 10.529 0 0 0 1.802 4.898 10.384 10.384 0 0 0 2.646 2.633.282.282 0 0 1-.036.487l-1.842.892c-.09.958-.594 4.13-3.317 5.879-.48.31-1.797 1.035-3.629 1.108-.093.002-.185.005-.276.005l.003-.001Zm-8.61-9.298c.173 1.45.625 2.81 1.342 4.046.39.673 1.43 2.46 3.58 3.64.659.361 2.03 1.115 3.943 1.042 1.74-.068 3-.797 3.345-1.019 2.681-1.722 3.028-4.973 3.07-5.606a.286.286 0 0 1 .159-.236l1.56-.756a10.943 10.943 0 0 1-2.402-2.493 11.073 11.073 0 0 1-1.851-4.765l-12.747 6.148.002-.001Z' })));
1345
+ const ForwardRef$t0 = forwardRef(LightDependableIcon);
1346
+
1347
+ const LightSafeAndSecureIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1348
+ React.createElement("path", { fill: '#fff', d: 'M43.019 76.2c.003.06.017.31-.095.594-.15.379-.438.604-.63.738-1.012.716-1.964.97-1.964.97-.94.252-2.079.556-3.787.633-1.52.069-2.648-.081-3.439-.19 0 0-1.495-.206-2.865-.748a4.264 4.264 0 0 1-1.11-.666c-.323-.27-.448-.454-.521-.6a1.679 1.679 0 0 1-.18-.765l-.012-28.92c-.002-1.08.059-2.503.305-4.153.149-.997.574-3.47 1.784-6.469 1.58-3.92 3.594-6.488 4.127-7.148.718-.893 1.9-2.34 3.82-3.847a21.838 21.838 0 0 1 5.638-3.195 2759.034 2759.034 0 0 0 25.924-10.39 14.903 14.903 0 0 1 3.095-.78 14.534 14.534 0 0 1 3.972-.02 13.671 13.671 0 0 1 4.114 1.238c.57.282 1.956 1.021 3.374 2.416 1.15 1.131 1.802 2.182 2.236 2.895.24.393 1.067 1.784 1.717 3.794.395 1.217.567 2.175.68 2.816.275 1.568.353 2.934.359 3.994l-.035 29.112c.006.078.006.195-.026.33-.046.187-.13.31-.24.469-.073.106-.2.286-.418.48-.052.045-.233.203-.618.407a5.33 5.33 0 0 1-.803.345c-.504.172-.993.34-1.735.496-.95.201-1.69.252-2.186.285-.291.02-.903.052-1.688.03a17.871 17.871 0 0 1-2.666-.27 13.535 13.535 0 0 1-1.821-.455 5.497 5.497 0 0 1-1.194-.525c-.537-.322-.755-.59-.859-.738a1.909 1.909 0 0 1-.29-.61 1.773 1.773 0 0 1-.055-.414l.026-28.504c.003-.19 0-.451-.017-.758-.017-.308-.036-.65-.113-1.078a6.756 6.756 0 0 0-.26-.998L49.15 36.238c-.229.09-.536.22-.878.413a7.5 7.5 0 0 0-1.638 1.264c-.706.712-1.086 1.354-1.53 2.104a15.011 15.011 0 0 0-1.21 2.543c-.172.478-.49 1.444-.68 2.715a14.397 14.397 0 0 0-.16 2.103c-.04 16.38-.063 28.207-.04 28.82h.005Z' }),
1349
+ React.createElement("path", { fill: '#000', d: 'M35.773 79.436a18.65 18.65 0 0 1-2.705-.21c-.063-.008-1.545-.216-2.93-.766a4.602 4.602 0 0 1-1.186-.71c-.37-.307-.512-.53-.594-.688a1.923 1.923 0 0 1-.211-.895l-.013-28.92c-.001-1.398.102-2.81.31-4.194a29.277 29.277 0 0 1 1.802-6.533c1.436-3.56 3.228-6.053 4.168-7.22.656-.817 1.88-2.336 3.867-3.893a22.098 22.098 0 0 1 5.711-3.236 2858.604 2858.604 0 0 0 25.92-10.388 15.2 15.2 0 0 1 7.215-.816 14.03 14.03 0 0 1 4.2 1.265 13.557 13.557 0 0 1 3.447 2.468c1.2 1.18 1.876 2.287 2.28 2.949.395.648 1.147 2.01 1.746 3.854.409 1.263.584 2.259.689 2.854.233 1.331.356 2.69.363 4.041l-.034 29.105c.009.137-.003.273-.034.405-.058.244-.172.407-.283.565-.07.1-.216.31-.464.53a3.553 3.553 0 0 1-.673.445 5.53 5.53 0 0 1-.844.362c-.498.17-1.011.345-1.767.505-.99.21-1.763.26-2.226.29-.557.037-1.133.047-1.714.03-.921-.026-1.857-.12-2.709-.275-.67-.12-1.26-.269-1.86-.464a5.811 5.811 0 0 1-1.25-.55c-.43-.259-.738-.526-.945-.819a2.212 2.212 0 0 1-.332-.701 1.968 1.968 0 0 1-.064-.481l.026-28.508c.002-.248-.003-.497-.016-.743a7.793 7.793 0 0 0-.109-1.044 6.615 6.615 0 0 0-.158-.672l-25.13 10.123a6.686 6.686 0 0 0-.845.398c-.377.209-.955.59-1.575 1.216-.68.686-1.055 1.318-1.487 2.048a14.74 14.74 0 0 0-1.189 2.493 14.127 14.127 0 0 0-.666 2.662c-.101.68-.154 1.375-.157 2.062-.034 13.873-.065 28.144-.04 28.808l-.282.012.283-.005a1.72 1.72 0 0 1-.115.703c-.17.432-.478.69-.728.866-1.043.737-2.014 1.001-2.055 1.013-.94.251-2.11.563-3.847.642a16.79 16.79 0 0 1-.783.017h-.007Zm39.423-68.034a14.612 14.612 0 0 0-5.083.907 2781.27 2781.27 0 0 1-25.92 10.386 21.556 21.556 0 0 0-5.567 3.154c-1.936 1.518-3.131 3.005-3.775 3.802-.92 1.145-2.676 3.586-4.085 7.078-.84 2.085-1.45 4.3-1.766 6.406a27.583 27.583 0 0 0-.303 4.111l.013 28.92c0 .23.05.444.148.636.057.11.16.269.452.51.442.367.87.557 1.032.622 1.321.523 2.785.73 2.8.731.739.102 1.86.256 3.385.188 1.676-.076 2.813-.379 3.726-.622.01-.003.92-.253 1.875-.928.198-.14.415-.321.53-.611.056-.146.081-.304.075-.472v-.007c-.02-.538-.008-9.16.04-28.831a14.89 14.89 0 0 1 .854-4.914c.173-.482.563-1.46 1.235-2.59.453-.763.843-1.422 1.573-2.16a7.772 7.772 0 0 1 1.7-1.312c.294-.164.602-.308.915-.43l25.408-10.235a.285.285 0 0 1 .373.17 7.29 7.29 0 0 1 .388 2.153c.014.26.02.522.017.778v.021l-.026 28.479c.002.113.017.23.047.344.02.079.085.285.248.516.059.083.236.336.772.659.383.23.731.366 1.136.498.572.188 1.14.328 1.785.444a17.938 17.938 0 0 0 4.284.236c.447-.03 1.196-.078 2.145-.279a12.956 12.956 0 0 0 1.699-.486 5.11 5.11 0 0 0 .764-.328c.32-.17.49-.304.563-.37.198-.175.314-.34.374-.43.108-.152.165-.238.197-.373a.82.82 0 0 0 .02-.243v-.02l.034-29.112a23.676 23.676 0 0 0-.355-3.945 19.557 19.557 0 0 0-.67-2.777 17.896 17.896 0 0 0-1.69-3.734c-.39-.64-1.043-1.71-2.193-2.842a12.964 12.964 0 0 0-3.301-2.363 13.394 13.394 0 0 0-5.876-1.335h.003Z' }),
1350
+ React.createElement("path", { fill: '#fff', d: 'M106.506 57.92c-.099 1.184-.756 1.98-1.298 2.635-.826 1-1.704 1.53-2.496 2.007-.882.533-1.676.871-2.253 1.085C84.64 70.02 68.822 76.396 53.003 82.769c-.915.347-2.2.795-3.767 1.22-4.254 1.15-7.635 1.32-10.782 1.463-1.992.09-4.928.21-8.786-.187a52.476 52.476 0 0 1-7.163-1.251c-2.119-.522-4.414-1.227-6.882-2.536-1.233-.654-2.443-1.423-3.314-2.815-.352-.561-.873-1.417-.826-2.556.054-1.295.812-2.195 1.385-2.875.86-1.021 1.792-1.55 2.769-2.103.655-.372 1.253-.63 2.45-1.146.946-.407 1.738-.72 2.288-.93 2.683-1.082 5.366-2.165 8.05-3.245 0 3.452.002 6.906.004 10.359 0 .172.024.462.18.765.074.146.199.33.522.6a4.285 4.285 0 0 0 1.108.664c1.372.544 2.866.75 2.866.75.79.109 1.917.257 3.438.19 1.707-.078 2.846-.382 3.788-.633 0 0 .951-.254 1.964-.97.191-.134.48-.36.63-.738.111-.285.096-.534.094-.594-.017-.443-.01-6.702.01-16.29l17.175-6.913a51.654 51.654 0 0 1 5.788-2.256c1.16-.376 2.428-.784 4.154-1.164a33.426 33.426 0 0 1 3.104-.539 30.513 30.513 0 0 1 1.689-.154c-.001 2.819-.004 5.638-.007 8.456.001.104.013.248.055.415.017.066.086.32.29.608.103.147.321.416.858.738.4.24.768.386 1.193.525.68.222 1.29.358 1.823.454.407.074 1.38.233 2.665.27a18.73 18.73 0 0 0 1.687-.03 14.635 14.635 0 0 0 2.187-.285 13.2 13.2 0 0 0 1.734-.495c.14-.048.44-.153.802-.345.386-.204.567-.361.62-.408.217-.193.344-.373.418-.48.11-.156.195-.28.24-.469.031-.134.031-.25.026-.328.002-2.887.007-5.772.01-8.657a33.3 33.3 0 0 1 2.12.23c1.813.256 3.157.603 4.063.839 1.367.356 2.608.679 4.194 1.338 1.041.431 2.137.894 3.424 1.786 1.208.838 2.325 1.634 2.875 3.085.126.331.358.966.29 1.788Z' }),
1351
+ React.createElement("path", { fill: '#000', d: 'M35.086 85.823c-1.536 0-3.368-.063-5.448-.277a52.46 52.46 0 0 1-7.2-1.259c-1.844-.454-4.3-1.155-6.948-2.56-1.24-.659-2.515-1.466-3.422-2.916-.343-.549-.919-1.468-.868-2.717.058-1.392.863-2.346 1.45-3.045.895-1.064 1.888-1.625 2.847-2.168.662-.377 1.257-.633 2.442-1.145l.034-.014a60.29 60.29 0 0 1 2.3-.935l.467-.188 7.578-3.055a.284.284 0 0 1 .39.263l.003 10.36c0 .23.05.443.149.634.056.112.157.269.451.512.44.364.869.555 1.031.62 1.325.524 2.785.73 2.8.732.739.102 1.855.256 3.387.187 1.67-.076 2.806-.377 3.718-.62.018-.007.928-.257 1.884-.931.185-.13.413-.319.53-.612.084-.212.078-.404.075-.468v-.015c-.015-.402-.012-5.581.01-16.297 0-.116.07-.219.177-.261 5.725-2.304 11.45-4.608 17.175-6.914a52.017 52.017 0 0 1 5.806-2.261c1.07-.347 2.4-.778 4.18-1.171a34.49 34.49 0 0 1 3.13-.544c.578-.069 1.152-.121 1.707-.155a.275.275 0 0 1 .212.076.28.28 0 0 1 .089.207c0 2.584-.004 5.168-.006 7.752v.704c0 .112.017.23.045.345.02.078.084.283.248.515.06.084.236.337.772.66.386.231.733.367 1.134.497.572.187 1.139.328 1.785.444a18.068 18.068 0 0 0 4.284.236c.445-.03 1.19-.077 2.146-.28.73-.152 1.2-.315 1.7-.485.123-.042.409-.14.761-.326a2.97 2.97 0 0 0 .565-.37c.199-.178.313-.342.374-.43.105-.148.166-.239.198-.374.019-.078.024-.16.019-.242v-.021l.01-8.658a.282.282 0 0 1 .304-.283c.73.057 1.43.133 2.138.232 1.859.262 3.259.627 4.095.845l.027.007c1.342.35 2.61.681 4.203 1.343 1.002.415 2.136.886 3.477 1.815 1.172.813 2.386 1.655 2.978 3.216.115.3.382 1.006.307 1.911-.106 1.275-.803 2.116-1.362 2.792-.86 1.041-1.768 1.587-2.568 2.07-.724.438-1.498.81-2.301 1.107l-47.449 19.12a41.6 41.6 0 0 1-3.8 1.23c-4.362 1.18-7.804 1.335-10.842 1.474-.865.038-2.003.089-3.38.089l.002.002ZM28.14 66.226l-7.189 2.898-.47.19a61.15 61.15 0 0 0-2.284.927l-.034.014c-1.167.504-1.754.757-2.389 1.118-.959.542-1.862 1.055-2.693 2.04-.565.671-1.268 1.506-1.318 2.704-.044 1.075.474 1.9.784 2.393.79 1.261 1.853 1.997 3.206 2.715 2.594 1.377 5.006 2.065 6.818 2.51a52.016 52.016 0 0 0 7.124 1.246c3.903.401 6.933.267 8.745.185 3.008-.137 6.418-.291 10.72-1.454a40.943 40.943 0 0 0 3.743-1.21l47.45-19.122a12.92 12.92 0 0 0 2.212-1.065c.762-.46 1.626-.978 2.424-1.944.536-.648 1.143-1.382 1.235-2.479.065-.777-.163-1.376-.272-1.663-.53-1.399-1.619-2.154-2.772-2.953-1.291-.895-2.396-1.354-3.372-1.758-1.557-.648-2.806-.973-4.13-1.318l-.027-.007a34.007 34.007 0 0 0-4.03-.832 32.261 32.261 0 0 0-1.798-.204l-.01 8.34c.008.135-.003.271-.033.403-.06.248-.174.411-.284.568a2.786 2.786 0 0 1-.463.528 3.41 3.41 0 0 1-.675.445c-.39.208-.719.32-.842.362-.494.17-1.004.344-1.768.505-.996.211-1.767.262-2.226.292a18.574 18.574 0 0 1-4.42-.245 13.651 13.651 0 0 1-1.862-.464 5.877 5.877 0 0 1-1.25-.552c-.43-.258-.738-.526-.945-.819a2.175 2.175 0 0 1-.332-.701 1.981 1.981 0 0 1-.064-.481v-.709c.003-2.482.006-4.965.007-7.45-.45.033-.91.079-1.372.134a33.932 33.932 0 0 0-3.077.534c-1.754.387-3.07.814-4.127 1.157a51.574 51.574 0 0 0-5.757 2.244l-17.01 6.848c-.022 10.577-.026 15.691-.01 16.087v.016c.002.092.01.372-.115.693-.174.438-.5.704-.73.865-1.04.737-2.013 1.002-2.054 1.013-.949.252-2.116.563-3.848.642a18.254 18.254 0 0 1-3.49-.192c-.062-.009-1.543-.218-2.93-.767a4.599 4.599 0 0 1-1.184-.71c-.375-.31-.515-.532-.594-.69a1.92 1.92 0 0 1-.21-.892l-.005-9.94-.003.005Z' }),
1352
+ React.createElement("path", { fill: '#FF7E88', d: 'm80.219 93.591 8.646 3.075a5.171 5.171 0 0 1 1.593 1.113c.305.316.612.717 1.103 1.713.438.887.82 1.836 1.188 3.016.43 1.376.648 2.449.829 3.354.29 1.453.431 2.57.48 2.976.167 1.415.107 1.614.238 3.215.163 1.972.303 3.559.839 5.414.327 1.13.7 2.016.952 2.563a42360.23 42360.23 0 0 1-14.35 5.85 3.175 3.175 0 0 0-.68.359c-.26.183-.684.538-1.237 1.577-.496.932-.348 1.006-.819 1.798-.536.901-.92 1.129-1.098 1.218-.133.066-.594.3-1.118.199-.66-.126-1.063-.71-1.398-1.278a14.784 14.784 0 0 1-1.537-3.675c-.429-1.666-.583-3.001-.719-4.213-.147-1.307-.08-1.263-.253-3.016-.15-1.534-.259-2.645-.532-4.1a30.998 30.998 0 0 0-.892-3.594 21.064 21.064 0 0 0-1.279-3.168c-.56-1.115-.916-1.572-1.37-1.944-.498-.408-1.034-.653-1.412-.824-.61-.279-1.014-.378-1.61-.559a25.718 25.718 0 0 1-2.357-.851l-.01-3.407 16.803-6.81Z' }),
1353
+ React.createElement("path", { fill: '#000', d: 'M77.05 131.339c-.107 0-.213-.01-.317-.03-.746-.143-1.204-.762-1.589-1.412a15.07 15.07 0 0 1-1.568-3.748c-.442-1.718-.6-3.123-.726-4.251-.075-.668-.095-.993-.119-1.368-.024-.371-.05-.791-.134-1.652-.15-1.529-.259-2.634-.53-4.075a30.57 30.57 0 0 0-.883-3.561 20.769 20.769 0 0 0-1.262-3.126c-.561-1.119-.9-1.526-1.298-1.851-.47-.387-.979-.618-1.35-.787-.479-.219-.825-.321-1.262-.452l-.313-.094a25.71 25.71 0 0 1-2.382-.861.284.284 0 0 1-.174-.26l-.01-3.408c0-.116.07-.219.177-.263l16.803-6.808a.28.28 0 0 1 .2-.005l8.647 3.075.021.009c.64.29 1.207.684 1.679 1.174.335.346.659.783 1.154 1.783.465.942.847 1.912 1.205 3.057.443 1.418.67 2.554.836 3.383a38.31 38.31 0 0 1 .482 2.997c.1.826.12 1.237.146 1.758.018.372.04.795.095 1.468.155 1.874.29 3.494.829 5.359.249.863.564 1.713.936 2.523.032.071.034.15.005.222a.282.282 0 0 1-.156.159l-14.35 5.85a2.835 2.835 0 0 0-.624.329c-.248.173-.637.515-1.15 1.478-.23.432-.313.665-.394.89-.089.25-.174.486-.43.919-.544.914-.954 1.195-1.215 1.327-.336.17-.664.254-.98.254l.002-.002ZM63.71 103.618a24.94 24.94 0 0 0 2.465.865c.441.131.82.244 1.337.479.376.171.946.431 1.474.864.53.436.909.969 1.444 2.035.76 1.515 1.162 2.791 1.295 3.211.36 1.14.662 2.361.9 3.627.276 1.466.385 2.581.536 4.122.085.873.112 1.297.136 1.674.022.367.043.686.116 1.34.124 1.112.28 2.494.711 4.174.144.562.58 2.036 1.506 3.601.296.498.657 1.04 1.208 1.145.284.055.6-.005.938-.174.114-.058.46-.232.983-1.111.23-.386.301-.587.385-.82.083-.233.178-.497.427-.965.564-1.059 1.004-1.452 1.325-1.676.228-.158.477-.291.74-.391l14.073-5.739a18.664 18.664 0 0 1-.846-2.332c-.554-1.921-.69-3.566-.849-5.469a39.287 39.287 0 0 1-.096-1.485c-.025-.51-.045-.913-.141-1.719a38.54 38.54 0 0 0-.475-2.953c-.173-.863-.388-1.935-.822-3.325a20.107 20.107 0 0 0-1.171-2.975c-.461-.935-.756-1.332-1.054-1.64a4.836 4.836 0 0 0-1.495-1.047l-8.533-3.035-16.526 6.697.009 3.028v-.006Z' }),
1354
+ React.createElement("path", { fill: '#FF444F', d: 'm82.904 94.546-2.686-.955-16.803 6.809.03-2.077a7.065 7.065 0 0 1 .47-2.306c.204-.53.56-1.423 1.426-2.246.61-.58 1.235-.9 1.643-1.071l2.219-.9c4.197-1.701 7.303-2.954 8.093-3.274 1.29-.523 3.217-1.305 5.598-2.276.003 2.764.005 5.53.01 8.296Z' }),
1355
+ React.createElement("path", { fill: '#000', d: 'M63.416 100.681a.288.288 0 0 1-.16-.049.285.285 0 0 1-.123-.238l.03-2.076c.03-.833.193-1.641.489-2.405.198-.512.566-1.465 1.496-2.349a5.673 5.673 0 0 1 1.727-1.126l.515-.208 1.707-.691c3.085-1.25 5.58-2.26 7-2.833l1.093-.443c1.29-.523 3.218-1.306 5.599-2.276a.283.283 0 0 1 .388.262l.01 8.295a.282.282 0 0 1-.377.267l-2.584-.919-.72.291-15.983 6.477a.28.28 0 0 1-.106.021h-.001Zm19.196-14.012c-2.203.897-3.99 1.622-5.21 2.117l-1.094.443c-1.42.573-3.914 1.581-6.999 2.832-.274.111-1.12.453-1.708.693l-.51.206a5.1 5.1 0 0 0-1.554 1.014c-.837.796-1.177 1.673-1.358 2.143a6.778 6.778 0 0 0-.45 2.215l-.025 1.643c5.197-2.104 10.392-4.21 15.588-6.316l.82-.333a.281.281 0 0 1 .201-.004l2.308.82c-.004-2.49-.006-4.984-.008-7.473h-.001Z' }),
1356
+ React.createElement("path", { fill: '#CED0D6', d: 'M89.99 97.356a5.228 5.228 0 0 0-1.126-.689l-5.96-2.12-.01-8.295c1.3-.522 2.6-1.044 3.9-1.564a2.198 2.198 0 0 1 2.053.302c.317.24.475.503.615.736.058.095.336.566.447 1.264.04.256.048.473.047.625l.034 9.741Z' }),
1357
+ React.createElement("path", { fill: '#000', d: 'M89.99 97.639a.281.281 0 0 1-.176-.062 4.943 4.943 0 0 0-1.055-.647l-5.95-2.116a.282.282 0 0 1-.187-.265l-.01-8.296c0-.116.07-.219.177-.263l3.899-1.564c.386-.14.795-.183 1.191-.127.56.077.955.326 1.14.468.362.274.542.574.686.814.083.136.368.644.484 1.365.035.228.052.454.05.672l.034 9.737a.286.286 0 0 1-.282.284Zm-6.802-3.291L88.96 96.4l.02.009c.252.113.496.245.725.393l-.033-9.186c0-.133-.005-.338-.043-.583a3.316 3.316 0 0 0-.41-1.16c-.132-.222-.268-.448-.544-.657a1.91 1.91 0 0 0-1.786-.262c-1.232.493-2.472.991-3.713 1.49l.01 7.904.001-.001Z' }),
1358
+ React.createElement("path", { fill: '#FF444F', d: 'm67.189 105.131-3.763 1.595v-2.916c.976.406 1.785.676 2.357.851.526.162.905.258 1.406.47Z' }),
1359
+ React.createElement("path", { fill: '#000', d: 'M63.426 107.008a.28.28 0 0 1-.155-.046.285.285 0 0 1-.127-.236v-2.917a.281.281 0 0 1 .391-.26 26.258 26.258 0 0 0 2.644.936c.382.113.711.212 1.121.386a.283.283 0 0 1 0 .521l-3.762 1.595a.269.269 0 0 1-.11.023l-.002-.002Zm.283-2.779v2.069l2.71-1.149c-.131-.042-.263-.081-.403-.124l-.317-.094c-.66-.203-1.33-.439-1.99-.702Z' }),
1360
+ React.createElement("path", { fill: '#CED0D6', d: 'M70.681 109.076c-1.103.464-2.208.927-3.312 1.388a4.745 4.745 0 0 1-.748.285c-.39.111-.74.211-1.188.15a1.887 1.887 0 0 1-.71-.23c-.426-.243-.631-.598-.788-.869-.263-.454-.345-.858-.42-1.237a5.429 5.429 0 0 1-.1-1.064c.003-.257.008-.516.01-.773l3.763-1.596c.066.027.134.057.205.089.376.173.912.417 1.41.826.454.372.812.829 1.372 1.944.19.38.36.745.506 1.087Z' }),
1361
+ React.createElement("path", { fill: '#000', d: 'M65.704 111.2c-.099 0-.2-.007-.31-.021a2.176 2.176 0 0 1-.812-.266c-.49-.28-.72-.677-.89-.967-.293-.505-.384-.962-.456-1.328a5.726 5.726 0 0 1-.105-1.12l.01-.776c0-.111.07-.213.173-.257l3.762-1.595a.28.28 0 0 1 .217-.002c.07.028.142.06.217.095.382.175.95.436 1.471.864.53.434.908.968 1.446 2.035.182.364.355.736.513 1.104a.284.284 0 0 1-.151.374c-1.102.462-2.204.924-3.307 1.384a5.29 5.29 0 0 1-.786.3c-.327.093-.635.179-.996.179l.004-.003Zm-1.997-4.287-.007.589c-.001.336.03.676.093 1.007.071.359.145.731.388 1.15.154.264.325.56.684.763.26.149.504.183.607.197.386.052.686-.032 1.064-.14a4.41 4.41 0 0 0 .711-.272l.014-.005 3.048-1.275c-.121-.271-.25-.544-.384-.811-.563-1.121-.903-1.526-1.299-1.852-.467-.383-.971-.615-1.34-.783a3.619 3.619 0 0 0-.095-.043l-3.483 1.477-.001-.002Z' }),
1362
+ React.createElement("path", { fill: '#EBECEF', d: 'm106.555 107.969-.041-50.182a2.03 2.03 0 0 1-.008.133c-.099 1.184-.757 1.98-1.298 2.635-.826 1-1.705 1.53-2.497 2.007a13.18 13.18 0 0 1-2.253 1.085L53.003 82.769c-.915.346-2.2.795-3.768 1.22-4.253 1.149-7.635 1.32-10.782 1.463-1.991.09-4.927.21-8.786-.187a52.481 52.481 0 0 1-7.162-1.251c-2.119-.522-4.415-1.227-6.883-2.536-1.233-.654-2.442-1.423-3.313-2.815-.324-.516-.791-1.283-.826-2.29l-.067 51.331c.008.212.035.507.12.851.06.245.212.765.652 1.439.525.799 1.133 1.316 1.557 1.65 1.238.972 2.507 1.635 3.768 2.182.72.313 1.826.756 3.528 1.252 2.977.869 5.357 1.195 6.976 1.41a58.65 58.65 0 0 0 5.323.453c.533.023 1.893.071 3.662.041a57.173 57.173 0 0 0 4.885-.267c1.586-.159 4.217-.432 7.495-1.317 2.11-.57 3.785-1.204 5.004-1.665a64.945 64.945 0 0 0 3.195-1.304c5.406-2.187 10.81-4.375 16.215-6.56-.388-1.568-.536-2.843-.667-4.002-.147-1.307-.08-1.263-.253-3.016-.15-1.535-.258-2.645-.532-4.1a31.026 31.026 0 0 0-.892-3.594 21.355 21.355 0 0 0-.77-2.079l-3.313 1.386a4.864 4.864 0 0 1-.748.286c-.39.11-.74.21-1.188.149a1.887 1.887 0 0 1-.71-.23c-.426-.243-.631-.598-.788-.868-.263-.455-.345-.859-.42-1.238a5.421 5.421 0 0 1-.1-1.064c.003-.257.008-.516.01-.773v-2.917c-.002-1.137-.007-2.273-.01-3.408l.03-2.077a7.06 7.06 0 0 1 .47-2.307c.205-.53.561-1.422 1.427-2.246.61-.58 1.235-.9 1.642-1.07l2.22-.9c4.197-1.701 7.303-2.954 8.092-3.274 1.29-.523 3.218-1.306 5.598-2.276 1.3-.522 2.6-1.044 3.9-1.564a2.184 2.184 0 0 1 2.054.303c.316.24.475.502.615.735.058.095.335.566.447 1.265.04.256.048.472.046.625l.034 9.74c.156.123.313.265.467.425.306.317.611.717 1.103 1.713.437.886.82 1.835 1.188 3.015.429 1.376.647 2.448.83 3.353.29 1.453.43 2.57.477 2.976.17 1.415.108 1.614.24 3.215.158 1.897.292 3.437.78 5.204l6.269-2.538a14.727 14.727 0 0 0 1.717-.978c1.33-.882 2.26-1.495 2.855-2.676.484-.958.594-1.982.62-2.276.029-.335.027-.618.019-.819Z' }),
1363
+ React.createElement("path", { fill: '#000', d: 'M35.88 137.274a61.291 61.291 0 0 1-7.9-.507c-1.478-.196-3.953-.525-7.017-1.418-1.78-.519-2.884-.971-3.561-1.265-1.53-.663-2.747-1.369-3.83-2.219-.473-.372-1.084-.902-1.62-1.718-.338-.518-.57-1.032-.69-1.528a4.625 4.625 0 0 1-.129-.907l.067-51.341c0-.155.124-.28.278-.283a.288.288 0 0 1 .287.273c.034.954.503 1.703.784 2.15.79 1.261 1.853 1.997 3.207 2.715 2.593 1.376 5.005 2.065 6.817 2.51a52.012 52.012 0 0 0 7.124 1.245c3.902.402 6.933.268 8.745.186 3.008-.138 6.419-.292 10.721-1.454a40.764 40.764 0 0 0 3.741-1.211l47.45-19.121a12.921 12.921 0 0 0 2.212-1.065c.762-.46 1.626-.979 2.424-1.945.536-.648 1.143-1.382 1.235-2.478a1.26 1.26 0 0 0 .007-.119.283.283 0 0 1 .283-.274h.004a.284.284 0 0 1 .279.283c.012 16.726.026 33.451.041 50.176.009.297.002.576-.022.849-.034.397-.167 1.424-.649 2.377-.628 1.246-1.6 1.89-2.945 2.78a15.027 15.027 0 0 1-1.775 1.01l-6.268 2.537a.28.28 0 0 1-.378-.187c-.505-1.827-.636-3.415-.789-5.256a38.765 38.765 0 0 1-.096-1.485c-.026-.51-.046-.912-.143-1.72a37.926 37.926 0 0 0-.475-2.954c-.176-.867-.394-1.948-.822-3.325a20.01 20.01 0 0 0-1.173-2.975c-.462-.935-.755-1.332-1.053-1.64a4.428 4.428 0 0 0-.439-.4.281.281 0 0 1-.107-.22l-.034-9.74c0-.134-.006-.339-.044-.584a3.312 3.312 0 0 0-.409-1.16c-.133-.221-.269-.448-.544-.657a1.909 1.909 0 0 0-1.787-.262l-3.89 1.562c-2.378.97-4.306 1.752-5.596 2.276l-1.095.442c-1.42.573-3.913 1.581-6.998 2.832l-1.709.693-.51.206a5.101 5.101 0 0 0-1.553 1.014c-.837.797-1.177 1.674-1.358 2.143a6.778 6.778 0 0 0-.451 2.215l-.03 2.071.01 3.404-.01 3.695c-.001.336.03.676.094 1.007.07.359.144.731.387 1.149.154.265.325.561.685.764.258.149.503.183.606.197.387.052.686-.033 1.064-.14a4.41 4.41 0 0 0 .712-.272c.004-.001.008-.004.014-.005l3.312-1.386a.283.283 0 0 1 .37.148c.38.88.627 1.624.78 2.106.36 1.136.662 2.356.9 3.626.277 1.474.386 2.586.536 4.126.086.873.113 1.299.135 1.673.023.368.043.685.116 1.338.12 1.058.266 2.375.66 3.966a.282.282 0 0 1-.169.33l-9.813 3.97-6.401 2.59a67.921 67.921 0 0 1-3.201 1.307c-1.228.464-2.907 1.1-5.03 1.673-3.361.908-6.08 1.179-7.54 1.325-2.224.224-4.036.253-4.907.269-.396.007-.774.01-1.128.01l.002.003ZM11.765 78.3l-.063 49.404c.01.257.048.525.111.783.106.435.313.89.614 1.353.49.745 1.057 1.237 1.495 1.582 1.058.832 2.2 1.492 3.706 2.146.663.288 1.745.73 3.493 1.24 3.024.881 5.471 1.207 6.933 1.402.944.126 2.886.352 5.299.45.643.027 1.97.069 3.646.041a57.02 57.02 0 0 0 4.861-.266c1.444-.144 4.133-.413 7.45-1.308 2.096-.566 3.76-1.197 4.977-1.657a63.914 63.914 0 0 0 3.182-1.298l6.41-2.594c3.195-1.293 6.392-2.587 9.587-3.878-.36-1.521-.5-2.779-.615-3.801-.075-.666-.095-.99-.12-1.365-.022-.37-.049-.79-.133-1.654-.149-1.525-.256-2.627-.53-4.077a31.356 31.356 0 0 0-.883-3.561 21.563 21.563 0 0 0-.653-1.795c-1.014.426-2.03.85-3.046 1.275-.255.121-.52.222-.787.299-.415.118-.8.227-1.303.159a2.175 2.175 0 0 1-.812-.266c-.491-.28-.722-.678-.891-.968-.293-.504-.384-.961-.456-1.328a5.72 5.72 0 0 1-.104-1.12l.01-.775-.01-6.321.03-2.08c.029-.833.193-1.641.489-2.405.198-.512.565-1.465 1.496-2.349a5.675 5.675 0 0 1 1.727-1.126l.515-.208 1.707-.691c3.085-1.25 5.58-2.26 7-2.833l1.093-.443c1.29-.523 3.218-1.306 5.598-2.276l3.9-1.564c.387-.14.796-.183 1.192-.127.56.077.954.326 1.14.468.362.274.541.574.686.814.083.136.368.644.484 1.365.035.228.052.454.05.672l.034 9.604c.133.112.263.233.388.362.334.346.658.782 1.153 1.783.466.948.85 1.92 1.205 3.057.438 1.406.659 2.5.836 3.382.257 1.289.404 2.342.482 2.998.099.826.12 1.238.146 1.758.018.372.04.795.096 1.467.141 1.706.264 3.192.689 4.844l5.963-2.413c.577-.28 1.14-.601 1.676-.956 1.326-.878 2.199-1.455 2.759-2.567.438-.867.559-1.808.59-2.173.022-.253.028-.509.018-.785v-.009c-.014-16.11-.027-32.221-.039-48.331-.249.42-.544.776-.808 1.096-.86 1.041-1.768 1.587-2.569 2.07-.724.438-1.497.81-2.301 1.107l-47.448 19.12a41.641 41.641 0 0 1-3.8 1.23c-4.362 1.18-7.805 1.335-10.843 1.474-1.827.082-4.884.217-8.828-.188a52.49 52.49 0 0 1-7.201-1.26c-1.843-.453-4.298-1.155-6.947-2.56-1.24-.658-2.515-1.466-3.422-2.916a8.695 8.695 0 0 1-.305-.513h.001Z' }),
1364
+ React.createElement("path", { fill: '#FF7E88', d: 'm108.582 125.31-21.29 8.556a114.62 114.62 0 0 0-1.357-3.98c-.293-.812-.546-1.482-1.094-2.252-.478-.672-1.073-1.483-2.087-1.691a2.673 2.673 0 0 0-1.386.104c.14-.075.266-.128.367-.168 4.784-1.95 9.567-3.899 14.35-5.85l6.756-2.696c.148-.065.384-.145.679-.15.495-.005.855.211 1.158.399.14.088.597.385 1.158 1.109.259.334.507.714.849 1.398a18.5 18.5 0 0 1 .908 2.157c.279.772.628 1.807.989 3.064Z' }),
1365
+ React.createElement("path", { fill: '#000', d: 'M87.293 134.149a.28.28 0 0 1-.269-.196c-.43-1.338-.885-2.675-1.355-3.97-.308-.855-.548-1.468-1.058-2.184-.44-.618-.987-1.389-1.913-1.579a2.363 2.363 0 0 0-1.24.097.284.284 0 0 1-.223-.518c.128-.068.26-.129.4-.182l14.345-5.849 6.757-2.697a2.01 2.01 0 0 1 .779-.17h.021c.58 0 1.007.266 1.29.441.409.256.835.662 1.232 1.176.31.4.564.819.878 1.444.425.846.693 1.551.921 2.188.357.989.692 2.025.994 3.082a.283.283 0 0 1-.166.341l-21.29 8.555a.274.274 0 0 1-.106.02l.003.001Zm-4.355-8.453c1.067.273 1.68 1.138 2.135 1.775.55.773.814 1.449 1.128 2.319.437 1.21.863 2.453 1.268 3.7l20.77-8.346c-.28-.96-.587-1.901-.913-2.802a18.281 18.281 0 0 0-.895-2.126c-.366-.731-.61-1.08-.819-1.35-.358-.461-.733-.822-1.085-1.043-.254-.158-.573-.356-.99-.356h-.014a1.476 1.476 0 0 0-.569.126l-6.763 2.698-13.253 5.403v.002Z' }),
1366
+ React.createElement("path", { fill: '#FF444F', d: 'm85.097 128.019-5.151 2.067c-.71.263-1.419.526-2.129.787l.085-.042c.177-.089.563-.317 1.1-1.218.469-.79.32-.864.818-1.796.553-1.04.976-1.396 1.238-1.578.107-.075.213-.139.31-.191l.008-.003c.311-.103.81-.218 1.379-.102 1.014.208 1.61 1.02 2.088 1.692.093.13.176.258.254.384Z' }),
1367
+ React.createElement("path", { fill: '#000', d: 'M77.817 131.156a.283.283 0 0 1-.123-.537l.075-.039c.12-.06.467-.234.989-1.113.228-.384.3-.585.383-.819a6.35 6.35 0 0 1 .429-.966c.564-1.06 1.004-1.454 1.325-1.677.108-.075.22-.144.34-.208.01-.006.022-.011.035-.016a2.924 2.924 0 0 1 1.542-.116c1.144.235 1.79 1.143 2.261 1.805.085.119.17.246.265.4a.282.282 0 0 1-.136.412l-5.151 2.066-.572.213-1.564.578a.304.304 0 0 1-.098.017Zm3.665-4.848a2.614 2.614 0 0 0-.262.162c-.247.173-.636.514-1.15 1.48-.231.432-.313.666-.394.891-.09.249-.174.485-.43.916a6.723 6.723 0 0 1-.24.375l.278-.103.564-.21 4.825-1.934-.06-.085c-.44-.62-.988-1.389-1.915-1.58a2.356 2.356 0 0 0-1.216.088Z' })));
1368
+ const ForwardRef$s$ = forwardRef(LightSafeAndSecureIcon);
1369
+
1370
+ const LightRegulatedIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1371
+ React.createElement("path", { fill: '#CED0D6', d: 'M60.838 92.323a12.323 12.323 0 0 1-2.875 3.246c-3.912 3.079-8.431 2.707-9.638 2.608-5.848-.48-9.466-4.328-10.702-5.644-1.011-1.075-3.262-3.53-4.26-7.507-.324-1.29-1.092-4.532.16-8.36.371-1.138 1.748-5.145 5.75-7.508a11.654 11.654 0 0 1 2.385-1.068 15.094 15.094 0 0 0-1.544 3.344c-1.252 3.828-.484 7.07-.16 8.36.998 3.979 3.25 6.433 4.26 7.508 1.237 1.316 4.854 5.163 10.702 5.644.83.068 3.23.265 5.922-.623Z' }),
1372
+ React.createElement("path", { fill: '#000', d: 'M49.795 98.52c-.488 0-.984-.02-1.492-.062-5.959-.488-9.669-4.435-10.887-5.73-.9-.957-3.29-3.499-4.327-7.633-.282-1.12-1.138-4.531.165-8.517 1.112-3.4 3.144-6.05 5.875-7.663.767-.453 1.589-.82 2.443-1.094a.284.284 0 0 1 .327.42c-.931 1.491-1.37 2.84-1.517 3.282-1.251 3.83-.425 7.123-.154 8.203 1 3.986 3.32 6.454 4.192 7.383 4.78 5.085 9.1 5.44 10.52 5.557.787.064 3.174.26 5.81-.61a.284.284 0 0 1 .331.417 12.574 12.574 0 0 1-2.941 3.32c-2.306 1.814-5.107 2.729-8.342 2.729l-.003-.002ZM41.02 68.618c-.556.219-1.092.482-1.602.783-2.613 1.542-4.557 4.085-5.627 7.352-1.253 3.83-.425 7.122-.154 8.204 1.003 3.991 3.32 6.455 4.192 7.383 4.78 5.084 9.1 5.438 10.52 5.555 3.728.306 6.903-.551 9.44-2.548a11.956 11.956 0 0 0 2.389-2.532c-2.437.646-4.544.475-5.283.414-5.959-.49-9.667-4.437-10.886-5.732-.901-.96-3.293-3.505-4.328-7.632-.282-1.12-1.137-4.532.165-8.517.128-.39.478-1.463 1.176-2.729l-.002-.001Z' }),
1373
+ React.createElement("path", { fill: '#FF444F', d: 'M61.956 90.03a13.48 13.48 0 0 1-1.117 2.293c-2.691.888-5.092.691-5.922.624-5.848-.481-9.465-4.329-10.702-5.645-1.01-1.075-3.262-3.53-4.26-7.508-.324-1.29-1.092-4.531.16-8.36.187-.576.633-1.884 1.544-3.344 4.807-1.53 9.465.402 10.554.855 7.164 2.973 9.415 9.96 9.797 11.235.497 1.657 1.599 5.542-.053 9.85Z' }),
1374
+ React.createElement("path", { fill: '#000', d: 'M56.379 93.294c-.672 0-1.188-.042-1.485-.066-5.959-.49-9.667-4.437-10.887-5.732-.9-.96-3.292-3.505-4.328-7.632-.281-1.12-1.137-4.532.166-8.518.15-.46.607-1.855 1.572-3.406a.29.29 0 0 1 .155-.12c2.24-.713 5.923-1.143 10.748.863 6.931 2.877 9.376 9.465 9.96 11.415.454 1.517 1.661 5.542-.061 10.033-.149.386-.495 1.288-1.14 2.339a.28.28 0 0 1-.153.12c-1.744.576-3.379.703-4.547.703v.001ZM41.842 68.328c-.893 1.455-1.318 2.76-1.461 3.194-1.252 3.83-.426 7.122-.154 8.203 1 3.986 3.32 6.454 4.192 7.383 1.182 1.257 4.779 5.085 10.52 5.557.776.064 3.116.255 5.711-.578.583-.97.903-1.798 1.041-2.157 1.654-4.31.487-8.202.047-9.668-.566-1.89-2.934-8.274-9.635-11.056-4.595-1.91-8.101-1.543-10.26-.877l-.001-.001Z' }),
1375
+ React.createElement("path", { fill: '#fff', stroke: '#000', strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 0.566, d: 'M75.934 84.786c-.492-9.475-5.364-16.338-8.387-19.728-1.638-1.839-7.362-8.082-17.012-10.223-2.878-.64-8.342-1.778-14.695.48-5.763 2.044-9.205 5.798-10.545 7.426-.62.757-2.993 3.738-4.472 8.387-2.358 7.412-.77 13.8-.16 16.134 2.454 9.36 8.594 14.745 10.784 16.613 2.479 2.115 7.349 6.164 14.935 7.427 2.575.43 10.348 1.604 17.97-3.035 5.046-3.071 7.673-7.257 8.786-9.345 3.153-5.906 2.938-11.392 2.796-14.136ZM61.956 90.03c-.17.441-.504 1.293-1.117 2.293a12.32 12.32 0 0 1-2.876 3.246c-3.912 3.079-8.43 2.707-9.637 2.608-5.849-.48-9.467-4.328-10.703-5.644-1.011-1.074-3.261-3.53-4.26-7.507-.324-1.29-1.092-4.532.16-8.36.372-1.138 1.748-5.144 5.75-7.508a11.655 11.655 0 0 1 2.385-1.068c4.808-1.53 9.465.402 10.554.855 7.164 2.973 9.416 9.96 9.798 11.235.496 1.657 1.598 5.542-.054 9.85Z' }),
1376
+ React.createElement("path", { fill: '#EBECEF', d: 'M82.456 82.042c-.095 2.737-.43 9.615-5.218 15.602a22.037 22.037 0 0 1-2.821 2.928c-2.183 1.694-4.368 3.387-6.55 5.082a24.787 24.787 0 0 0 5.271-6.733c3.153-5.906 2.938-11.392 2.796-14.136-.492-9.475-5.364-16.338-8.387-19.728-1.638-1.839-7.362-8.082-17.012-10.223-2.878-.64-8.342-1.778-14.695.48a23.697 23.697 0 0 0-5.06 2.513l6.87-5.496c2.76-1.491 8.91-4.276 16.639-3.354 5.277.628 9.05 2.717 11.209 3.94 6.204 3.514 9.672 8.065 10.729 9.53 1.5 2.08 6.588 9.36 6.229 19.595Z' }),
1377
+ React.createElement("path", { fill: '#000', d: 'M67.867 105.937a.283.283 0 0 1-.19-.494 24.602 24.602 0 0 0 5.21-6.654c3.179-5.954 2.887-11.584 2.764-13.99-.49-9.448-5.421-16.306-8.316-19.554-5.867-6.586-12.409-9.147-16.862-10.135-2.64-.586-8.133-1.806-14.54.47a23.368 23.368 0 0 0-4.999 2.483.282.282 0 0 1-.383-.07.284.284 0 0 1 .052-.388l5.228-4.184 1.642-1.312a.225.225 0 0 1 .042-.029c3.73-2.014 9.675-4.236 16.807-3.386 5.44.648 9.262 2.812 11.315 3.975 5.72 3.24 9.235 7.412 10.82 9.612 5.498 7.626 6.451 14.96 6.283 19.77-.04 1.197-.127 3.687-.857 6.64-.853 3.456-2.34 6.526-4.423 9.129a22.398 22.398 0 0 1-2.87 2.976l-3.261 2.53-3.288 2.551a.283.283 0 0 1-.174.06ZM43.69 53.687c2.985 0 5.4.536 6.906.871 4.535 1.007 11.194 3.613 17.162 10.311 2.944 3.303 7.958 10.28 8.458 19.902.125 2.45.422 8.193-2.83 14.285a25.149 25.149 0 0 1-2.712 4.062c.102-.079.205-.158.307-.239 1.085-.842 2.171-1.683 3.254-2.526a21.874 21.874 0 0 0 2.781-2.885c4.83-6.041 5.075-13.112 5.155-15.436.166-4.72-.77-11.923-6.175-19.419-1.558-2.161-5.014-6.264-10.639-9.45-2.018-1.143-5.776-3.27-11.102-3.904-6.972-.832-12.79 1.336-16.448 3.31l-1.621 1.296-2.573 2.058a23.59 23.59 0 0 1 10.079-2.236h-.002Z' }),
1378
+ React.createElement("path", { fill: '#FF7E88', d: 'm57.683 139.417-9.504-7.867c-3.088 1.816-6.177 3.633-9.264 5.451l.056-28.049h.002a27.425 27.425 0 0 0 7.41 2.35c1.806.301 6.169.969 11.244-.261l.056 28.376Z' }),
1379
+ React.createElement("path", { fill: '#000', d: 'M57.684 139.7a.29.29 0 0 1-.181-.065l-9.352-7.741c-3.031 1.782-6.062 3.567-9.093 5.35a.279.279 0 0 1-.284.002.285.285 0 0 1-.143-.246l.056-28.049a.285.285 0 0 1 .407-.256 27.242 27.242 0 0 0 7.334 2.327c1.476.246 5.965.996 11.132-.256.083-.02.172 0 .241.052a.284.284 0 0 1 .108.222l.056 28.376a.283.283 0 0 1-.283.282l.002.002Zm-9.505-8.433a.29.29 0 0 1 .181.065l9.041 7.482-.055-27.416c-5.13 1.164-9.539.429-11.008.183a27.69 27.69 0 0 1-7.083-2.186l-.056 27.11 8.837-5.2a.284.284 0 0 1 .143-.039v.001Z' }),
1380
+ React.createElement("path", { fill: '#CED0D6', d: 'm63.795 134.477-6.11 4.939-.057-28.375a23.535 23.535 0 0 0 6.161-2.442c0 8.626.004 17.252.006 25.878Z' }),
1381
+ React.createElement("path", { fill: '#000', d: 'M57.684 139.7a.284.284 0 0 1-.283-.282l-.056-28.375c0-.13.089-.244.216-.276a23.31 23.31 0 0 0 6.088-2.412.282.282 0 0 1 .424.244l.006 25.879a.285.285 0 0 1-.105.221l-6.11 4.939a.285.285 0 0 1-.178.062h-.002Zm.227-28.436.055 27.562 5.545-4.482-.005-25.262a23.93 23.93 0 0 1-5.596 2.182Z' }),
1382
+ React.createElement("path", { fill: '#fff', d: 'M73.656 43.733a62.74 62.74 0 0 1-19.208-13.898c-4.09 2.893-12.116 7.724-23.322 9.266a52.562 52.562 0 0 1-18.29-.719c.012 9.038.026 18.077.04 27.117-.018.86-.022 2.07.04 3.513.064 1.52.389 7.666 2.915 15.695 3.257 10.358 8.253 17.731 10.263 20.527a72.622 72.622 0 0 0 12.856 13.707c.008-3.33.013-6.658.02-9.987h.002c-3.495-1.68-5.977-3.757-7.526-5.078-2.19-1.868-8.33-7.254-10.783-16.613-.611-2.334-2.198-8.722.16-16.134 1.479-4.649 3.85-7.63 4.472-8.387a24.566 24.566 0 0 1 5.485-4.913c2.29-1.834 4.578-3.664 6.87-5.497 2.76-1.49 8.908-4.275 16.638-3.353 5.277.628 9.05 2.717 11.209 3.939 6.205 3.514 9.673 8.066 10.73 9.531 1.499 2.08 6.588 9.36 6.228 19.595-.094 2.737-.43 9.615-5.217 15.602a22.067 22.067 0 0 1-2.822 2.928c-2.178 1.691-4.36 3.382-6.539 5.072l-.011.01a23.677 23.677 0 0 1-4.079 2.944c0 5.761.003 11.52.004 17.281a49.18 49.18 0 0 0 14.512-8.746c1.236-1.078 7.33-6.497 11.927-15.602 1.1-2.178 3.103-6.212 4.206-11.608.621-3.034.934-6.385 1.046-7.574.208-2.222.297-4.099.34-5.47V49.443a62.725 62.725 0 0 1-22.166-5.711Z' }),
1383
+ React.createElement("path", { fill: '#000', d: 'M63.792 126.164a.283.283 0 0 1-.283-.283l-.004-17.281c0-.102.054-.195.143-.246a23.106 23.106 0 0 0 4.03-2.91l.008-.007c.005-.005.011-.011.018-.015l2.621-2.033c1.304-1.011 2.608-2.022 3.91-3.034a21.913 21.913 0 0 0 2.781-2.885c4.83-6.04 5.075-13.111 5.156-15.435.165-4.721-.771-11.923-6.175-19.42-1.559-2.16-5.014-6.264-10.64-9.45-2.018-1.143-5.776-3.27-11.102-3.904-6.972-.832-12.789 1.338-16.448 3.31l-1.62 1.297-5.228 4.183a24.49 24.49 0 0 0-5.443 4.873c-1.086 1.324-3.107 4.163-4.421 8.294-2.38 7.48-.706 13.875-.156 15.977 1.041 3.967 2.871 7.673 5.441 11.015 2.18 2.833 4.333 4.67 5.252 5.455 1.36 1.161 3.894 3.321 7.465 5.037a.284.284 0 0 1 .16.284l-.02 9.96a.284.284 0 0 1-.462.219 72.916 72.916 0 0 1-12.907-13.76 73.518 73.518 0 0 1-10.302-20.608c-2.276-7.234-2.812-12.984-2.928-15.769a55.49 55.49 0 0 1-.04-3.53l-.04-27.11a.283.283 0 0 1 .342-.278 52.117 52.117 0 0 0 18.192.715c8.258-1.136 16.28-4.323 23.197-9.217a.283.283 0 0 1 .369.037A62.106 62.106 0 0 0 73.78 43.481a62.151 62.151 0 0 0 22.065 5.685c.148.01.263.133.263.283v27.436a87.97 87.97 0 0 1-.341 5.498l-.003.023c-.117 1.244-.427 4.551-1.048 7.58-1.132 5.538-3.225 9.686-4.23 11.679-4.258 8.433-9.806 13.78-11.994 15.688a49.327 49.327 0 0 1-14.595 8.798.278.278 0 0 1-.102.02l-.003-.007Zm.279-17.4.004 16.702a48.722 48.722 0 0 0 14.043-8.544c2.163-1.885 7.65-7.174 11.861-15.516.995-1.971 3.065-6.073 4.183-11.537.613-3 .922-6.284 1.038-7.52l.002-.023c.169-1.797.283-3.632.338-5.452V49.711a62.717 62.717 0 0 1-22.002-5.718A62.644 62.644 0 0 1 54.412 30.21c-6.946 4.865-14.978 8.036-23.245 9.174a52.647 52.647 0 0 1-18.047-.65l.04 26.766a55.53 55.53 0 0 0 .041 3.502c.116 2.757.646 8.45 2.902 15.623a72.946 72.946 0 0 0 10.224 20.446 72.32 72.32 0 0 0 12.346 13.271l.018-9.21c-3.553-1.734-6.065-3.878-7.425-5.038-.934-.796-3.118-2.66-5.334-5.54-2.617-3.402-4.48-7.175-5.54-11.216-.56-2.14-2.266-8.653.164-16.29 1.344-4.221 3.41-7.126 4.523-8.481a24.675 24.675 0 0 1 5.537-4.963l5.218-4.176 1.642-1.312a.224.224 0 0 1 .043-.028c3.73-2.015 9.674-4.236 16.807-3.386 5.44.647 9.26 2.811 11.315 3.974 5.72 3.24 9.234 7.413 10.82 9.612 5.497 7.626 6.45 14.96 6.282 19.77-.082 2.37-.332 9.581-5.28 15.769a22.385 22.385 0 0 1-2.858 2.966l-.011.01c-1.306 1.014-2.611 2.027-3.918 3.039l-2.61 2.024s-.01.01-.017.014a23.922 23.922 0 0 1-3.976 2.89l-.002-.007Z' }),
1384
+ React.createElement("path", { fill: '#EBECEF', d: 'M65.55 20.89c-3.701 2.98-7.401 5.962-11.103 8.944-4.089 2.892-12.115 7.724-23.321 9.265a52.56 52.56 0 0 1-18.291-.718l11.302-9.106a51.454 51.454 0 0 0 16.772.998c11.882-1.258 20.42-6.4 24.641-9.384Z' }),
1385
+ React.createElement("path", { fill: '#000', d: 'M24.019 39.87c-3.758 0-7.519-.405-11.244-1.213a.282.282 0 0 1-.117-.496l11.301-9.106A.288.288 0 0 1 24.2 29a51.056 51.056 0 0 0 16.68.993c8.698-.921 17.173-4.149 24.509-9.334a.283.283 0 0 1 .34.451l-11.102 8.945-.014.011c-6.992 4.946-15.099 8.167-23.446 9.315-2.374.327-4.76.49-7.146.49l-.001-.002Zm-10.541-1.643a52.029 52.029 0 0 0 17.61.591c8.254-1.135 16.274-4.32 23.19-9.21l7.109-5.727c-6.338 3.632-13.318 5.92-20.447 6.675-5.572.59-11.2.261-16.73-.975l-10.733 8.646Z' }),
1386
+ React.createElement("path", { fill: '#EBECEF', d: 'm107.163 40.457-11.341 8.986a62.724 62.724 0 0 1-22.165-5.712 62.738 62.738 0 0 1-19.209-13.897l11.103-8.945a67.565 67.565 0 0 0 15.215 11.46c10.469 5.77 20.27 7.523 26.397 8.108Z' }),
1387
+ React.createElement("path", { fill: '#000', d: 'M95.822 49.726h-.02a62.703 62.703 0 0 1-22.265-5.737 62.662 62.662 0 0 1-19.295-13.96.284.284 0 0 1 .028-.414l11.103-8.945a.284.284 0 0 1 .378.02A67.3 67.3 0 0 0 80.9 32.103c8.102 4.463 16.946 7.18 26.29 8.073a.28.28 0 0 1 .148.502l-11.342 8.986a.281.281 0 0 1-.175.06v.002ZM54.864 29.862a62.089 62.089 0 0 0 18.912 13.614 62.138 62.138 0 0 0 21.956 5.677l10.709-8.485c-9.164-.966-17.844-3.68-25.812-8.07a67.855 67.855 0 0 1-15.099-11.33l-10.667 8.594h.002Z' }),
1388
+ React.createElement("path", { fill: '#EBECEF', d: 'M107.164 40.458V70.01a40.574 40.574 0 0 1-.251 4.183c-.113 1.012-.369 2.964-1.227 6.4-.57 2.279-1.196 4.777-2.33 7.734-.938 2.442-3.48 8.47-8.813 14.749a51.879 51.879 0 0 1-4.659 4.819l-11.58 9.239c1.235-1.078 7.33-6.496 11.927-15.602 1.099-2.178 3.103-6.212 4.206-11.608.62-3.034.934-6.384 1.045-7.574a87.77 87.77 0 0 0 .34-5.47V49.442l11.342-8.985Z' }),
1389
+ React.createElement("path", { fill: '#000', d: 'M78.303 117.417a.282.282 0 0 1-.187-.496c2.163-1.886 7.65-7.174 11.862-15.516.994-1.972 3.065-6.073 4.182-11.537.614-3 .922-6.284 1.038-7.52l.003-.023c.168-1.798.283-3.632.338-5.452V49.445c0-.086.04-.168.107-.222l11.342-8.986a.283.283 0 0 1 .459.222v29.552a41.464 41.464 0 0 1-.252 4.215c-.13 1.163-.399 3.095-1.235 6.436-.561 2.244-1.198 4.789-2.339 7.767-1.408 3.664-4.087 9.21-8.861 14.832a52.437 52.437 0 0 1-4.685 4.845c-.004.004-.008.009-.014.012l-11.58 9.238a.287.287 0 0 1-.178.062v-.001Zm17.802-67.836V76.88a87.965 87.965 0 0 1-.341 5.497l-.003.023c-.117 1.245-.427 4.551-1.048 7.581-1.132 5.537-3.225 9.686-4.23 11.678a54.476 54.476 0 0 1-8.215 11.949l7.43-5.929a51.587 51.587 0 0 0 4.627-4.786c4.724-5.561 7.374-11.046 8.765-14.667 1.13-2.946 1.763-5.474 2.32-7.703.826-3.308 1.093-5.215 1.22-6.362.155-1.373.238-2.772.249-4.154V41.042L96.103 49.58l.002.002Z' })));
1390
+ const ForwardRef$s_ = forwardRef(LightRegulatedIcon);
1391
+
1392
+ const LightTwentyFourSevenSupportIcon = (props, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 120 152', role: 'img', ref: ref, ...props },
1393
+ React.createElement("path", { fill: '#fff', d: 'm62.81 68.47 36.594 12.749c1.573.762 4.198 2.322 5.938 5.264a12.516 12.516 0 0 1 1.757 6.27l.11 28.664c-.112 2.416-1.47 4.512-3.495 5.362-1.836.771-3.556.239-4.064.059l-7.428-2.615-7.48 6.55-.037-9.155-23.053-8.088a13.177 13.177 0 0 1-4.164-3.643c-2.282-3.076-2.549-6.3-2.586-7.588l.054-28.334c-.011-.41-.025-2.486 1.584-4.18.323-.34 1.695-1.701 3.847-1.783a5.497 5.497 0 0 1 2.423.47v-.002Z' }),
1394
+ React.createElement("path", { fill: '#000', d: 'M84.742 131.055a.287.287 0 0 1-.283-.283l-.035-8.956-22.865-8.02a.318.318 0 0 1-.044-.02 13.346 13.346 0 0 1-4.253-3.723c-2.19-2.955-2.595-6.123-2.642-7.748l.054-28.343c-.021-.76.1-2.728 1.662-4.374.508-.536 1.92-1.79 4.04-1.871a5.821 5.821 0 0 1 2.538.488L99.498 80.95c.01.004.02.007.03.013 2.679 1.298 4.717 3.106 6.058 5.376 1.551 2.625 1.792 5.144 1.796 6.412l.11 28.664c-.116 2.535-1.555 4.737-3.667 5.624-1.767.741-3.431.359-4.267.066l-7.273-2.561-7.356 6.441a.278.278 0 0 1-.187.071v-.002ZM61.77 113.271l23.03 8.079a.283.283 0 0 1 .19.266l.034 8.534 7.013-6.141a.28.28 0 0 1 .28-.054l7.429 2.615c.758.266 2.268.614 3.86-.054 1.912-.802 3.215-2.81 3.321-5.113l-.111-28.65a12.307 12.307 0 0 0-1.718-6.126c-1.28-2.167-3.233-3.9-5.802-5.147L62.717 68.736l-.02-.008a5.224 5.224 0 0 0-2.3-.446c-1.913.074-3.191 1.211-3.652 1.696-1.456 1.535-1.522 3.433-1.507 3.977l-.053 28.343c.043 1.55.43 4.588 2.53 7.418a12.783 12.783 0 0 0 4.052 3.555h.003Z' }),
1395
+ React.createElement("path", { fill: '#EBECEF', d: 'M114.502 120.94a6.194 6.194 0 0 1-1.664 1.662l-8.861 4.054c1.879-.915 3.125-2.932 3.231-5.242-.037-9.554-.074-19.108-.109-28.663a12.522 12.522 0 0 0-1.758-6.269c-1.738-2.943-4.365-4.503-5.936-5.266L62.81 68.467a5.519 5.519 0 0 0-2.422-.47 5.316 5.316 0 0 0-2.054.501l8.03-3.802c.38-.172.896-.359 1.528-.46a5.945 5.945 0 0 1 2.237.081l35.322 12.23c.475.152.87.283 1.159.38 1.182.4 1.596.576 1.847.688.301.136.543.26.698.34a13.463 13.463 0 0 1 4.792 5.032 13.405 13.405 0 0 1 1.607 5.81l.01 28.374c.02.639-.023 2.226-1.062 3.769Z' }),
1396
+ React.createElement("path", { fill: '#000', d: 'M103.977 126.939a.283.283 0 0 1-.124-.537c1.793-.874 2.97-2.789 3.072-5-.037-9.54-.074-19.094-.109-28.65a12.325 12.325 0 0 0-1.719-6.125c-1.28-2.166-3.23-3.898-5.801-5.149l-14.125-4.92-22.454-7.823-.021-.009a5.247 5.247 0 0 0-2.299-.445 5.047 5.047 0 0 0-1.944.474.282.282 0 1 1-.24-.512l8.031-3.802a6.226 6.226 0 0 1 1.604-.484 6.171 6.171 0 0 1 2.374.093l17.029 5.897 18.293 6.334c.47.15.866.281 1.156.377 1.119.38 1.561.56 1.872.699a14.311 14.311 0 0 1 .73.356 13.725 13.725 0 0 1 4.893 5.139 13.728 13.728 0 0 1 1.64 5.933l.01 28.385c.026.809-.085 2.406-1.11 3.928a6.487 6.487 0 0 1-1.738 1.738.238.238 0 0 1-.041.023l-4.47 2.045a4276.14 4276.14 0 0 0-4.392 2.01.283.283 0 0 1-.117.025ZM62.913 68.204l22.444 7.82 14.14 4.927.029.013c2.679 1.3 4.717 3.108 6.056 5.376a12.895 12.895 0 0 1 1.798 6.41c.035 9.556.072 19.111.109 28.665-.071 1.538-.617 2.944-1.509 4.014l2.27-1.039 4.447-2.033a5.895 5.895 0 0 0 1.568-1.573c.937-1.39 1.037-2.854 1.014-3.603-.002-9.466-.005-18.924-.01-28.382a13.145 13.145 0 0 0-1.572-5.676 13.167 13.167 0 0 0-4.683-4.92c-.154-.08-.389-.2-.676-.329-.187-.083-.576-.257-1.822-.678a83.7 83.7 0 0 0-1.154-.378l-18.3-6.336-17.014-5.891a5.635 5.635 0 0 0-2.115-.074 5.62 5.62 0 0 0-1.454.437l-5.824 2.758c.765.01 1.54.178 2.257.492h.002Z' }),
1397
+ React.createElement("path", { fill: '#CED0D6', d: 'M95.144 125.249c-.636.57-1.273 1.139-1.91 1.707-2.83 1.272-5.662 2.543-8.492 3.813l7.48-6.548 2.922 1.028Z' }),
1398
+ React.createElement("path", { fill: '#000', d: 'M84.742 131.053a.282.282 0 0 1-.186-.495l7.481-6.549a.285.285 0 0 1 .28-.054l2.922 1.029a.283.283 0 0 1 .095.478l-1.91 1.707a.277.277 0 0 1-.073.047l-8.492 3.813a.276.276 0 0 1-.116.025l-.001-.001Zm7.542-6.511-5.934 5.195 6.728-3.021c.508-.452 1.016-.905 1.522-1.359l-2.316-.815Z' }),
1399
+ React.createElement("path", { fill: '#fff', d: 'M77.966 46.288a14.474 14.474 0 0 1-.32 1.727c-1.386 5.822-2.772 11.646-4.155 17.468l-3.362-1.165a5.944 5.944 0 0 0-2.236-.08c-.632.1-1.149.287-1.528.46l-8.022 3.797-.009.004a5.99 5.99 0 0 0-1.793 1.283c-1.61 1.696-1.595 3.771-1.584 4.181a5650.52 5650.52 0 0 1-.01 4.871l-3.518-1.257-10.653 6 2.047-9.105-27.39-9.854c-.759-.404-1.89-1.12-2.968-2.316a10.898 10.898 0 0 1-2.21-3.767c-.838-2.47-.55-4.592-.371-5.792.117-.797.285-1.457.425-1.929 2.033-8.618 4.065-17.234 6.096-25.852a8.593 8.593 0 0 1 1.188-2.836c.872-1.335 1.877-2.058 2.088-2.206 1.205-.847 2.336-1.113 2.974-1.258a9.004 9.004 0 0 1 2.976-.17 8.845 8.845 0 0 1 1.806.4c14.46 5.18 28.92 10.357 43.38 15.535.506.167 1.179.433 1.917.859a10.445 10.445 0 0 1 2.716 2.256 10.7 10.7 0 0 1 1.837 3.094c.214.532.587 1.475.738 2.777.142 1.2.029 2.16-.059 2.875Z' }),
1400
+ React.createElement("path", { fill: '#000', d: 'M40.776 83.859a.284.284 0 0 1-.276-.345l.846-3.764 1.146-5.097c-9.05-3.258-18.103-6.514-27.155-9.77a11.153 11.153 0 0 1-3.083-2.395 11.235 11.235 0 0 1-2.267-3.865c-.88-2.59-.545-4.842-.384-5.924a14.3 14.3 0 0 1 .432-1.96l.913-3.872c1.727-7.325 3.456-14.647 5.181-21.972a8.819 8.819 0 0 1 1.226-2.925 8.622 8.622 0 0 1 2.162-2.283c1.271-.894 2.489-1.17 3.075-1.303a9.354 9.354 0 0 1 3.07-.175c.63.07 1.257.21 1.864.412l43.386 15.537a10.68 10.68 0 0 1 4.75 3.197 11.05 11.05 0 0 1 1.887 3.171c.209.52.598 1.491.756 2.85.147 1.254.023 2.27-.06 2.942a14.932 14.932 0 0 1-.325 1.761l-4.155 17.465a.283.283 0 0 1-.368.202l-3.348-1.158a5.636 5.636 0 0 0-2.114-.074c-.502.08-.992.227-1.454.437l-8.018 3.797a5.72 5.72 0 0 0-1.717 1.226c-1.458 1.536-1.522 3.434-1.507 3.978-.002 1.633-.005 3.256-.01 4.88a.282.282 0 0 1-.377.266l-.22-.078-3.176-1.136-10.54 5.936a.286.286 0 0 1-.138.037l-.002.002Zm-25.228-19.5c9.123 3.281 18.247 6.564 27.37 9.847.134.048.212.19.18.328l-1.202 5.342-.707 3.142 10.099-5.687a.29.29 0 0 1 .235-.02l3.14 1.123c.004-1.49.007-2.98.008-4.47-.021-.761.098-2.729 1.662-4.375.298-.315.939-.91 1.88-1.345l8.029-3.8a6.225 6.225 0 0 1 1.604-.484 6.17 6.17 0 0 1 2.373.093l3.067 1.062c1.359-5.72 2.72-11.443 4.083-17.163.138-.554.243-1.124.314-1.696.083-.684.2-1.622.06-2.807-.15-1.285-.521-2.208-.72-2.705-.211-.522-.704-1.745-1.79-3.015a10.128 10.128 0 0 0-4.506-3.03 721198.78 721198.78 0 0 1-43.388-15.538 8.519 8.519 0 0 0-1.742-.385 8.793 8.793 0 0 0-2.883.164c-.59.135-1.692.383-2.873 1.212a8.064 8.064 0 0 0-2.015 2.13 8.278 8.278 0 0 0-1.148 2.743L11.496 47l-.915 3.88-.005.016a13.741 13.741 0 0 0-.417 1.89c-.154 1.037-.475 3.199.36 5.66.455 1.342 1.199 2.61 2.15 3.667.82.91 1.788 1.666 2.875 2.246l.004-.001Z' }),
1401
+ React.createElement("path", { fill: '#CED0D6', d: 'm42.822 74.471-2.047 9.105-5.387 2.473 2.116-9.238 5.318-2.34Z' }),
1402
+ React.createElement("path", { fill: '#000', d: 'M35.389 86.332a.283.283 0 0 1-.276-.347c.704-3.08 1.41-6.159 2.116-9.238.02-.088.08-.16.161-.195l5.318-2.34a.285.285 0 0 1 .294.042c.082.067.12.176.097.28l-1.201 5.342-.846 3.762a.283.283 0 0 1-.158.195l-5.388 2.474a.288.288 0 0 1-.117.025Zm2.359-9.319c-.652 2.846-1.305 5.693-1.956 8.54 1.578-.726 3.158-1.45 4.738-2.175l.815-3.627 1.078-4.794-4.676 2.056h.001Z' }),
1403
+ React.createElement("path", { fill: '#CED0D6', d: 'm42.822 74.472-5.318 2.34C23.428 71.975 13.11 68.289 10.821 67.3a10.354 10.354 0 0 1-2.044-1.164c-.368-.272-1.76-1.334-2.876-3.262a11.047 11.047 0 0 1-1.383-4.033c-.19-1.413-.025-2.583.093-3.474.11-.828.26-1.51.387-1.997l6.216-26.265a8.89 8.89 0 0 1 .359-1.132 8.642 8.642 0 0 1 1.078-1.97 7.99 7.99 0 0 1 2.875-2.369c1.785-.799 3.569-1.6 5.354-2.4-.38.172-.785.394-1.2.686-.21.148-1.216.871-2.087 2.206a8.592 8.592 0 0 0-1.189 2.836c-2.03 8.618-4.063 17.234-6.095 25.852-.14.472-.309 1.132-.426 1.93-.178 1.199-.467 3.32.372 5.791a10.898 10.898 0 0 0 2.21 3.767 10.895 10.895 0 0 0 2.968 2.316l27.39 9.854Z' }),
1404
+ React.createElement("path", { fill: '#000', d: 'M37.504 77.094a.292.292 0 0 1-.092-.015c-13.866-4.765-24.348-8.502-26.703-9.52a10.623 10.623 0 0 1-2.1-1.196 11.342 11.342 0 0 1-4.372-7.486c-.19-1.421-.03-2.62.087-3.493l.007-.056c.09-.691.224-1.374.394-2.03l6.214-26.26a9.08 9.08 0 0 1 1.485-3.205 8.236 8.236 0 0 1 1.504-1.53 8.46 8.46 0 0 1 1.474-.924 8628.02 8628.02 0 0 0 4.233-1.898l1.13-.506c.141-.064.31 0 .373.141.064.142 0 .31-.14.373a7.045 7.045 0 0 0-1.154.661 8.068 8.068 0 0 0-2.014 2.13 8.276 8.276 0 0 0-1.148 2.742C14.955 32.35 13.228 39.675 11.499 47l-.915 3.88-.004.015a13.738 13.738 0 0 0-.417 1.89c-.154 1.038-.475 3.2.36 5.66a10.63 10.63 0 0 0 2.15 3.668c.82.91 1.788 1.666 2.874 2.246 9.123 3.281 18.247 6.564 27.37 9.847a.282.282 0 0 1 .018.525l-5.318 2.339a.293.293 0 0 1-.114.024l.001.001ZM18.407 20.652l-2.765 1.24a7.763 7.763 0 0 0-2.765 2.281 8.669 8.669 0 0 0-1.389 2.998L5.272 53.435a16.252 16.252 0 0 0-.38 1.968l-.008.056c-.118.89-.267 1.997-.086 3.343.183 1.36.648 2.718 1.348 3.93.976 1.685 2.172 2.713 2.8 3.176.606.445 1.255.814 1.988 1.131 2.338 1.01 12.756 4.724 26.559 9.468l4.568-2.01c-8.907-3.205-17.815-6.41-26.723-9.613a11.155 11.155 0 0 1-3.083-2.395 11.234 11.234 0 0 1-2.268-3.865c-.88-2.59-.544-4.843-.383-5.925.098-.66.242-1.32.432-1.96l.913-3.873c1.727-7.324 3.456-14.647 5.181-21.972a8.82 8.82 0 0 1 2.279-4.245l-.002.003Z' }),
1405
+ React.createElement("path", { fill: '#CED0D6', d: 'm51.428 77.576 3.518 1.258-.007 4.267-8.037-2.976 4.526-2.549Z' }),
1406
+ React.createElement("path", { fill: '#000', d: 'M54.939 83.384a.29.29 0 0 1-.098-.017l-8.036-2.976a.283.283 0 0 1-.041-.512l4.526-2.548a.279.279 0 0 1 .235-.02l3.297 1.178.219.078a.284.284 0 0 1 .188.267l-.007 4.267a.282.282 0 0 1-.283.283Zm-7.366-3.312c2.36.875 4.722 1.75 7.083 2.622l.006-3.662-.031-.011-3.177-1.136-3.881 2.185v.002Z' }),
1407
+ React.createElement("path", { fill: '#FF444F', d: 'M27.84 80.658H10.044v9.903H27.84v-9.903Z' }),
1408
+ React.createElement("path", { fill: '#000', d: 'M27.84 90.845H10.045a.284.284 0 0 1-.283-.283v-9.904c0-.155.127-.282.283-.282H27.84c.156 0 .283.127.283.282v9.904a.284.284 0 0 1-.283.283Zm-17.512-.566h17.23V80.94h-17.23v9.338Z' }),
1409
+ React.createElement("path", { fill: '#FF535E', d: 'M35.388 99.155H10.044v9.903h25.344v-9.903Z' }),
1410
+ React.createElement("path", { fill: '#000', d: 'M35.389 109.341H10.045a.284.284 0 0 1-.283-.283v-9.903c0-.156.127-.283.283-.283h25.344c.155 0 .283.127.283.283v9.903a.284.284 0 0 1-.283.283Zm-25.062-.566h24.779v-9.337H10.327v9.337Z' }),
1411
+ React.createElement("path", { fill: '#FF7E88', d: 'M47.03 117.9H10.044v9.903H47.03V117.9Z' }),
1412
+ React.createElement("path", { fill: '#000', d: 'M47.03 128.088H10.046a.284.284 0 0 1-.283-.283v-9.904c0-.155.127-.283.283-.283H47.03c.155 0 .282.128.282.283v9.904a.284.284 0 0 1-.282.283Zm-36.703-.566h36.42v-9.338h-36.42v9.338Z' })));
1413
+ const ForwardRef$sZ = forwardRef(LightTwentyFourSevenSupportIcon);
1212
1414
 
1213
1415
  const IllustrativeStocksAndIndicesIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
1214
1416
  React.createElement("g", { fillOpacity: 0.72 },
@@ -15015,4 +15217,4 @@ const StandaloneChartTrendSidewayBoldIcon = ({ iconSize = 'md', ...props }, ref)
15015
15217
  React.createElement("path", { fillOpacity: 0.72, d: 'M3.813 16.5c0-.508.39-.938.937-.938h22.5a.95.95 0 0 1 .938.938c0 .547-.43.938-.938.938H4.75c-.547 0-.938-.391-.938-.938Z' })));
15016
15218
  const ForwardRef = forwardRef(StandaloneChartTrendSidewayBoldIcon);
15017
15219
 
15018
- export { ForwardRef$ji as BrandDerivLogoCoralIcon, ForwardRef$jh as BrandDerivLogoSlateIcon, ForwardRef$jg as BrandDerivLogoWhiteCoralIcon, ForwardRef$jf as BrandDerivLogoWhiteSlateIcon, ForwardRef$jl as BrandDerivWordmarkCoralIcon, ForwardRef$jk as BrandDerivWordmarkSlateIcon, ForwardRef$jj as BrandDerivWordmarkWhiteIcon, ForwardRef$u_ as CurrencyAdaIcon, ForwardRef$uZ as CurrencyAlgoIcon, ForwardRef$uY as CurrencyAudIcon, ForwardRef$uX as CurrencyAvaxIcon, ForwardRef$uW as CurrencyBatIcon, ForwardRef$uV as CurrencyBchIcon, ForwardRef$uU as CurrencyBnbIcon, ForwardRef$uT as CurrencyBtcIcon, ForwardRef$uS as CurrencyBusdIcon, ForwardRef$uR as CurrencyDaiIcon, ForwardRef$uQ as CurrencyDashIcon, ForwardRef$uP as CurrencyDemoIcon, ForwardRef$uO as CurrencyDogeIcon, ForwardRef$uN as CurrencyDotIcon, ForwardRef$uM as CurrencyEosIcon, ForwardRef$uL as CurrencyEtcIcon, ForwardRef$uK as CurrencyEthIcon, ForwardRef$uJ as CurrencyEurIcon, ForwardRef$uI as CurrencyEursIcon, ForwardRef$uH as CurrencyFilIcon, ForwardRef$uG as CurrencyGbpIcon, ForwardRef$uF as CurrencyIdkIcon, ForwardRef$uE as CurrencyIotaIcon, ForwardRef$uD as CurrencyLinkIcon, ForwardRef$uC as CurrencyLtcIcon, ForwardRef$uB as CurrencyMaticIcon, ForwardRef$uA as CurrencyMkrIcon, ForwardRef$uz as CurrencyMultiCollateralDaiIcon, ForwardRef$uy as CurrencyNeoIcon, ForwardRef$ux as CurrencyNoneIcon, ForwardRef$uw as CurrencyOmgIcon, ForwardRef$uv as CurrencyPaxIcon, ForwardRef$u$ as CurrencyPlaceholderIcon, ForwardRef$uu as CurrencySingleCollateralDaiIcon, ForwardRef$ut as CurrencySolIcon, ForwardRef$us as CurrencyTerraIcon, ForwardRef$ur as CurrencyTrxIcon, ForwardRef$uq as CurrencyTusdIcon, ForwardRef$up as CurrencyUniIcon, ForwardRef$uo as CurrencyUsdIcon, ForwardRef$un as CurrencyUsdcIcon, ForwardRef$um as CurrencyUsdkIcon, ForwardRef$ul as CurrencyUsdtIcon, ForwardRef$uk as CurrencyXlmIcon, ForwardRef$uj as CurrencyXmrIcon, ForwardRef$ui as CurrencyXrpIcon, ForwardRef$uh as CurrencyXtzIcon, ForwardRef$ug as CurrencyZecIcon, ForwardRef$gM as DerivProductDerivBotBlackLogoHorizontalIcon, ForwardRef$gU as DerivProductDerivBotBlackLogoWordmarkHorizontalIcon, ForwardRef$gQ as DerivProductDerivBotBlackLogoWordmarkVerticalIcon, ForwardRef$gI as DerivProductDerivBotBlackWordmarkHorizontalIcon, ForwardRef$gE as DerivProductDerivBotBlackWordmarkVerticalIcon, ForwardRef$gN as DerivProductDerivBotBrandDarkLogoHorizontalIcon, ForwardRef$gV as DerivProductDerivBotBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$gR as DerivProductDerivBotBrandDarkLogoWordmarkVerticalIcon, ForwardRef$gJ as DerivProductDerivBotBrandDarkWordmarkHorizontalIcon, ForwardRef$gF as DerivProductDerivBotBrandDarkWordmarkVerticalIcon, ForwardRef$gO as DerivProductDerivBotBrandLightLogoHorizontalIcon, ForwardRef$gW as DerivProductDerivBotBrandLightLogoWordmarkHorizontalIcon, ForwardRef$gS as DerivProductDerivBotBrandLightLogoWordmarkVerticalIcon, ForwardRef$gK as DerivProductDerivBotBrandLightWordmarkHorizontalIcon, ForwardRef$gG as DerivProductDerivBotBrandLightWordmarkVerticalIcon, ForwardRef$gL as DerivProductDerivBotWhiteLogoHorizontalIcon, ForwardRef$gT as DerivProductDerivBotWhiteLogoWordmarkHorizontalIcon, ForwardRef$gP as DerivProductDerivBotWhiteLogoWordmarkVerticalIcon, ForwardRef$gH as DerivProductDerivBotWhiteWordmarkHorizontalIcon, ForwardRef$gD as DerivProductDerivBotWhiteWordmarkVerticalIcon, ForwardRef$ho as DerivProductDerivEzBlackLogoHorizontalIcon, ForwardRef$hw as DerivProductDerivEzBlackLogoWordmarkHorizontalIcon, ForwardRef$hs as DerivProductDerivEzBlackLogoWordmarkVerticalIcon, ForwardRef$hk as DerivProductDerivEzBlackWordmarkHorizontalIcon, ForwardRef$hg as DerivProductDerivEzBlackWordmarkVerticalIcon, ForwardRef$hp as DerivProductDerivEzBrandDarkLogoHorizontalIcon, ForwardRef$hx as DerivProductDerivEzBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$ht as DerivProductDerivEzBrandDarkLogoWordmarkVerticalIcon, ForwardRef$hl as DerivProductDerivEzBrandDarkWordmarkHorizontalIcon, ForwardRef$hh as DerivProductDerivEzBrandDarkWordmarkVerticalIcon, ForwardRef$hq as DerivProductDerivEzBrandLightLogoHorizontalIcon, ForwardRef$hy as DerivProductDerivEzBrandLightLogoWordmarkHorizontalIcon, ForwardRef$hu as DerivProductDerivEzBrandLightLogoWordmarkVerticalIcon, ForwardRef$hm as DerivProductDerivEzBrandLightWordmarkHorizontalIcon, ForwardRef$hi as DerivProductDerivEzBrandLightWordmarkVerticalIcon, ForwardRef$hn as DerivProductDerivEzWhiteLogoHorizontalIcon, ForwardRef$hv as DerivProductDerivEzWhiteLogoWordmarkHorizontalIcon, ForwardRef$hr as DerivProductDerivEzWhiteLogoWordmarkVerticalIcon, ForwardRef$hj as DerivProductDerivEzWhiteWordmarkHorizontalIcon, ForwardRef$hf as DerivProductDerivEzWhiteWordmarkVerticalIcon, ForwardRef$iw as DerivProductDerivGoBlackLogoHorizontalIcon, ForwardRef$iE as DerivProductDerivGoBlackLogoWordmarkHorizontalIcon, ForwardRef$iA as DerivProductDerivGoBlackLogoWordmarkVerticalIcon, ForwardRef$is as DerivProductDerivGoBlackWordmarkHorizontalIcon, ForwardRef$io as DerivProductDerivGoBlackWordmarkVerticalIcon, ForwardRef$ix as DerivProductDerivGoBrandDarkLogoHorizontalIcon, ForwardRef$iF as DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$iB as DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon, ForwardRef$it as DerivProductDerivGoBrandDarkWordmarkHorizontalIcon, ForwardRef$ip as DerivProductDerivGoBrandDarkWordmarkVerticalIcon, ForwardRef$iy as DerivProductDerivGoBrandLightLogoHorizontalIcon, ForwardRef$iG as DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon, ForwardRef$iC as DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon, ForwardRef$iu as DerivProductDerivGoBrandLightWordmarkHorizontalIcon, ForwardRef$iq as DerivProductDerivGoBrandLightWordmarkVerticalIcon, ForwardRef$ic as DerivProductDerivGoUltimateBlackLogoHorizontalIcon, ForwardRef$ik as DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon, ForwardRef$ig as DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon, ForwardRef$i8 as DerivProductDerivGoUltimateBlackWordmarkHorizontalIcon, ForwardRef$i4 as DerivProductDerivGoUltimateBlackWordmarkVerticalIcon, ForwardRef$id as DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon, ForwardRef$il as DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$ih as DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon, ForwardRef$i9 as DerivProductDerivGoUltimateBrandDarkWordmarkHorizontalIcon, ForwardRef$i5 as DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon, ForwardRef$ie as DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon, ForwardRef$im as DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon, ForwardRef$ii as DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon, ForwardRef$ia as DerivProductDerivGoUltimateBrandLightWordmarkHorizontalIcon, ForwardRef$i6 as DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon, ForwardRef$ib as DerivProductDerivGoUltimateWhiteLogoHorizontalIcon, ForwardRef$ij as DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon, ForwardRef$if as DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon, ForwardRef$i7 as DerivProductDerivGoUltimateWhiteWordmarkHorizontalIcon, ForwardRef$i3 as DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon, ForwardRef$iv as DerivProductDerivGoWhiteLogoHorizontalIcon, ForwardRef$iD as DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon, ForwardRef$iz as DerivProductDerivGoWhiteLogoWordmarkVerticalIcon, ForwardRef$ir as DerivProductDerivGoWhiteWordmarkHorizontalIcon, ForwardRef$in as DerivProductDerivGoWhiteWordmarkVerticalIcon, ForwardRef$gs as DerivProductDerivNakalaBlackLogoHorizontalIcon, ForwardRef$gA as DerivProductDerivNakalaBlackLogoWordmarkHorizontalIcon, ForwardRef$gw as DerivProductDerivNakalaBlackLogoWordmarkVerticalIcon, ForwardRef$go as DerivProductDerivNakalaBlackWordmarkHorizontalIcon, ForwardRef$gk as DerivProductDerivNakalaBlackWordmarkVerticalIcon, ForwardRef$gt as DerivProductDerivNakalaBrandDarkLogoHorizontalIcon, ForwardRef$gB as DerivProductDerivNakalaBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$gx as DerivProductDerivNakalaBrandDarkLogoWordmarkVerticalIcon, ForwardRef$gp as DerivProductDerivNakalaBrandDarkWordmarkHorizontalIcon, ForwardRef$gl as DerivProductDerivNakalaBrandDarkWordmarkVerticalIcon, ForwardRef$gu as DerivProductDerivNakalaBrandLightLogoHorizontalIcon, ForwardRef$gC as DerivProductDerivNakalaBrandLightLogoWordmarkHorizontalIcon, ForwardRef$gy as DerivProductDerivNakalaBrandLightLogoWordmarkVerticalIcon, ForwardRef$gq as DerivProductDerivNakalaBrandLightWordmarkHorizontalIcon, ForwardRef$gm as DerivProductDerivNakalaBrandLightWordmarkVerticalIcon, ForwardRef$gr as DerivProductDerivNakalaWhiteLogoHorizontalIcon, ForwardRef$gz as DerivProductDerivNakalaWhiteLogoWordmarkHorizontalIcon, ForwardRef$gv as DerivProductDerivNakalaWhiteLogoWordmarkVerticalIcon, ForwardRef$gn as DerivProductDerivNakalaWhiteWordmarkHorizontalIcon, ForwardRef$gj as DerivProductDerivNakalaWhiteWordmarkVerticalIcon, ForwardRef$hI as DerivProductDerivP2pBlackLogoHorizontalIcon, ForwardRef$hQ as DerivProductDerivP2pBlackLogoWordmarkHorizontalIcon, ForwardRef$hM as DerivProductDerivP2pBlackLogoWordmarkVerticalIcon, ForwardRef$hE as DerivProductDerivP2pBlackWordmarkHorizontalIcon, ForwardRef$hA as DerivProductDerivP2pBlackWordmarkVerticalIcon, ForwardRef$hJ as DerivProductDerivP2pBrandDarkLogoHorizontalIcon, ForwardRef$hR as DerivProductDerivP2pBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$hN as DerivProductDerivP2pBrandDarkLogoWordmarkVerticalIcon, ForwardRef$hF as DerivProductDerivP2pBrandDarkWordmarkHorizontalIcon, ForwardRef$hB as DerivProductDerivP2pBrandDarkWordmarkVerticalIcon, ForwardRef$hK as DerivProductDerivP2pBrandLightLogoHorizontalIcon, ForwardRef$hS as DerivProductDerivP2pBrandLightLogoWordmarkHorizontalIcon, ForwardRef$hO as DerivProductDerivP2pBrandLightLogoWordmarkVerticalIcon, ForwardRef$hG as DerivProductDerivP2pBrandLightWordmarkHorizontalIcon, ForwardRef$hC as DerivProductDerivP2pBrandLightWordmarkVerticalIcon, ForwardRef$hH as DerivProductDerivP2pWhiteLogoHorizontalIcon, ForwardRef$hP as DerivProductDerivP2pWhiteLogoWordmarkHorizontalIcon, ForwardRef$hL as DerivProductDerivP2pWhiteLogoWordmarkVerticalIcon, ForwardRef$hD as DerivProductDerivP2pWhiteWordmarkHorizontalIcon, ForwardRef$hz as DerivProductDerivP2pWhiteWordmarkVerticalIcon, ForwardRef$h4 as DerivProductDerivTraderBlackLogoHorizontalIcon, ForwardRef$hc as DerivProductDerivTraderBlackLogoWordmarkHorizontalIcon, ForwardRef$h8 as DerivProductDerivTraderBlackLogoWordmarkVerticalIcon, ForwardRef$h0 as DerivProductDerivTraderBlackWordmarkHorizontalIcon, ForwardRef$gY as DerivProductDerivTraderBlackWordmarkVerticalIcon, ForwardRef$h5 as DerivProductDerivTraderBrandDarkLogoHorizontalIcon, ForwardRef$hd as DerivProductDerivTraderBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$h9 as DerivProductDerivTraderBrandDarkLogoWordmarkVerticalIcon, ForwardRef$h1 as DerivProductDerivTraderBrandDarkWordmarkHorizontalIcon, ForwardRef$gZ as DerivProductDerivTraderBrandDarkWordmarkVerticalIcon, ForwardRef$h6 as DerivProductDerivTraderBrandLightLogoHorizontalIcon, ForwardRef$he as DerivProductDerivTraderBrandLightLogoWordmarkHorizontalIcon, ForwardRef$ha as DerivProductDerivTraderBrandLightLogoWordmarkVerticalIcon, ForwardRef$h2 as DerivProductDerivTraderBrandLightWordmarkHorizontalIcon, ForwardRef$g_ as DerivProductDerivTraderBrandLightWordmarkVerticalIcon, ForwardRef$h3 as DerivProductDerivTraderWhiteLogoHorizontalIcon, ForwardRef$hb as DerivProductDerivTraderWhiteLogoWordmarkHorizontalIcon, ForwardRef$h7 as DerivProductDerivTraderWhiteLogoWordmarkVerticalIcon, ForwardRef$g$ as DerivProductDerivTraderWhiteWordmarkHorizontalIcon, ForwardRef$gX as DerivProductDerivTraderWhiteWordmarkVerticalIcon, ForwardRef$hY as DerivProductDerivXBlackLogoIcon, ForwardRef$i0 as DerivProductDerivXBlackLogoWordmarkIcon, ForwardRef$hU as DerivProductDerivXBlackWordmarkIcon, ForwardRef$hZ as DerivProductDerivXBrandDarkLogoIcon, ForwardRef$i1 as DerivProductDerivXBrandDarkLogoWordmarkIcon, ForwardRef$hV as DerivProductDerivXBrandDarkWordmarkIcon, ForwardRef$h_ as DerivProductDerivXBrandLightLogoIcon, ForwardRef$i2 as DerivProductDerivXBrandLightLogoWordmarkIcon, ForwardRef$hW as DerivProductDerivXBrandLightWordmarkIcon, ForwardRef$hX as DerivProductDerivXWhiteLogoIcon, ForwardRef$h$ as DerivProductDerivXWhiteLogoWordmarkIcon, ForwardRef$hT as DerivProductDerivXWhiteWordmarkIcon, ForwardRef$8w as EnergyBrentCrudeOilukIcon, ForwardRef$8v as EnergyWtiOilusIcon, ForwardRef$ue as FlagAfghanistanIcon, ForwardRef$ud as FlagAlbaniaIcon, ForwardRef$uc as FlagAndorraIcon, ForwardRef$ub as FlagAngolaIcon, ForwardRef$ua as FlagAntiguaAndBarbudaIcon, ForwardRef$u9 as FlagArgentinaIcon, ForwardRef$u8 as FlagArmeniaIcon, ForwardRef$u7 as FlagArubaIcon, ForwardRef$u6 as FlagAustraliaIcon, ForwardRef$u5 as FlagAustriaIcon, ForwardRef$u4 as FlagAzerbaijanIcon, ForwardRef$u2 as FlagBahamasIcon, ForwardRef$u3 as FlagBahrainIcon, ForwardRef$u1 as FlagBangladeshIcon, ForwardRef$u0 as FlagBarbadosIcon, ForwardRef$t$ as FlagBelarusIcon, ForwardRef$t_ as FlagBelgiumIcon, ForwardRef$tZ as FlagBelizeIcon, ForwardRef$tY as FlagBeninIcon, ForwardRef$tX as FlagBhutanIcon, ForwardRef$tW as FlagBoliviaIcon, ForwardRef$tV as FlagBosniaAndHerzegovinaIcon, ForwardRef$tU as FlagBotswanaIcon, ForwardRef$tT as FlagBouvetIslandIcon, ForwardRef$tS as FlagBrazilIcon, ForwardRef$tR as FlagBruneiIcon, ForwardRef$tQ as FlagBulgariaIcon, ForwardRef$tP as FlagBurkinaFasoIcon, ForwardRef$tO as FlagCanadaIcon, ForwardRef$tN as FlagCentralAfricanRepublicIcon, ForwardRef$tM as FlagChinaIcon, ForwardRef$tL as FlagChinaSimplifiedIcon, ForwardRef$tK as FlagChinaTraditionalIcon, ForwardRef$tJ as FlagCyprusIcon, ForwardRef$tI as FlagCzechRepublicIcon, ForwardRef$tH as FlagDemocraticRepublicOfTheCongoIcon, ForwardRef$tG as FlagDenmarkIcon, ForwardRef$tF as FlagEstoniaIcon, ForwardRef$tE as FlagEuroIcon, ForwardRef$tD as FlagFinlandIcon, ForwardRef$tC as FlagFranceIcon, ForwardRef$tB as FlagGermanyIcon, ForwardRef$tA as FlagGreeceIcon, ForwardRef$tz as FlagHongKongIcon, ForwardRef$ty as FlagHungaryIcon, ForwardRef$tx as FlagIndiaIcon, ForwardRef$tw as FlagIndonesiaIcon, ForwardRef$tv as FlagIrelandIcon, ForwardRef$tu as FlagIsraelIcon, ForwardRef$tt as FlagItalyIcon, ForwardRef$ts as FlagJapanIcon, ForwardRef$tr as FlagJordanIcon, ForwardRef$tq as FlagLatviaIcon, ForwardRef$tp as FlagLithuaniaIcon, ForwardRef$to as FlagLuxembourgIcon, ForwardRef$tn as FlagMalaysiaIcon, ForwardRef$tm as FlagMaltaIcon, ForwardRef$tl as FlagMexicoIcon, ForwardRef$tk as FlagNetherlandIcon, ForwardRef$tj as FlagNetherlandsAntillesIcon, ForwardRef$ti as FlagNewZealandIcon, ForwardRef$th as FlagNigeriaIcon, ForwardRef$tg as FlagNorwayIcon, ForwardRef$tf as FlagParaguayIcon, ForwardRef$uf as FlagPlaceholderIcon, ForwardRef$te as FlagPolandIcon, ForwardRef$td as FlagPortugalIcon, ForwardRef$tc as FlagRomaniaIcon, ForwardRef$tb as FlagRussiaIcon, ForwardRef$ta as FlagRwandaIcon, ForwardRef$t9 as FlagSingaporeIcon, ForwardRef$t8 as FlagSlovakiaIcon, ForwardRef$t7 as FlagSloveniaIcon, ForwardRef$t6 as FlagSouthAfricaIcon, ForwardRef$t5 as FlagSpainIcon, ForwardRef$t4 as FlagSwedenIcon, ForwardRef$t3 as FlagSwitzerlandIcon, ForwardRef$t2 as FlagThailandIcon, ForwardRef$t1 as FlagTurkeyIcon, ForwardRef$t0 as FlagUnitedArabEmiratesIcon, ForwardRef$s$ as FlagUnitedKingdomIcon, ForwardRef$s_ as FlagUsaIcon, ForwardRef$sZ as FlagVietnamIcon, ForwardRef$sM as IllustrativeAdvertiseIcon, ForwardRef$s9 as IllustrativeAntivirusAndFirewallsIcon, ForwardRef$sq as IllustrativeBasketIcon, ForwardRef$rY as IllustrativeCapitalIcon, ForwardRef$rm as IllustrativeCertificationIcon, ForwardRef$sS as IllustrativeCfdsIcon, ForwardRef$sN as IllustrativeChartsIcon, ForwardRef$sF as IllustrativeChatIcon, ForwardRef$sD as IllustrativeCloseAccountIcon, ForwardRef$ss as IllustrativeCommissionIcon, ForwardRef$sU as IllustrativeCommoditiesIcon, ForwardRef$sH as IllustrativeCommunityIcon, ForwardRef$sC as IllustrativeCommunityManagersIcon, ForwardRef$sB as IllustrativeCompetenceIcon, ForwardRef$rM as IllustrativeComputerIcon, ForwardRef$sx as IllustrativeCrashBoomIndicesIcon, ForwardRef$rG as IllustrativeCreativeMaterialsIcon, ForwardRef$sw as IllustrativeCriticalIcon, ForwardRef$sP as IllustrativeCryptoPairsIcon, ForwardRef$sT as IllustrativeCryptocurrenciesIcon, ForwardRef$su as IllustrativeCustomerFirstTradingIcon, ForwardRef$sv as IllustrativeCustomerFocusIcon, ForwardRef$st as IllustrativeDefinePositionIcon, ForwardRef$rU as IllustrativeDemoAccountIcon, ForwardRef$sy as IllustrativeDepositAndWithdrawalIcon, ForwardRef$sX as IllustrativeDerivedIcon, ForwardRef$sr as IllustrativeDropEmailIcon, ForwardRef$sp as IllustrativeEarnIcon, ForwardRef$so as IllustrativeEasyAccessIcon, ForwardRef$sn as IllustrativeEasyToStartIcon, ForwardRef$sV as IllustrativeEtfIcon, ForwardRef$sl as IllustrativeExclusiveAccessIcon, ForwardRef$ra as IllustrativeExecutionSpeedIcon, ForwardRef$sj as IllustrativeExtendedTimeIcon, ForwardRef$rw as IllustrativeFairIcon, ForwardRef$si as IllustrativeFastAndSecureIcon, ForwardRef$rc as IllustrativeFastExecutionIcon, ForwardRef$sz as IllustrativeFastTransactionIcon, ForwardRef$sh as IllustrativeFilterIcon, ForwardRef$sg as IllustrativeFindOrCreateAnAdIcon, ForwardRef$sW as IllustrativeForexIcon, ForwardRef$sb as IllustrativeGetQuoteIcon, ForwardRef$s5 as IllustrativeHandsOnExperienceIcon, ForwardRef$s3 as IllustrativeHighIcon, ForwardRef$s1 as IllustrativeInstantAccessIcon, ForwardRef$s0 as IllustrativeIntegrityIcon, ForwardRef$sG as IllustrativeKnockOutIcon, ForwardRef$r_ as IllustrativeLeverageIcon, ForwardRef$rZ as IllustrativeLicensedAndRegulatedIcon, ForwardRef$s7 as IllustrativeLimitLossesIcon, ForwardRef$rW as IllustrativeLimitedInfluenceIcon, ForwardRef$rb as IllustrativeLiquidityIcon, ForwardRef$sd as IllustrativeLiquidityRisksIcon, ForwardRef$sc as IllustrativeListIcon, ForwardRef$sa as IllustrativeLongOrShortIcon, ForwardRef$rX as IllustrativeLowIcon, ForwardRef$s2 as IllustrativeMarketExposureIcon, ForwardRef$rH as IllustrativeMarketingIcon, ForwardRef$sL as IllustrativeMarketsIcon, ForwardRef$rR as IllustrativeMediumIcon, ForwardRef$sK as IllustrativeMetalAndOilIcon, ForwardRef$se as IllustrativeMinimalCapitalIcon, ForwardRef$rL as IllustrativeMobileIcon, ForwardRef$sE as IllustrativeMoneyProtectionIcon, ForwardRef$rQ as IllustrativeMultipleAssetsIcon, ForwardRef$rP as IllustrativeMultipleMarketsIcon, ForwardRef$sR as IllustrativeMultipliersIcon, ForwardRef$sI as IllustrativeNetworkIcon, ForwardRef$rN as IllustrativeNoCommissionIcon, ForwardRef$rv as IllustrativeOptionalIcon, ForwardRef$sQ as IllustrativeOptionsIcon, ForwardRef$rK as IllustrativePaidProgrammeIcon, ForwardRef$s4 as IllustrativePartnershipIcon, ForwardRef$rJ as IllustrativePartnershipShieldIcon, ForwardRef$sf as IllustrativePayoutIcon, ForwardRef$sm as IllustrativePlatformsIcon, ForwardRef$rI as IllustrativeProfessionalGuidanceIcon, ForwardRef$rt as IllustrativeProfitPotentialIcon, ForwardRef$rO as IllustrativePromisingIcon, ForwardRef$re as IllustrativeProtectedAndSecureIcon, ForwardRef$rE as IllustrativePurchaseIcon, ForwardRef$rC as IllustrativeRealWorldExposureIcon, ForwardRef$rF as IllustrativeRecordIcon, ForwardRef$ru as IllustrativeRegisterIcon, ForwardRef$rx as IllustrativeReliableIcon, ForwardRef$ri as IllustrativeReplyIcon, ForwardRef$rz as IllustrativeResponsibleIcon, ForwardRef$rB as IllustrativeResponsiveIcon, ForwardRef$sJ as IllustrativeResumeIcon, ForwardRef$rA as IllustrativeRiskManagementIcon, ForwardRef$rg as IllustrativeSafetyIcon, ForwardRef$rq as IllustrativeSecurePlatformIcon, ForwardRef$rD as IllustrativeSignUpIcon, ForwardRef$rs as IllustrativeSoftwareDevelopersIcon, ForwardRef$sA as IllustrativeSpreadsIcon, ForwardRef$sY as IllustrativeStocksAndIndicesIcon, ForwardRef$rr as IllustrativeStraightforwardTradingIcon, ForwardRef$rS as IllustrativeStrongPasswordsIcon, ForwardRef$rf as IllustrativeStudentIcon, ForwardRef$rd as IllustrativeSupport247Icon, ForwardRef$sk as IllustrativeSupportIcon, ForwardRef$rp as IllustrativeTeamworkIcon, ForwardRef$r$ as IllustrativeTopPerformersIcon, ForwardRef$rl as IllustrativeTradeAnytimeIcon, ForwardRef$s8 as IllustrativeTradeWiselyIcon, ForwardRef$ro as IllustrativeTradeartlySmIcon, ForwardRef$sO as IllustrativeTrading247Icon, ForwardRef$rn as IllustrativeTradingExpertsIcon, ForwardRef$ry as IllustrativeTransparentIcon, ForwardRef$s6 as IllustrativeTwoFactorAuthenticationIcon, ForwardRef$rk as IllustrativeUnderageGamblingIcon, ForwardRef$rV as IllustrativeUnderstandTheRisksIcon, ForwardRef$rj as IllustrativeUserFriendlyIcon, ForwardRef$rh as IllustrativeWeAreHereToHelpIcon, ForwardRef$rT as IllustrativeWebBrowserIcon, ForwardRef$q$ as LabelPairedAndroidIcon, ForwardRef$qU as LabelPairedAppStoreIcon, ForwardRef$qX as LabelPairedAppStoreIosIcon, ForwardRef$r1 as LabelPairedAppleIcon, ForwardRef$qW as LabelPairedApplePayIcon, ForwardRef$mW as LabelPairedArrowDownAZBoldIcon, ForwardRef$mX as LabelPairedArrowDownAZRegularIcon, ForwardRef$oK as LabelPairedArrowDownBoldIcon, ForwardRef$oC as LabelPairedArrowDownLeftBoldIcon, ForwardRef$oD as LabelPairedArrowDownLeftRegularIcon, ForwardRef$mS as LabelPairedArrowDownOneNineBoldIcon, ForwardRef$mT as LabelPairedArrowDownOneNineRegularIcon, ForwardRef$oL as LabelPairedArrowDownRegularIcon, ForwardRef$oE as LabelPairedArrowDownRightBoldIcon, ForwardRef$oF as LabelPairedArrowDownRightRegularIcon, ForwardRef$q1 as LabelPairedArrowDownToBracketBoldIcon, ForwardRef$q2 as LabelPairedArrowDownToBracketRegularIcon, ForwardRef$oe as LabelPairedArrowDownToLineBoldIcon, ForwardRef$of as LabelPairedArrowDownToLineRegularIcon, ForwardRef$oI as LabelPairedArrowLeftBoldIcon, ForwardRef$oJ as LabelPairedArrowLeftRegularIcon, ForwardRef$oc as LabelPairedArrowLeftToLineBoldIcon, ForwardRef$od as LabelPairedArrowLeftToLineRegularIcon, ForwardRef$nO as LabelPairedArrowRightArrowLeftBoldIcon, ForwardRef$nP as LabelPairedArrowRightArrowLeftRegularIcon, ForwardRef$oM as LabelPairedArrowRightBoldIcon, ForwardRef$oN as LabelPairedArrowRightRegularIcon, ForwardRef$og as LabelPairedArrowRightToLineBoldIcon, ForwardRef$oh as LabelPairedArrowRightToLineRegularIcon, ForwardRef$mU as LabelPairedArrowUpAZBoldIcon, ForwardRef$mV as LabelPairedArrowUpAZRegularIcon, ForwardRef$mY as LabelPairedArrowUpArrowDownBoldIcon, ForwardRef$mZ as LabelPairedArrowUpArrowDownRegularIcon, ForwardRef$oO as LabelPairedArrowUpBoldIcon, ForwardRef$p$ as LabelPairedArrowUpFromBracketBoldIcon, ForwardRef$q0 as LabelPairedArrowUpFromBracketRegularIcon, ForwardRef$pT as LabelPairedArrowUpFromSquareBoldIcon, ForwardRef$pU as LabelPairedArrowUpFromSquareRegularIcon, ForwardRef$oA as LabelPairedArrowUpLeftBoldIcon, ForwardRef$oB as LabelPairedArrowUpLeftRegularIcon, ForwardRef$mQ as LabelPairedArrowUpOneNineBoldIcon, ForwardRef$mR as LabelPairedArrowUpOneNineRegularIcon, ForwardRef$oP as LabelPairedArrowUpRegularIcon, ForwardRef$oG as LabelPairedArrowUpRightBoldIcon, ForwardRef$pR as LabelPairedArrowUpRightFromSquareBoldIcon, ForwardRef$pS as LabelPairedArrowUpRightFromSquareRegularIcon, ForwardRef$oH as LabelPairedArrowUpRightRegularIcon, ForwardRef$oi as LabelPairedArrowUpToLineBoldIcon, ForwardRef$oj as LabelPairedArrowUpToLineRegularIcon, ForwardRef$pP as LabelPairedArrowsRotateBoldIcon, ForwardRef$pQ as LabelPairedArrowsRotateRegularIcon, ForwardRef$m2 as LabelPairedAtBoldIcon, ForwardRef$m3 as LabelPairedAtRegularIcon, ForwardRef$kV as LabelPairedBackwardBoldIcon, ForwardRef$kU as LabelPairedBackwardFillIcon, ForwardRef$kW as LabelPairedBackwardRegularIcon, ForwardRef$kP as LabelPairedBackwardStepBoldIcon, ForwardRef$kO as LabelPairedBackwardStepFillIcon, ForwardRef$kQ as LabelPairedBackwardStepRegularIcon, ForwardRef$ky as LabelPairedBadgeCheckBoldIcon, ForwardRef$kz as LabelPairedBadgeCheckRegularIcon, ForwardRef$jK as LabelPairedBarcodeBoldIcon, ForwardRef$jL as LabelPairedBarcodeRegularIcon, ForwardRef$pX as LabelPairedBarsBoldIcon, ForwardRef$mO as LabelPairedBarsFilterBoldIcon, ForwardRef$mP as LabelPairedBarsFilterRegularIcon, ForwardRef$pY as LabelPairedBarsRegularIcon, ForwardRef$mw as LabelPairedBellBoldIcon, ForwardRef$ms as LabelPairedBellOnBoldIcon, ForwardRef$mt as LabelPairedBellOnRegularIcon, ForwardRef$mx as LabelPairedBellRegularIcon, ForwardRef$mu as LabelPairedBellSlashBoldIcon, ForwardRef$mv as LabelPairedBellSlashRegularIcon, ForwardRef$qb as LabelPairedBookmarkBoldIcon, ForwardRef$qc as LabelPairedBookmarkRegularIcon, ForwardRef$pz as LabelPairedBoxArchiveCircleArrowDownBoldIcon, ForwardRef$pA as LabelPairedBoxArchiveCircleArrowDownRegularIcon, ForwardRef$px as LabelPairedBoxArchiveCircleArrowUpBoldIcon, ForwardRef$py as LabelPairedBoxArchiveCircleArrowUpRegularIcon, ForwardRef$ku as LabelPairedBullhornBoldIcon, ForwardRef$kv as LabelPairedBullhornRegularIcon, ForwardRef$qh as LabelPairedCalendarBoldIcon, ForwardRef$qf as LabelPairedCalendarRangeBoldIcon, ForwardRef$qg as LabelPairedCalendarRangeRegularIcon, ForwardRef$qi as LabelPairedCalendarRegularIcon, ForwardRef$ju as LabelPairedCameraBoldIcon, ForwardRef$jv as LabelPairedCameraRegularIcon, ForwardRef$ke as LabelPairedCaretDownBoldIcon, ForwardRef$kf as LabelPairedCaretDownRegularIcon, ForwardRef$ki as LabelPairedCaretUpBoldIcon, ForwardRef$kj as LabelPairedCaretUpRegularIcon, ForwardRef$jO as LabelPairedCashRegisterBoldIcon, ForwardRef$jP as LabelPairedCashRegisterRegularIcon, ForwardRef$mI as LabelPairedChartAreaBoldIcon, ForwardRef$mJ as LabelPairedChartAreaRegularIcon, ForwardRef$mG as LabelPairedChartCandlestickBoldIcon, ForwardRef$mH as LabelPairedChartCandlestickRegularIcon, ForwardRef$mK as LabelPairedChartLineBoldIcon, ForwardRef$mL as LabelPairedChartLineRegularIcon, ForwardRef$mC as LabelPairedChartLineUpDownBoldIcon, ForwardRef$mD as LabelPairedChartLineUpDownRegularIcon, ForwardRef$mM as LabelPairedChartMixedBoldIcon, ForwardRef$mN as LabelPairedChartMixedRegularIcon, ForwardRef$my as LabelPairedChartOhlcBoldIcon, ForwardRef$mz as LabelPairedChartOhlcRegularIcon, ForwardRef$jo as LabelPairedChartTrendDownBoldIcon, ForwardRef$jp as LabelPairedChartTrendDownRegularIcon, ForwardRef$jm as LabelPairedChartTrendSidewayBoldIcon, ForwardRef$jn as LabelPairedChartTrendSidewayRegularIcon, ForwardRef$jq as LabelPairedChartTrendUpBoldIcon, ForwardRef$jr as LabelPairedChartTrendUpRegularIcon, ForwardRef$pv as LabelPairedCheckBoldIcon, ForwardRef$pw as LabelPairedCheckRegularIcon, ForwardRef$ou as LabelPairedChevronDownBoldIcon, ForwardRef$ov as LabelPairedChevronDownRegularIcon, ForwardRef$os as LabelPairedChevronLeftBoldIcon, ForwardRef$ot as LabelPairedChevronLeftRegularIcon, ForwardRef$ow as LabelPairedChevronRightBoldIcon, ForwardRef$ox as LabelPairedChevronRightRegularIcon, ForwardRef$oy as LabelPairedChevronUpBoldIcon, ForwardRef$oz as LabelPairedChevronUpRegularIcon, ForwardRef$om as LabelPairedChevronsDownBoldIcon, ForwardRef$on as LabelPairedChevronsDownRegularIcon, ForwardRef$ok as LabelPairedChevronsLeftBoldIcon, ForwardRef$ol as LabelPairedChevronsLeftRegularIcon, ForwardRef$oo as LabelPairedChevronsRightBoldIcon, ForwardRef$op as LabelPairedChevronsRightRegularIcon, ForwardRef$oq as LabelPairedChevronsUpBoldIcon, ForwardRef$or as LabelPairedChevronsUpRegularIcon, ForwardRef$o6 as LabelPairedCircleArrowDownBoldIcon, ForwardRef$n_ as LabelPairedCircleArrowDownLeftBoldIcon, ForwardRef$n$ as LabelPairedCircleArrowDownLeftRegularIcon, ForwardRef$o7 as LabelPairedCircleArrowDownRegularIcon, ForwardRef$o0 as LabelPairedCircleArrowDownRightBoldIcon, ForwardRef$o1 as LabelPairedCircleArrowDownRightRegularIcon, ForwardRef$o4 as LabelPairedCircleArrowLeftBoldIcon, ForwardRef$o5 as LabelPairedCircleArrowLeftRegularIcon, ForwardRef$o8 as LabelPairedCircleArrowRightBoldIcon, ForwardRef$o9 as LabelPairedCircleArrowRightRegularIcon, ForwardRef$oa as LabelPairedCircleArrowUpBoldIcon, ForwardRef$nY as LabelPairedCircleArrowUpLeftBoldIcon, ForwardRef$nZ as LabelPairedCircleArrowUpLeftRegularIcon, ForwardRef$ob as LabelPairedCircleArrowUpRegularIcon, ForwardRef$o2 as LabelPairedCircleArrowUpRightBoldIcon, ForwardRef$o3 as LabelPairedCircleArrowUpRightRegularIcon, ForwardRef$oX as LabelPairedCircleBoldIcon, ForwardRef$q9 as LabelPairedCircleBookmarkBoldIcon, ForwardRef$qa as LabelPairedCircleBookmarkRegularIcon, ForwardRef$qd as LabelPairedCircleCalendarBoldIcon, ForwardRef$qe as LabelPairedCircleCalendarRegularIcon, ForwardRef$kc as LabelPairedCircleCaretDownBoldIcon, ForwardRef$kd as LabelPairedCircleCaretDownRegularIcon, ForwardRef$kg as LabelPairedCircleCaretUpBoldIcon, ForwardRef$kh as LabelPairedCircleCaretUpRegularIcon, ForwardRef$pt as LabelPairedCircleCheckBoldIcon, ForwardRef$pu as LabelPairedCircleCheckRegularIcon, ForwardRef$nS as LabelPairedCircleChevronDownBoldIcon, ForwardRef$nT as LabelPairedCircleChevronDownRegularIcon, ForwardRef$nQ as LabelPairedCircleChevronLeftBoldIcon, ForwardRef$nR as LabelPairedCircleChevronLeftRegularIcon, ForwardRef$nU as LabelPairedCircleChevronRightBoldIcon, ForwardRef$nV as LabelPairedCircleChevronRightRegularIcon, ForwardRef$nW as LabelPairedCircleChevronUpBoldIcon, ForwardRef$nX as LabelPairedCircleChevronUpRegularIcon, ForwardRef$jY as LabelPairedCircleDollarBoldIcon, ForwardRef$jZ as LabelPairedCircleDollarRegularIcon, ForwardRef$o_ as LabelPairedCircleDotBoldIcon, ForwardRef$oZ as LabelPairedCircleDotFillIcon, ForwardRef$o$ as LabelPairedCircleDotRegularIcon, ForwardRef$ne as LabelPairedCircleEightBoldIcon, ForwardRef$nf as LabelPairedCircleEightRegularIcon, ForwardRef$pF as LabelPairedCircleEllipsisBoldIcon, ForwardRef$pG as LabelPairedCircleEllipsisRegularIcon, ForwardRef$mo as LabelPairedCircleEnvelopeBoldIcon, ForwardRef$mp as LabelPairedCircleEnvelopeRegularIcon, ForwardRef$jU as LabelPairedCircleEuroBoldIcon, ForwardRef$jV as LabelPairedCircleEuroRegularIcon, ForwardRef$ko as LabelPairedCircleExclamationBoldIcon, ForwardRef$kp as LabelPairedCircleExclamationRegularIcon, ForwardRef$oW as LabelPairedCircleFillIcon, ForwardRef$nk as LabelPairedCircleFiveBoldIcon, ForwardRef$nl as LabelPairedCircleFiveRegularIcon, ForwardRef$nm as LabelPairedCircleFourBoldIcon, ForwardRef$nn as LabelPairedCircleFourRegularIcon, ForwardRef$kk as LabelPairedCircleInfoBoldIcon, ForwardRef$kl as LabelPairedCircleInfoRegularIcon, ForwardRef$qx as LabelPairedCircleMinusBoldIcon, ForwardRef$qy as LabelPairedCircleMinusRegularIcon, ForwardRef$nc as LabelPairedCircleNineBoldIcon, ForwardRef$nd as LabelPairedCircleNineRegularIcon, ForwardRef$ns as LabelPairedCircleOneBoldIcon, ForwardRef$nt as LabelPairedCircleOneRegularIcon, ForwardRef$qt as LabelPairedCirclePlusBoldIcon, ForwardRef$qu as LabelPairedCirclePlusRegularIcon, ForwardRef$oY as LabelPairedCircleRegularIcon, ForwardRef$ng as LabelPairedCircleSevenBoldIcon, ForwardRef$nh as LabelPairedCircleSevenRegularIcon, ForwardRef$ni as LabelPairedCircleSixBoldIcon, ForwardRef$nj as LabelPairedCircleSixRegularIcon, ForwardRef$n2 as LabelPairedCircleSortBoldIcon, ForwardRef$m_ as LabelPairedCircleSortDownBoldIcon, ForwardRef$m$ as LabelPairedCircleSortDownRegularIcon, ForwardRef$n3 as LabelPairedCircleSortRegularIcon, ForwardRef$n0 as LabelPairedCircleSortUpBoldIcon, ForwardRef$n1 as LabelPairedCircleSortUpRegularIcon, ForwardRef$oR as LabelPairedCircleStarBoldIcon, ForwardRef$oQ as LabelPairedCircleStarFillIcon, ForwardRef$oS as LabelPairedCircleStarRegularIcon, ForwardRef$jQ as LabelPairedCircleSterlingBoldIcon, ForwardRef$jR as LabelPairedCircleSterlingRegularIcon, ForwardRef$no as LabelPairedCircleThreeBoldIcon, ForwardRef$np as LabelPairedCircleThreeRegularIcon, ForwardRef$qp as LabelPairedCircleTrashBoldIcon, ForwardRef$qq as LabelPairedCircleTrashRegularIcon, ForwardRef$nq as LabelPairedCircleTwoBoldIcon, ForwardRef$nr as LabelPairedCircleTwoRegularIcon, ForwardRef$jE as LabelPairedCircleUserBoldIcon, ForwardRef$jF as LabelPairedCircleUserRegularIcon, ForwardRef$qB as LabelPairedCircleXmarkBoldIcon, ForwardRef$qC as LabelPairedCircleXmarkRegularIcon, ForwardRef$na as LabelPairedCircleZeroBoldIcon, ForwardRef$nb as LabelPairedCircleZeroRegularIcon, ForwardRef$pB as LabelPairedClockThreeBoldIcon, ForwardRef$pC as LabelPairedClockThreeRegularIcon, ForwardRef$lw as LabelPairedCloneBoldIcon, ForwardRef$lx as LabelPairedCloneRegularIcon, ForwardRef$ql as LabelPairedCompressBoldIcon, ForwardRef$qm as LabelPairedCompressRegularIcon, ForwardRef$lQ as LabelPairedComputerBoldIcon, ForwardRef$lO as LabelPairedComputerMouseScrollwheelBoldIcon, ForwardRef$lP as LabelPairedComputerMouseScrollwheelRegularIcon, ForwardRef$lR as LabelPairedComputerRegularIcon, ForwardRef$lA as LabelPairedCopyBoldIcon, ForwardRef$lB as LabelPairedCopyRegularIcon, ForwardRef$pd as LabelPairedDealCancellationBoldIcon, ForwardRef$pe as LabelPairedDealCancellationRegularIcon, ForwardRef$pf as LabelPairedDealProtectionBoldIcon, ForwardRef$pg as LabelPairedDealProtectionRegularIcon, ForwardRef$r0 as LabelPairedDerivIcon, ForwardRef$k0 as LabelPairedDerivP2pBoldIcon, ForwardRef$k1 as LabelPairedDerivP2pRegularIcon, ForwardRef$j_ as LabelPairedDollarSignBoldIcon, ForwardRef$j$ as LabelPairedDollarSignRegularIcon, ForwardRef$ny as LabelPairedEightBoldIcon, ForwardRef$nz as LabelPairedEightRegularIcon, ForwardRef$pr as LabelPairedEllipsisBoldIcon, ForwardRef$ps as LabelPairedEllipsisRegularIcon, ForwardRef$pV as LabelPairedEllipsisVerticalBoldIcon, ForwardRef$pW as LabelPairedEllipsisVerticalRegularIcon, ForwardRef$mq as LabelPairedEnvelopeBoldIcon, ForwardRef$mr as LabelPairedEnvelopeRegularIcon, ForwardRef$jW as LabelPairedEuroSignBoldIcon, ForwardRef$jX as LabelPairedEuroSignRegularIcon, ForwardRef$ks as LabelPairedExclamationBoldIcon, ForwardRef$kt as LabelPairedExclamationRegularIcon, ForwardRef$qn as LabelPairedExpandBoldIcon, ForwardRef$qo as LabelPairedExpandRegularIcon, ForwardRef$q5 as LabelPairedEyeBoldIcon, ForwardRef$q6 as LabelPairedEyeRegularIcon, ForwardRef$q3 as LabelPairedEyeSlashBoldIcon, ForwardRef$q4 as LabelPairedEyeSlashRegularIcon, ForwardRef$r8 as LabelPairedFacebookIcon, ForwardRef$k2 as LabelPairedFiatOfframpBoldIcon, ForwardRef$k3 as LabelPairedFiatOfframpRegularIcon, ForwardRef$k4 as LabelPairedFiatOnrampBoldIcon, ForwardRef$k5 as LabelPairedFiatOnrampRegularIcon, ForwardRef$kE as LabelPairedFileCertificateBoldIcon, ForwardRef$kF as LabelPairedFileCertificateRegularIcon, ForwardRef$mE as LabelPairedFileChartColumnBoldIcon, ForwardRef$mF as LabelPairedFileChartColumnRegularIcon, ForwardRef$l8 as LabelPairedFileCircleCheckBoldIcon, ForwardRef$l9 as LabelPairedFileCircleCheckRegularIcon, ForwardRef$le as LabelPairedFileCircleInfoBoldIcon, ForwardRef$lf as LabelPairedFileCircleInfoRegularIcon, ForwardRef$l4 as LabelPairedFileInvoiceDollarBoldIcon, ForwardRef$l5 as LabelPairedFileInvoiceDollarRegularIcon, ForwardRef$kC as LabelPairedFileShieldBoldIcon, ForwardRef$kD as LabelPairedFileShieldRegularIcon, ForwardRef$nE as LabelPairedFiveBoldIcon, ForwardRef$nF as LabelPairedFiveRegularIcon, ForwardRef$lE as LabelPairedFlagCheckeredBoldIcon, ForwardRef$lF as LabelPairedFlagCheckeredRegularIcon, ForwardRef$ls as LabelPairedFloppyDiskBoldIcon, ForwardRef$lq as LabelPairedFloppyDiskPenBoldIcon, ForwardRef$lr as LabelPairedFloppyDiskPenRegularIcon, ForwardRef$lt as LabelPairedFloppyDiskRegularIcon, ForwardRef$kY as LabelPairedForwardBoldIcon, ForwardRef$kX as LabelPairedForwardFillIcon, ForwardRef$kZ as LabelPairedForwardRegularIcon, ForwardRef$kS as LabelPairedForwardStepBoldIcon, ForwardRef$kR as LabelPairedForwardStepFillIcon, ForwardRef$kT as LabelPairedForwardStepRegularIcon, ForwardRef$nG as LabelPairedFourBoldIcon, ForwardRef$nH as LabelPairedFourRegularIcon, ForwardRef$pl as LabelPairedGaugeMaxBoldIcon, ForwardRef$pm as LabelPairedGaugeMaxRegularIcon, ForwardRef$pj as LabelPairedGaugeMinBoldIcon, ForwardRef$pk as LabelPairedGaugeMinRegularIcon, ForwardRef$qj as LabelPairedGearBoldIcon, ForwardRef$qk as LabelPairedGearRegularIcon, ForwardRef$mk as LabelPairedGlobeBoldIcon, ForwardRef$ml as LabelPairedGlobeRegularIcon, ForwardRef$r9 as LabelPairedGoogleIcon, ForwardRef$qY as LabelPairedGooglePlayIcon, ForwardRef$pZ as LabelPairedGridBoldIcon, ForwardRef$p_ as LabelPairedGridRegularIcon, ForwardRef$qF as LabelPairedGripDotsVerticalBoldIcon, ForwardRef$qG as LabelPairedGripDotsVerticalRegularIcon, ForwardRef$kw as LabelPairedHandsHoldingDiamondBoldIcon, ForwardRef$kx as LabelPairedHandsHoldingDiamondRegularIcon, ForwardRef$qN as LabelPairedHarmonyOsIcon, ForwardRef$lc as LabelPairedHorizontalRuleBoldIcon, ForwardRef$la as LabelPairedHorizontalRuleDashedBoldIcon, ForwardRef$lb as LabelPairedHorizontalRuleDashedRegularIcon, ForwardRef$ld as LabelPairedHorizontalRuleRegularIcon, ForwardRef$lC as LabelPairedHouseBlankBoldIcon, ForwardRef$lD as LabelPairedHouseBlankRegularIcon, ForwardRef$qO as LabelPairedHuaweiAppGalleryIcon, ForwardRef$qM as LabelPairedHuaweiIcon, ForwardRef$jw as LabelPairedImageBoldIcon, ForwardRef$js as LabelPairedImagePolaroidUserBoldIcon, ForwardRef$jt as LabelPairedImagePolaroidUserRegularIcon, ForwardRef$jx as LabelPairedImageRegularIcon, ForwardRef$km as LabelPairedInfoBoldIcon, ForwardRef$kn as LabelPairedInfoRegularIcon, ForwardRef$r2 as LabelPairedInstagramIcon, ForwardRef$qR as LabelPairedIosIcon, ForwardRef$qQ as LabelPairedIpadosIcon, ForwardRef$lM as LabelPairedKeyboardBoldIcon, ForwardRef$lN as LabelPairedKeyboardRegularIcon, ForwardRef$mc as LabelPairedLanguageBoldIcon, ForwardRef$md as LabelPairedLanguageRegularIcon, ForwardRef$lU as LabelPairedLaptopBoldIcon, ForwardRef$lS as LabelPairedLaptopMobileBoldIcon, ForwardRef$lT as LabelPairedLaptopMobileRegularIcon, ForwardRef$lV as LabelPairedLaptopRegularIcon, ForwardRef$ph as LabelPairedLifeRingBoldIcon, ForwardRef$pi as LabelPairedLifeRingRegularIcon, ForwardRef$mA as LabelPairedLightChartLineUpDownClockBoldIcon, ForwardRef$mB as LabelPairedLightChartLineUpDownClockRegularIcon, ForwardRef$jy as LabelPairedLightUserTieCircleDollarBoldIcon, ForwardRef$jz as LabelPairedLightUserTieCircleDollarRegularIcon, ForwardRef$mi as LabelPairedLinkSimpleBoldIcon, ForwardRef$mj as LabelPairedLinkSimpleRegularIcon, ForwardRef$r5 as LabelPairedLinkedinIcon, ForwardRef$qZ as LabelPairedLinuxIcon, ForwardRef$lI as LabelPairedLocationCrosshairsBoldIcon, ForwardRef$lJ as LabelPairedLocationCrosshairsRegularIcon, ForwardRef$lG as LabelPairedLocationCrosshairsSlashBoldIcon, ForwardRef$lH as LabelPairedLocationCrosshairsSlashRegularIcon, ForwardRef$lK as LabelPairedLocationDotBoldIcon, ForwardRef$lL as LabelPairedLocationDotRegularIcon, ForwardRef$kI as LabelPairedLockBoldIcon, ForwardRef$kJ as LabelPairedLockRegularIcon, ForwardRef$qS as LabelPairedMacosIcon, ForwardRef$l6 as LabelPairedMemoCircleCheckBoldIcon, ForwardRef$l7 as LabelPairedMemoCircleCheckRegularIcon, ForwardRef$ma as LabelPairedMessagesQuestionBoldIcon, ForwardRef$mb as LabelPairedMessagesQuestionRegularIcon, ForwardRef$kK as LabelPairedMicrophoneBoldIcon, ForwardRef$kL as LabelPairedMicrophoneRegularIcon, ForwardRef$qV as LabelPairedMicrosoftIcon, ForwardRef$qP as LabelPairedMicrosoftStoreIcon, ForwardRef$qz as LabelPairedMinusBoldIcon, ForwardRef$qA as LabelPairedMinusRegularIcon, ForwardRef$m0 as LabelPairedMobileNotchBoldIcon, ForwardRef$m1 as LabelPairedMobileNotchRegularIcon, ForwardRef$l_ as LabelPairedMobileScreenButtonBoldIcon, ForwardRef$l$ as LabelPairedMobileScreenButtonRegularIcon, ForwardRef$jM as LabelPairedMoneyBillBoldIcon, ForwardRef$jN as LabelPairedMoneyBillRegularIcon, ForwardRef$pn as LabelPairedMoonBoldIcon, ForwardRef$po as LabelPairedMoonRegularIcon, ForwardRef$nw as LabelPairedNineBoldIcon, ForwardRef$nx as LabelPairedNineRegularIcon, ForwardRef$nM as LabelPairedOneBoldIcon, ForwardRef$nN as LabelPairedOneRegularIcon, ForwardRef$ly as LabelPairedPasteBoldIcon, ForwardRef$lz as LabelPairedPasteRegularIcon, ForwardRef$k$ as LabelPairedPauseBoldIcon, ForwardRef$k_ as LabelPairedPauseFillIcon, ForwardRef$l0 as LabelPairedPauseRegularIcon, ForwardRef$lo as LabelPairedPenBoldIcon, ForwardRef$lm as LabelPairedPenCircleBoldIcon, ForwardRef$ln as LabelPairedPenCircleRegularIcon, ForwardRef$lk as LabelPairedPenLineBoldIcon, ForwardRef$ll as LabelPairedPenLineRegularIcon, ForwardRef$lp as LabelPairedPenRegularIcon, ForwardRef$li as LabelPairedPercentBoldIcon, ForwardRef$lj as LabelPairedPercentRegularIcon, ForwardRef$mg as LabelPairedPersonChalkboardBoldIcon, ForwardRef$mh as LabelPairedPersonChalkboardRegularIcon, ForwardRef$mm as LabelPairedPhoneBoldIcon, ForwardRef$mn as LabelPairedPhoneRegularIcon, ForwardRef$qH as LabelPairedPlaceholderBoldIcon, ForwardRef$qI as LabelPairedPlaceholderRegularIcon, ForwardRef$l2 as LabelPairedPlayBoldIcon, ForwardRef$l1 as LabelPairedPlayFillIcon, ForwardRef$l3 as LabelPairedPlayRegularIcon, ForwardRef$qv as LabelPairedPlusBoldIcon, ForwardRef$qw as LabelPairedPlusRegularIcon, ForwardRef$me as LabelPairedPresentationScreenBoldIcon, ForwardRef$mf as LabelPairedPresentationScreenRegularIcon, ForwardRef$jG as LabelPairedQrcodeBoldIcon, ForwardRef$jH as LabelPairedQrcodeRegularIcon, ForwardRef$m8 as LabelPairedRectangleAdBoldIcon, ForwardRef$m9 as LabelPairedRectangleAdRegularIcon, ForwardRef$jI as LabelPairedRectangleBarcodeBoldIcon, ForwardRef$jJ as LabelPairedRectangleBarcodeRegularIcon, ForwardRef$r3 as LabelPairedRedditIcon, ForwardRef$pN as LabelPairedRightFromBracketBoldIcon, ForwardRef$pO as LabelPairedRightFromBracketRegularIcon, ForwardRef$pL as LabelPairedRightToBracketBoldIcon, ForwardRef$pM as LabelPairedRightToBracketRegularIcon, ForwardRef$lu as LabelPairedScissorsBoldIcon, ForwardRef$lv as LabelPairedScissorsRegularIcon, ForwardRef$q7 as LabelPairedSearchBoldIcon, ForwardRef$q8 as LabelPairedSearchRegularIcon, ForwardRef$nA as LabelPairedSevenBoldIcon, ForwardRef$nB as LabelPairedSevenRegularIcon, ForwardRef$kA as LabelPairedShieldCheckBoldIcon, ForwardRef$kB as LabelPairedShieldCheckRegularIcon, ForwardRef$m4 as LabelPairedSignalBoldIcon, ForwardRef$m5 as LabelPairedSignalRegularIcon, ForwardRef$nC as LabelPairedSixBoldIcon, ForwardRef$nD as LabelPairedSixRegularIcon, ForwardRef$n8 as LabelPairedSortBoldIcon, ForwardRef$n4 as LabelPairedSortDownBoldIcon, ForwardRef$n5 as LabelPairedSortDownRegularIcon, ForwardRef$n9 as LabelPairedSortRegularIcon, ForwardRef$n6 as LabelPairedSortUpBoldIcon, ForwardRef$n7 as LabelPairedSortUpRegularIcon, ForwardRef$p7 as LabelPairedSquareBoldIcon, ForwardRef$p4 as LabelPairedSquareCheckBoldIcon, ForwardRef$p3 as LabelPairedSquareCheckFillIcon, ForwardRef$p5 as LabelPairedSquareCheckRegularIcon, ForwardRef$p6 as LabelPairedSquareFillIcon, ForwardRef$p1 as LabelPairedSquareMinusBoldIcon, ForwardRef$p0 as LabelPairedSquareMinusFillIcon, ForwardRef$p2 as LabelPairedSquareMinusRegularIcon, ForwardRef$p8 as LabelPairedSquareRegularIcon, ForwardRef$oU as LabelPairedStarBoldIcon, ForwardRef$oT as LabelPairedStarFillIcon, ForwardRef$oV as LabelPairedStarRegularIcon, ForwardRef$jS as LabelPairedSterlingSignBoldIcon, ForwardRef$jT as LabelPairedSterlingSignRegularIcon, ForwardRef$pb as LabelPairedStopLossBoldIcon, ForwardRef$pc as LabelPairedStopLossRegularIcon, ForwardRef$pD as LabelPairedStopwatchBoldIcon, ForwardRef$pE as LabelPairedStopwatchRegularIcon, ForwardRef$pp as LabelPairedSunBrightBoldIcon, ForwardRef$pq as LabelPairedSunBrightRegularIcon, ForwardRef$lg as LabelPairedTableLayoutBoldIcon, ForwardRef$lh as LabelPairedTableLayoutRegularIcon, ForwardRef$lY as LabelPairedTabletBoldIcon, ForwardRef$lZ as LabelPairedTabletRegularIcon, ForwardRef$lW as LabelPairedTabletScreenBoldIcon, ForwardRef$lX as LabelPairedTabletScreenRegularIcon, ForwardRef$p9 as LabelPairedTakeProfitBoldIcon, ForwardRef$pa as LabelPairedTakeProfitRegularIcon, ForwardRef$r4 as LabelPairedTelegramIcon, ForwardRef$nI as LabelPairedThreeBoldIcon, ForwardRef$nJ as LabelPairedThreeRegularIcon, ForwardRef$qK as LabelPairedTiktokIcon, ForwardRef$qr as LabelPairedTrashBoldIcon, ForwardRef$qs as LabelPairedTrashRegularIcon, ForwardRef$kq as LabelPairedTriangleExclamationBoldIcon, ForwardRef$kr as LabelPairedTriangleExclamationRegularIcon, ForwardRef$qJ as LabelPairedTrustpilotIcon, ForwardRef$nK as LabelPairedTwoBoldIcon, ForwardRef$nL as LabelPairedTwoRegularIcon, ForwardRef$qT as LabelPairedUbuntuIcon, ForwardRef$kG as LabelPairedUnlockBoldIcon, ForwardRef$kH as LabelPairedUnlockRegularIcon, ForwardRef$jC as LabelPairedUserBoldIcon, ForwardRef$jD as LabelPairedUserRegularIcon, ForwardRef$jA as LabelPairedUsersBoldIcon, ForwardRef$jB as LabelPairedUsersRegularIcon, ForwardRef$kM as LabelPairedVideoBoldIcon, ForwardRef$kN as LabelPairedVideoRegularIcon, ForwardRef$ka as LabelPairedWalletBoldIcon, ForwardRef$k6 as LabelPairedWalletCircleMinusBoldIcon, ForwardRef$k7 as LabelPairedWalletCircleMinusRegularIcon, ForwardRef$k8 as LabelPairedWalletCirclePlusBoldIcon, ForwardRef$k9 as LabelPairedWalletCirclePlusRegularIcon, ForwardRef$kb as LabelPairedWalletRegularIcon, ForwardRef$r6 as LabelPairedWhatsappIcon, ForwardRef$m6 as LabelPairedWifiBoldIcon, ForwardRef$m7 as LabelPairedWifiRegularIcon, ForwardRef$pH as LabelPairedWindowMaximizeBoldIcon, ForwardRef$pI as LabelPairedWindowMaximizeRegularIcon, ForwardRef$pJ as LabelPairedWindowMinimizeBoldIcon, ForwardRef$pK as LabelPairedWindowMinimizeRegularIcon, ForwardRef$q_ as LabelPairedWindowsIcon, ForwardRef$r7 as LabelPairedXTwitterIcon, ForwardRef$qD as LabelPairedXmarkBoldIcon, ForwardRef$qE as LabelPairedXmarkRegularIcon, ForwardRef$qL as LabelPairedYoutubeIcon, ForwardRef$nu as LabelPairedZeroBoldIcon, ForwardRef$nv as LabelPairedZeroRegularIcon, ForwardRef$8u as MarketCommodityAluminiumusdIcon, ForwardRef$8t as MarketCommodityCopperusdIcon, ForwardRef$8s as MarketCommodityGoldeurIcon, ForwardRef$8r as MarketCommodityGoldusdIcon, ForwardRef$8q as MarketCommodityLeadusdIcon, ForwardRef$8p as MarketCommodityNickelusdIcon, ForwardRef$8o as MarketCommodityPalladiumusdIcon, ForwardRef$8n as MarketCommodityPlatinumusdIcon, ForwardRef$8m as MarketCommoditySilvereurIcon, ForwardRef$8l as MarketCommoditySilverusdIcon, ForwardRef$8k as MarketCommodityZincusdIcon, ForwardRef$98 as MarketCryptocurrencyAdausdIcon, ForwardRef$97 as MarketCryptocurrencyAlgusdIcon, ForwardRef$96 as MarketCryptocurrencyAvausdIcon, ForwardRef$95 as MarketCryptocurrencyBatusdIcon, ForwardRef$94 as MarketCryptocurrencyBchusdIcon, ForwardRef$93 as MarketCryptocurrencyBnbusdIcon, ForwardRef$92 as MarketCryptocurrencyBtcethIcon, ForwardRef$91 as MarketCryptocurrencyBtcltcIcon, ForwardRef$90 as MarketCryptocurrencyBtcusdIcon, ForwardRef$8$ as MarketCryptocurrencyDogusdIcon, ForwardRef$8_ as MarketCryptocurrencyDotusdIcon, ForwardRef$8Z as MarketCryptocurrencyDshusdIcon, ForwardRef$8Y as MarketCryptocurrencyEosusdIcon, ForwardRef$8X as MarketCryptocurrencyEtcusdIcon, ForwardRef$8W as MarketCryptocurrencyEthusdIcon, ForwardRef$8V as MarketCryptocurrencyFilusdIcon, ForwardRef$8U as MarketCryptocurrencyIotusdIcon, ForwardRef$8T as MarketCryptocurrencyLnkusdIcon, ForwardRef$8S as MarketCryptocurrencyLtcusdIcon, ForwardRef$8R as MarketCryptocurrencyMkrusdIcon, ForwardRef$8Q as MarketCryptocurrencyMtcusdIcon, ForwardRef$8P as MarketCryptocurrencyNeousdIcon, ForwardRef$8O as MarketCryptocurrencyOmgusdIcon, ForwardRef$8N as MarketCryptocurrencySolusdIcon, ForwardRef$8M as MarketCryptocurrencyTrxusdIcon, ForwardRef$8L as MarketCryptocurrencyUniusdIcon, ForwardRef$8K as MarketCryptocurrencyXlmusdIcon, ForwardRef$8J as MarketCryptocurrencyXmrusdIcon, ForwardRef$8I as MarketCryptocurrencyXrpusdIcon, ForwardRef$8H as MarketCryptocurrencyXtzusdIcon, ForwardRef$8G as MarketCryptocurrencyZecusdIcon, ForwardRef$9_ as MarketForexAudcadIcon, ForwardRef$9Z as MarketForexAudchfIcon, ForwardRef$9Y as MarketForexAudjpyIcon, ForwardRef$9X as MarketForexAudnzdIcon, ForwardRef$9W as MarketForexAudsgdIcon, ForwardRef$9V as MarketForexAudusdIcon, ForwardRef$9U as MarketForexCadchfIcon, ForwardRef$9T as MarketForexCadjpyIcon, ForwardRef$9S as MarketForexChfjpyIcon, ForwardRef$9R as MarketForexEuraudIcon, ForwardRef$9Q as MarketForexEurcadIcon, ForwardRef$9P as MarketForexEurchfIcon, ForwardRef$9O as MarketForexEurgbpIcon, ForwardRef$9N as MarketForexEurhkdIcon, ForwardRef$9M as MarketForexEurilsIcon, ForwardRef$9L as MarketForexEurjpyIcon, ForwardRef$9K as MarketForexEurmxnIcon, ForwardRef$9J as MarketForexEurnokIcon, ForwardRef$9I as MarketForexEurnzdIcon, ForwardRef$9H as MarketForexEurplnIcon, ForwardRef$9G as MarketForexEursekIcon, ForwardRef$9F as MarketForexEursgdIcon, ForwardRef$9E as MarketForexEurusdIcon, ForwardRef$9D as MarketForexEurzarIcon, ForwardRef$9C as MarketForexGbpaudIcon, ForwardRef$9B as MarketForexGbpcadIcon, ForwardRef$9A as MarketForexGbpchfIcon, ForwardRef$9z as MarketForexGbpjpyIcon, ForwardRef$9y as MarketForexGbpnokIcon, ForwardRef$9x as MarketForexGbpnzdIcon, ForwardRef$9w as MarketForexGbpsekIcon, ForwardRef$9a as MarketForexGbpsgdIcon, ForwardRef$9v as MarketForexGbpusdIcon, ForwardRef$99 as MarketForexHkdjpyIcon, ForwardRef$9u as MarketForexNzdcadIcon, ForwardRef$9t as MarketForexNzdchfIcon, ForwardRef$9s as MarketForexNzdjpnIcon, ForwardRef$9r as MarketForexNzdsgdIcon, ForwardRef$9q as MarketForexNzdusdIcon, ForwardRef$9p as MarketForexSgdjpyIcon, ForwardRef$9o as MarketForexUsdcadIcon, ForwardRef$9n as MarketForexUsdchfIcon, ForwardRef$9g as MarketForexUsdcnhIcon, ForwardRef$9m as MarketForexUsdhkdIcon, ForwardRef$9l as MarketForexUsdilsIcon, ForwardRef$9k as MarketForexUsdjpyIcon, ForwardRef$9j as MarketForexUsdmxnIcon, ForwardRef$9i as MarketForexUsdnokIcon, ForwardRef$9h as MarketForexUsdplnIcon, ForwardRef$9f as MarketForexUsdrubIcon, ForwardRef$9e as MarketForexUsdsekIcon, ForwardRef$9d as MarketForexUsdsgdIcon, ForwardRef$9c as MarketForexUsdthbIcon, ForwardRef$9b as MarketForexUsdzarIcon, ForwardRef$8C as MarketMetalAluminiumIcon, ForwardRef$8D as MarketMetalCopperIcon, ForwardRef$8F as MarketMetalGoldIcon, ForwardRef$8B as MarketMetalLeadIcon, ForwardRef$8A as MarketMetalNickelIcon, ForwardRef$8y as MarketMetalPalladiumIcon, ForwardRef$8x as MarketMetalPlatinumIcon, ForwardRef$8E as MarketMetalSilverIcon, ForwardRef$8z as MarketMetalZincIcon, ForwardRef$fA as PartnersProductBinaryBotBlackLogoHorizontalIcon, ForwardRef$fE as PartnersProductBinaryBotBlackLogoWordmarkHorizontalIcon, ForwardRef$fw as PartnersProductBinaryBotBlackLogoWordmarkVerticalIcon, ForwardRef$fs as PartnersProductBinaryBotBlackWordmarkHorizontalIcon, ForwardRef$fo as PartnersProductBinaryBotBlackWordmarkVerticalIcon, ForwardRef$fB as PartnersProductBinaryBotBrandDarkLogoHorizontalIcon, ForwardRef$fF as PartnersProductBinaryBotBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$fx as PartnersProductBinaryBotBrandDarkLogoWordmarkVerticalIcon, ForwardRef$ft as PartnersProductBinaryBotBrandDarkWordmarkHorizontalIcon, ForwardRef$fp as PartnersProductBinaryBotBrandDarkWordmarkVerticalIcon, ForwardRef$fC as PartnersProductBinaryBotBrandLightLogoHorizontalIcon, ForwardRef$fG as PartnersProductBinaryBotBrandLightLogoWordmarkHorizontalIcon, ForwardRef$fy as PartnersProductBinaryBotBrandLightLogoWordmarkVerticalIcon, ForwardRef$fu as PartnersProductBinaryBotBrandLightWordmarkHorizontalIcon, ForwardRef$fq as PartnersProductBinaryBotBrandLightWordmarkVerticalIcon, ForwardRef$fz as PartnersProductBinaryBotWhiteLogoHorizontalIcon, ForwardRef$fD as PartnersProductBinaryBotWhiteLogoWordmarkHorizontalIcon, ForwardRef$fv as PartnersProductBinaryBotWhiteLogoWordmarkVerticalIcon, ForwardRef$fr as PartnersProductBinaryBotWhiteWordmarkHorizontalIcon, ForwardRef$fn as PartnersProductBinaryBotWhiteWordmarkVerticalIcon, ForwardRef$fQ as PartnersProductDerivCtraderBlackLogoHorizontalIcon, ForwardRef$fY as PartnersProductDerivCtraderBlackLogoWordmarkHorizontalIcon, ForwardRef$fU as PartnersProductDerivCtraderBlackLogoWordmarkVerticalIcon, ForwardRef$fM as PartnersProductDerivCtraderBlackWordmarkHorizontalIcon, ForwardRef$fI as PartnersProductDerivCtraderBlackWordmarkVerticalIcon, ForwardRef$fR as PartnersProductDerivCtraderBrandDarkLogoHorizontalIcon, ForwardRef$fZ as PartnersProductDerivCtraderBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$fV as PartnersProductDerivCtraderBrandDarkLogoWordmarkVerticalIcon, ForwardRef$fN as PartnersProductDerivCtraderBrandDarkWordmarkHorizontalIcon, ForwardRef$fJ as PartnersProductDerivCtraderBrandDarkWordmarkVerticalIcon, ForwardRef$fS as PartnersProductDerivCtraderBrandLightLogoHorizontalIcon, ForwardRef$f_ as PartnersProductDerivCtraderBrandLightLogoWordmarkHorizontalIcon, ForwardRef$fW as PartnersProductDerivCtraderBrandLightLogoWordmarkVerticalIcon, ForwardRef$fO as PartnersProductDerivCtraderBrandLightWordmarkHorizontalIcon, ForwardRef$fK as PartnersProductDerivCtraderBrandLightWordmarkVerticalIcon, ForwardRef$fP as PartnersProductDerivCtraderWhiteLogoHorizontalIcon, ForwardRef$fX as PartnersProductDerivCtraderWhiteLogoWordmarkHorizontalIcon, ForwardRef$fT as PartnersProductDerivCtraderWhiteLogoWordmarkVerticalIcon, ForwardRef$fL as PartnersProductDerivCtraderWhiteWordmarkHorizontalIcon, ForwardRef$fH as PartnersProductDerivCtraderWhiteWordmarkVerticalIcon, ForwardRef$g8 as PartnersProductDerivMt5BlackLogoHorizontalIcon, ForwardRef$gg as PartnersProductDerivMt5BlackLogoWordmarkHorizontalIcon, ForwardRef$gc as PartnersProductDerivMt5BlackLogoWordmarkVerticalIcon, ForwardRef$g4 as PartnersProductDerivMt5BlackWordmarkHorizontalIcon, ForwardRef$g0 as PartnersProductDerivMt5BlackWordmarkVerticalIcon, ForwardRef$g9 as PartnersProductDerivMt5BrandDarkLogoHorizontalIcon, ForwardRef$gh as PartnersProductDerivMt5BrandDarkLogoWordmarkHorizontalIcon, ForwardRef$gd as PartnersProductDerivMt5BrandDarkLogoWordmarkVerticalIcon, ForwardRef$g5 as PartnersProductDerivMt5BrandDarkWordmarkHorizontalIcon, ForwardRef$g1 as PartnersProductDerivMt5BrandDarkWordmarkVerticalIcon, ForwardRef$ga as PartnersProductDerivMt5BrandLightLogoHorizontalIcon, ForwardRef$gi as PartnersProductDerivMt5BrandLightLogoWordmarkHorizontalIcon, ForwardRef$ge as PartnersProductDerivMt5BrandLightLogoWordmarkVerticalIcon, ForwardRef$g6 as PartnersProductDerivMt5BrandLightWordmarkHorizontalIcon, ForwardRef$g2 as PartnersProductDerivMt5BrandLightWordmarkVerticalIcon, ForwardRef$g7 as PartnersProductDerivMt5WhiteLogoHorizontalIcon, ForwardRef$gf as PartnersProductDerivMt5WhiteLogoWordmarkHorizontalIcon, ForwardRef$gb as PartnersProductDerivMt5WhiteLogoWordmarkVerticalIcon, ForwardRef$g3 as PartnersProductDerivMt5WhiteWordmarkHorizontalIcon, ForwardRef$f$ as PartnersProductDerivMt5WhiteWordmarkVerticalIcon, ForwardRef$fg as PartnersProductSmarttraderBlackLogoIcon, ForwardRef$fk as PartnersProductSmarttraderBlackLogoWordmarkIcon, ForwardRef$fc as PartnersProductSmarttraderBlackWordmarkIcon, ForwardRef$fh as PartnersProductSmarttraderBrandDarkLogoIcon, ForwardRef$fl as PartnersProductSmarttraderBrandDarkLogoWordmarkIcon, ForwardRef$fd as PartnersProductSmarttraderBrandDarkWordmarkIcon, ForwardRef$fi as PartnersProductSmarttraderBrandLightLogoIcon, ForwardRef$fm as PartnersProductSmarttraderBrandLightLogoWordmarkIcon, ForwardRef$fe as PartnersProductSmarttraderBrandLightWordmarkIcon, ForwardRef$ff as PartnersProductSmarttraderWhiteLogoIcon, ForwardRef$fj as PartnersProductSmarttraderWhiteLogoWordmarkIcon, ForwardRef$fb as PartnersProductSmarttraderWhiteWordmarkIcon, ForwardRef$f8 as PaymentMethod10CoinsBrandIcon, ForwardRef$br as PaymentMethod10CoinsWhiteIcon, ForwardRef$dA as PaymentMethod1foryouBlackIcon, ForwardRef$f9 as PaymentMethod1foryouBrandIcon, ForwardRef$bs as PaymentMethod1foryouWhiteIcon, ForwardRef$dz as PaymentMethodAdvcashBlackIcon, ForwardRef$c9 as PaymentMethodAdvcashBrandDarkIcon, ForwardRef$f7 as PaymentMethodAdvcashBrandIcon, ForwardRef$bq as PaymentMethodAdvcashWhiteIcon, ForwardRef$dy as PaymentMethodAirtelMtnBlackIcon, ForwardRef$f6 as PaymentMethodAirtelMtnBrandIcon, ForwardRef$bp as PaymentMethodAirtelMtnWhiteIcon, ForwardRef$dx as PaymentMethodAirtmBlackIcon, ForwardRef$f5 as PaymentMethodAirtmBrandIcon, ForwardRef$bo as PaymentMethodAirtmWhiteIcon, ForwardRef$dw as PaymentMethodAlipayBlackIcon, ForwardRef$c8 as PaymentMethodAlipayBrandDarkIcon, ForwardRef$f4 as PaymentMethodAlipayBrandIcon, ForwardRef$bn as PaymentMethodAlipayWhiteIcon, ForwardRef$f3 as PaymentMethodApplePayBrandIcon, ForwardRef$dv as PaymentMethodAstropayBlackIcon, ForwardRef$c7 as PaymentMethodAstropayBrandDarkIcon, ForwardRef$f2 as PaymentMethodAstropayBrandIcon, ForwardRef$bm as PaymentMethodAstropayWhiteIcon, ForwardRef$du as PaymentMethodBankCentralAsiaBcaBlackIcon, ForwardRef$f1 as PaymentMethodBankCentralAsiaBcaBrandIcon, ForwardRef$bl as PaymentMethodBankCentralAsiaBcaWhiteIcon, ForwardRef$dt as PaymentMethodBankNegaraIndonesiaBniBlackIcon, ForwardRef$f0 as PaymentMethodBankNegaraIndonesiaBniBrandIcon, ForwardRef$bk as PaymentMethodBankNegaraIndonesiaBniWhiteIcon, ForwardRef$ds as PaymentMethodBankRakyatIndonesiaBriBlackIcon, ForwardRef$e$ as PaymentMethodBankRakyatIndonesiaBriBrandIcon, ForwardRef$bj as PaymentMethodBankRakyatIndonesiaBriWhiteIcon, ForwardRef$dr as PaymentMethodBanxaBlackIcon, ForwardRef$c6 as PaymentMethodBanxaBrandDarkIcon, ForwardRef$e_ as PaymentMethodBanxaBrandIcon, ForwardRef$bi as PaymentMethodBanxaWhiteIcon, ForwardRef$dq as PaymentMethodBeyonicBlackIcon, ForwardRef$eZ as PaymentMethodBeyonicBrandIcon, ForwardRef$bh as PaymentMethodBeyonicWhiteIcon, ForwardRef$dp as PaymentMethodBitcoinBlackIcon, ForwardRef$c5 as PaymentMethodBitcoinBrandDarkIcon, ForwardRef$eY as PaymentMethodBitcoinBrandIcon, ForwardRef$do as PaymentMethodBitcoinCashBlackIcon, ForwardRef$c4 as PaymentMethodBitcoinCashBrandDarkIcon, ForwardRef$eX as PaymentMethodBitcoinCashBrandIcon, ForwardRef$bf as PaymentMethodBitcoinCashWhiteIcon, ForwardRef$bg as PaymentMethodBitcoinWhiteIcon, ForwardRef$eW as PaymentMethodBoletoBrandIcon, ForwardRef$be as PaymentMethodBoletoWhiteIcon, ForwardRef$dn as PaymentMethodChangellyBlackIcon, ForwardRef$c3 as PaymentMethodChangellyBrandDarkIcon, ForwardRef$eV as PaymentMethodChangellyBrandIcon, ForwardRef$bd as PaymentMethodChangellyWhiteIcon, ForwardRef$dm as PaymentMethodChequeBlackIcon, ForwardRef$c2 as PaymentMethodChequeBrandDarkIcon, ForwardRef$eU as PaymentMethodChequeBrandIcon, ForwardRef$bc as PaymentMethodChequeWhiteIcon, ForwardRef$dl as PaymentMethodCimbniagaBlackIcon, ForwardRef$c1 as PaymentMethodCimbniagaBrandDarkIcon, ForwardRef$eT as PaymentMethodCimbniagaBrandIcon, ForwardRef$bb as PaymentMethodCimbniagaWhiteIcon, ForwardRef$dk as PaymentMethodCreditDebitBlackIcon, ForwardRef$c0 as PaymentMethodCreditDebitBrandDarkIcon, ForwardRef$eS as PaymentMethodCreditDebitBrandIcon, ForwardRef$ba as PaymentMethodCreditDebitWhiteIcon, ForwardRef$dj as PaymentMethodCryptosBlackIcon, ForwardRef$b$ as PaymentMethodCryptosBrandDarkIcon, ForwardRef$eR as PaymentMethodCryptosBrandIcon, ForwardRef$b9 as PaymentMethodCryptosWhiteIcon, ForwardRef$di as PaymentMethodDaiBlackIcon, ForwardRef$eQ as PaymentMethodDaiBrandIcon, ForwardRef$b8 as PaymentMethodDaiWhiteIcon, ForwardRef$dh as PaymentMethodDerivDemoBlackIcon, ForwardRef$b_ as PaymentMethodDerivDemoBrandDarkIcon, ForwardRef$eP as PaymentMethodDerivDemoBrandIcon, ForwardRef$b7 as PaymentMethodDerivDemoWhiteIcon, ForwardRef$dg as PaymentMethodDerivP2pBlackIcon, ForwardRef$bZ as PaymentMethodDerivP2pBrandDarkIcon, ForwardRef$eO as PaymentMethodDerivP2pBrandIcon, ForwardRef$b6 as PaymentMethodDerivP2pWhiteIcon, ForwardRef$df as PaymentMethodDiamondBankBlackIcon, ForwardRef$bY as PaymentMethodDiamondBankBrandDarkIcon, ForwardRef$eN as PaymentMethodDiamondBankBrandIcon, ForwardRef$b5 as PaymentMethodDiamondBankWhiteIcon, ForwardRef$de as PaymentMethodDinersClubInternationalBlackIcon, ForwardRef$eM as PaymentMethodDinersClubInternationalBrandIcon, ForwardRef$b4 as PaymentMethodDinersClubInternationalWhiteIcon, ForwardRef$dd as PaymentMethodDirecta24BlackIcon, ForwardRef$bX as PaymentMethodDirecta24BrandDarkIcon, ForwardRef$eL as PaymentMethodDirecta24BrandIcon, ForwardRef$b3 as PaymentMethodDirecta24WhiteIcon, ForwardRef$dc as PaymentMethodDragonPhoenixBlackIcon, ForwardRef$eK as PaymentMethodDragonPhoenixBrandIcon, ForwardRef$b2 as PaymentMethodDragonPhoenixWhiteIcon, ForwardRef$db as PaymentMethodDragonpayBlackIcon, ForwardRef$bW as PaymentMethodDragonpayBrandDarkIcon, ForwardRef$eJ as PaymentMethodDragonpayBrandIcon, ForwardRef$b1 as PaymentMethodDragonpayWhiteIcon, ForwardRef$da as PaymentMethodEWalletBlackIcon, ForwardRef$bV as PaymentMethodEWalletBrandDarkIcon, ForwardRef$eI as PaymentMethodEWalletBrandIcon, ForwardRef$b0 as PaymentMethodEWalletWhiteIcon, ForwardRef$d9 as PaymentMethodEpsBlackIcon, ForwardRef$bU as PaymentMethodEpsBrandDarkIcon, ForwardRef$eH as PaymentMethodEpsBrandIcon, ForwardRef$a$ as PaymentMethodEpsWhiteIcon, ForwardRef$d8 as PaymentMethodEthereumBlackIcon, ForwardRef$eG as PaymentMethodEthereumBrandIcon, ForwardRef$a_ as PaymentMethodEthereumWhiteIcon, ForwardRef$d7 as PaymentMethodFasapayBlackIcon, ForwardRef$eF as PaymentMethodFasapayBrandIcon, ForwardRef$aZ as PaymentMethodFasapayWhiteIcon, ForwardRef$d6 as PaymentMethodFirstBankBlackIcon, ForwardRef$bT as PaymentMethodFirstBankBrandDarkIcon, ForwardRef$eE as PaymentMethodFirstBankBrandIcon, ForwardRef$aY as PaymentMethodFirstBankWhiteIcon, ForwardRef$d5 as PaymentMethodFpsBlackIcon, ForwardRef$bS as PaymentMethodFpsBrandDarkIcon, ForwardRef$eD as PaymentMethodFpsBrandIcon, ForwardRef$aX as PaymentMethodFpsWhiteIcon, ForwardRef$d4 as PaymentMethodGiropayBlackIcon, ForwardRef$eC as PaymentMethodGiropayBrandIcon, ForwardRef$aW as PaymentMethodGiropayWhiteIcon, ForwardRef$d3 as PaymentMethodGuaranteeTrustBankGtcoBlackIcon, ForwardRef$eB as PaymentMethodGuaranteeTrustBankGtcoBrandIcon, ForwardRef$aV as PaymentMethodGuaranteeTrustBankGtcoWhiteIcon, ForwardRef$d2 as PaymentMethodHelp2payBlackIcon, ForwardRef$bR as PaymentMethodHelp2payBrandDarkIcon, ForwardRef$eA as PaymentMethodHelp2payBrandIcon, ForwardRef$aU as PaymentMethodHelp2payWhiteIcon, ForwardRef$d1 as PaymentMethodIcbcBankBlackIcon, ForwardRef$bQ as PaymentMethodIcbcBankBrandDarkIcon, ForwardRef$ez as PaymentMethodIcbcBankBrandIcon, ForwardRef$aT as PaymentMethodIcbcBankWhiteIcon, ForwardRef$ey as PaymentMethodIdealBrandIcon, ForwardRef$d0 as PaymentMethodInstantBankTransferBlackIcon, ForwardRef$bP as PaymentMethodInstantBankTransferBrandDarkIcon, ForwardRef$ex as PaymentMethodInstantBankTransferBrandIcon, ForwardRef$aS as PaymentMethodInstantBankTransferWhiteIcon, ForwardRef$c$ as PaymentMethodInternetBankTransferBlackIcon, ForwardRef$bO as PaymentMethodInternetBankTransferBrandDarkIcon, ForwardRef$ew as PaymentMethodInternetBankTransferBrandIcon, ForwardRef$aR as PaymentMethodInternetBankTransferWhiteIcon, ForwardRef$c_ as PaymentMethodIwalletBlackIcon, ForwardRef$ev as PaymentMethodIwalletBrandIcon, ForwardRef$aQ as PaymentMethodIwalletWhiteIcon, ForwardRef$cZ as PaymentMethodJcbBlackIcon, ForwardRef$eu as PaymentMethodJcbBrandIcon, ForwardRef$aP as PaymentMethodJcbWhiteIcon, ForwardRef$cY as PaymentMethodJeniusBlackIcon, ForwardRef$et as PaymentMethodJeniusBrandIcon, ForwardRef$aO as PaymentMethodJeniusWhiteIcon, ForwardRef$cX as PaymentMethodJetonBlackIcon, ForwardRef$es as PaymentMethodJetonBrandIcon, ForwardRef$aN as PaymentMethodJetonWhiteIcon, ForwardRef$cW as PaymentMethodLibertyReserveBlackIcon, ForwardRef$bN as PaymentMethodLibertyReserveBrandDarkIcon, ForwardRef$er as PaymentMethodLibertyReserveBrandIcon, ForwardRef$aM as PaymentMethodLibertyReserveWhiteIcon, ForwardRef$cV as PaymentMethodLitecoinBlackIcon, ForwardRef$bM as PaymentMethodLitecoinBrandDarkIcon, ForwardRef$eq as PaymentMethodLitecoinBrandIcon, ForwardRef$aL as PaymentMethodLitecoinWhiteIcon, ForwardRef$cU as PaymentMethodLocalPaymentMethodsBlackIcon, ForwardRef$bL as PaymentMethodLocalPaymentMethodsBrandDarkIcon, ForwardRef$ep as PaymentMethodLocalPaymentMethodsBrandIcon, ForwardRef$aK as PaymentMethodLocalPaymentMethodsWhiteIcon, ForwardRef$eo as PaymentMethodLocalVouchersBrandIcon, ForwardRef$cT as PaymentMethodMaestroBlackIcon, ForwardRef$bK as PaymentMethodMaestroBrandDarkIcon, ForwardRef$en as PaymentMethodMaestroBrandIcon, ForwardRef$aJ as PaymentMethodMaestroWhiteIcon, ForwardRef$cS as PaymentMethodMandiriBlackIcon, ForwardRef$bJ as PaymentMethodMandiriBrandDarkIcon, ForwardRef$em as PaymentMethodMandiriBrandIcon, ForwardRef$cR as PaymentMethodMandiriSyariahBlackIcon, ForwardRef$bI as PaymentMethodMandiriSyariahBrandDarkIcon, ForwardRef$el as PaymentMethodMandiriSyariahBrandIcon, ForwardRef$aH as PaymentMethodMandiriSyariahWhiteIcon, ForwardRef$aI as PaymentMethodMandiriWhiteIcon, ForwardRef$cQ as PaymentMethodMastercardBlackIcon, ForwardRef$bH as PaymentMethodMastercardBrandDarkIcon, ForwardRef$ek as PaymentMethodMastercardBrandIcon, ForwardRef$aG as PaymentMethodMastercardWhiteIcon, ForwardRef$cP as PaymentMethodMifinityBlackIcon, ForwardRef$ej as PaymentMethodMifinityBrandIcon, ForwardRef$aF as PaymentMethodMifinityWhiteIcon, ForwardRef$cO as PaymentMethodMoneygramBlackIcon, ForwardRef$bG as PaymentMethodMoneygramBrandDarkIcon, ForwardRef$ei as PaymentMethodMoneygramBrandIcon, ForwardRef$aE as PaymentMethodMoneygramWhiteIcon, ForwardRef$eh as PaymentMethodMpesaBrandIcon, ForwardRef$eg as PaymentMethodMtnBrandIcon, ForwardRef$cN as PaymentMethodNetellerBlackIcon, ForwardRef$ef as PaymentMethodNetellerBrandIcon, ForwardRef$aD as PaymentMethodNetellerWhiteIcon, ForwardRef$cM as PaymentMethodNganluongBlackIcon, ForwardRef$ee as PaymentMethodNganluongBrandIcon, ForwardRef$aC as PaymentMethodNganluongWhiteIcon, ForwardRef$cL as PaymentMethodNordeaBlackIcon, ForwardRef$ed as PaymentMethodNordeaBrandIcon, ForwardRef$aB as PaymentMethodNordeaWhiteIcon, ForwardRef$cK as PaymentMethodOnlinenairaBlackIcon, ForwardRef$bF as PaymentMethodOnlinenairaBrandDarkIcon, ForwardRef$ec as PaymentMethodOnlinenairaBrandIcon, ForwardRef$aA as PaymentMethodOnlinenairaWhiteIcon, ForwardRef$cJ as PaymentMethodOxxoBlackIcon, ForwardRef$eb as PaymentMethodOxxoBrandIcon, ForwardRef$az as PaymentMethodOxxoWhiteIcon, ForwardRef$cI as PaymentMethodOzowBlackIcon, ForwardRef$bE as PaymentMethodOzowBrandDarkIcon, ForwardRef$ea as PaymentMethodOzowBrandIcon, ForwardRef$ay as PaymentMethodOzowWhiteIcon, ForwardRef$e9 as PaymentMethodPagoEfectivoBrandIcon, ForwardRef$cH as PaymentMethodPayLivreBlackIcon, ForwardRef$e8 as PaymentMethodPayLivreBrandIcon, ForwardRef$ax as PaymentMethodPayLivreWhiteIcon, ForwardRef$cG as PaymentMethodPaymentAgentBlackIcon, ForwardRef$bD as PaymentMethodPaymentAgentBrandDarkIcon, ForwardRef$e7 as PaymentMethodPaymentAgentBrandIcon, ForwardRef$aw as PaymentMethodPaymentAgentWhiteIcon, ForwardRef$cF as PaymentMethodPaymeroBlackIcon, ForwardRef$bC as PaymentMethodPaymeroBrandDarkIcon, ForwardRef$e6 as PaymentMethodPaymeroBrandIcon, ForwardRef$av as PaymentMethodPaymeroWhiteIcon, ForwardRef$cE as PaymentMethodPaypalBlackIcon, ForwardRef$e5 as PaymentMethodPaypalBrandIcon, ForwardRef$au as PaymentMethodPaypalWhiteIcon, ForwardRef$cD as PaymentMethodPayretailersBlackIcon, ForwardRef$e4 as PaymentMethodPayretailersBrandIcon, ForwardRef$at as PaymentMethodPayretailersWhiteIcon, ForwardRef$cC as PaymentMethodPaysafecardBlackIcon, ForwardRef$e3 as PaymentMethodPaysafecardBrandIcon, ForwardRef$as as PaymentMethodPaysafecardWhiteIcon, ForwardRef$cB as PaymentMethodPaytrust88BlackIcon, ForwardRef$bB as PaymentMethodPaytrust88BrandDarkIcon, ForwardRef$e2 as PaymentMethodPaytrust88BrandIcon, ForwardRef$ar as PaymentMethodPaytrust88WhiteIcon, ForwardRef$cA as PaymentMethodPerfectMoneyBlackIcon, ForwardRef$e1 as PaymentMethodPerfectMoneyBrandIcon, ForwardRef$aq as PaymentMethodPerfectMoneyWhiteIcon, ForwardRef$cz as PaymentMethodPermataBankBlackIcon, ForwardRef$bA as PaymentMethodPermataBankBrandDarkIcon, ForwardRef$e0 as PaymentMethodPermataBankBrandIcon, ForwardRef$ap as PaymentMethodPermataBankWhiteIcon, ForwardRef$cy as PaymentMethodPixBlackIcon, ForwardRef$bz as PaymentMethodPixBrandDarkIcon, ForwardRef$d$ as PaymentMethodPixBrandIcon, ForwardRef$ao as PaymentMethodPixWhiteIcon, ForwardRef$fa as PaymentMethodPlaceholderIcon, ForwardRef$cx as PaymentMethodPostepayBlackIcon, ForwardRef$d_ as PaymentMethodPostepayBrandIcon, ForwardRef$an as PaymentMethodPostepayWhiteIcon, ForwardRef$cw as PaymentMethodPrzelewy24BlackIcon, ForwardRef$dZ as PaymentMethodPrzelewy24BrandIcon, ForwardRef$am as PaymentMethodPrzelewy24WhiteIcon, ForwardRef$dY as PaymentMethodPseBrandIcon, ForwardRef$cv as PaymentMethodQiwiBlackIcon, ForwardRef$by as PaymentMethodQiwiBrandDarkIcon, ForwardRef$dX as PaymentMethodQiwiBrandIcon, ForwardRef$al as PaymentMethodQiwiWhiteIcon, ForwardRef$cu as PaymentMethodRapidTransferBlackIcon, ForwardRef$bx as PaymentMethodRapidTransferBrandDarkIcon, ForwardRef$dW as PaymentMethodRapidTransferBrandIcon, ForwardRef$ak as PaymentMethodRapidTransferWhiteIcon, ForwardRef$cs as PaymentMethodSkrill1TapBlackIcon, ForwardRef$dU as PaymentMethodSkrill1TapBrandIcon, ForwardRef$ai as PaymentMethodSkrill1TapWhiteIcon, ForwardRef$ct as PaymentMethodSkrillBlackIcon, ForwardRef$dV as PaymentMethodSkrillBrandIcon, ForwardRef$aj as PaymentMethodSkrillWhiteIcon, ForwardRef$cr as PaymentMethodSpeiBlackIcon, ForwardRef$dT as PaymentMethodSpeiBrandIcon, ForwardRef$ah as PaymentMethodSpeiWhiteIcon, ForwardRef$cq as PaymentMethodSticpayBlackIcon, ForwardRef$dS as PaymentMethodSticpayBrandIcon, ForwardRef$ag as PaymentMethodSticpayWhiteIcon, ForwardRef$cp as PaymentMethodTetherUsdtBlackIcon, ForwardRef$dR as PaymentMethodTetherUsdtBrandIcon, ForwardRef$af as PaymentMethodTetherUsdtWhiteIcon, ForwardRef$dQ as PaymentMethodTronBrandIcon, ForwardRef$ae as PaymentMethodTronWhiteIcon, ForwardRef$co as PaymentMethodTrustyBlackIcon, ForwardRef$dP as PaymentMethodTrustyBrandIcon, ForwardRef$ad as PaymentMethodTrustyWhiteIcon, ForwardRef$cn as PaymentMethodUnionpayBlackIcon, ForwardRef$dO as PaymentMethodUnionpayBrandIcon, ForwardRef$ac as PaymentMethodUnionpayWhiteIcon, ForwardRef$cm as PaymentMethodUsdCoinBlackIcon, ForwardRef$bw as PaymentMethodUsdCoinBrandDarkIcon, ForwardRef$dN as PaymentMethodUsdCoinBrandIcon, ForwardRef$ab as PaymentMethodUsdCoinWhiteIcon, ForwardRef$cl as PaymentMethodVerveBlackIcon, ForwardRef$bv as PaymentMethodVerveBrandDarkIcon, ForwardRef$dM as PaymentMethodVerveBrandIcon, ForwardRef$aa as PaymentMethodVerveWhiteIcon, ForwardRef$ck as PaymentMethodVisaBlackIcon, ForwardRef$dL as PaymentMethodVisaBrandIcon, ForwardRef$cj as PaymentMethodVisaElectronBlackIcon, ForwardRef$dK as PaymentMethodVisaElectronBrandIcon, ForwardRef$a8 as PaymentMethodVisaElectronWhiteIcon, ForwardRef$a9 as PaymentMethodVisaWhiteIcon, ForwardRef$ci as PaymentMethodVodafoneBlackIcon, ForwardRef$dJ as PaymentMethodVodafoneBrandIcon, ForwardRef$a7 as PaymentMethodVodafoneWhiteIcon, ForwardRef$ch as PaymentMethodWebmoneyBlackIcon, ForwardRef$dI as PaymentMethodWebmoneyBrandIcon, ForwardRef$a6 as PaymentMethodWebmoneyWhiteIcon, ForwardRef$cg as PaymentMethodWechatPayBlackIcon, ForwardRef$dH as PaymentMethodWechatPayBrandIcon, ForwardRef$a5 as PaymentMethodWechatPayWhiteIcon, ForwardRef$cf as PaymentMethodWireTransferBlackIcon, ForwardRef$dG as PaymentMethodWireTransferBrandIcon, ForwardRef$a4 as PaymentMethodWireTransferWhiteIcon, ForwardRef$ce as PaymentMethodWyreBlackIcon, ForwardRef$bu as PaymentMethodWyreBrandDarkIcon, ForwardRef$dF as PaymentMethodWyreBrandIcon, ForwardRef$a3 as PaymentMethodWyreWhiteIcon, ForwardRef$cd as PaymentMethodXanpoolBlackIcon, ForwardRef$dE as PaymentMethodXanpoolBrandIcon, ForwardRef$a2 as PaymentMethodXanpoolWhiteIcon, ForwardRef$cc as PaymentMethodXpayBlackIcon, ForwardRef$dD as PaymentMethodXpayBrandIcon, ForwardRef$a1 as PaymentMethodXpayWhiteIcon, ForwardRef$cb as PaymentMethodZenithBankBlackIcon, ForwardRef$dC as PaymentMethodZenithBankBrandIcon, ForwardRef$a0 as PaymentMethodZenithBankWhiteIcon, ForwardRef$ca as PaymentMethodZingpayBlackIcon, ForwardRef$bt as PaymentMethodZingpayBrandDarkIcon, ForwardRef$dB as PaymentMethodZingpayBrandIcon, ForwardRef$9$ as PaymentMethodZingpayWhiteIcon, ForwardRef$8j as SocialAppleBlackIcon, ForwardRef$8i as SocialAppleWhiteIcon, ForwardRef$8f as SocialFacebookBlackIcon, ForwardRef$8g as SocialFacebookBrandDarkIcon, ForwardRef$8h as SocialFacebookBrandIcon, ForwardRef$8e as SocialFacebookWhiteIcon, ForwardRef$8c as SocialGoogleBlackIcon, ForwardRef$8d as SocialGoogleBrandIcon, ForwardRef$8b as SocialGoogleWhiteIcon, ForwardRef$89 as SocialInstagramBlackIcon, ForwardRef$8a as SocialInstagramBrandIcon, ForwardRef$88 as SocialInstagramWhiteIcon, ForwardRef$86 as SocialLinkedinBlackIcon, ForwardRef$87 as SocialLinkedinBrandIcon, ForwardRef$85 as SocialLinkedinWhiteIcon, ForwardRef$83 as SocialRedditBlackIcon, ForwardRef$84 as SocialRedditBrandIcon, ForwardRef$82 as SocialRedditWhiteIcon, ForwardRef$80 as SocialTelegramBlackIcon, ForwardRef$81 as SocialTelegramBrandIcon, ForwardRef$7$ as SocialTelegramWhiteIcon, ForwardRef$7Z as SocialTiktokBlackIcon, ForwardRef$7_ as SocialTiktokBrandIcon, ForwardRef$7Y as SocialTiktokWhiteIcon, ForwardRef$7W as SocialWhatsappBlackIcon, ForwardRef$7X as SocialWhatsappBrandIcon, ForwardRef$7V as SocialWhatsappWhiteIcon, ForwardRef$7U as SocialXTwitterBlackIcon, ForwardRef$7T as SocialXTwitterWhiteIcon, ForwardRef$7R as SocialYoutubeBlackIcon, ForwardRef$7S as SocialYoutubeBrandIcon, ForwardRef$7Q as SocialYoutubeWhiteIcon, ForwardRef$7F as StandaloneAndroidIcon, ForwardRef$7y as StandaloneAppStoreIcon, ForwardRef$7B as StandaloneAppStoreIosIcon, ForwardRef$7H as StandaloneAppleIcon, ForwardRef$7A as StandaloneApplePayIcon, ForwardRef$3A as StandaloneArrowDownAZBoldIcon, ForwardRef$3B as StandaloneArrowDownAZRegularIcon, ForwardRef$5o as StandaloneArrowDownBoldIcon, ForwardRef$5g as StandaloneArrowDownLeftBoldIcon, ForwardRef$5h as StandaloneArrowDownLeftRegularIcon, ForwardRef$3w as StandaloneArrowDownOneNineBoldIcon, ForwardRef$3x as StandaloneArrowDownOneNineRegularIcon, ForwardRef$5p as StandaloneArrowDownRegularIcon, ForwardRef$5i as StandaloneArrowDownRightBoldIcon, ForwardRef$5j as StandaloneArrowDownRightRegularIcon, ForwardRef$6H as StandaloneArrowDownToBracketBoldIcon, ForwardRef$6I as StandaloneArrowDownToBracketRegularIcon, ForwardRef$4U as StandaloneArrowDownToLineBoldIcon, ForwardRef$4V as StandaloneArrowDownToLineRegularIcon, ForwardRef$5m as StandaloneArrowLeftBoldIcon, ForwardRef$5n as StandaloneArrowLeftRegularIcon, ForwardRef$4S as StandaloneArrowLeftToLineBoldIcon, ForwardRef$4T as StandaloneArrowLeftToLineRegularIcon, ForwardRef$4s as StandaloneArrowRightArrowLeftBoldIcon, ForwardRef$4t as StandaloneArrowRightArrowLeftRegularIcon, ForwardRef$5q as StandaloneArrowRightBoldIcon, ForwardRef$5r as StandaloneArrowRightRegularIcon, ForwardRef$4W as StandaloneArrowRightToLineBoldIcon, ForwardRef$4X as StandaloneArrowRightToLineRegularIcon, ForwardRef$3y as StandaloneArrowUpAZBoldIcon, ForwardRef$3z as StandaloneArrowUpAZRegularIcon, ForwardRef$3C as StandaloneArrowUpArrowDownBoldIcon, ForwardRef$3D as StandaloneArrowUpArrowDownRegularIcon, ForwardRef$5s as StandaloneArrowUpBoldIcon, ForwardRef$6F as StandaloneArrowUpFromBracketBoldIcon, ForwardRef$6G as StandaloneArrowUpFromBracketRegularIcon, ForwardRef$6x as StandaloneArrowUpFromSquareBoldIcon, ForwardRef$6y as StandaloneArrowUpFromSquareRegularIcon, ForwardRef$5e as StandaloneArrowUpLeftBoldIcon, ForwardRef$5f as StandaloneArrowUpLeftRegularIcon, ForwardRef$3u as StandaloneArrowUpOneNineBoldIcon, ForwardRef$3v as StandaloneArrowUpOneNineRegularIcon, ForwardRef$5t as StandaloneArrowUpRegularIcon, ForwardRef$5k as StandaloneArrowUpRightBoldIcon, ForwardRef$6v as StandaloneArrowUpRightFromSquareBoldIcon, ForwardRef$6w as StandaloneArrowUpRightFromSquareRegularIcon, ForwardRef$5l as StandaloneArrowUpRightRegularIcon, ForwardRef$4Y as StandaloneArrowUpToLineBoldIcon, ForwardRef$4Z as StandaloneArrowUpToLineRegularIcon, ForwardRef$6t as StandaloneArrowsRotateBoldIcon, ForwardRef$6u as StandaloneArrowsRotateRegularIcon, ForwardRef$2I as StandaloneAtBoldIcon, ForwardRef$2J as StandaloneAtRegularIcon, ForwardRef$1z as StandaloneBackwardBoldIcon, ForwardRef$1y as StandaloneBackwardFillIcon, ForwardRef$1A as StandaloneBackwardRegularIcon, ForwardRef$1t as StandaloneBackwardStepBoldIcon, ForwardRef$1s as StandaloneBackwardStepFillIcon, ForwardRef$1u as StandaloneBackwardStepRegularIcon, ForwardRef$1c as StandaloneBadgeCheckBoldIcon, ForwardRef$1d as StandaloneBadgeCheckRegularIcon, ForwardRef$o as StandaloneBarcodeBoldIcon, ForwardRef$p as StandaloneBarcodeRegularIcon, ForwardRef$6B as StandaloneBarsBoldIcon, ForwardRef$3s as StandaloneBarsFilterBoldIcon, ForwardRef$3t as StandaloneBarsFilterRegularIcon, ForwardRef$6C as StandaloneBarsRegularIcon, ForwardRef$3a as StandaloneBellBoldIcon, ForwardRef$36 as StandaloneBellOnBoldIcon, ForwardRef$37 as StandaloneBellOnRegularIcon, ForwardRef$3b as StandaloneBellRegularIcon, ForwardRef$38 as StandaloneBellSlashBoldIcon, ForwardRef$39 as StandaloneBellSlashRegularIcon, ForwardRef$6R as StandaloneBookmarkBoldIcon, ForwardRef$6S as StandaloneBookmarkRegularIcon, ForwardRef$6d as StandaloneBoxArchiveCircleArrowDownBoldIcon, ForwardRef$6e as StandaloneBoxArchiveCircleArrowDownRegularIcon, ForwardRef$6b as StandaloneBoxArchiveCircleArrowUpBoldIcon, ForwardRef$6c as StandaloneBoxArchiveCircleArrowUpRegularIcon, ForwardRef$18 as StandaloneBullhornBoldIcon, ForwardRef$19 as StandaloneBullhornRegularIcon, ForwardRef$6X as StandaloneCalendarBoldIcon, ForwardRef$6V as StandaloneCalendarRangeBoldIcon, ForwardRef$6W as StandaloneCalendarRangeRegularIcon, ForwardRef$6Y as StandaloneCalendarRegularIcon, ForwardRef$8 as StandaloneCameraBoldIcon, ForwardRef$9 as StandaloneCameraRegularIcon, ForwardRef$U as StandaloneCaretDownBoldIcon, ForwardRef$V as StandaloneCaretDownRegularIcon, ForwardRef$Y as StandaloneCaretUpBoldIcon, ForwardRef$Z as StandaloneCaretUpRegularIcon, ForwardRef$s as StandaloneCashRegisterBoldIcon, ForwardRef$t as StandaloneCashRegisterRegularIcon, ForwardRef$3m as StandaloneChartAreaBoldIcon, ForwardRef$3n as StandaloneChartAreaRegularIcon, ForwardRef$3k as StandaloneChartCandlestickBoldIcon, ForwardRef$3l as StandaloneChartCandlestickRegularIcon, ForwardRef$3o as StandaloneChartLineBoldIcon, ForwardRef$3p as StandaloneChartLineRegularIcon, ForwardRef$3g as StandaloneChartLineUpDownBoldIcon, ForwardRef$3h as StandaloneChartLineUpDownRegularIcon, ForwardRef$3q as StandaloneChartMixedBoldIcon, ForwardRef$3r as StandaloneChartMixedRegularIcon, ForwardRef$3c as StandaloneChartOhlcBoldIcon, ForwardRef$3d as StandaloneChartOhlcRegularIcon, ForwardRef$2 as StandaloneChartTrendDownBoldIcon, ForwardRef$3 as StandaloneChartTrendDownRegularIcon, ForwardRef as StandaloneChartTrendSidewayBoldIcon, ForwardRef$1 as StandaloneChartTrendSidewayRegularIcon, ForwardRef$4 as StandaloneChartTrendUpBoldIcon, ForwardRef$5 as StandaloneChartTrendUpRegularIcon, ForwardRef$69 as StandaloneCheckBoldIcon, ForwardRef$6a as StandaloneCheckRegularIcon, ForwardRef$58 as StandaloneChevronDownBoldIcon, ForwardRef$59 as StandaloneChevronDownRegularIcon, ForwardRef$56 as StandaloneChevronLeftBoldIcon, ForwardRef$57 as StandaloneChevronLeftRegularIcon, ForwardRef$5a as StandaloneChevronRightBoldIcon, ForwardRef$5b as StandaloneChevronRightRegularIcon, ForwardRef$5c as StandaloneChevronUpBoldIcon, ForwardRef$5d as StandaloneChevronUpRegularIcon, ForwardRef$50 as StandaloneChevronsDownBoldIcon, ForwardRef$51 as StandaloneChevronsDownRegularIcon, ForwardRef$4_ as StandaloneChevronsLeftBoldIcon, ForwardRef$4$ as StandaloneChevronsLeftRegularIcon, ForwardRef$52 as StandaloneChevronsRightBoldIcon, ForwardRef$53 as StandaloneChevronsRightRegularIcon, ForwardRef$54 as StandaloneChevronsUpBoldIcon, ForwardRef$55 as StandaloneChevronsUpRegularIcon, ForwardRef$4M as StandaloneCircleArrowDownBoldIcon, ForwardRef$4E as StandaloneCircleArrowDownLeftBoldIcon, ForwardRef$4F as StandaloneCircleArrowDownLeftRegularIcon, ForwardRef$4N as StandaloneCircleArrowDownRegularIcon, ForwardRef$4G as StandaloneCircleArrowDownRightBoldIcon, ForwardRef$4H as StandaloneCircleArrowDownRightRegularIcon, ForwardRef$4K as StandaloneCircleArrowLeftBoldIcon, ForwardRef$4L as StandaloneCircleArrowLeftRegularIcon, ForwardRef$4O as StandaloneCircleArrowRightBoldIcon, ForwardRef$4P as StandaloneCircleArrowRightRegularIcon, ForwardRef$4Q as StandaloneCircleArrowUpBoldIcon, ForwardRef$4C as StandaloneCircleArrowUpLeftBoldIcon, ForwardRef$4D as StandaloneCircleArrowUpLeftRegularIcon, ForwardRef$4R as StandaloneCircleArrowUpRegularIcon, ForwardRef$4I as StandaloneCircleArrowUpRightBoldIcon, ForwardRef$4J as StandaloneCircleArrowUpRightRegularIcon, ForwardRef$5B as StandaloneCircleBoldIcon, ForwardRef$6P as StandaloneCircleBookmarkBoldIcon, ForwardRef$6Q as StandaloneCircleBookmarkRegularIcon, ForwardRef$6T as StandaloneCircleCalendarBoldIcon, ForwardRef$6U as StandaloneCircleCalendarRegularIcon, ForwardRef$S as StandaloneCircleCaretDownBoldIcon, ForwardRef$T as StandaloneCircleCaretDownRegularIcon, ForwardRef$W as StandaloneCircleCaretUpBoldIcon, ForwardRef$X as StandaloneCircleCaretUpRegularIcon, ForwardRef$67 as StandaloneCircleCheckBoldIcon, ForwardRef$68 as StandaloneCircleCheckRegularIcon, ForwardRef$4w as StandaloneCircleChevronDownBoldIcon, ForwardRef$4x as StandaloneCircleChevronDownRegularIcon, ForwardRef$4u as StandaloneCircleChevronLeftBoldIcon, ForwardRef$4v as StandaloneCircleChevronLeftRegularIcon, ForwardRef$4y as StandaloneCircleChevronRightBoldIcon, ForwardRef$4z as StandaloneCircleChevronRightRegularIcon, ForwardRef$4A as StandaloneCircleChevronUpBoldIcon, ForwardRef$4B as StandaloneCircleChevronUpRegularIcon, ForwardRef$C as StandaloneCircleDollarBoldIcon, ForwardRef$D as StandaloneCircleDollarRegularIcon, ForwardRef$5E as StandaloneCircleDotBoldIcon, ForwardRef$5D as StandaloneCircleDotFillIcon, ForwardRef$5F as StandaloneCircleDotRegularIcon, ForwardRef$3U as StandaloneCircleEightBoldIcon, ForwardRef$3V as StandaloneCircleEightRegularIcon, ForwardRef$6j as StandaloneCircleEllipsisBoldIcon, ForwardRef$6k as StandaloneCircleEllipsisRegularIcon, ForwardRef$32 as StandaloneCircleEnvelopeBoldIcon, ForwardRef$33 as StandaloneCircleEnvelopeRegularIcon, ForwardRef$y as StandaloneCircleEuroBoldIcon, ForwardRef$z as StandaloneCircleEuroRegularIcon, ForwardRef$12 as StandaloneCircleExclamationBoldIcon, ForwardRef$13 as StandaloneCircleExclamationRegularIcon, ForwardRef$5A as StandaloneCircleFillIcon, ForwardRef$3_ as StandaloneCircleFiveBoldIcon, ForwardRef$3$ as StandaloneCircleFiveRegularIcon, ForwardRef$40 as StandaloneCircleFourBoldIcon, ForwardRef$41 as StandaloneCircleFourRegularIcon, ForwardRef$_ as StandaloneCircleInfoBoldIcon, ForwardRef$$ as StandaloneCircleInfoRegularIcon, ForwardRef$7b as StandaloneCircleMinusBoldIcon, ForwardRef$7c as StandaloneCircleMinusRegularIcon, ForwardRef$3S as StandaloneCircleNineBoldIcon, ForwardRef$3T as StandaloneCircleNineRegularIcon, ForwardRef$46 as StandaloneCircleOneBoldIcon, ForwardRef$47 as StandaloneCircleOneRegularIcon, ForwardRef$77 as StandaloneCirclePlusBoldIcon, ForwardRef$78 as StandaloneCirclePlusRegularIcon, ForwardRef$5C as StandaloneCircleRegularIcon, ForwardRef$3W as StandaloneCircleSevenBoldIcon, ForwardRef$3X as StandaloneCircleSevenRegularIcon, ForwardRef$3Y as StandaloneCircleSixBoldIcon, ForwardRef$3Z as StandaloneCircleSixRegularIcon, ForwardRef$3I as StandaloneCircleSortBoldIcon, ForwardRef$3E as StandaloneCircleSortDownBoldIcon, ForwardRef$3F as StandaloneCircleSortDownRegularIcon, ForwardRef$3J as StandaloneCircleSortRegularIcon, ForwardRef$3G as StandaloneCircleSortUpBoldIcon, ForwardRef$3H as StandaloneCircleSortUpRegularIcon, ForwardRef$5v as StandaloneCircleStarBoldIcon, ForwardRef$5u as StandaloneCircleStarFillIcon, ForwardRef$5w as StandaloneCircleStarRegularIcon, ForwardRef$u as StandaloneCircleSterlingBoldIcon, ForwardRef$v as StandaloneCircleSterlingRegularIcon, ForwardRef$42 as StandaloneCircleThreeBoldIcon, ForwardRef$43 as StandaloneCircleThreeRegularIcon, ForwardRef$73 as StandaloneCircleTrashBoldIcon, ForwardRef$74 as StandaloneCircleTrashRegularIcon, ForwardRef$44 as StandaloneCircleTwoBoldIcon, ForwardRef$45 as StandaloneCircleTwoRegularIcon, ForwardRef$i as StandaloneCircleUserBoldIcon, ForwardRef$j as StandaloneCircleUserRegularIcon, ForwardRef$7f as StandaloneCircleXmarkBoldIcon, ForwardRef$7g as StandaloneCircleXmarkRegularIcon, ForwardRef$3Q as StandaloneCircleZeroBoldIcon, ForwardRef$3R as StandaloneCircleZeroRegularIcon, ForwardRef$6f as StandaloneClockThreeBoldIcon, ForwardRef$6g as StandaloneClockThreeRegularIcon, ForwardRef$2a as StandaloneCloneBoldIcon, ForwardRef$2b as StandaloneCloneRegularIcon, ForwardRef$6$ as StandaloneCompressBoldIcon, ForwardRef$70 as StandaloneCompressRegularIcon, ForwardRef$2u as StandaloneComputerBoldIcon, ForwardRef$2s as StandaloneComputerMouseScrollwheelBoldIcon, ForwardRef$2t as StandaloneComputerMouseScrollwheelRegularIcon, ForwardRef$2v as StandaloneComputerRegularIcon, ForwardRef$2e as StandaloneCopyBoldIcon, ForwardRef$2f as StandaloneCopyRegularIcon, ForwardRef$5T as StandaloneDealCancellationBoldIcon, ForwardRef$5U as StandaloneDealCancellationRegularIcon, ForwardRef$5V as StandaloneDealProtectionBoldIcon, ForwardRef$5W as StandaloneDealProtectionRegularIcon, ForwardRef$7G as StandaloneDerivIcon, ForwardRef$G as StandaloneDerivP2pBoldIcon, ForwardRef$H as StandaloneDerivP2pRegularIcon, ForwardRef$E as StandaloneDollarSignBoldIcon, ForwardRef$F as StandaloneDollarSignRegularIcon, ForwardRef$4c as StandaloneEightBoldIcon, ForwardRef$4d as StandaloneEightRegularIcon, ForwardRef$65 as StandaloneEllipsisBoldIcon, ForwardRef$66 as StandaloneEllipsisRegularIcon, ForwardRef$6z as StandaloneEllipsisVerticalBoldIcon, ForwardRef$6A as StandaloneEllipsisVerticalRegularIcon, ForwardRef$34 as StandaloneEnvelopeBoldIcon, ForwardRef$35 as StandaloneEnvelopeRegularIcon, ForwardRef$A as StandaloneEuroSignBoldIcon, ForwardRef$B as StandaloneEuroSignRegularIcon, ForwardRef$16 as StandaloneExclamationBoldIcon, ForwardRef$17 as StandaloneExclamationRegularIcon, ForwardRef$71 as StandaloneExpandBoldIcon, ForwardRef$72 as StandaloneExpandRegularIcon, ForwardRef$6L as StandaloneEyeBoldIcon, ForwardRef$6M as StandaloneEyeRegularIcon, ForwardRef$6J as StandaloneEyeSlashBoldIcon, ForwardRef$6K as StandaloneEyeSlashRegularIcon, ForwardRef$7O as StandaloneFacebookIcon, ForwardRef$I as StandaloneFiatOfframpBoldIcon, ForwardRef$J as StandaloneFiatOfframpRegularIcon, ForwardRef$K as StandaloneFiatOnrampBoldIcon, ForwardRef$L as StandaloneFiatOnrampRegularIcon, ForwardRef$1i as StandaloneFileCertificateBoldIcon, ForwardRef$1j as StandaloneFileCertificateRegularIcon, ForwardRef$3i as StandaloneFileChartColumnBoldIcon, ForwardRef$3j as StandaloneFileChartColumnRegularIcon, ForwardRef$1O as StandaloneFileCircleCheckBoldIcon, ForwardRef$1P as StandaloneFileCircleCheckRegularIcon, ForwardRef$1U as StandaloneFileCircleInfoBoldIcon, ForwardRef$1V as StandaloneFileCircleInfoRegularIcon, ForwardRef$1K as StandaloneFileInvoiceDollarBoldIcon, ForwardRef$1L as StandaloneFileInvoiceDollarRegularIcon, ForwardRef$1g as StandaloneFileShieldBoldIcon, ForwardRef$1h as StandaloneFileShieldRegularIcon, ForwardRef$4i as StandaloneFiveBoldIcon, ForwardRef$4j as StandaloneFiveRegularIcon, ForwardRef$2i as StandaloneFlagCheckeredBoldIcon, ForwardRef$2j as StandaloneFlagCheckeredRegularIcon, ForwardRef$26 as StandaloneFloppyDiskBoldIcon, ForwardRef$24 as StandaloneFloppyDiskPenBoldIcon, ForwardRef$25 as StandaloneFloppyDiskPenRegularIcon, ForwardRef$27 as StandaloneFloppyDiskRegularIcon, ForwardRef$1C as StandaloneForwardBoldIcon, ForwardRef$1B as StandaloneForwardFillIcon, ForwardRef$1D as StandaloneForwardRegularIcon, ForwardRef$1w as StandaloneForwardStepBoldIcon, ForwardRef$1v as StandaloneForwardStepFillIcon, ForwardRef$1x as StandaloneForwardStepRegularIcon, ForwardRef$4k as StandaloneFourBoldIcon, ForwardRef$4l as StandaloneFourRegularIcon, ForwardRef$5$ as StandaloneGaugeMaxBoldIcon, ForwardRef$60 as StandaloneGaugeMaxRegularIcon, ForwardRef$5Z as StandaloneGaugeMinBoldIcon, ForwardRef$5_ as StandaloneGaugeMinRegularIcon, ForwardRef$6Z as StandaloneGearBoldIcon, ForwardRef$6_ as StandaloneGearRegularIcon, ForwardRef$2_ as StandaloneGlobeBoldIcon, ForwardRef$2$ as StandaloneGlobeRegularIcon, ForwardRef$7P as StandaloneGoogleIcon, ForwardRef$7C as StandaloneGooglePlayIcon, ForwardRef$6D as StandaloneGridBoldIcon, ForwardRef$6E as StandaloneGridRegularIcon, ForwardRef$7j as StandaloneGripDotsVerticalBoldIcon, ForwardRef$7k as StandaloneGripDotsVerticalRegularIcon, ForwardRef$1a as StandaloneHandsHoldingDiamondBoldIcon, ForwardRef$1b as StandaloneHandsHoldingDiamondRegularIcon, ForwardRef$7r as StandaloneHarmonyOsIcon, ForwardRef$1S as StandaloneHorizontalRuleBoldIcon, ForwardRef$1Q as StandaloneHorizontalRuleDashedBoldIcon, ForwardRef$1R as StandaloneHorizontalRuleDashedRegularIcon, ForwardRef$1T as StandaloneHorizontalRuleRegularIcon, ForwardRef$2g as StandaloneHouseBlankBoldIcon, ForwardRef$2h as StandaloneHouseBlankRegularIcon, ForwardRef$7s as StandaloneHuaweiAppGalleryIcon, ForwardRef$7q as StandaloneHuaweiIcon, ForwardRef$a as StandaloneImageBoldIcon, ForwardRef$6 as StandaloneImagePolaroidUserBoldIcon, ForwardRef$7 as StandaloneImagePolaroidUserRegularIcon, ForwardRef$b as StandaloneImageRegularIcon, ForwardRef$10 as StandaloneInfoBoldIcon, ForwardRef$11 as StandaloneInfoRegularIcon, ForwardRef$7I as StandaloneInstagramIcon, ForwardRef$7v as StandaloneIosIcon, ForwardRef$7u as StandaloneIpadosIcon, ForwardRef$2q as StandaloneKeyboardBoldIcon, ForwardRef$2r as StandaloneKeyboardRegularIcon, ForwardRef$2S as StandaloneLanguageBoldIcon, ForwardRef$2T as StandaloneLanguageRegularIcon, ForwardRef$2y as StandaloneLaptopBoldIcon, ForwardRef$2w as StandaloneLaptopMobileBoldIcon, ForwardRef$2x as StandaloneLaptopMobileRegularIcon, ForwardRef$2z as StandaloneLaptopRegularIcon, ForwardRef$5X as StandaloneLifeRingBoldIcon, ForwardRef$5Y as StandaloneLifeRingRegularIcon, ForwardRef$3e as StandaloneLightChartLineUpDownClockBoldIcon, ForwardRef$3f as StandaloneLightChartLineUpDownClockRegularIcon, ForwardRef$c as StandaloneLightUserTieCircleDollarBoldIcon, ForwardRef$d as StandaloneLightUserTieCircleDollarRegularIcon, ForwardRef$2Y as StandaloneLinkSimpleBoldIcon, ForwardRef$2Z as StandaloneLinkSimpleRegularIcon, ForwardRef$7L as StandaloneLinkedinIcon, ForwardRef$7D as StandaloneLinuxIcon, ForwardRef$2m as StandaloneLocationCrosshairsBoldIcon, ForwardRef$2n as StandaloneLocationCrosshairsRegularIcon, ForwardRef$2k as StandaloneLocationCrosshairsSlashBoldIcon, ForwardRef$2l as StandaloneLocationCrosshairsSlashRegularIcon, ForwardRef$2o as StandaloneLocationDotBoldIcon, ForwardRef$2p as StandaloneLocationDotRegularIcon, ForwardRef$1m as StandaloneLockBoldIcon, ForwardRef$1n as StandaloneLockRegularIcon, ForwardRef$7w as StandaloneMacosIcon, ForwardRef$1M as StandaloneMemoCircleCheckBoldIcon, ForwardRef$1N as StandaloneMemoCircleCheckRegularIcon, ForwardRef$2Q as StandaloneMessagesQuestionBoldIcon, ForwardRef$2R as StandaloneMessagesQuestionRegularIcon, ForwardRef$1o as StandaloneMicrophoneBoldIcon, ForwardRef$1p as StandaloneMicrophoneRegularIcon, ForwardRef$7z as StandaloneMicrosoftIcon, ForwardRef$7t as StandaloneMicrosoftStoreIcon, ForwardRef$7d as StandaloneMinusBoldIcon, ForwardRef$7e as StandaloneMinusRegularIcon, ForwardRef$2G as StandaloneMobileNotchBoldIcon, ForwardRef$2H as StandaloneMobileNotchRegularIcon, ForwardRef$2E as StandaloneMobileScreenButtonBoldIcon, ForwardRef$2F as StandaloneMobileScreenButtonRegularIcon, ForwardRef$q as StandaloneMoneyBillBoldIcon, ForwardRef$r as StandaloneMoneyBillRegularIcon, ForwardRef$61 as StandaloneMoonBoldIcon, ForwardRef$62 as StandaloneMoonRegularIcon, ForwardRef$4a as StandaloneNineBoldIcon, ForwardRef$4b as StandaloneNineRegularIcon, ForwardRef$4q as StandaloneOneBoldIcon, ForwardRef$4r as StandaloneOneRegularIcon, ForwardRef$2c as StandalonePasteBoldIcon, ForwardRef$2d as StandalonePasteRegularIcon, ForwardRef$1F as StandalonePauseBoldIcon, ForwardRef$1E as StandalonePauseFillIcon, ForwardRef$1G as StandalonePauseRegularIcon, ForwardRef$22 as StandalonePenBoldIcon, ForwardRef$20 as StandalonePenCircleBoldIcon, ForwardRef$21 as StandalonePenCircleRegularIcon, ForwardRef$1_ as StandalonePenLineBoldIcon, ForwardRef$1$ as StandalonePenLineRegularIcon, ForwardRef$23 as StandalonePenRegularIcon, ForwardRef$1Y as StandalonePercentBoldIcon, ForwardRef$1Z as StandalonePercentRegularIcon, ForwardRef$2W as StandalonePersonChalkboardBoldIcon, ForwardRef$2X as StandalonePersonChalkboardRegularIcon, ForwardRef$30 as StandalonePhoneBoldIcon, ForwardRef$31 as StandalonePhoneRegularIcon, ForwardRef$7l as StandalonePlaceholderBoldIcon, ForwardRef$7m as StandalonePlaceholderRegularIcon, ForwardRef$1I as StandalonePlayBoldIcon, ForwardRef$1H as StandalonePlayFillIcon, ForwardRef$1J as StandalonePlayRegularIcon, ForwardRef$79 as StandalonePlusBoldIcon, ForwardRef$7a as StandalonePlusRegularIcon, ForwardRef$2U as StandalonePresentationScreenBoldIcon, ForwardRef$2V as StandalonePresentationScreenRegularIcon, ForwardRef$k as StandaloneQrcodeBoldIcon, ForwardRef$l as StandaloneQrcodeRegularIcon, ForwardRef$2O as StandaloneRectangleAdBoldIcon, ForwardRef$2P as StandaloneRectangleAdRegularIcon, ForwardRef$m as StandaloneRectangleBarcodeBoldIcon, ForwardRef$n as StandaloneRectangleBarcodeRegularIcon, ForwardRef$7J as StandaloneRedditIcon, ForwardRef$6r as StandaloneRightFromBracketBoldIcon, ForwardRef$6s as StandaloneRightFromBracketRegularIcon, ForwardRef$6p as StandaloneRightToBracketBoldIcon, ForwardRef$6q as StandaloneRightToBracketRegularIcon, ForwardRef$28 as StandaloneScissorsBoldIcon, ForwardRef$29 as StandaloneScissorsRegularIcon, ForwardRef$6N as StandaloneSearchBoldIcon, ForwardRef$6O as StandaloneSearchRegularIcon, ForwardRef$4e as StandaloneSevenBoldIcon, ForwardRef$4f as StandaloneSevenRegularIcon, ForwardRef$1e as StandaloneShieldCheckBoldIcon, ForwardRef$1f as StandaloneShieldCheckRegularIcon, ForwardRef$2K as StandaloneSignalBoldIcon, ForwardRef$2L as StandaloneSignalRegularIcon, ForwardRef$4g as StandaloneSixBoldIcon, ForwardRef$4h as StandaloneSixRegularIcon, ForwardRef$3O as StandaloneSortBoldIcon, ForwardRef$3K as StandaloneSortDownBoldIcon, ForwardRef$3L as StandaloneSortDownRegularIcon, ForwardRef$3P as StandaloneSortRegularIcon, ForwardRef$3M as StandaloneSortUpBoldIcon, ForwardRef$3N as StandaloneSortUpRegularIcon, ForwardRef$5N as StandaloneSquareBoldIcon, ForwardRef$5K as StandaloneSquareCheckBoldIcon, ForwardRef$5J as StandaloneSquareCheckFillIcon, ForwardRef$5L as StandaloneSquareCheckRegularIcon, ForwardRef$5M as StandaloneSquareFillIcon, ForwardRef$5H as StandaloneSquareMinusBoldIcon, ForwardRef$5G as StandaloneSquareMinusFillIcon, ForwardRef$5I as StandaloneSquareMinusRegularIcon, ForwardRef$5O as StandaloneSquareRegularIcon, ForwardRef$5y as StandaloneStarBoldIcon, ForwardRef$5x as StandaloneStarFillIcon, ForwardRef$5z as StandaloneStarRegularIcon, ForwardRef$w as StandaloneSterlingSignBoldIcon, ForwardRef$x as StandaloneSterlingSignRegularIcon, ForwardRef$5R as StandaloneStopLossBoldIcon, ForwardRef$5S as StandaloneStopLossRegularIcon, ForwardRef$6h as StandaloneStopwatchBoldIcon, ForwardRef$6i as StandaloneStopwatchRegularIcon, ForwardRef$63 as StandaloneSunBrightBoldIcon, ForwardRef$64 as StandaloneSunBrightRegularIcon, ForwardRef$1W as StandaloneTableLayoutBoldIcon, ForwardRef$1X as StandaloneTableLayoutRegularIcon, ForwardRef$2C as StandaloneTabletBoldIcon, ForwardRef$2D as StandaloneTabletRegularIcon, ForwardRef$2A as StandaloneTabletScreenBoldIcon, ForwardRef$2B as StandaloneTabletScreenRegularIcon, ForwardRef$5P as StandaloneTakeProfitBoldIcon, ForwardRef$5Q as StandaloneTakeProfitRegularIcon, ForwardRef$7K as StandaloneTelegramIcon, ForwardRef$4m as StandaloneThreeBoldIcon, ForwardRef$4n as StandaloneThreeRegularIcon, ForwardRef$7o as StandaloneTiktokIcon, ForwardRef$75 as StandaloneTrashBoldIcon, ForwardRef$76 as StandaloneTrashRegularIcon, ForwardRef$14 as StandaloneTriangleExclamationBoldIcon, ForwardRef$15 as StandaloneTriangleExclamationRegularIcon, ForwardRef$7n as StandaloneTrustpilotIcon, ForwardRef$4o as StandaloneTwoBoldIcon, ForwardRef$4p as StandaloneTwoRegularIcon, ForwardRef$7x as StandaloneUbuntuIcon, ForwardRef$1k as StandaloneUnlockBoldIcon, ForwardRef$1l as StandaloneUnlockRegularIcon, ForwardRef$g as StandaloneUserBoldIcon, ForwardRef$h as StandaloneUserRegularIcon, ForwardRef$e as StandaloneUsersBoldIcon, ForwardRef$f as StandaloneUsersRegularIcon, ForwardRef$1q as StandaloneVideoBoldIcon, ForwardRef$1r as StandaloneVideoRegularIcon, ForwardRef$Q as StandaloneWalletBoldIcon, ForwardRef$M as StandaloneWalletCircleMinusBoldIcon, ForwardRef$N as StandaloneWalletCircleMinusRegularIcon, ForwardRef$O as StandaloneWalletCirclePlusBoldIcon, ForwardRef$P as StandaloneWalletCirclePlusRegularIcon, ForwardRef$R as StandaloneWalletRegularIcon, ForwardRef$7M as StandaloneWhatsappIcon, ForwardRef$2M as StandaloneWifiBoldIcon, ForwardRef$2N as StandaloneWifiRegularIcon, ForwardRef$6l as StandaloneWindowMaximizeBoldIcon, ForwardRef$6m as StandaloneWindowMaximizeRegularIcon, ForwardRef$6n as StandaloneWindowMinimizeBoldIcon, ForwardRef$6o as StandaloneWindowMinimizeRegularIcon, ForwardRef$7E as StandaloneWindowsIcon, ForwardRef$7N as StandaloneXTwitterIcon, ForwardRef$7h as StandaloneXmarkBoldIcon, ForwardRef$7i as StandaloneXmarkRegularIcon, ForwardRef$7p as StandaloneYoutubeIcon, ForwardRef$48 as StandaloneZeroBoldIcon, ForwardRef$49 as StandaloneZeroRegularIcon, ForwardRef$jc as SubBrandDerivAcademyBlackIcon, ForwardRef$jd as SubBrandDerivAcademyBrandDarkIcon, ForwardRef$je as SubBrandDerivAcademyBrandLightIcon, ForwardRef$jb as SubBrandDerivAcademyWhiteIcon, ForwardRef$j8 as SubBrandDerivApiBlackIcon, ForwardRef$j9 as SubBrandDerivApiBrandDarkIcon, ForwardRef$ja as SubBrandDerivApiBrandLightIcon, ForwardRef$j7 as SubBrandDerivApiWhiteIcon, ForwardRef$j4 as SubBrandDerivCareersBlackIcon, ForwardRef$j5 as SubBrandDerivCareersBrandDarkIcon, ForwardRef$j6 as SubBrandDerivCareersBrandLightIcon, ForwardRef$j3 as SubBrandDerivCareersWhiteIcon, ForwardRef$iI as SubBrandDerivDemoBlackIcon, ForwardRef$iJ as SubBrandDerivDemoBrandDarkIcon, ForwardRef$iK as SubBrandDerivDemoBrandLightIcon, ForwardRef$iH as SubBrandDerivDemoWhiteIcon, ForwardRef$iM as SubBrandDerivLifeBlackIcon, ForwardRef$iN as SubBrandDerivLifeBrandDarkIcon, ForwardRef$iO as SubBrandDerivLifeBrandLightIcon, ForwardRef$iL as SubBrandDerivLifeWhiteIcon, ForwardRef$j0 as SubBrandDerivPartnersBlackIcon, ForwardRef$j1 as SubBrandDerivPartnersBrandDarkIcon, ForwardRef$j2 as SubBrandDerivPartnersBrandLightIcon, ForwardRef$i$ as SubBrandDerivPartnersWhiteIcon, ForwardRef$iY as SubBrandDerivPrimeBlackIcon, ForwardRef$iZ as SubBrandDerivPrimeBrandDarkIcon, ForwardRef$i_ as SubBrandDerivPrimeBrandLightIcon, ForwardRef$iX as SubBrandDerivPrimeWhiteIcon, ForwardRef$iU as SubBrandDerivSecurityBlackIcon, ForwardRef$iV as SubBrandDerivSecurityBrandDarkIcon, ForwardRef$iW as SubBrandDerivSecurityBrandLightIcon, ForwardRef$iT as SubBrandDerivSecurityWhiteIcon, ForwardRef$iQ as SubBrandDerivTechBlackIcon, ForwardRef$iR as SubBrandDerivTechBrandDarkIcon, ForwardRef$iS as SubBrandDerivTechBrandLightIcon, ForwardRef$iP as SubBrandDerivTechWhiteIcon, sizes };
15220
+ export { ForwardRef$ji as BrandDerivLogoCoralIcon, ForwardRef$jh as BrandDerivLogoSlateIcon, ForwardRef$jg as BrandDerivLogoWhiteCoralIcon, ForwardRef$jf as BrandDerivLogoWhiteSlateIcon, ForwardRef$jl as BrandDerivWordmarkCoralIcon, ForwardRef$jk as BrandDerivWordmarkSlateIcon, ForwardRef$jj as BrandDerivWordmarkWhiteIcon, ForwardRef$v6 as CurrencyAdaIcon, ForwardRef$v5 as CurrencyAlgoIcon, ForwardRef$v4 as CurrencyAudIcon, ForwardRef$v3 as CurrencyAvaxIcon, ForwardRef$v2 as CurrencyBatIcon, ForwardRef$v1 as CurrencyBchIcon, ForwardRef$v0 as CurrencyBnbIcon, ForwardRef$u$ as CurrencyBtcIcon, ForwardRef$u_ as CurrencyBusdIcon, ForwardRef$uZ as CurrencyDaiIcon, ForwardRef$uY as CurrencyDashIcon, ForwardRef$uX as CurrencyDemoIcon, ForwardRef$uW as CurrencyDogeIcon, ForwardRef$uV as CurrencyDotIcon, ForwardRef$uU as CurrencyEosIcon, ForwardRef$uT as CurrencyEtcIcon, ForwardRef$uS as CurrencyEthIcon, ForwardRef$uR as CurrencyEurIcon, ForwardRef$uQ as CurrencyEursIcon, ForwardRef$uP as CurrencyFilIcon, ForwardRef$uO as CurrencyGbpIcon, ForwardRef$uN as CurrencyIdkIcon, ForwardRef$uM as CurrencyIotaIcon, ForwardRef$uL as CurrencyLinkIcon, ForwardRef$uK as CurrencyLtcIcon, ForwardRef$uJ as CurrencyMaticIcon, ForwardRef$uI as CurrencyMkrIcon, ForwardRef$uH as CurrencyMultiCollateralDaiIcon, ForwardRef$uG as CurrencyNeoIcon, ForwardRef$uF as CurrencyNoneIcon, ForwardRef$uE as CurrencyOmgIcon, ForwardRef$uD as CurrencyPaxIcon, ForwardRef$v7 as CurrencyPlaceholderIcon, ForwardRef$uC as CurrencySingleCollateralDaiIcon, ForwardRef$uB as CurrencySolIcon, ForwardRef$uA as CurrencyTerraIcon, ForwardRef$uz as CurrencyTrxIcon, ForwardRef$uy as CurrencyTusdIcon, ForwardRef$ux as CurrencyUniIcon, ForwardRef$uw as CurrencyUsdIcon, ForwardRef$uv as CurrencyUsdcIcon, ForwardRef$uu as CurrencyUsdkIcon, ForwardRef$ut as CurrencyUsdtIcon, ForwardRef$us as CurrencyXlmIcon, ForwardRef$ur as CurrencyXmrIcon, ForwardRef$uq as CurrencyXrpIcon, ForwardRef$up as CurrencyXtzIcon, ForwardRef$uo as CurrencyZecIcon, ForwardRef$t1 as DarkDependableIcon, ForwardRef$t2 as DarkRegulatedIcon, ForwardRef$t3 as DarkSafeAndSecureIcon, ForwardRef$t4 as DarkTwentyFourSevenSupportIcon, ForwardRef$gM as DerivProductDerivBotBlackLogoHorizontalIcon, ForwardRef$gU as DerivProductDerivBotBlackLogoWordmarkHorizontalIcon, ForwardRef$gQ as DerivProductDerivBotBlackLogoWordmarkVerticalIcon, ForwardRef$gI as DerivProductDerivBotBlackWordmarkHorizontalIcon, ForwardRef$gE as DerivProductDerivBotBlackWordmarkVerticalIcon, ForwardRef$gN as DerivProductDerivBotBrandDarkLogoHorizontalIcon, ForwardRef$gV as DerivProductDerivBotBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$gR as DerivProductDerivBotBrandDarkLogoWordmarkVerticalIcon, ForwardRef$gJ as DerivProductDerivBotBrandDarkWordmarkHorizontalIcon, ForwardRef$gF as DerivProductDerivBotBrandDarkWordmarkVerticalIcon, ForwardRef$gO as DerivProductDerivBotBrandLightLogoHorizontalIcon, ForwardRef$gW as DerivProductDerivBotBrandLightLogoWordmarkHorizontalIcon, ForwardRef$gS as DerivProductDerivBotBrandLightLogoWordmarkVerticalIcon, ForwardRef$gK as DerivProductDerivBotBrandLightWordmarkHorizontalIcon, ForwardRef$gG as DerivProductDerivBotBrandLightWordmarkVerticalIcon, ForwardRef$gL as DerivProductDerivBotWhiteLogoHorizontalIcon, ForwardRef$gT as DerivProductDerivBotWhiteLogoWordmarkHorizontalIcon, ForwardRef$gP as DerivProductDerivBotWhiteLogoWordmarkVerticalIcon, ForwardRef$gH as DerivProductDerivBotWhiteWordmarkHorizontalIcon, ForwardRef$gD as DerivProductDerivBotWhiteWordmarkVerticalIcon, ForwardRef$ho as DerivProductDerivEzBlackLogoHorizontalIcon, ForwardRef$hw as DerivProductDerivEzBlackLogoWordmarkHorizontalIcon, ForwardRef$hs as DerivProductDerivEzBlackLogoWordmarkVerticalIcon, ForwardRef$hk as DerivProductDerivEzBlackWordmarkHorizontalIcon, ForwardRef$hg as DerivProductDerivEzBlackWordmarkVerticalIcon, ForwardRef$hp as DerivProductDerivEzBrandDarkLogoHorizontalIcon, ForwardRef$hx as DerivProductDerivEzBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$ht as DerivProductDerivEzBrandDarkLogoWordmarkVerticalIcon, ForwardRef$hl as DerivProductDerivEzBrandDarkWordmarkHorizontalIcon, ForwardRef$hh as DerivProductDerivEzBrandDarkWordmarkVerticalIcon, ForwardRef$hq as DerivProductDerivEzBrandLightLogoHorizontalIcon, ForwardRef$hy as DerivProductDerivEzBrandLightLogoWordmarkHorizontalIcon, ForwardRef$hu as DerivProductDerivEzBrandLightLogoWordmarkVerticalIcon, ForwardRef$hm as DerivProductDerivEzBrandLightWordmarkHorizontalIcon, ForwardRef$hi as DerivProductDerivEzBrandLightWordmarkVerticalIcon, ForwardRef$hn as DerivProductDerivEzWhiteLogoHorizontalIcon, ForwardRef$hv as DerivProductDerivEzWhiteLogoWordmarkHorizontalIcon, ForwardRef$hr as DerivProductDerivEzWhiteLogoWordmarkVerticalIcon, ForwardRef$hj as DerivProductDerivEzWhiteWordmarkHorizontalIcon, ForwardRef$hf as DerivProductDerivEzWhiteWordmarkVerticalIcon, ForwardRef$iw as DerivProductDerivGoBlackLogoHorizontalIcon, ForwardRef$iE as DerivProductDerivGoBlackLogoWordmarkHorizontalIcon, ForwardRef$iA as DerivProductDerivGoBlackLogoWordmarkVerticalIcon, ForwardRef$is as DerivProductDerivGoBlackWordmarkHorizontalIcon, ForwardRef$io as DerivProductDerivGoBlackWordmarkVerticalIcon, ForwardRef$ix as DerivProductDerivGoBrandDarkLogoHorizontalIcon, ForwardRef$iF as DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$iB as DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon, ForwardRef$it as DerivProductDerivGoBrandDarkWordmarkHorizontalIcon, ForwardRef$ip as DerivProductDerivGoBrandDarkWordmarkVerticalIcon, ForwardRef$iy as DerivProductDerivGoBrandLightLogoHorizontalIcon, ForwardRef$iG as DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon, ForwardRef$iC as DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon, ForwardRef$iu as DerivProductDerivGoBrandLightWordmarkHorizontalIcon, ForwardRef$iq as DerivProductDerivGoBrandLightWordmarkVerticalIcon, ForwardRef$ic as DerivProductDerivGoUltimateBlackLogoHorizontalIcon, ForwardRef$ik as DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon, ForwardRef$ig as DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon, ForwardRef$i8 as DerivProductDerivGoUltimateBlackWordmarkHorizontalIcon, ForwardRef$i4 as DerivProductDerivGoUltimateBlackWordmarkVerticalIcon, ForwardRef$id as DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon, ForwardRef$il as DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$ih as DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon, ForwardRef$i9 as DerivProductDerivGoUltimateBrandDarkWordmarkHorizontalIcon, ForwardRef$i5 as DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon, ForwardRef$ie as DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon, ForwardRef$im as DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon, ForwardRef$ii as DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon, ForwardRef$ia as DerivProductDerivGoUltimateBrandLightWordmarkHorizontalIcon, ForwardRef$i6 as DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon, ForwardRef$ib as DerivProductDerivGoUltimateWhiteLogoHorizontalIcon, ForwardRef$ij as DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon, ForwardRef$if as DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon, ForwardRef$i7 as DerivProductDerivGoUltimateWhiteWordmarkHorizontalIcon, ForwardRef$i3 as DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon, ForwardRef$iv as DerivProductDerivGoWhiteLogoHorizontalIcon, ForwardRef$iD as DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon, ForwardRef$iz as DerivProductDerivGoWhiteLogoWordmarkVerticalIcon, ForwardRef$ir as DerivProductDerivGoWhiteWordmarkHorizontalIcon, ForwardRef$in as DerivProductDerivGoWhiteWordmarkVerticalIcon, ForwardRef$gs as DerivProductDerivNakalaBlackLogoHorizontalIcon, ForwardRef$gA as DerivProductDerivNakalaBlackLogoWordmarkHorizontalIcon, ForwardRef$gw as DerivProductDerivNakalaBlackLogoWordmarkVerticalIcon, ForwardRef$go as DerivProductDerivNakalaBlackWordmarkHorizontalIcon, ForwardRef$gk as DerivProductDerivNakalaBlackWordmarkVerticalIcon, ForwardRef$gt as DerivProductDerivNakalaBrandDarkLogoHorizontalIcon, ForwardRef$gB as DerivProductDerivNakalaBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$gx as DerivProductDerivNakalaBrandDarkLogoWordmarkVerticalIcon, ForwardRef$gp as DerivProductDerivNakalaBrandDarkWordmarkHorizontalIcon, ForwardRef$gl as DerivProductDerivNakalaBrandDarkWordmarkVerticalIcon, ForwardRef$gu as DerivProductDerivNakalaBrandLightLogoHorizontalIcon, ForwardRef$gC as DerivProductDerivNakalaBrandLightLogoWordmarkHorizontalIcon, ForwardRef$gy as DerivProductDerivNakalaBrandLightLogoWordmarkVerticalIcon, ForwardRef$gq as DerivProductDerivNakalaBrandLightWordmarkHorizontalIcon, ForwardRef$gm as DerivProductDerivNakalaBrandLightWordmarkVerticalIcon, ForwardRef$gr as DerivProductDerivNakalaWhiteLogoHorizontalIcon, ForwardRef$gz as DerivProductDerivNakalaWhiteLogoWordmarkHorizontalIcon, ForwardRef$gv as DerivProductDerivNakalaWhiteLogoWordmarkVerticalIcon, ForwardRef$gn as DerivProductDerivNakalaWhiteWordmarkHorizontalIcon, ForwardRef$gj as DerivProductDerivNakalaWhiteWordmarkVerticalIcon, ForwardRef$hI as DerivProductDerivP2pBlackLogoHorizontalIcon, ForwardRef$hQ as DerivProductDerivP2pBlackLogoWordmarkHorizontalIcon, ForwardRef$hM as DerivProductDerivP2pBlackLogoWordmarkVerticalIcon, ForwardRef$hE as DerivProductDerivP2pBlackWordmarkHorizontalIcon, ForwardRef$hA as DerivProductDerivP2pBlackWordmarkVerticalIcon, ForwardRef$hJ as DerivProductDerivP2pBrandDarkLogoHorizontalIcon, ForwardRef$hR as DerivProductDerivP2pBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$hN as DerivProductDerivP2pBrandDarkLogoWordmarkVerticalIcon, ForwardRef$hF as DerivProductDerivP2pBrandDarkWordmarkHorizontalIcon, ForwardRef$hB as DerivProductDerivP2pBrandDarkWordmarkVerticalIcon, ForwardRef$hK as DerivProductDerivP2pBrandLightLogoHorizontalIcon, ForwardRef$hS as DerivProductDerivP2pBrandLightLogoWordmarkHorizontalIcon, ForwardRef$hO as DerivProductDerivP2pBrandLightLogoWordmarkVerticalIcon, ForwardRef$hG as DerivProductDerivP2pBrandLightWordmarkHorizontalIcon, ForwardRef$hC as DerivProductDerivP2pBrandLightWordmarkVerticalIcon, ForwardRef$hH as DerivProductDerivP2pWhiteLogoHorizontalIcon, ForwardRef$hP as DerivProductDerivP2pWhiteLogoWordmarkHorizontalIcon, ForwardRef$hL as DerivProductDerivP2pWhiteLogoWordmarkVerticalIcon, ForwardRef$hD as DerivProductDerivP2pWhiteWordmarkHorizontalIcon, ForwardRef$hz as DerivProductDerivP2pWhiteWordmarkVerticalIcon, ForwardRef$h4 as DerivProductDerivTraderBlackLogoHorizontalIcon, ForwardRef$hc as DerivProductDerivTraderBlackLogoWordmarkHorizontalIcon, ForwardRef$h8 as DerivProductDerivTraderBlackLogoWordmarkVerticalIcon, ForwardRef$h0 as DerivProductDerivTraderBlackWordmarkHorizontalIcon, ForwardRef$gY as DerivProductDerivTraderBlackWordmarkVerticalIcon, ForwardRef$h5 as DerivProductDerivTraderBrandDarkLogoHorizontalIcon, ForwardRef$hd as DerivProductDerivTraderBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$h9 as DerivProductDerivTraderBrandDarkLogoWordmarkVerticalIcon, ForwardRef$h1 as DerivProductDerivTraderBrandDarkWordmarkHorizontalIcon, ForwardRef$gZ as DerivProductDerivTraderBrandDarkWordmarkVerticalIcon, ForwardRef$h6 as DerivProductDerivTraderBrandLightLogoHorizontalIcon, ForwardRef$he as DerivProductDerivTraderBrandLightLogoWordmarkHorizontalIcon, ForwardRef$ha as DerivProductDerivTraderBrandLightLogoWordmarkVerticalIcon, ForwardRef$h2 as DerivProductDerivTraderBrandLightWordmarkHorizontalIcon, ForwardRef$g_ as DerivProductDerivTraderBrandLightWordmarkVerticalIcon, ForwardRef$h3 as DerivProductDerivTraderWhiteLogoHorizontalIcon, ForwardRef$hb as DerivProductDerivTraderWhiteLogoWordmarkHorizontalIcon, ForwardRef$h7 as DerivProductDerivTraderWhiteLogoWordmarkVerticalIcon, ForwardRef$g$ as DerivProductDerivTraderWhiteWordmarkHorizontalIcon, ForwardRef$gX as DerivProductDerivTraderWhiteWordmarkVerticalIcon, ForwardRef$hY as DerivProductDerivXBlackLogoIcon, ForwardRef$i0 as DerivProductDerivXBlackLogoWordmarkIcon, ForwardRef$hU as DerivProductDerivXBlackWordmarkIcon, ForwardRef$hZ as DerivProductDerivXBrandDarkLogoIcon, ForwardRef$i1 as DerivProductDerivXBrandDarkLogoWordmarkIcon, ForwardRef$hV as DerivProductDerivXBrandDarkWordmarkIcon, ForwardRef$h_ as DerivProductDerivXBrandLightLogoIcon, ForwardRef$i2 as DerivProductDerivXBrandLightLogoWordmarkIcon, ForwardRef$hW as DerivProductDerivXBrandLightWordmarkIcon, ForwardRef$hX as DerivProductDerivXWhiteLogoIcon, ForwardRef$h$ as DerivProductDerivXWhiteLogoWordmarkIcon, ForwardRef$hT as DerivProductDerivXWhiteWordmarkIcon, ForwardRef$8w as EnergyBrentCrudeOilukIcon, ForwardRef$8v as EnergyWtiOilusIcon, ForwardRef$um as FlagAfghanistanIcon, ForwardRef$ul as FlagAlbaniaIcon, ForwardRef$uk as FlagAndorraIcon, ForwardRef$uj as FlagAngolaIcon, ForwardRef$ui as FlagAntiguaAndBarbudaIcon, ForwardRef$uh as FlagArgentinaIcon, ForwardRef$ug as FlagArmeniaIcon, ForwardRef$uf as FlagArubaIcon, ForwardRef$ue as FlagAustraliaIcon, ForwardRef$ud as FlagAustriaIcon, ForwardRef$uc as FlagAzerbaijanIcon, ForwardRef$ua as FlagBahamasIcon, ForwardRef$ub as FlagBahrainIcon, ForwardRef$u9 as FlagBangladeshIcon, ForwardRef$u8 as FlagBarbadosIcon, ForwardRef$u7 as FlagBelarusIcon, ForwardRef$u6 as FlagBelgiumIcon, ForwardRef$u5 as FlagBelizeIcon, ForwardRef$u4 as FlagBeninIcon, ForwardRef$u3 as FlagBhutanIcon, ForwardRef$u2 as FlagBoliviaIcon, ForwardRef$u1 as FlagBosniaAndHerzegovinaIcon, ForwardRef$u0 as FlagBotswanaIcon, ForwardRef$t$ as FlagBouvetIslandIcon, ForwardRef$t_ as FlagBrazilIcon, ForwardRef$tZ as FlagBruneiIcon, ForwardRef$tY as FlagBulgariaIcon, ForwardRef$tX as FlagBurkinaFasoIcon, ForwardRef$tW as FlagCanadaIcon, ForwardRef$tV as FlagCentralAfricanRepublicIcon, ForwardRef$tU as FlagChinaIcon, ForwardRef$tT as FlagChinaSimplifiedIcon, ForwardRef$tS as FlagChinaTraditionalIcon, ForwardRef$tR as FlagCyprusIcon, ForwardRef$tQ as FlagCzechRepublicIcon, ForwardRef$tP as FlagDemocraticRepublicOfTheCongoIcon, ForwardRef$tO as FlagDenmarkIcon, ForwardRef$tN as FlagEstoniaIcon, ForwardRef$tM as FlagEuroIcon, ForwardRef$tL as FlagFinlandIcon, ForwardRef$tK as FlagFranceIcon, ForwardRef$tJ as FlagGermanyIcon, ForwardRef$tI as FlagGreeceIcon, ForwardRef$tH as FlagHongKongIcon, ForwardRef$tG as FlagHungaryIcon, ForwardRef$tF as FlagIndiaIcon, ForwardRef$tE as FlagIndonesiaIcon, ForwardRef$tD as FlagIrelandIcon, ForwardRef$tC as FlagIsraelIcon, ForwardRef$tB as FlagItalyIcon, ForwardRef$tA as FlagJapanIcon, ForwardRef$tz as FlagJordanIcon, ForwardRef$ty as FlagLatviaIcon, ForwardRef$tx as FlagLithuaniaIcon, ForwardRef$tw as FlagLuxembourgIcon, ForwardRef$tv as FlagMalaysiaIcon, ForwardRef$tu as FlagMaltaIcon, ForwardRef$tt as FlagMexicoIcon, ForwardRef$ts as FlagNetherlandIcon, ForwardRef$tr as FlagNetherlandsAntillesIcon, ForwardRef$tq as FlagNewZealandIcon, ForwardRef$tp as FlagNigeriaIcon, ForwardRef$to as FlagNorwayIcon, ForwardRef$tn as FlagParaguayIcon, ForwardRef$un as FlagPlaceholderIcon, ForwardRef$tm as FlagPolandIcon, ForwardRef$tl as FlagPortugalIcon, ForwardRef$tk as FlagRomaniaIcon, ForwardRef$tj as FlagRussiaIcon, ForwardRef$ti as FlagRwandaIcon, ForwardRef$th as FlagSingaporeIcon, ForwardRef$tg as FlagSlovakiaIcon, ForwardRef$tf as FlagSloveniaIcon, ForwardRef$te as FlagSouthAfricaIcon, ForwardRef$td as FlagSpainIcon, ForwardRef$tc as FlagSwedenIcon, ForwardRef$tb as FlagSwitzerlandIcon, ForwardRef$ta as FlagThailandIcon, ForwardRef$t9 as FlagTurkeyIcon, ForwardRef$t8 as FlagUnitedArabEmiratesIcon, ForwardRef$t7 as FlagUnitedKingdomIcon, ForwardRef$t6 as FlagUsaIcon, ForwardRef$t5 as FlagVietnamIcon, ForwardRef$sM as IllustrativeAdvertiseIcon, ForwardRef$s9 as IllustrativeAntivirusAndFirewallsIcon, ForwardRef$sq as IllustrativeBasketIcon, ForwardRef$rY as IllustrativeCapitalIcon, ForwardRef$rm as IllustrativeCertificationIcon, ForwardRef$sS as IllustrativeCfdsIcon, ForwardRef$sN as IllustrativeChartsIcon, ForwardRef$sF as IllustrativeChatIcon, ForwardRef$sD as IllustrativeCloseAccountIcon, ForwardRef$ss as IllustrativeCommissionIcon, ForwardRef$sU as IllustrativeCommoditiesIcon, ForwardRef$sH as IllustrativeCommunityIcon, ForwardRef$sC as IllustrativeCommunityManagersIcon, ForwardRef$sB as IllustrativeCompetenceIcon, ForwardRef$rM as IllustrativeComputerIcon, ForwardRef$sx as IllustrativeCrashBoomIndicesIcon, ForwardRef$rG as IllustrativeCreativeMaterialsIcon, ForwardRef$sw as IllustrativeCriticalIcon, ForwardRef$sP as IllustrativeCryptoPairsIcon, ForwardRef$sT as IllustrativeCryptocurrenciesIcon, ForwardRef$su as IllustrativeCustomerFirstTradingIcon, ForwardRef$sv as IllustrativeCustomerFocusIcon, ForwardRef$st as IllustrativeDefinePositionIcon, ForwardRef$rU as IllustrativeDemoAccountIcon, ForwardRef$sy as IllustrativeDepositAndWithdrawalIcon, ForwardRef$sX as IllustrativeDerivedIcon, ForwardRef$sr as IllustrativeDropEmailIcon, ForwardRef$sp as IllustrativeEarnIcon, ForwardRef$so as IllustrativeEasyAccessIcon, ForwardRef$sn as IllustrativeEasyToStartIcon, ForwardRef$sV as IllustrativeEtfIcon, ForwardRef$sl as IllustrativeExclusiveAccessIcon, ForwardRef$ra as IllustrativeExecutionSpeedIcon, ForwardRef$sj as IllustrativeExtendedTimeIcon, ForwardRef$rw as IllustrativeFairIcon, ForwardRef$si as IllustrativeFastAndSecureIcon, ForwardRef$rc as IllustrativeFastExecutionIcon, ForwardRef$sz as IllustrativeFastTransactionIcon, ForwardRef$sh as IllustrativeFilterIcon, ForwardRef$sg as IllustrativeFindOrCreateAnAdIcon, ForwardRef$sW as IllustrativeForexIcon, ForwardRef$sb as IllustrativeGetQuoteIcon, ForwardRef$s5 as IllustrativeHandsOnExperienceIcon, ForwardRef$s3 as IllustrativeHighIcon, ForwardRef$s1 as IllustrativeInstantAccessIcon, ForwardRef$s0 as IllustrativeIntegrityIcon, ForwardRef$sG as IllustrativeKnockOutIcon, ForwardRef$r_ as IllustrativeLeverageIcon, ForwardRef$rZ as IllustrativeLicensedAndRegulatedIcon, ForwardRef$s7 as IllustrativeLimitLossesIcon, ForwardRef$rW as IllustrativeLimitedInfluenceIcon, ForwardRef$rb as IllustrativeLiquidityIcon, ForwardRef$sd as IllustrativeLiquidityRisksIcon, ForwardRef$sc as IllustrativeListIcon, ForwardRef$sa as IllustrativeLongOrShortIcon, ForwardRef$rX as IllustrativeLowIcon, ForwardRef$s2 as IllustrativeMarketExposureIcon, ForwardRef$rH as IllustrativeMarketingIcon, ForwardRef$sL as IllustrativeMarketsIcon, ForwardRef$rR as IllustrativeMediumIcon, ForwardRef$sK as IllustrativeMetalAndOilIcon, ForwardRef$se as IllustrativeMinimalCapitalIcon, ForwardRef$rL as IllustrativeMobileIcon, ForwardRef$sE as IllustrativeMoneyProtectionIcon, ForwardRef$rQ as IllustrativeMultipleAssetsIcon, ForwardRef$rP as IllustrativeMultipleMarketsIcon, ForwardRef$sR as IllustrativeMultipliersIcon, ForwardRef$sI as IllustrativeNetworkIcon, ForwardRef$rN as IllustrativeNoCommissionIcon, ForwardRef$rv as IllustrativeOptionalIcon, ForwardRef$sQ as IllustrativeOptionsIcon, ForwardRef$rK as IllustrativePaidProgrammeIcon, ForwardRef$s4 as IllustrativePartnershipIcon, ForwardRef$rJ as IllustrativePartnershipShieldIcon, ForwardRef$sf as IllustrativePayoutIcon, ForwardRef$sm as IllustrativePlatformsIcon, ForwardRef$rI as IllustrativeProfessionalGuidanceIcon, ForwardRef$rt as IllustrativeProfitPotentialIcon, ForwardRef$rO as IllustrativePromisingIcon, ForwardRef$re as IllustrativeProtectedAndSecureIcon, ForwardRef$rE as IllustrativePurchaseIcon, ForwardRef$rC as IllustrativeRealWorldExposureIcon, ForwardRef$rF as IllustrativeRecordIcon, ForwardRef$ru as IllustrativeRegisterIcon, ForwardRef$rx as IllustrativeReliableIcon, ForwardRef$ri as IllustrativeReplyIcon, ForwardRef$rz as IllustrativeResponsibleIcon, ForwardRef$rB as IllustrativeResponsiveIcon, ForwardRef$sJ as IllustrativeResumeIcon, ForwardRef$rA as IllustrativeRiskManagementIcon, ForwardRef$rg as IllustrativeSafetyIcon, ForwardRef$rq as IllustrativeSecurePlatformIcon, ForwardRef$rD as IllustrativeSignUpIcon, ForwardRef$rs as IllustrativeSoftwareDevelopersIcon, ForwardRef$sA as IllustrativeSpreadsIcon, ForwardRef$sY as IllustrativeStocksAndIndicesIcon, ForwardRef$rr as IllustrativeStraightforwardTradingIcon, ForwardRef$rS as IllustrativeStrongPasswordsIcon, ForwardRef$rf as IllustrativeStudentIcon, ForwardRef$rd as IllustrativeSupport247Icon, ForwardRef$sk as IllustrativeSupportIcon, ForwardRef$rp as IllustrativeTeamworkIcon, ForwardRef$r$ as IllustrativeTopPerformersIcon, ForwardRef$rl as IllustrativeTradeAnytimeIcon, ForwardRef$s8 as IllustrativeTradeWiselyIcon, ForwardRef$ro as IllustrativeTradeartlySmIcon, ForwardRef$sO as IllustrativeTrading247Icon, ForwardRef$rn as IllustrativeTradingExpertsIcon, ForwardRef$ry as IllustrativeTransparentIcon, ForwardRef$s6 as IllustrativeTwoFactorAuthenticationIcon, ForwardRef$rk as IllustrativeUnderageGamblingIcon, ForwardRef$rV as IllustrativeUnderstandTheRisksIcon, ForwardRef$rj as IllustrativeUserFriendlyIcon, ForwardRef$rh as IllustrativeWeAreHereToHelpIcon, ForwardRef$rT as IllustrativeWebBrowserIcon, ForwardRef$q$ as LabelPairedAndroidIcon, ForwardRef$qU as LabelPairedAppStoreIcon, ForwardRef$qX as LabelPairedAppStoreIosIcon, ForwardRef$r1 as LabelPairedAppleIcon, ForwardRef$qW as LabelPairedApplePayIcon, ForwardRef$mW as LabelPairedArrowDownAZBoldIcon, ForwardRef$mX as LabelPairedArrowDownAZRegularIcon, ForwardRef$oK as LabelPairedArrowDownBoldIcon, ForwardRef$oC as LabelPairedArrowDownLeftBoldIcon, ForwardRef$oD as LabelPairedArrowDownLeftRegularIcon, ForwardRef$mS as LabelPairedArrowDownOneNineBoldIcon, ForwardRef$mT as LabelPairedArrowDownOneNineRegularIcon, ForwardRef$oL as LabelPairedArrowDownRegularIcon, ForwardRef$oE as LabelPairedArrowDownRightBoldIcon, ForwardRef$oF as LabelPairedArrowDownRightRegularIcon, ForwardRef$q1 as LabelPairedArrowDownToBracketBoldIcon, ForwardRef$q2 as LabelPairedArrowDownToBracketRegularIcon, ForwardRef$oe as LabelPairedArrowDownToLineBoldIcon, ForwardRef$of as LabelPairedArrowDownToLineRegularIcon, ForwardRef$oI as LabelPairedArrowLeftBoldIcon, ForwardRef$oJ as LabelPairedArrowLeftRegularIcon, ForwardRef$oc as LabelPairedArrowLeftToLineBoldIcon, ForwardRef$od as LabelPairedArrowLeftToLineRegularIcon, ForwardRef$nO as LabelPairedArrowRightArrowLeftBoldIcon, ForwardRef$nP as LabelPairedArrowRightArrowLeftRegularIcon, ForwardRef$oM as LabelPairedArrowRightBoldIcon, ForwardRef$oN as LabelPairedArrowRightRegularIcon, ForwardRef$og as LabelPairedArrowRightToLineBoldIcon, ForwardRef$oh as LabelPairedArrowRightToLineRegularIcon, ForwardRef$mU as LabelPairedArrowUpAZBoldIcon, ForwardRef$mV as LabelPairedArrowUpAZRegularIcon, ForwardRef$mY as LabelPairedArrowUpArrowDownBoldIcon, ForwardRef$mZ as LabelPairedArrowUpArrowDownRegularIcon, ForwardRef$oO as LabelPairedArrowUpBoldIcon, ForwardRef$p$ as LabelPairedArrowUpFromBracketBoldIcon, ForwardRef$q0 as LabelPairedArrowUpFromBracketRegularIcon, ForwardRef$pT as LabelPairedArrowUpFromSquareBoldIcon, ForwardRef$pU as LabelPairedArrowUpFromSquareRegularIcon, ForwardRef$oA as LabelPairedArrowUpLeftBoldIcon, ForwardRef$oB as LabelPairedArrowUpLeftRegularIcon, ForwardRef$mQ as LabelPairedArrowUpOneNineBoldIcon, ForwardRef$mR as LabelPairedArrowUpOneNineRegularIcon, ForwardRef$oP as LabelPairedArrowUpRegularIcon, ForwardRef$oG as LabelPairedArrowUpRightBoldIcon, ForwardRef$pR as LabelPairedArrowUpRightFromSquareBoldIcon, ForwardRef$pS as LabelPairedArrowUpRightFromSquareRegularIcon, ForwardRef$oH as LabelPairedArrowUpRightRegularIcon, ForwardRef$oi as LabelPairedArrowUpToLineBoldIcon, ForwardRef$oj as LabelPairedArrowUpToLineRegularIcon, ForwardRef$pP as LabelPairedArrowsRotateBoldIcon, ForwardRef$pQ as LabelPairedArrowsRotateRegularIcon, ForwardRef$m2 as LabelPairedAtBoldIcon, ForwardRef$m3 as LabelPairedAtRegularIcon, ForwardRef$kV as LabelPairedBackwardBoldIcon, ForwardRef$kU as LabelPairedBackwardFillIcon, ForwardRef$kW as LabelPairedBackwardRegularIcon, ForwardRef$kP as LabelPairedBackwardStepBoldIcon, ForwardRef$kO as LabelPairedBackwardStepFillIcon, ForwardRef$kQ as LabelPairedBackwardStepRegularIcon, ForwardRef$ky as LabelPairedBadgeCheckBoldIcon, ForwardRef$kz as LabelPairedBadgeCheckRegularIcon, ForwardRef$jK as LabelPairedBarcodeBoldIcon, ForwardRef$jL as LabelPairedBarcodeRegularIcon, ForwardRef$pX as LabelPairedBarsBoldIcon, ForwardRef$mO as LabelPairedBarsFilterBoldIcon, ForwardRef$mP as LabelPairedBarsFilterRegularIcon, ForwardRef$pY as LabelPairedBarsRegularIcon, ForwardRef$mw as LabelPairedBellBoldIcon, ForwardRef$ms as LabelPairedBellOnBoldIcon, ForwardRef$mt as LabelPairedBellOnRegularIcon, ForwardRef$mx as LabelPairedBellRegularIcon, ForwardRef$mu as LabelPairedBellSlashBoldIcon, ForwardRef$mv as LabelPairedBellSlashRegularIcon, ForwardRef$qb as LabelPairedBookmarkBoldIcon, ForwardRef$qc as LabelPairedBookmarkRegularIcon, ForwardRef$pz as LabelPairedBoxArchiveCircleArrowDownBoldIcon, ForwardRef$pA as LabelPairedBoxArchiveCircleArrowDownRegularIcon, ForwardRef$px as LabelPairedBoxArchiveCircleArrowUpBoldIcon, ForwardRef$py as LabelPairedBoxArchiveCircleArrowUpRegularIcon, ForwardRef$ku as LabelPairedBullhornBoldIcon, ForwardRef$kv as LabelPairedBullhornRegularIcon, ForwardRef$qh as LabelPairedCalendarBoldIcon, ForwardRef$qf as LabelPairedCalendarRangeBoldIcon, ForwardRef$qg as LabelPairedCalendarRangeRegularIcon, ForwardRef$qi as LabelPairedCalendarRegularIcon, ForwardRef$ju as LabelPairedCameraBoldIcon, ForwardRef$jv as LabelPairedCameraRegularIcon, ForwardRef$ke as LabelPairedCaretDownBoldIcon, ForwardRef$kf as LabelPairedCaretDownRegularIcon, ForwardRef$ki as LabelPairedCaretUpBoldIcon, ForwardRef$kj as LabelPairedCaretUpRegularIcon, ForwardRef$jO as LabelPairedCashRegisterBoldIcon, ForwardRef$jP as LabelPairedCashRegisterRegularIcon, ForwardRef$mI as LabelPairedChartAreaBoldIcon, ForwardRef$mJ as LabelPairedChartAreaRegularIcon, ForwardRef$mG as LabelPairedChartCandlestickBoldIcon, ForwardRef$mH as LabelPairedChartCandlestickRegularIcon, ForwardRef$mK as LabelPairedChartLineBoldIcon, ForwardRef$mL as LabelPairedChartLineRegularIcon, ForwardRef$mC as LabelPairedChartLineUpDownBoldIcon, ForwardRef$mD as LabelPairedChartLineUpDownRegularIcon, ForwardRef$mM as LabelPairedChartMixedBoldIcon, ForwardRef$mN as LabelPairedChartMixedRegularIcon, ForwardRef$my as LabelPairedChartOhlcBoldIcon, ForwardRef$mz as LabelPairedChartOhlcRegularIcon, ForwardRef$jo as LabelPairedChartTrendDownBoldIcon, ForwardRef$jp as LabelPairedChartTrendDownRegularIcon, ForwardRef$jm as LabelPairedChartTrendSidewayBoldIcon, ForwardRef$jn as LabelPairedChartTrendSidewayRegularIcon, ForwardRef$jq as LabelPairedChartTrendUpBoldIcon, ForwardRef$jr as LabelPairedChartTrendUpRegularIcon, ForwardRef$pv as LabelPairedCheckBoldIcon, ForwardRef$pw as LabelPairedCheckRegularIcon, ForwardRef$ou as LabelPairedChevronDownBoldIcon, ForwardRef$ov as LabelPairedChevronDownRegularIcon, ForwardRef$os as LabelPairedChevronLeftBoldIcon, ForwardRef$ot as LabelPairedChevronLeftRegularIcon, ForwardRef$ow as LabelPairedChevronRightBoldIcon, ForwardRef$ox as LabelPairedChevronRightRegularIcon, ForwardRef$oy as LabelPairedChevronUpBoldIcon, ForwardRef$oz as LabelPairedChevronUpRegularIcon, ForwardRef$om as LabelPairedChevronsDownBoldIcon, ForwardRef$on as LabelPairedChevronsDownRegularIcon, ForwardRef$ok as LabelPairedChevronsLeftBoldIcon, ForwardRef$ol as LabelPairedChevronsLeftRegularIcon, ForwardRef$oo as LabelPairedChevronsRightBoldIcon, ForwardRef$op as LabelPairedChevronsRightRegularIcon, ForwardRef$oq as LabelPairedChevronsUpBoldIcon, ForwardRef$or as LabelPairedChevronsUpRegularIcon, ForwardRef$o6 as LabelPairedCircleArrowDownBoldIcon, ForwardRef$n_ as LabelPairedCircleArrowDownLeftBoldIcon, ForwardRef$n$ as LabelPairedCircleArrowDownLeftRegularIcon, ForwardRef$o7 as LabelPairedCircleArrowDownRegularIcon, ForwardRef$o0 as LabelPairedCircleArrowDownRightBoldIcon, ForwardRef$o1 as LabelPairedCircleArrowDownRightRegularIcon, ForwardRef$o4 as LabelPairedCircleArrowLeftBoldIcon, ForwardRef$o5 as LabelPairedCircleArrowLeftRegularIcon, ForwardRef$o8 as LabelPairedCircleArrowRightBoldIcon, ForwardRef$o9 as LabelPairedCircleArrowRightRegularIcon, ForwardRef$oa as LabelPairedCircleArrowUpBoldIcon, ForwardRef$nY as LabelPairedCircleArrowUpLeftBoldIcon, ForwardRef$nZ as LabelPairedCircleArrowUpLeftRegularIcon, ForwardRef$ob as LabelPairedCircleArrowUpRegularIcon, ForwardRef$o2 as LabelPairedCircleArrowUpRightBoldIcon, ForwardRef$o3 as LabelPairedCircleArrowUpRightRegularIcon, ForwardRef$oX as LabelPairedCircleBoldIcon, ForwardRef$q9 as LabelPairedCircleBookmarkBoldIcon, ForwardRef$qa as LabelPairedCircleBookmarkRegularIcon, ForwardRef$qd as LabelPairedCircleCalendarBoldIcon, ForwardRef$qe as LabelPairedCircleCalendarRegularIcon, ForwardRef$kc as LabelPairedCircleCaretDownBoldIcon, ForwardRef$kd as LabelPairedCircleCaretDownRegularIcon, ForwardRef$kg as LabelPairedCircleCaretUpBoldIcon, ForwardRef$kh as LabelPairedCircleCaretUpRegularIcon, ForwardRef$pt as LabelPairedCircleCheckBoldIcon, ForwardRef$pu as LabelPairedCircleCheckRegularIcon, ForwardRef$nS as LabelPairedCircleChevronDownBoldIcon, ForwardRef$nT as LabelPairedCircleChevronDownRegularIcon, ForwardRef$nQ as LabelPairedCircleChevronLeftBoldIcon, ForwardRef$nR as LabelPairedCircleChevronLeftRegularIcon, ForwardRef$nU as LabelPairedCircleChevronRightBoldIcon, ForwardRef$nV as LabelPairedCircleChevronRightRegularIcon, ForwardRef$nW as LabelPairedCircleChevronUpBoldIcon, ForwardRef$nX as LabelPairedCircleChevronUpRegularIcon, ForwardRef$jY as LabelPairedCircleDollarBoldIcon, ForwardRef$jZ as LabelPairedCircleDollarRegularIcon, ForwardRef$o_ as LabelPairedCircleDotBoldIcon, ForwardRef$oZ as LabelPairedCircleDotFillIcon, ForwardRef$o$ as LabelPairedCircleDotRegularIcon, ForwardRef$ne as LabelPairedCircleEightBoldIcon, ForwardRef$nf as LabelPairedCircleEightRegularIcon, ForwardRef$pF as LabelPairedCircleEllipsisBoldIcon, ForwardRef$pG as LabelPairedCircleEllipsisRegularIcon, ForwardRef$mo as LabelPairedCircleEnvelopeBoldIcon, ForwardRef$mp as LabelPairedCircleEnvelopeRegularIcon, ForwardRef$jU as LabelPairedCircleEuroBoldIcon, ForwardRef$jV as LabelPairedCircleEuroRegularIcon, ForwardRef$ko as LabelPairedCircleExclamationBoldIcon, ForwardRef$kp as LabelPairedCircleExclamationRegularIcon, ForwardRef$oW as LabelPairedCircleFillIcon, ForwardRef$nk as LabelPairedCircleFiveBoldIcon, ForwardRef$nl as LabelPairedCircleFiveRegularIcon, ForwardRef$nm as LabelPairedCircleFourBoldIcon, ForwardRef$nn as LabelPairedCircleFourRegularIcon, ForwardRef$kk as LabelPairedCircleInfoBoldIcon, ForwardRef$kl as LabelPairedCircleInfoRegularIcon, ForwardRef$qx as LabelPairedCircleMinusBoldIcon, ForwardRef$qy as LabelPairedCircleMinusRegularIcon, ForwardRef$nc as LabelPairedCircleNineBoldIcon, ForwardRef$nd as LabelPairedCircleNineRegularIcon, ForwardRef$ns as LabelPairedCircleOneBoldIcon, ForwardRef$nt as LabelPairedCircleOneRegularIcon, ForwardRef$qt as LabelPairedCirclePlusBoldIcon, ForwardRef$qu as LabelPairedCirclePlusRegularIcon, ForwardRef$oY as LabelPairedCircleRegularIcon, ForwardRef$ng as LabelPairedCircleSevenBoldIcon, ForwardRef$nh as LabelPairedCircleSevenRegularIcon, ForwardRef$ni as LabelPairedCircleSixBoldIcon, ForwardRef$nj as LabelPairedCircleSixRegularIcon, ForwardRef$n2 as LabelPairedCircleSortBoldIcon, ForwardRef$m_ as LabelPairedCircleSortDownBoldIcon, ForwardRef$m$ as LabelPairedCircleSortDownRegularIcon, ForwardRef$n3 as LabelPairedCircleSortRegularIcon, ForwardRef$n0 as LabelPairedCircleSortUpBoldIcon, ForwardRef$n1 as LabelPairedCircleSortUpRegularIcon, ForwardRef$oR as LabelPairedCircleStarBoldIcon, ForwardRef$oQ as LabelPairedCircleStarFillIcon, ForwardRef$oS as LabelPairedCircleStarRegularIcon, ForwardRef$jQ as LabelPairedCircleSterlingBoldIcon, ForwardRef$jR as LabelPairedCircleSterlingRegularIcon, ForwardRef$no as LabelPairedCircleThreeBoldIcon, ForwardRef$np as LabelPairedCircleThreeRegularIcon, ForwardRef$qp as LabelPairedCircleTrashBoldIcon, ForwardRef$qq as LabelPairedCircleTrashRegularIcon, ForwardRef$nq as LabelPairedCircleTwoBoldIcon, ForwardRef$nr as LabelPairedCircleTwoRegularIcon, ForwardRef$jE as LabelPairedCircleUserBoldIcon, ForwardRef$jF as LabelPairedCircleUserRegularIcon, ForwardRef$qB as LabelPairedCircleXmarkBoldIcon, ForwardRef$qC as LabelPairedCircleXmarkRegularIcon, ForwardRef$na as LabelPairedCircleZeroBoldIcon, ForwardRef$nb as LabelPairedCircleZeroRegularIcon, ForwardRef$pB as LabelPairedClockThreeBoldIcon, ForwardRef$pC as LabelPairedClockThreeRegularIcon, ForwardRef$lw as LabelPairedCloneBoldIcon, ForwardRef$lx as LabelPairedCloneRegularIcon, ForwardRef$ql as LabelPairedCompressBoldIcon, ForwardRef$qm as LabelPairedCompressRegularIcon, ForwardRef$lQ as LabelPairedComputerBoldIcon, ForwardRef$lO as LabelPairedComputerMouseScrollwheelBoldIcon, ForwardRef$lP as LabelPairedComputerMouseScrollwheelRegularIcon, ForwardRef$lR as LabelPairedComputerRegularIcon, ForwardRef$lA as LabelPairedCopyBoldIcon, ForwardRef$lB as LabelPairedCopyRegularIcon, ForwardRef$pd as LabelPairedDealCancellationBoldIcon, ForwardRef$pe as LabelPairedDealCancellationRegularIcon, ForwardRef$pf as LabelPairedDealProtectionBoldIcon, ForwardRef$pg as LabelPairedDealProtectionRegularIcon, ForwardRef$r0 as LabelPairedDerivIcon, ForwardRef$k0 as LabelPairedDerivP2pBoldIcon, ForwardRef$k1 as LabelPairedDerivP2pRegularIcon, ForwardRef$j_ as LabelPairedDollarSignBoldIcon, ForwardRef$j$ as LabelPairedDollarSignRegularIcon, ForwardRef$ny as LabelPairedEightBoldIcon, ForwardRef$nz as LabelPairedEightRegularIcon, ForwardRef$pr as LabelPairedEllipsisBoldIcon, ForwardRef$ps as LabelPairedEllipsisRegularIcon, ForwardRef$pV as LabelPairedEllipsisVerticalBoldIcon, ForwardRef$pW as LabelPairedEllipsisVerticalRegularIcon, ForwardRef$mq as LabelPairedEnvelopeBoldIcon, ForwardRef$mr as LabelPairedEnvelopeRegularIcon, ForwardRef$jW as LabelPairedEuroSignBoldIcon, ForwardRef$jX as LabelPairedEuroSignRegularIcon, ForwardRef$ks as LabelPairedExclamationBoldIcon, ForwardRef$kt as LabelPairedExclamationRegularIcon, ForwardRef$qn as LabelPairedExpandBoldIcon, ForwardRef$qo as LabelPairedExpandRegularIcon, ForwardRef$q5 as LabelPairedEyeBoldIcon, ForwardRef$q6 as LabelPairedEyeRegularIcon, ForwardRef$q3 as LabelPairedEyeSlashBoldIcon, ForwardRef$q4 as LabelPairedEyeSlashRegularIcon, ForwardRef$r8 as LabelPairedFacebookIcon, ForwardRef$k2 as LabelPairedFiatOfframpBoldIcon, ForwardRef$k3 as LabelPairedFiatOfframpRegularIcon, ForwardRef$k4 as LabelPairedFiatOnrampBoldIcon, ForwardRef$k5 as LabelPairedFiatOnrampRegularIcon, ForwardRef$kE as LabelPairedFileCertificateBoldIcon, ForwardRef$kF as LabelPairedFileCertificateRegularIcon, ForwardRef$mE as LabelPairedFileChartColumnBoldIcon, ForwardRef$mF as LabelPairedFileChartColumnRegularIcon, ForwardRef$l8 as LabelPairedFileCircleCheckBoldIcon, ForwardRef$l9 as LabelPairedFileCircleCheckRegularIcon, ForwardRef$le as LabelPairedFileCircleInfoBoldIcon, ForwardRef$lf as LabelPairedFileCircleInfoRegularIcon, ForwardRef$l4 as LabelPairedFileInvoiceDollarBoldIcon, ForwardRef$l5 as LabelPairedFileInvoiceDollarRegularIcon, ForwardRef$kC as LabelPairedFileShieldBoldIcon, ForwardRef$kD as LabelPairedFileShieldRegularIcon, ForwardRef$nE as LabelPairedFiveBoldIcon, ForwardRef$nF as LabelPairedFiveRegularIcon, ForwardRef$lE as LabelPairedFlagCheckeredBoldIcon, ForwardRef$lF as LabelPairedFlagCheckeredRegularIcon, ForwardRef$ls as LabelPairedFloppyDiskBoldIcon, ForwardRef$lq as LabelPairedFloppyDiskPenBoldIcon, ForwardRef$lr as LabelPairedFloppyDiskPenRegularIcon, ForwardRef$lt as LabelPairedFloppyDiskRegularIcon, ForwardRef$kY as LabelPairedForwardBoldIcon, ForwardRef$kX as LabelPairedForwardFillIcon, ForwardRef$kZ as LabelPairedForwardRegularIcon, ForwardRef$kS as LabelPairedForwardStepBoldIcon, ForwardRef$kR as LabelPairedForwardStepFillIcon, ForwardRef$kT as LabelPairedForwardStepRegularIcon, ForwardRef$nG as LabelPairedFourBoldIcon, ForwardRef$nH as LabelPairedFourRegularIcon, ForwardRef$pl as LabelPairedGaugeMaxBoldIcon, ForwardRef$pm as LabelPairedGaugeMaxRegularIcon, ForwardRef$pj as LabelPairedGaugeMinBoldIcon, ForwardRef$pk as LabelPairedGaugeMinRegularIcon, ForwardRef$qj as LabelPairedGearBoldIcon, ForwardRef$qk as LabelPairedGearRegularIcon, ForwardRef$mk as LabelPairedGlobeBoldIcon, ForwardRef$ml as LabelPairedGlobeRegularIcon, ForwardRef$r9 as LabelPairedGoogleIcon, ForwardRef$qY as LabelPairedGooglePlayIcon, ForwardRef$pZ as LabelPairedGridBoldIcon, ForwardRef$p_ as LabelPairedGridRegularIcon, ForwardRef$qF as LabelPairedGripDotsVerticalBoldIcon, ForwardRef$qG as LabelPairedGripDotsVerticalRegularIcon, ForwardRef$kw as LabelPairedHandsHoldingDiamondBoldIcon, ForwardRef$kx as LabelPairedHandsHoldingDiamondRegularIcon, ForwardRef$qN as LabelPairedHarmonyOsIcon, ForwardRef$lc as LabelPairedHorizontalRuleBoldIcon, ForwardRef$la as LabelPairedHorizontalRuleDashedBoldIcon, ForwardRef$lb as LabelPairedHorizontalRuleDashedRegularIcon, ForwardRef$ld as LabelPairedHorizontalRuleRegularIcon, ForwardRef$lC as LabelPairedHouseBlankBoldIcon, ForwardRef$lD as LabelPairedHouseBlankRegularIcon, ForwardRef$qO as LabelPairedHuaweiAppGalleryIcon, ForwardRef$qM as LabelPairedHuaweiIcon, ForwardRef$jw as LabelPairedImageBoldIcon, ForwardRef$js as LabelPairedImagePolaroidUserBoldIcon, ForwardRef$jt as LabelPairedImagePolaroidUserRegularIcon, ForwardRef$jx as LabelPairedImageRegularIcon, ForwardRef$km as LabelPairedInfoBoldIcon, ForwardRef$kn as LabelPairedInfoRegularIcon, ForwardRef$r2 as LabelPairedInstagramIcon, ForwardRef$qR as LabelPairedIosIcon, ForwardRef$qQ as LabelPairedIpadosIcon, ForwardRef$lM as LabelPairedKeyboardBoldIcon, ForwardRef$lN as LabelPairedKeyboardRegularIcon, ForwardRef$mc as LabelPairedLanguageBoldIcon, ForwardRef$md as LabelPairedLanguageRegularIcon, ForwardRef$lU as LabelPairedLaptopBoldIcon, ForwardRef$lS as LabelPairedLaptopMobileBoldIcon, ForwardRef$lT as LabelPairedLaptopMobileRegularIcon, ForwardRef$lV as LabelPairedLaptopRegularIcon, ForwardRef$ph as LabelPairedLifeRingBoldIcon, ForwardRef$pi as LabelPairedLifeRingRegularIcon, ForwardRef$mA as LabelPairedLightChartLineUpDownClockBoldIcon, ForwardRef$mB as LabelPairedLightChartLineUpDownClockRegularIcon, ForwardRef$jy as LabelPairedLightUserTieCircleDollarBoldIcon, ForwardRef$jz as LabelPairedLightUserTieCircleDollarRegularIcon, ForwardRef$mi as LabelPairedLinkSimpleBoldIcon, ForwardRef$mj as LabelPairedLinkSimpleRegularIcon, ForwardRef$r5 as LabelPairedLinkedinIcon, ForwardRef$qZ as LabelPairedLinuxIcon, ForwardRef$lI as LabelPairedLocationCrosshairsBoldIcon, ForwardRef$lJ as LabelPairedLocationCrosshairsRegularIcon, ForwardRef$lG as LabelPairedLocationCrosshairsSlashBoldIcon, ForwardRef$lH as LabelPairedLocationCrosshairsSlashRegularIcon, ForwardRef$lK as LabelPairedLocationDotBoldIcon, ForwardRef$lL as LabelPairedLocationDotRegularIcon, ForwardRef$kI as LabelPairedLockBoldIcon, ForwardRef$kJ as LabelPairedLockRegularIcon, ForwardRef$qS as LabelPairedMacosIcon, ForwardRef$l6 as LabelPairedMemoCircleCheckBoldIcon, ForwardRef$l7 as LabelPairedMemoCircleCheckRegularIcon, ForwardRef$ma as LabelPairedMessagesQuestionBoldIcon, ForwardRef$mb as LabelPairedMessagesQuestionRegularIcon, ForwardRef$kK as LabelPairedMicrophoneBoldIcon, ForwardRef$kL as LabelPairedMicrophoneRegularIcon, ForwardRef$qV as LabelPairedMicrosoftIcon, ForwardRef$qP as LabelPairedMicrosoftStoreIcon, ForwardRef$qz as LabelPairedMinusBoldIcon, ForwardRef$qA as LabelPairedMinusRegularIcon, ForwardRef$m0 as LabelPairedMobileNotchBoldIcon, ForwardRef$m1 as LabelPairedMobileNotchRegularIcon, ForwardRef$l_ as LabelPairedMobileScreenButtonBoldIcon, ForwardRef$l$ as LabelPairedMobileScreenButtonRegularIcon, ForwardRef$jM as LabelPairedMoneyBillBoldIcon, ForwardRef$jN as LabelPairedMoneyBillRegularIcon, ForwardRef$pn as LabelPairedMoonBoldIcon, ForwardRef$po as LabelPairedMoonRegularIcon, ForwardRef$nw as LabelPairedNineBoldIcon, ForwardRef$nx as LabelPairedNineRegularIcon, ForwardRef$nM as LabelPairedOneBoldIcon, ForwardRef$nN as LabelPairedOneRegularIcon, ForwardRef$ly as LabelPairedPasteBoldIcon, ForwardRef$lz as LabelPairedPasteRegularIcon, ForwardRef$k$ as LabelPairedPauseBoldIcon, ForwardRef$k_ as LabelPairedPauseFillIcon, ForwardRef$l0 as LabelPairedPauseRegularIcon, ForwardRef$lo as LabelPairedPenBoldIcon, ForwardRef$lm as LabelPairedPenCircleBoldIcon, ForwardRef$ln as LabelPairedPenCircleRegularIcon, ForwardRef$lk as LabelPairedPenLineBoldIcon, ForwardRef$ll as LabelPairedPenLineRegularIcon, ForwardRef$lp as LabelPairedPenRegularIcon, ForwardRef$li as LabelPairedPercentBoldIcon, ForwardRef$lj as LabelPairedPercentRegularIcon, ForwardRef$mg as LabelPairedPersonChalkboardBoldIcon, ForwardRef$mh as LabelPairedPersonChalkboardRegularIcon, ForwardRef$mm as LabelPairedPhoneBoldIcon, ForwardRef$mn as LabelPairedPhoneRegularIcon, ForwardRef$qH as LabelPairedPlaceholderBoldIcon, ForwardRef$qI as LabelPairedPlaceholderRegularIcon, ForwardRef$l2 as LabelPairedPlayBoldIcon, ForwardRef$l1 as LabelPairedPlayFillIcon, ForwardRef$l3 as LabelPairedPlayRegularIcon, ForwardRef$qv as LabelPairedPlusBoldIcon, ForwardRef$qw as LabelPairedPlusRegularIcon, ForwardRef$me as LabelPairedPresentationScreenBoldIcon, ForwardRef$mf as LabelPairedPresentationScreenRegularIcon, ForwardRef$jG as LabelPairedQrcodeBoldIcon, ForwardRef$jH as LabelPairedQrcodeRegularIcon, ForwardRef$m8 as LabelPairedRectangleAdBoldIcon, ForwardRef$m9 as LabelPairedRectangleAdRegularIcon, ForwardRef$jI as LabelPairedRectangleBarcodeBoldIcon, ForwardRef$jJ as LabelPairedRectangleBarcodeRegularIcon, ForwardRef$r3 as LabelPairedRedditIcon, ForwardRef$pN as LabelPairedRightFromBracketBoldIcon, ForwardRef$pO as LabelPairedRightFromBracketRegularIcon, ForwardRef$pL as LabelPairedRightToBracketBoldIcon, ForwardRef$pM as LabelPairedRightToBracketRegularIcon, ForwardRef$lu as LabelPairedScissorsBoldIcon, ForwardRef$lv as LabelPairedScissorsRegularIcon, ForwardRef$q7 as LabelPairedSearchBoldIcon, ForwardRef$q8 as LabelPairedSearchRegularIcon, ForwardRef$nA as LabelPairedSevenBoldIcon, ForwardRef$nB as LabelPairedSevenRegularIcon, ForwardRef$kA as LabelPairedShieldCheckBoldIcon, ForwardRef$kB as LabelPairedShieldCheckRegularIcon, ForwardRef$m4 as LabelPairedSignalBoldIcon, ForwardRef$m5 as LabelPairedSignalRegularIcon, ForwardRef$nC as LabelPairedSixBoldIcon, ForwardRef$nD as LabelPairedSixRegularIcon, ForwardRef$n8 as LabelPairedSortBoldIcon, ForwardRef$n4 as LabelPairedSortDownBoldIcon, ForwardRef$n5 as LabelPairedSortDownRegularIcon, ForwardRef$n9 as LabelPairedSortRegularIcon, ForwardRef$n6 as LabelPairedSortUpBoldIcon, ForwardRef$n7 as LabelPairedSortUpRegularIcon, ForwardRef$p7 as LabelPairedSquareBoldIcon, ForwardRef$p4 as LabelPairedSquareCheckBoldIcon, ForwardRef$p3 as LabelPairedSquareCheckFillIcon, ForwardRef$p5 as LabelPairedSquareCheckRegularIcon, ForwardRef$p6 as LabelPairedSquareFillIcon, ForwardRef$p1 as LabelPairedSquareMinusBoldIcon, ForwardRef$p0 as LabelPairedSquareMinusFillIcon, ForwardRef$p2 as LabelPairedSquareMinusRegularIcon, ForwardRef$p8 as LabelPairedSquareRegularIcon, ForwardRef$oU as LabelPairedStarBoldIcon, ForwardRef$oT as LabelPairedStarFillIcon, ForwardRef$oV as LabelPairedStarRegularIcon, ForwardRef$jS as LabelPairedSterlingSignBoldIcon, ForwardRef$jT as LabelPairedSterlingSignRegularIcon, ForwardRef$pb as LabelPairedStopLossBoldIcon, ForwardRef$pc as LabelPairedStopLossRegularIcon, ForwardRef$pD as LabelPairedStopwatchBoldIcon, ForwardRef$pE as LabelPairedStopwatchRegularIcon, ForwardRef$pp as LabelPairedSunBrightBoldIcon, ForwardRef$pq as LabelPairedSunBrightRegularIcon, ForwardRef$lg as LabelPairedTableLayoutBoldIcon, ForwardRef$lh as LabelPairedTableLayoutRegularIcon, ForwardRef$lY as LabelPairedTabletBoldIcon, ForwardRef$lZ as LabelPairedTabletRegularIcon, ForwardRef$lW as LabelPairedTabletScreenBoldIcon, ForwardRef$lX as LabelPairedTabletScreenRegularIcon, ForwardRef$p9 as LabelPairedTakeProfitBoldIcon, ForwardRef$pa as LabelPairedTakeProfitRegularIcon, ForwardRef$r4 as LabelPairedTelegramIcon, ForwardRef$nI as LabelPairedThreeBoldIcon, ForwardRef$nJ as LabelPairedThreeRegularIcon, ForwardRef$qK as LabelPairedTiktokIcon, ForwardRef$qr as LabelPairedTrashBoldIcon, ForwardRef$qs as LabelPairedTrashRegularIcon, ForwardRef$kq as LabelPairedTriangleExclamationBoldIcon, ForwardRef$kr as LabelPairedTriangleExclamationRegularIcon, ForwardRef$qJ as LabelPairedTrustpilotIcon, ForwardRef$nK as LabelPairedTwoBoldIcon, ForwardRef$nL as LabelPairedTwoRegularIcon, ForwardRef$qT as LabelPairedUbuntuIcon, ForwardRef$kG as LabelPairedUnlockBoldIcon, ForwardRef$kH as LabelPairedUnlockRegularIcon, ForwardRef$jC as LabelPairedUserBoldIcon, ForwardRef$jD as LabelPairedUserRegularIcon, ForwardRef$jA as LabelPairedUsersBoldIcon, ForwardRef$jB as LabelPairedUsersRegularIcon, ForwardRef$kM as LabelPairedVideoBoldIcon, ForwardRef$kN as LabelPairedVideoRegularIcon, ForwardRef$ka as LabelPairedWalletBoldIcon, ForwardRef$k6 as LabelPairedWalletCircleMinusBoldIcon, ForwardRef$k7 as LabelPairedWalletCircleMinusRegularIcon, ForwardRef$k8 as LabelPairedWalletCirclePlusBoldIcon, ForwardRef$k9 as LabelPairedWalletCirclePlusRegularIcon, ForwardRef$kb as LabelPairedWalletRegularIcon, ForwardRef$r6 as LabelPairedWhatsappIcon, ForwardRef$m6 as LabelPairedWifiBoldIcon, ForwardRef$m7 as LabelPairedWifiRegularIcon, ForwardRef$pH as LabelPairedWindowMaximizeBoldIcon, ForwardRef$pI as LabelPairedWindowMaximizeRegularIcon, ForwardRef$pJ as LabelPairedWindowMinimizeBoldIcon, ForwardRef$pK as LabelPairedWindowMinimizeRegularIcon, ForwardRef$q_ as LabelPairedWindowsIcon, ForwardRef$r7 as LabelPairedXTwitterIcon, ForwardRef$qD as LabelPairedXmarkBoldIcon, ForwardRef$qE as LabelPairedXmarkRegularIcon, ForwardRef$qL as LabelPairedYoutubeIcon, ForwardRef$nu as LabelPairedZeroBoldIcon, ForwardRef$nv as LabelPairedZeroRegularIcon, ForwardRef$t0 as LightDependableIcon, ForwardRef$s_ as LightRegulatedIcon, ForwardRef$s$ as LightSafeAndSecureIcon, ForwardRef$sZ as LightTwentyFourSevenSupportIcon, ForwardRef$8u as MarketCommodityAluminiumusdIcon, ForwardRef$8t as MarketCommodityCopperusdIcon, ForwardRef$8s as MarketCommodityGoldeurIcon, ForwardRef$8r as MarketCommodityGoldusdIcon, ForwardRef$8q as MarketCommodityLeadusdIcon, ForwardRef$8p as MarketCommodityNickelusdIcon, ForwardRef$8o as MarketCommodityPalladiumusdIcon, ForwardRef$8n as MarketCommodityPlatinumusdIcon, ForwardRef$8m as MarketCommoditySilvereurIcon, ForwardRef$8l as MarketCommoditySilverusdIcon, ForwardRef$8k as MarketCommodityZincusdIcon, ForwardRef$98 as MarketCryptocurrencyAdausdIcon, ForwardRef$97 as MarketCryptocurrencyAlgusdIcon, ForwardRef$96 as MarketCryptocurrencyAvausdIcon, ForwardRef$95 as MarketCryptocurrencyBatusdIcon, ForwardRef$94 as MarketCryptocurrencyBchusdIcon, ForwardRef$93 as MarketCryptocurrencyBnbusdIcon, ForwardRef$92 as MarketCryptocurrencyBtcethIcon, ForwardRef$91 as MarketCryptocurrencyBtcltcIcon, ForwardRef$90 as MarketCryptocurrencyBtcusdIcon, ForwardRef$8$ as MarketCryptocurrencyDogusdIcon, ForwardRef$8_ as MarketCryptocurrencyDotusdIcon, ForwardRef$8Z as MarketCryptocurrencyDshusdIcon, ForwardRef$8Y as MarketCryptocurrencyEosusdIcon, ForwardRef$8X as MarketCryptocurrencyEtcusdIcon, ForwardRef$8W as MarketCryptocurrencyEthusdIcon, ForwardRef$8V as MarketCryptocurrencyFilusdIcon, ForwardRef$8U as MarketCryptocurrencyIotusdIcon, ForwardRef$8T as MarketCryptocurrencyLnkusdIcon, ForwardRef$8S as MarketCryptocurrencyLtcusdIcon, ForwardRef$8R as MarketCryptocurrencyMkrusdIcon, ForwardRef$8Q as MarketCryptocurrencyMtcusdIcon, ForwardRef$8P as MarketCryptocurrencyNeousdIcon, ForwardRef$8O as MarketCryptocurrencyOmgusdIcon, ForwardRef$8N as MarketCryptocurrencySolusdIcon, ForwardRef$8M as MarketCryptocurrencyTrxusdIcon, ForwardRef$8L as MarketCryptocurrencyUniusdIcon, ForwardRef$8K as MarketCryptocurrencyXlmusdIcon, ForwardRef$8J as MarketCryptocurrencyXmrusdIcon, ForwardRef$8I as MarketCryptocurrencyXrpusdIcon, ForwardRef$8H as MarketCryptocurrencyXtzusdIcon, ForwardRef$8G as MarketCryptocurrencyZecusdIcon, ForwardRef$9_ as MarketForexAudcadIcon, ForwardRef$9Z as MarketForexAudchfIcon, ForwardRef$9Y as MarketForexAudjpyIcon, ForwardRef$9X as MarketForexAudnzdIcon, ForwardRef$9W as MarketForexAudsgdIcon, ForwardRef$9V as MarketForexAudusdIcon, ForwardRef$9U as MarketForexCadchfIcon, ForwardRef$9T as MarketForexCadjpyIcon, ForwardRef$9S as MarketForexChfjpyIcon, ForwardRef$9R as MarketForexEuraudIcon, ForwardRef$9Q as MarketForexEurcadIcon, ForwardRef$9P as MarketForexEurchfIcon, ForwardRef$9O as MarketForexEurgbpIcon, ForwardRef$9N as MarketForexEurhkdIcon, ForwardRef$9M as MarketForexEurilsIcon, ForwardRef$9L as MarketForexEurjpyIcon, ForwardRef$9K as MarketForexEurmxnIcon, ForwardRef$9J as MarketForexEurnokIcon, ForwardRef$9I as MarketForexEurnzdIcon, ForwardRef$9H as MarketForexEurplnIcon, ForwardRef$9G as MarketForexEursekIcon, ForwardRef$9F as MarketForexEursgdIcon, ForwardRef$9E as MarketForexEurusdIcon, ForwardRef$9D as MarketForexEurzarIcon, ForwardRef$9C as MarketForexGbpaudIcon, ForwardRef$9B as MarketForexGbpcadIcon, ForwardRef$9A as MarketForexGbpchfIcon, ForwardRef$9z as MarketForexGbpjpyIcon, ForwardRef$9y as MarketForexGbpnokIcon, ForwardRef$9x as MarketForexGbpnzdIcon, ForwardRef$9w as MarketForexGbpsekIcon, ForwardRef$9a as MarketForexGbpsgdIcon, ForwardRef$9v as MarketForexGbpusdIcon, ForwardRef$99 as MarketForexHkdjpyIcon, ForwardRef$9u as MarketForexNzdcadIcon, ForwardRef$9t as MarketForexNzdchfIcon, ForwardRef$9s as MarketForexNzdjpnIcon, ForwardRef$9r as MarketForexNzdsgdIcon, ForwardRef$9q as MarketForexNzdusdIcon, ForwardRef$9p as MarketForexSgdjpyIcon, ForwardRef$9o as MarketForexUsdcadIcon, ForwardRef$9n as MarketForexUsdchfIcon, ForwardRef$9g as MarketForexUsdcnhIcon, ForwardRef$9m as MarketForexUsdhkdIcon, ForwardRef$9l as MarketForexUsdilsIcon, ForwardRef$9k as MarketForexUsdjpyIcon, ForwardRef$9j as MarketForexUsdmxnIcon, ForwardRef$9i as MarketForexUsdnokIcon, ForwardRef$9h as MarketForexUsdplnIcon, ForwardRef$9f as MarketForexUsdrubIcon, ForwardRef$9e as MarketForexUsdsekIcon, ForwardRef$9d as MarketForexUsdsgdIcon, ForwardRef$9c as MarketForexUsdthbIcon, ForwardRef$9b as MarketForexUsdzarIcon, ForwardRef$8C as MarketMetalAluminiumIcon, ForwardRef$8D as MarketMetalCopperIcon, ForwardRef$8F as MarketMetalGoldIcon, ForwardRef$8B as MarketMetalLeadIcon, ForwardRef$8A as MarketMetalNickelIcon, ForwardRef$8y as MarketMetalPalladiumIcon, ForwardRef$8x as MarketMetalPlatinumIcon, ForwardRef$8E as MarketMetalSilverIcon, ForwardRef$8z as MarketMetalZincIcon, ForwardRef$fA as PartnersProductBinaryBotBlackLogoHorizontalIcon, ForwardRef$fE as PartnersProductBinaryBotBlackLogoWordmarkHorizontalIcon, ForwardRef$fw as PartnersProductBinaryBotBlackLogoWordmarkVerticalIcon, ForwardRef$fs as PartnersProductBinaryBotBlackWordmarkHorizontalIcon, ForwardRef$fo as PartnersProductBinaryBotBlackWordmarkVerticalIcon, ForwardRef$fB as PartnersProductBinaryBotBrandDarkLogoHorizontalIcon, ForwardRef$fF as PartnersProductBinaryBotBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$fx as PartnersProductBinaryBotBrandDarkLogoWordmarkVerticalIcon, ForwardRef$ft as PartnersProductBinaryBotBrandDarkWordmarkHorizontalIcon, ForwardRef$fp as PartnersProductBinaryBotBrandDarkWordmarkVerticalIcon, ForwardRef$fC as PartnersProductBinaryBotBrandLightLogoHorizontalIcon, ForwardRef$fG as PartnersProductBinaryBotBrandLightLogoWordmarkHorizontalIcon, ForwardRef$fy as PartnersProductBinaryBotBrandLightLogoWordmarkVerticalIcon, ForwardRef$fu as PartnersProductBinaryBotBrandLightWordmarkHorizontalIcon, ForwardRef$fq as PartnersProductBinaryBotBrandLightWordmarkVerticalIcon, ForwardRef$fz as PartnersProductBinaryBotWhiteLogoHorizontalIcon, ForwardRef$fD as PartnersProductBinaryBotWhiteLogoWordmarkHorizontalIcon, ForwardRef$fv as PartnersProductBinaryBotWhiteLogoWordmarkVerticalIcon, ForwardRef$fr as PartnersProductBinaryBotWhiteWordmarkHorizontalIcon, ForwardRef$fn as PartnersProductBinaryBotWhiteWordmarkVerticalIcon, ForwardRef$fQ as PartnersProductDerivCtraderBlackLogoHorizontalIcon, ForwardRef$fY as PartnersProductDerivCtraderBlackLogoWordmarkHorizontalIcon, ForwardRef$fU as PartnersProductDerivCtraderBlackLogoWordmarkVerticalIcon, ForwardRef$fM as PartnersProductDerivCtraderBlackWordmarkHorizontalIcon, ForwardRef$fI as PartnersProductDerivCtraderBlackWordmarkVerticalIcon, ForwardRef$fR as PartnersProductDerivCtraderBrandDarkLogoHorizontalIcon, ForwardRef$fZ as PartnersProductDerivCtraderBrandDarkLogoWordmarkHorizontalIcon, ForwardRef$fV as PartnersProductDerivCtraderBrandDarkLogoWordmarkVerticalIcon, ForwardRef$fN as PartnersProductDerivCtraderBrandDarkWordmarkHorizontalIcon, ForwardRef$fJ as PartnersProductDerivCtraderBrandDarkWordmarkVerticalIcon, ForwardRef$fS as PartnersProductDerivCtraderBrandLightLogoHorizontalIcon, ForwardRef$f_ as PartnersProductDerivCtraderBrandLightLogoWordmarkHorizontalIcon, ForwardRef$fW as PartnersProductDerivCtraderBrandLightLogoWordmarkVerticalIcon, ForwardRef$fO as PartnersProductDerivCtraderBrandLightWordmarkHorizontalIcon, ForwardRef$fK as PartnersProductDerivCtraderBrandLightWordmarkVerticalIcon, ForwardRef$fP as PartnersProductDerivCtraderWhiteLogoHorizontalIcon, ForwardRef$fX as PartnersProductDerivCtraderWhiteLogoWordmarkHorizontalIcon, ForwardRef$fT as PartnersProductDerivCtraderWhiteLogoWordmarkVerticalIcon, ForwardRef$fL as PartnersProductDerivCtraderWhiteWordmarkHorizontalIcon, ForwardRef$fH as PartnersProductDerivCtraderWhiteWordmarkVerticalIcon, ForwardRef$g8 as PartnersProductDerivMt5BlackLogoHorizontalIcon, ForwardRef$gg as PartnersProductDerivMt5BlackLogoWordmarkHorizontalIcon, ForwardRef$gc as PartnersProductDerivMt5BlackLogoWordmarkVerticalIcon, ForwardRef$g4 as PartnersProductDerivMt5BlackWordmarkHorizontalIcon, ForwardRef$g0 as PartnersProductDerivMt5BlackWordmarkVerticalIcon, ForwardRef$g9 as PartnersProductDerivMt5BrandDarkLogoHorizontalIcon, ForwardRef$gh as PartnersProductDerivMt5BrandDarkLogoWordmarkHorizontalIcon, ForwardRef$gd as PartnersProductDerivMt5BrandDarkLogoWordmarkVerticalIcon, ForwardRef$g5 as PartnersProductDerivMt5BrandDarkWordmarkHorizontalIcon, ForwardRef$g1 as PartnersProductDerivMt5BrandDarkWordmarkVerticalIcon, ForwardRef$ga as PartnersProductDerivMt5BrandLightLogoHorizontalIcon, ForwardRef$gi as PartnersProductDerivMt5BrandLightLogoWordmarkHorizontalIcon, ForwardRef$ge as PartnersProductDerivMt5BrandLightLogoWordmarkVerticalIcon, ForwardRef$g6 as PartnersProductDerivMt5BrandLightWordmarkHorizontalIcon, ForwardRef$g2 as PartnersProductDerivMt5BrandLightWordmarkVerticalIcon, ForwardRef$g7 as PartnersProductDerivMt5WhiteLogoHorizontalIcon, ForwardRef$gf as PartnersProductDerivMt5WhiteLogoWordmarkHorizontalIcon, ForwardRef$gb as PartnersProductDerivMt5WhiteLogoWordmarkVerticalIcon, ForwardRef$g3 as PartnersProductDerivMt5WhiteWordmarkHorizontalIcon, ForwardRef$f$ as PartnersProductDerivMt5WhiteWordmarkVerticalIcon, ForwardRef$fg as PartnersProductSmarttraderBlackLogoIcon, ForwardRef$fk as PartnersProductSmarttraderBlackLogoWordmarkIcon, ForwardRef$fc as PartnersProductSmarttraderBlackWordmarkIcon, ForwardRef$fh as PartnersProductSmarttraderBrandDarkLogoIcon, ForwardRef$fl as PartnersProductSmarttraderBrandDarkLogoWordmarkIcon, ForwardRef$fd as PartnersProductSmarttraderBrandDarkWordmarkIcon, ForwardRef$fi as PartnersProductSmarttraderBrandLightLogoIcon, ForwardRef$fm as PartnersProductSmarttraderBrandLightLogoWordmarkIcon, ForwardRef$fe as PartnersProductSmarttraderBrandLightWordmarkIcon, ForwardRef$ff as PartnersProductSmarttraderWhiteLogoIcon, ForwardRef$fj as PartnersProductSmarttraderWhiteLogoWordmarkIcon, ForwardRef$fb as PartnersProductSmarttraderWhiteWordmarkIcon, ForwardRef$f8 as PaymentMethod10CoinsBrandIcon, ForwardRef$br as PaymentMethod10CoinsWhiteIcon, ForwardRef$dA as PaymentMethod1foryouBlackIcon, ForwardRef$f9 as PaymentMethod1foryouBrandIcon, ForwardRef$bs as PaymentMethod1foryouWhiteIcon, ForwardRef$dz as PaymentMethodAdvcashBlackIcon, ForwardRef$c9 as PaymentMethodAdvcashBrandDarkIcon, ForwardRef$f7 as PaymentMethodAdvcashBrandIcon, ForwardRef$bq as PaymentMethodAdvcashWhiteIcon, ForwardRef$dy as PaymentMethodAirtelMtnBlackIcon, ForwardRef$f6 as PaymentMethodAirtelMtnBrandIcon, ForwardRef$bp as PaymentMethodAirtelMtnWhiteIcon, ForwardRef$dx as PaymentMethodAirtmBlackIcon, ForwardRef$f5 as PaymentMethodAirtmBrandIcon, ForwardRef$bo as PaymentMethodAirtmWhiteIcon, ForwardRef$dw as PaymentMethodAlipayBlackIcon, ForwardRef$c8 as PaymentMethodAlipayBrandDarkIcon, ForwardRef$f4 as PaymentMethodAlipayBrandIcon, ForwardRef$bn as PaymentMethodAlipayWhiteIcon, ForwardRef$f3 as PaymentMethodApplePayBrandIcon, ForwardRef$dv as PaymentMethodAstropayBlackIcon, ForwardRef$c7 as PaymentMethodAstropayBrandDarkIcon, ForwardRef$f2 as PaymentMethodAstropayBrandIcon, ForwardRef$bm as PaymentMethodAstropayWhiteIcon, ForwardRef$du as PaymentMethodBankCentralAsiaBcaBlackIcon, ForwardRef$f1 as PaymentMethodBankCentralAsiaBcaBrandIcon, ForwardRef$bl as PaymentMethodBankCentralAsiaBcaWhiteIcon, ForwardRef$dt as PaymentMethodBankNegaraIndonesiaBniBlackIcon, ForwardRef$f0 as PaymentMethodBankNegaraIndonesiaBniBrandIcon, ForwardRef$bk as PaymentMethodBankNegaraIndonesiaBniWhiteIcon, ForwardRef$ds as PaymentMethodBankRakyatIndonesiaBriBlackIcon, ForwardRef$e$ as PaymentMethodBankRakyatIndonesiaBriBrandIcon, ForwardRef$bj as PaymentMethodBankRakyatIndonesiaBriWhiteIcon, ForwardRef$dr as PaymentMethodBanxaBlackIcon, ForwardRef$c6 as PaymentMethodBanxaBrandDarkIcon, ForwardRef$e_ as PaymentMethodBanxaBrandIcon, ForwardRef$bi as PaymentMethodBanxaWhiteIcon, ForwardRef$dq as PaymentMethodBeyonicBlackIcon, ForwardRef$eZ as PaymentMethodBeyonicBrandIcon, ForwardRef$bh as PaymentMethodBeyonicWhiteIcon, ForwardRef$dp as PaymentMethodBitcoinBlackIcon, ForwardRef$c5 as PaymentMethodBitcoinBrandDarkIcon, ForwardRef$eY as PaymentMethodBitcoinBrandIcon, ForwardRef$do as PaymentMethodBitcoinCashBlackIcon, ForwardRef$c4 as PaymentMethodBitcoinCashBrandDarkIcon, ForwardRef$eX as PaymentMethodBitcoinCashBrandIcon, ForwardRef$bf as PaymentMethodBitcoinCashWhiteIcon, ForwardRef$bg as PaymentMethodBitcoinWhiteIcon, ForwardRef$eW as PaymentMethodBoletoBrandIcon, ForwardRef$be as PaymentMethodBoletoWhiteIcon, ForwardRef$dn as PaymentMethodChangellyBlackIcon, ForwardRef$c3 as PaymentMethodChangellyBrandDarkIcon, ForwardRef$eV as PaymentMethodChangellyBrandIcon, ForwardRef$bd as PaymentMethodChangellyWhiteIcon, ForwardRef$dm as PaymentMethodChequeBlackIcon, ForwardRef$c2 as PaymentMethodChequeBrandDarkIcon, ForwardRef$eU as PaymentMethodChequeBrandIcon, ForwardRef$bc as PaymentMethodChequeWhiteIcon, ForwardRef$dl as PaymentMethodCimbniagaBlackIcon, ForwardRef$c1 as PaymentMethodCimbniagaBrandDarkIcon, ForwardRef$eT as PaymentMethodCimbniagaBrandIcon, ForwardRef$bb as PaymentMethodCimbniagaWhiteIcon, ForwardRef$dk as PaymentMethodCreditDebitBlackIcon, ForwardRef$c0 as PaymentMethodCreditDebitBrandDarkIcon, ForwardRef$eS as PaymentMethodCreditDebitBrandIcon, ForwardRef$ba as PaymentMethodCreditDebitWhiteIcon, ForwardRef$dj as PaymentMethodCryptosBlackIcon, ForwardRef$b$ as PaymentMethodCryptosBrandDarkIcon, ForwardRef$eR as PaymentMethodCryptosBrandIcon, ForwardRef$b9 as PaymentMethodCryptosWhiteIcon, ForwardRef$di as PaymentMethodDaiBlackIcon, ForwardRef$eQ as PaymentMethodDaiBrandIcon, ForwardRef$b8 as PaymentMethodDaiWhiteIcon, ForwardRef$dh as PaymentMethodDerivDemoBlackIcon, ForwardRef$b_ as PaymentMethodDerivDemoBrandDarkIcon, ForwardRef$eP as PaymentMethodDerivDemoBrandIcon, ForwardRef$b7 as PaymentMethodDerivDemoWhiteIcon, ForwardRef$dg as PaymentMethodDerivP2pBlackIcon, ForwardRef$bZ as PaymentMethodDerivP2pBrandDarkIcon, ForwardRef$eO as PaymentMethodDerivP2pBrandIcon, ForwardRef$b6 as PaymentMethodDerivP2pWhiteIcon, ForwardRef$df as PaymentMethodDiamondBankBlackIcon, ForwardRef$bY as PaymentMethodDiamondBankBrandDarkIcon, ForwardRef$eN as PaymentMethodDiamondBankBrandIcon, ForwardRef$b5 as PaymentMethodDiamondBankWhiteIcon, ForwardRef$de as PaymentMethodDinersClubInternationalBlackIcon, ForwardRef$eM as PaymentMethodDinersClubInternationalBrandIcon, ForwardRef$b4 as PaymentMethodDinersClubInternationalWhiteIcon, ForwardRef$dd as PaymentMethodDirecta24BlackIcon, ForwardRef$bX as PaymentMethodDirecta24BrandDarkIcon, ForwardRef$eL as PaymentMethodDirecta24BrandIcon, ForwardRef$b3 as PaymentMethodDirecta24WhiteIcon, ForwardRef$dc as PaymentMethodDragonPhoenixBlackIcon, ForwardRef$eK as PaymentMethodDragonPhoenixBrandIcon, ForwardRef$b2 as PaymentMethodDragonPhoenixWhiteIcon, ForwardRef$db as PaymentMethodDragonpayBlackIcon, ForwardRef$bW as PaymentMethodDragonpayBrandDarkIcon, ForwardRef$eJ as PaymentMethodDragonpayBrandIcon, ForwardRef$b1 as PaymentMethodDragonpayWhiteIcon, ForwardRef$da as PaymentMethodEWalletBlackIcon, ForwardRef$bV as PaymentMethodEWalletBrandDarkIcon, ForwardRef$eI as PaymentMethodEWalletBrandIcon, ForwardRef$b0 as PaymentMethodEWalletWhiteIcon, ForwardRef$d9 as PaymentMethodEpsBlackIcon, ForwardRef$bU as PaymentMethodEpsBrandDarkIcon, ForwardRef$eH as PaymentMethodEpsBrandIcon, ForwardRef$a$ as PaymentMethodEpsWhiteIcon, ForwardRef$d8 as PaymentMethodEthereumBlackIcon, ForwardRef$eG as PaymentMethodEthereumBrandIcon, ForwardRef$a_ as PaymentMethodEthereumWhiteIcon, ForwardRef$d7 as PaymentMethodFasapayBlackIcon, ForwardRef$eF as PaymentMethodFasapayBrandIcon, ForwardRef$aZ as PaymentMethodFasapayWhiteIcon, ForwardRef$d6 as PaymentMethodFirstBankBlackIcon, ForwardRef$bT as PaymentMethodFirstBankBrandDarkIcon, ForwardRef$eE as PaymentMethodFirstBankBrandIcon, ForwardRef$aY as PaymentMethodFirstBankWhiteIcon, ForwardRef$d5 as PaymentMethodFpsBlackIcon, ForwardRef$bS as PaymentMethodFpsBrandDarkIcon, ForwardRef$eD as PaymentMethodFpsBrandIcon, ForwardRef$aX as PaymentMethodFpsWhiteIcon, ForwardRef$d4 as PaymentMethodGiropayBlackIcon, ForwardRef$eC as PaymentMethodGiropayBrandIcon, ForwardRef$aW as PaymentMethodGiropayWhiteIcon, ForwardRef$d3 as PaymentMethodGuaranteeTrustBankGtcoBlackIcon, ForwardRef$eB as PaymentMethodGuaranteeTrustBankGtcoBrandIcon, ForwardRef$aV as PaymentMethodGuaranteeTrustBankGtcoWhiteIcon, ForwardRef$d2 as PaymentMethodHelp2payBlackIcon, ForwardRef$bR as PaymentMethodHelp2payBrandDarkIcon, ForwardRef$eA as PaymentMethodHelp2payBrandIcon, ForwardRef$aU as PaymentMethodHelp2payWhiteIcon, ForwardRef$d1 as PaymentMethodIcbcBankBlackIcon, ForwardRef$bQ as PaymentMethodIcbcBankBrandDarkIcon, ForwardRef$ez as PaymentMethodIcbcBankBrandIcon, ForwardRef$aT as PaymentMethodIcbcBankWhiteIcon, ForwardRef$ey as PaymentMethodIdealBrandIcon, ForwardRef$d0 as PaymentMethodInstantBankTransferBlackIcon, ForwardRef$bP as PaymentMethodInstantBankTransferBrandDarkIcon, ForwardRef$ex as PaymentMethodInstantBankTransferBrandIcon, ForwardRef$aS as PaymentMethodInstantBankTransferWhiteIcon, ForwardRef$c$ as PaymentMethodInternetBankTransferBlackIcon, ForwardRef$bO as PaymentMethodInternetBankTransferBrandDarkIcon, ForwardRef$ew as PaymentMethodInternetBankTransferBrandIcon, ForwardRef$aR as PaymentMethodInternetBankTransferWhiteIcon, ForwardRef$c_ as PaymentMethodIwalletBlackIcon, ForwardRef$ev as PaymentMethodIwalletBrandIcon, ForwardRef$aQ as PaymentMethodIwalletWhiteIcon, ForwardRef$cZ as PaymentMethodJcbBlackIcon, ForwardRef$eu as PaymentMethodJcbBrandIcon, ForwardRef$aP as PaymentMethodJcbWhiteIcon, ForwardRef$cY as PaymentMethodJeniusBlackIcon, ForwardRef$et as PaymentMethodJeniusBrandIcon, ForwardRef$aO as PaymentMethodJeniusWhiteIcon, ForwardRef$cX as PaymentMethodJetonBlackIcon, ForwardRef$es as PaymentMethodJetonBrandIcon, ForwardRef$aN as PaymentMethodJetonWhiteIcon, ForwardRef$cW as PaymentMethodLibertyReserveBlackIcon, ForwardRef$bN as PaymentMethodLibertyReserveBrandDarkIcon, ForwardRef$er as PaymentMethodLibertyReserveBrandIcon, ForwardRef$aM as PaymentMethodLibertyReserveWhiteIcon, ForwardRef$cV as PaymentMethodLitecoinBlackIcon, ForwardRef$bM as PaymentMethodLitecoinBrandDarkIcon, ForwardRef$eq as PaymentMethodLitecoinBrandIcon, ForwardRef$aL as PaymentMethodLitecoinWhiteIcon, ForwardRef$cU as PaymentMethodLocalPaymentMethodsBlackIcon, ForwardRef$bL as PaymentMethodLocalPaymentMethodsBrandDarkIcon, ForwardRef$ep as PaymentMethodLocalPaymentMethodsBrandIcon, ForwardRef$aK as PaymentMethodLocalPaymentMethodsWhiteIcon, ForwardRef$eo as PaymentMethodLocalVouchersBrandIcon, ForwardRef$cT as PaymentMethodMaestroBlackIcon, ForwardRef$bK as PaymentMethodMaestroBrandDarkIcon, ForwardRef$en as PaymentMethodMaestroBrandIcon, ForwardRef$aJ as PaymentMethodMaestroWhiteIcon, ForwardRef$cS as PaymentMethodMandiriBlackIcon, ForwardRef$bJ as PaymentMethodMandiriBrandDarkIcon, ForwardRef$em as PaymentMethodMandiriBrandIcon, ForwardRef$cR as PaymentMethodMandiriSyariahBlackIcon, ForwardRef$bI as PaymentMethodMandiriSyariahBrandDarkIcon, ForwardRef$el as PaymentMethodMandiriSyariahBrandIcon, ForwardRef$aH as PaymentMethodMandiriSyariahWhiteIcon, ForwardRef$aI as PaymentMethodMandiriWhiteIcon, ForwardRef$cQ as PaymentMethodMastercardBlackIcon, ForwardRef$bH as PaymentMethodMastercardBrandDarkIcon, ForwardRef$ek as PaymentMethodMastercardBrandIcon, ForwardRef$aG as PaymentMethodMastercardWhiteIcon, ForwardRef$cP as PaymentMethodMifinityBlackIcon, ForwardRef$ej as PaymentMethodMifinityBrandIcon, ForwardRef$aF as PaymentMethodMifinityWhiteIcon, ForwardRef$cO as PaymentMethodMoneygramBlackIcon, ForwardRef$bG as PaymentMethodMoneygramBrandDarkIcon, ForwardRef$ei as PaymentMethodMoneygramBrandIcon, ForwardRef$aE as PaymentMethodMoneygramWhiteIcon, ForwardRef$eh as PaymentMethodMpesaBrandIcon, ForwardRef$eg as PaymentMethodMtnBrandIcon, ForwardRef$cN as PaymentMethodNetellerBlackIcon, ForwardRef$ef as PaymentMethodNetellerBrandIcon, ForwardRef$aD as PaymentMethodNetellerWhiteIcon, ForwardRef$cM as PaymentMethodNganluongBlackIcon, ForwardRef$ee as PaymentMethodNganluongBrandIcon, ForwardRef$aC as PaymentMethodNganluongWhiteIcon, ForwardRef$cL as PaymentMethodNordeaBlackIcon, ForwardRef$ed as PaymentMethodNordeaBrandIcon, ForwardRef$aB as PaymentMethodNordeaWhiteIcon, ForwardRef$cK as PaymentMethodOnlinenairaBlackIcon, ForwardRef$bF as PaymentMethodOnlinenairaBrandDarkIcon, ForwardRef$ec as PaymentMethodOnlinenairaBrandIcon, ForwardRef$aA as PaymentMethodOnlinenairaWhiteIcon, ForwardRef$cJ as PaymentMethodOxxoBlackIcon, ForwardRef$eb as PaymentMethodOxxoBrandIcon, ForwardRef$az as PaymentMethodOxxoWhiteIcon, ForwardRef$cI as PaymentMethodOzowBlackIcon, ForwardRef$bE as PaymentMethodOzowBrandDarkIcon, ForwardRef$ea as PaymentMethodOzowBrandIcon, ForwardRef$ay as PaymentMethodOzowWhiteIcon, ForwardRef$e9 as PaymentMethodPagoEfectivoBrandIcon, ForwardRef$cH as PaymentMethodPayLivreBlackIcon, ForwardRef$e8 as PaymentMethodPayLivreBrandIcon, ForwardRef$ax as PaymentMethodPayLivreWhiteIcon, ForwardRef$cG as PaymentMethodPaymentAgentBlackIcon, ForwardRef$bD as PaymentMethodPaymentAgentBrandDarkIcon, ForwardRef$e7 as PaymentMethodPaymentAgentBrandIcon, ForwardRef$aw as PaymentMethodPaymentAgentWhiteIcon, ForwardRef$cF as PaymentMethodPaymeroBlackIcon, ForwardRef$bC as PaymentMethodPaymeroBrandDarkIcon, ForwardRef$e6 as PaymentMethodPaymeroBrandIcon, ForwardRef$av as PaymentMethodPaymeroWhiteIcon, ForwardRef$cE as PaymentMethodPaypalBlackIcon, ForwardRef$e5 as PaymentMethodPaypalBrandIcon, ForwardRef$au as PaymentMethodPaypalWhiteIcon, ForwardRef$cD as PaymentMethodPayretailersBlackIcon, ForwardRef$e4 as PaymentMethodPayretailersBrandIcon, ForwardRef$at as PaymentMethodPayretailersWhiteIcon, ForwardRef$cC as PaymentMethodPaysafecardBlackIcon, ForwardRef$e3 as PaymentMethodPaysafecardBrandIcon, ForwardRef$as as PaymentMethodPaysafecardWhiteIcon, ForwardRef$cB as PaymentMethodPaytrust88BlackIcon, ForwardRef$bB as PaymentMethodPaytrust88BrandDarkIcon, ForwardRef$e2 as PaymentMethodPaytrust88BrandIcon, ForwardRef$ar as PaymentMethodPaytrust88WhiteIcon, ForwardRef$cA as PaymentMethodPerfectMoneyBlackIcon, ForwardRef$e1 as PaymentMethodPerfectMoneyBrandIcon, ForwardRef$aq as PaymentMethodPerfectMoneyWhiteIcon, ForwardRef$cz as PaymentMethodPermataBankBlackIcon, ForwardRef$bA as PaymentMethodPermataBankBrandDarkIcon, ForwardRef$e0 as PaymentMethodPermataBankBrandIcon, ForwardRef$ap as PaymentMethodPermataBankWhiteIcon, ForwardRef$cy as PaymentMethodPixBlackIcon, ForwardRef$bz as PaymentMethodPixBrandDarkIcon, ForwardRef$d$ as PaymentMethodPixBrandIcon, ForwardRef$ao as PaymentMethodPixWhiteIcon, ForwardRef$fa as PaymentMethodPlaceholderIcon, ForwardRef$cx as PaymentMethodPostepayBlackIcon, ForwardRef$d_ as PaymentMethodPostepayBrandIcon, ForwardRef$an as PaymentMethodPostepayWhiteIcon, ForwardRef$cw as PaymentMethodPrzelewy24BlackIcon, ForwardRef$dZ as PaymentMethodPrzelewy24BrandIcon, ForwardRef$am as PaymentMethodPrzelewy24WhiteIcon, ForwardRef$dY as PaymentMethodPseBrandIcon, ForwardRef$cv as PaymentMethodQiwiBlackIcon, ForwardRef$by as PaymentMethodQiwiBrandDarkIcon, ForwardRef$dX as PaymentMethodQiwiBrandIcon, ForwardRef$al as PaymentMethodQiwiWhiteIcon, ForwardRef$cu as PaymentMethodRapidTransferBlackIcon, ForwardRef$bx as PaymentMethodRapidTransferBrandDarkIcon, ForwardRef$dW as PaymentMethodRapidTransferBrandIcon, ForwardRef$ak as PaymentMethodRapidTransferWhiteIcon, ForwardRef$cs as PaymentMethodSkrill1TapBlackIcon, ForwardRef$dU as PaymentMethodSkrill1TapBrandIcon, ForwardRef$ai as PaymentMethodSkrill1TapWhiteIcon, ForwardRef$ct as PaymentMethodSkrillBlackIcon, ForwardRef$dV as PaymentMethodSkrillBrandIcon, ForwardRef$aj as PaymentMethodSkrillWhiteIcon, ForwardRef$cr as PaymentMethodSpeiBlackIcon, ForwardRef$dT as PaymentMethodSpeiBrandIcon, ForwardRef$ah as PaymentMethodSpeiWhiteIcon, ForwardRef$cq as PaymentMethodSticpayBlackIcon, ForwardRef$dS as PaymentMethodSticpayBrandIcon, ForwardRef$ag as PaymentMethodSticpayWhiteIcon, ForwardRef$cp as PaymentMethodTetherUsdtBlackIcon, ForwardRef$dR as PaymentMethodTetherUsdtBrandIcon, ForwardRef$af as PaymentMethodTetherUsdtWhiteIcon, ForwardRef$dQ as PaymentMethodTronBrandIcon, ForwardRef$ae as PaymentMethodTronWhiteIcon, ForwardRef$co as PaymentMethodTrustyBlackIcon, ForwardRef$dP as PaymentMethodTrustyBrandIcon, ForwardRef$ad as PaymentMethodTrustyWhiteIcon, ForwardRef$cn as PaymentMethodUnionpayBlackIcon, ForwardRef$dO as PaymentMethodUnionpayBrandIcon, ForwardRef$ac as PaymentMethodUnionpayWhiteIcon, ForwardRef$cm as PaymentMethodUsdCoinBlackIcon, ForwardRef$bw as PaymentMethodUsdCoinBrandDarkIcon, ForwardRef$dN as PaymentMethodUsdCoinBrandIcon, ForwardRef$ab as PaymentMethodUsdCoinWhiteIcon, ForwardRef$cl as PaymentMethodVerveBlackIcon, ForwardRef$bv as PaymentMethodVerveBrandDarkIcon, ForwardRef$dM as PaymentMethodVerveBrandIcon, ForwardRef$aa as PaymentMethodVerveWhiteIcon, ForwardRef$ck as PaymentMethodVisaBlackIcon, ForwardRef$dL as PaymentMethodVisaBrandIcon, ForwardRef$cj as PaymentMethodVisaElectronBlackIcon, ForwardRef$dK as PaymentMethodVisaElectronBrandIcon, ForwardRef$a8 as PaymentMethodVisaElectronWhiteIcon, ForwardRef$a9 as PaymentMethodVisaWhiteIcon, ForwardRef$ci as PaymentMethodVodafoneBlackIcon, ForwardRef$dJ as PaymentMethodVodafoneBrandIcon, ForwardRef$a7 as PaymentMethodVodafoneWhiteIcon, ForwardRef$ch as PaymentMethodWebmoneyBlackIcon, ForwardRef$dI as PaymentMethodWebmoneyBrandIcon, ForwardRef$a6 as PaymentMethodWebmoneyWhiteIcon, ForwardRef$cg as PaymentMethodWechatPayBlackIcon, ForwardRef$dH as PaymentMethodWechatPayBrandIcon, ForwardRef$a5 as PaymentMethodWechatPayWhiteIcon, ForwardRef$cf as PaymentMethodWireTransferBlackIcon, ForwardRef$dG as PaymentMethodWireTransferBrandIcon, ForwardRef$a4 as PaymentMethodWireTransferWhiteIcon, ForwardRef$ce as PaymentMethodWyreBlackIcon, ForwardRef$bu as PaymentMethodWyreBrandDarkIcon, ForwardRef$dF as PaymentMethodWyreBrandIcon, ForwardRef$a3 as PaymentMethodWyreWhiteIcon, ForwardRef$cd as PaymentMethodXanpoolBlackIcon, ForwardRef$dE as PaymentMethodXanpoolBrandIcon, ForwardRef$a2 as PaymentMethodXanpoolWhiteIcon, ForwardRef$cc as PaymentMethodXpayBlackIcon, ForwardRef$dD as PaymentMethodXpayBrandIcon, ForwardRef$a1 as PaymentMethodXpayWhiteIcon, ForwardRef$cb as PaymentMethodZenithBankBlackIcon, ForwardRef$dC as PaymentMethodZenithBankBrandIcon, ForwardRef$a0 as PaymentMethodZenithBankWhiteIcon, ForwardRef$ca as PaymentMethodZingpayBlackIcon, ForwardRef$bt as PaymentMethodZingpayBrandDarkIcon, ForwardRef$dB as PaymentMethodZingpayBrandIcon, ForwardRef$9$ as PaymentMethodZingpayWhiteIcon, ForwardRef$8j as SocialAppleBlackIcon, ForwardRef$8i as SocialAppleWhiteIcon, ForwardRef$8f as SocialFacebookBlackIcon, ForwardRef$8g as SocialFacebookBrandDarkIcon, ForwardRef$8h as SocialFacebookBrandIcon, ForwardRef$8e as SocialFacebookWhiteIcon, ForwardRef$8c as SocialGoogleBlackIcon, ForwardRef$8d as SocialGoogleBrandIcon, ForwardRef$8b as SocialGoogleWhiteIcon, ForwardRef$89 as SocialInstagramBlackIcon, ForwardRef$8a as SocialInstagramBrandIcon, ForwardRef$88 as SocialInstagramWhiteIcon, ForwardRef$86 as SocialLinkedinBlackIcon, ForwardRef$87 as SocialLinkedinBrandIcon, ForwardRef$85 as SocialLinkedinWhiteIcon, ForwardRef$83 as SocialRedditBlackIcon, ForwardRef$84 as SocialRedditBrandIcon, ForwardRef$82 as SocialRedditWhiteIcon, ForwardRef$80 as SocialTelegramBlackIcon, ForwardRef$81 as SocialTelegramBrandIcon, ForwardRef$7$ as SocialTelegramWhiteIcon, ForwardRef$7Z as SocialTiktokBlackIcon, ForwardRef$7_ as SocialTiktokBrandIcon, ForwardRef$7Y as SocialTiktokWhiteIcon, ForwardRef$7W as SocialWhatsappBlackIcon, ForwardRef$7X as SocialWhatsappBrandIcon, ForwardRef$7V as SocialWhatsappWhiteIcon, ForwardRef$7U as SocialXTwitterBlackIcon, ForwardRef$7T as SocialXTwitterWhiteIcon, ForwardRef$7R as SocialYoutubeBlackIcon, ForwardRef$7S as SocialYoutubeBrandIcon, ForwardRef$7Q as SocialYoutubeWhiteIcon, ForwardRef$7F as StandaloneAndroidIcon, ForwardRef$7y as StandaloneAppStoreIcon, ForwardRef$7B as StandaloneAppStoreIosIcon, ForwardRef$7H as StandaloneAppleIcon, ForwardRef$7A as StandaloneApplePayIcon, ForwardRef$3A as StandaloneArrowDownAZBoldIcon, ForwardRef$3B as StandaloneArrowDownAZRegularIcon, ForwardRef$5o as StandaloneArrowDownBoldIcon, ForwardRef$5g as StandaloneArrowDownLeftBoldIcon, ForwardRef$5h as StandaloneArrowDownLeftRegularIcon, ForwardRef$3w as StandaloneArrowDownOneNineBoldIcon, ForwardRef$3x as StandaloneArrowDownOneNineRegularIcon, ForwardRef$5p as StandaloneArrowDownRegularIcon, ForwardRef$5i as StandaloneArrowDownRightBoldIcon, ForwardRef$5j as StandaloneArrowDownRightRegularIcon, ForwardRef$6H as StandaloneArrowDownToBracketBoldIcon, ForwardRef$6I as StandaloneArrowDownToBracketRegularIcon, ForwardRef$4U as StandaloneArrowDownToLineBoldIcon, ForwardRef$4V as StandaloneArrowDownToLineRegularIcon, ForwardRef$5m as StandaloneArrowLeftBoldIcon, ForwardRef$5n as StandaloneArrowLeftRegularIcon, ForwardRef$4S as StandaloneArrowLeftToLineBoldIcon, ForwardRef$4T as StandaloneArrowLeftToLineRegularIcon, ForwardRef$4s as StandaloneArrowRightArrowLeftBoldIcon, ForwardRef$4t as StandaloneArrowRightArrowLeftRegularIcon, ForwardRef$5q as StandaloneArrowRightBoldIcon, ForwardRef$5r as StandaloneArrowRightRegularIcon, ForwardRef$4W as StandaloneArrowRightToLineBoldIcon, ForwardRef$4X as StandaloneArrowRightToLineRegularIcon, ForwardRef$3y as StandaloneArrowUpAZBoldIcon, ForwardRef$3z as StandaloneArrowUpAZRegularIcon, ForwardRef$3C as StandaloneArrowUpArrowDownBoldIcon, ForwardRef$3D as StandaloneArrowUpArrowDownRegularIcon, ForwardRef$5s as StandaloneArrowUpBoldIcon, ForwardRef$6F as StandaloneArrowUpFromBracketBoldIcon, ForwardRef$6G as StandaloneArrowUpFromBracketRegularIcon, ForwardRef$6x as StandaloneArrowUpFromSquareBoldIcon, ForwardRef$6y as StandaloneArrowUpFromSquareRegularIcon, ForwardRef$5e as StandaloneArrowUpLeftBoldIcon, ForwardRef$5f as StandaloneArrowUpLeftRegularIcon, ForwardRef$3u as StandaloneArrowUpOneNineBoldIcon, ForwardRef$3v as StandaloneArrowUpOneNineRegularIcon, ForwardRef$5t as StandaloneArrowUpRegularIcon, ForwardRef$5k as StandaloneArrowUpRightBoldIcon, ForwardRef$6v as StandaloneArrowUpRightFromSquareBoldIcon, ForwardRef$6w as StandaloneArrowUpRightFromSquareRegularIcon, ForwardRef$5l as StandaloneArrowUpRightRegularIcon, ForwardRef$4Y as StandaloneArrowUpToLineBoldIcon, ForwardRef$4Z as StandaloneArrowUpToLineRegularIcon, ForwardRef$6t as StandaloneArrowsRotateBoldIcon, ForwardRef$6u as StandaloneArrowsRotateRegularIcon, ForwardRef$2I as StandaloneAtBoldIcon, ForwardRef$2J as StandaloneAtRegularIcon, ForwardRef$1z as StandaloneBackwardBoldIcon, ForwardRef$1y as StandaloneBackwardFillIcon, ForwardRef$1A as StandaloneBackwardRegularIcon, ForwardRef$1t as StandaloneBackwardStepBoldIcon, ForwardRef$1s as StandaloneBackwardStepFillIcon, ForwardRef$1u as StandaloneBackwardStepRegularIcon, ForwardRef$1c as StandaloneBadgeCheckBoldIcon, ForwardRef$1d as StandaloneBadgeCheckRegularIcon, ForwardRef$o as StandaloneBarcodeBoldIcon, ForwardRef$p as StandaloneBarcodeRegularIcon, ForwardRef$6B as StandaloneBarsBoldIcon, ForwardRef$3s as StandaloneBarsFilterBoldIcon, ForwardRef$3t as StandaloneBarsFilterRegularIcon, ForwardRef$6C as StandaloneBarsRegularIcon, ForwardRef$3a as StandaloneBellBoldIcon, ForwardRef$36 as StandaloneBellOnBoldIcon, ForwardRef$37 as StandaloneBellOnRegularIcon, ForwardRef$3b as StandaloneBellRegularIcon, ForwardRef$38 as StandaloneBellSlashBoldIcon, ForwardRef$39 as StandaloneBellSlashRegularIcon, ForwardRef$6R as StandaloneBookmarkBoldIcon, ForwardRef$6S as StandaloneBookmarkRegularIcon, ForwardRef$6d as StandaloneBoxArchiveCircleArrowDownBoldIcon, ForwardRef$6e as StandaloneBoxArchiveCircleArrowDownRegularIcon, ForwardRef$6b as StandaloneBoxArchiveCircleArrowUpBoldIcon, ForwardRef$6c as StandaloneBoxArchiveCircleArrowUpRegularIcon, ForwardRef$18 as StandaloneBullhornBoldIcon, ForwardRef$19 as StandaloneBullhornRegularIcon, ForwardRef$6X as StandaloneCalendarBoldIcon, ForwardRef$6V as StandaloneCalendarRangeBoldIcon, ForwardRef$6W as StandaloneCalendarRangeRegularIcon, ForwardRef$6Y as StandaloneCalendarRegularIcon, ForwardRef$8 as StandaloneCameraBoldIcon, ForwardRef$9 as StandaloneCameraRegularIcon, ForwardRef$U as StandaloneCaretDownBoldIcon, ForwardRef$V as StandaloneCaretDownRegularIcon, ForwardRef$Y as StandaloneCaretUpBoldIcon, ForwardRef$Z as StandaloneCaretUpRegularIcon, ForwardRef$s as StandaloneCashRegisterBoldIcon, ForwardRef$t as StandaloneCashRegisterRegularIcon, ForwardRef$3m as StandaloneChartAreaBoldIcon, ForwardRef$3n as StandaloneChartAreaRegularIcon, ForwardRef$3k as StandaloneChartCandlestickBoldIcon, ForwardRef$3l as StandaloneChartCandlestickRegularIcon, ForwardRef$3o as StandaloneChartLineBoldIcon, ForwardRef$3p as StandaloneChartLineRegularIcon, ForwardRef$3g as StandaloneChartLineUpDownBoldIcon, ForwardRef$3h as StandaloneChartLineUpDownRegularIcon, ForwardRef$3q as StandaloneChartMixedBoldIcon, ForwardRef$3r as StandaloneChartMixedRegularIcon, ForwardRef$3c as StandaloneChartOhlcBoldIcon, ForwardRef$3d as StandaloneChartOhlcRegularIcon, ForwardRef$2 as StandaloneChartTrendDownBoldIcon, ForwardRef$3 as StandaloneChartTrendDownRegularIcon, ForwardRef as StandaloneChartTrendSidewayBoldIcon, ForwardRef$1 as StandaloneChartTrendSidewayRegularIcon, ForwardRef$4 as StandaloneChartTrendUpBoldIcon, ForwardRef$5 as StandaloneChartTrendUpRegularIcon, ForwardRef$69 as StandaloneCheckBoldIcon, ForwardRef$6a as StandaloneCheckRegularIcon, ForwardRef$58 as StandaloneChevronDownBoldIcon, ForwardRef$59 as StandaloneChevronDownRegularIcon, ForwardRef$56 as StandaloneChevronLeftBoldIcon, ForwardRef$57 as StandaloneChevronLeftRegularIcon, ForwardRef$5a as StandaloneChevronRightBoldIcon, ForwardRef$5b as StandaloneChevronRightRegularIcon, ForwardRef$5c as StandaloneChevronUpBoldIcon, ForwardRef$5d as StandaloneChevronUpRegularIcon, ForwardRef$50 as StandaloneChevronsDownBoldIcon, ForwardRef$51 as StandaloneChevronsDownRegularIcon, ForwardRef$4_ as StandaloneChevronsLeftBoldIcon, ForwardRef$4$ as StandaloneChevronsLeftRegularIcon, ForwardRef$52 as StandaloneChevronsRightBoldIcon, ForwardRef$53 as StandaloneChevronsRightRegularIcon, ForwardRef$54 as StandaloneChevronsUpBoldIcon, ForwardRef$55 as StandaloneChevronsUpRegularIcon, ForwardRef$4M as StandaloneCircleArrowDownBoldIcon, ForwardRef$4E as StandaloneCircleArrowDownLeftBoldIcon, ForwardRef$4F as StandaloneCircleArrowDownLeftRegularIcon, ForwardRef$4N as StandaloneCircleArrowDownRegularIcon, ForwardRef$4G as StandaloneCircleArrowDownRightBoldIcon, ForwardRef$4H as StandaloneCircleArrowDownRightRegularIcon, ForwardRef$4K as StandaloneCircleArrowLeftBoldIcon, ForwardRef$4L as StandaloneCircleArrowLeftRegularIcon, ForwardRef$4O as StandaloneCircleArrowRightBoldIcon, ForwardRef$4P as StandaloneCircleArrowRightRegularIcon, ForwardRef$4Q as StandaloneCircleArrowUpBoldIcon, ForwardRef$4C as StandaloneCircleArrowUpLeftBoldIcon, ForwardRef$4D as StandaloneCircleArrowUpLeftRegularIcon, ForwardRef$4R as StandaloneCircleArrowUpRegularIcon, ForwardRef$4I as StandaloneCircleArrowUpRightBoldIcon, ForwardRef$4J as StandaloneCircleArrowUpRightRegularIcon, ForwardRef$5B as StandaloneCircleBoldIcon, ForwardRef$6P as StandaloneCircleBookmarkBoldIcon, ForwardRef$6Q as StandaloneCircleBookmarkRegularIcon, ForwardRef$6T as StandaloneCircleCalendarBoldIcon, ForwardRef$6U as StandaloneCircleCalendarRegularIcon, ForwardRef$S as StandaloneCircleCaretDownBoldIcon, ForwardRef$T as StandaloneCircleCaretDownRegularIcon, ForwardRef$W as StandaloneCircleCaretUpBoldIcon, ForwardRef$X as StandaloneCircleCaretUpRegularIcon, ForwardRef$67 as StandaloneCircleCheckBoldIcon, ForwardRef$68 as StandaloneCircleCheckRegularIcon, ForwardRef$4w as StandaloneCircleChevronDownBoldIcon, ForwardRef$4x as StandaloneCircleChevronDownRegularIcon, ForwardRef$4u as StandaloneCircleChevronLeftBoldIcon, ForwardRef$4v as StandaloneCircleChevronLeftRegularIcon, ForwardRef$4y as StandaloneCircleChevronRightBoldIcon, ForwardRef$4z as StandaloneCircleChevronRightRegularIcon, ForwardRef$4A as StandaloneCircleChevronUpBoldIcon, ForwardRef$4B as StandaloneCircleChevronUpRegularIcon, ForwardRef$C as StandaloneCircleDollarBoldIcon, ForwardRef$D as StandaloneCircleDollarRegularIcon, ForwardRef$5E as StandaloneCircleDotBoldIcon, ForwardRef$5D as StandaloneCircleDotFillIcon, ForwardRef$5F as StandaloneCircleDotRegularIcon, ForwardRef$3U as StandaloneCircleEightBoldIcon, ForwardRef$3V as StandaloneCircleEightRegularIcon, ForwardRef$6j as StandaloneCircleEllipsisBoldIcon, ForwardRef$6k as StandaloneCircleEllipsisRegularIcon, ForwardRef$32 as StandaloneCircleEnvelopeBoldIcon, ForwardRef$33 as StandaloneCircleEnvelopeRegularIcon, ForwardRef$y as StandaloneCircleEuroBoldIcon, ForwardRef$z as StandaloneCircleEuroRegularIcon, ForwardRef$12 as StandaloneCircleExclamationBoldIcon, ForwardRef$13 as StandaloneCircleExclamationRegularIcon, ForwardRef$5A as StandaloneCircleFillIcon, ForwardRef$3_ as StandaloneCircleFiveBoldIcon, ForwardRef$3$ as StandaloneCircleFiveRegularIcon, ForwardRef$40 as StandaloneCircleFourBoldIcon, ForwardRef$41 as StandaloneCircleFourRegularIcon, ForwardRef$_ as StandaloneCircleInfoBoldIcon, ForwardRef$$ as StandaloneCircleInfoRegularIcon, ForwardRef$7b as StandaloneCircleMinusBoldIcon, ForwardRef$7c as StandaloneCircleMinusRegularIcon, ForwardRef$3S as StandaloneCircleNineBoldIcon, ForwardRef$3T as StandaloneCircleNineRegularIcon, ForwardRef$46 as StandaloneCircleOneBoldIcon, ForwardRef$47 as StandaloneCircleOneRegularIcon, ForwardRef$77 as StandaloneCirclePlusBoldIcon, ForwardRef$78 as StandaloneCirclePlusRegularIcon, ForwardRef$5C as StandaloneCircleRegularIcon, ForwardRef$3W as StandaloneCircleSevenBoldIcon, ForwardRef$3X as StandaloneCircleSevenRegularIcon, ForwardRef$3Y as StandaloneCircleSixBoldIcon, ForwardRef$3Z as StandaloneCircleSixRegularIcon, ForwardRef$3I as StandaloneCircleSortBoldIcon, ForwardRef$3E as StandaloneCircleSortDownBoldIcon, ForwardRef$3F as StandaloneCircleSortDownRegularIcon, ForwardRef$3J as StandaloneCircleSortRegularIcon, ForwardRef$3G as StandaloneCircleSortUpBoldIcon, ForwardRef$3H as StandaloneCircleSortUpRegularIcon, ForwardRef$5v as StandaloneCircleStarBoldIcon, ForwardRef$5u as StandaloneCircleStarFillIcon, ForwardRef$5w as StandaloneCircleStarRegularIcon, ForwardRef$u as StandaloneCircleSterlingBoldIcon, ForwardRef$v as StandaloneCircleSterlingRegularIcon, ForwardRef$42 as StandaloneCircleThreeBoldIcon, ForwardRef$43 as StandaloneCircleThreeRegularIcon, ForwardRef$73 as StandaloneCircleTrashBoldIcon, ForwardRef$74 as StandaloneCircleTrashRegularIcon, ForwardRef$44 as StandaloneCircleTwoBoldIcon, ForwardRef$45 as StandaloneCircleTwoRegularIcon, ForwardRef$i as StandaloneCircleUserBoldIcon, ForwardRef$j as StandaloneCircleUserRegularIcon, ForwardRef$7f as StandaloneCircleXmarkBoldIcon, ForwardRef$7g as StandaloneCircleXmarkRegularIcon, ForwardRef$3Q as StandaloneCircleZeroBoldIcon, ForwardRef$3R as StandaloneCircleZeroRegularIcon, ForwardRef$6f as StandaloneClockThreeBoldIcon, ForwardRef$6g as StandaloneClockThreeRegularIcon, ForwardRef$2a as StandaloneCloneBoldIcon, ForwardRef$2b as StandaloneCloneRegularIcon, ForwardRef$6$ as StandaloneCompressBoldIcon, ForwardRef$70 as StandaloneCompressRegularIcon, ForwardRef$2u as StandaloneComputerBoldIcon, ForwardRef$2s as StandaloneComputerMouseScrollwheelBoldIcon, ForwardRef$2t as StandaloneComputerMouseScrollwheelRegularIcon, ForwardRef$2v as StandaloneComputerRegularIcon, ForwardRef$2e as StandaloneCopyBoldIcon, ForwardRef$2f as StandaloneCopyRegularIcon, ForwardRef$5T as StandaloneDealCancellationBoldIcon, ForwardRef$5U as StandaloneDealCancellationRegularIcon, ForwardRef$5V as StandaloneDealProtectionBoldIcon, ForwardRef$5W as StandaloneDealProtectionRegularIcon, ForwardRef$7G as StandaloneDerivIcon, ForwardRef$G as StandaloneDerivP2pBoldIcon, ForwardRef$H as StandaloneDerivP2pRegularIcon, ForwardRef$E as StandaloneDollarSignBoldIcon, ForwardRef$F as StandaloneDollarSignRegularIcon, ForwardRef$4c as StandaloneEightBoldIcon, ForwardRef$4d as StandaloneEightRegularIcon, ForwardRef$65 as StandaloneEllipsisBoldIcon, ForwardRef$66 as StandaloneEllipsisRegularIcon, ForwardRef$6z as StandaloneEllipsisVerticalBoldIcon, ForwardRef$6A as StandaloneEllipsisVerticalRegularIcon, ForwardRef$34 as StandaloneEnvelopeBoldIcon, ForwardRef$35 as StandaloneEnvelopeRegularIcon, ForwardRef$A as StandaloneEuroSignBoldIcon, ForwardRef$B as StandaloneEuroSignRegularIcon, ForwardRef$16 as StandaloneExclamationBoldIcon, ForwardRef$17 as StandaloneExclamationRegularIcon, ForwardRef$71 as StandaloneExpandBoldIcon, ForwardRef$72 as StandaloneExpandRegularIcon, ForwardRef$6L as StandaloneEyeBoldIcon, ForwardRef$6M as StandaloneEyeRegularIcon, ForwardRef$6J as StandaloneEyeSlashBoldIcon, ForwardRef$6K as StandaloneEyeSlashRegularIcon, ForwardRef$7O as StandaloneFacebookIcon, ForwardRef$I as StandaloneFiatOfframpBoldIcon, ForwardRef$J as StandaloneFiatOfframpRegularIcon, ForwardRef$K as StandaloneFiatOnrampBoldIcon, ForwardRef$L as StandaloneFiatOnrampRegularIcon, ForwardRef$1i as StandaloneFileCertificateBoldIcon, ForwardRef$1j as StandaloneFileCertificateRegularIcon, ForwardRef$3i as StandaloneFileChartColumnBoldIcon, ForwardRef$3j as StandaloneFileChartColumnRegularIcon, ForwardRef$1O as StandaloneFileCircleCheckBoldIcon, ForwardRef$1P as StandaloneFileCircleCheckRegularIcon, ForwardRef$1U as StandaloneFileCircleInfoBoldIcon, ForwardRef$1V as StandaloneFileCircleInfoRegularIcon, ForwardRef$1K as StandaloneFileInvoiceDollarBoldIcon, ForwardRef$1L as StandaloneFileInvoiceDollarRegularIcon, ForwardRef$1g as StandaloneFileShieldBoldIcon, ForwardRef$1h as StandaloneFileShieldRegularIcon, ForwardRef$4i as StandaloneFiveBoldIcon, ForwardRef$4j as StandaloneFiveRegularIcon, ForwardRef$2i as StandaloneFlagCheckeredBoldIcon, ForwardRef$2j as StandaloneFlagCheckeredRegularIcon, ForwardRef$26 as StandaloneFloppyDiskBoldIcon, ForwardRef$24 as StandaloneFloppyDiskPenBoldIcon, ForwardRef$25 as StandaloneFloppyDiskPenRegularIcon, ForwardRef$27 as StandaloneFloppyDiskRegularIcon, ForwardRef$1C as StandaloneForwardBoldIcon, ForwardRef$1B as StandaloneForwardFillIcon, ForwardRef$1D as StandaloneForwardRegularIcon, ForwardRef$1w as StandaloneForwardStepBoldIcon, ForwardRef$1v as StandaloneForwardStepFillIcon, ForwardRef$1x as StandaloneForwardStepRegularIcon, ForwardRef$4k as StandaloneFourBoldIcon, ForwardRef$4l as StandaloneFourRegularIcon, ForwardRef$5$ as StandaloneGaugeMaxBoldIcon, ForwardRef$60 as StandaloneGaugeMaxRegularIcon, ForwardRef$5Z as StandaloneGaugeMinBoldIcon, ForwardRef$5_ as StandaloneGaugeMinRegularIcon, ForwardRef$6Z as StandaloneGearBoldIcon, ForwardRef$6_ as StandaloneGearRegularIcon, ForwardRef$2_ as StandaloneGlobeBoldIcon, ForwardRef$2$ as StandaloneGlobeRegularIcon, ForwardRef$7P as StandaloneGoogleIcon, ForwardRef$7C as StandaloneGooglePlayIcon, ForwardRef$6D as StandaloneGridBoldIcon, ForwardRef$6E as StandaloneGridRegularIcon, ForwardRef$7j as StandaloneGripDotsVerticalBoldIcon, ForwardRef$7k as StandaloneGripDotsVerticalRegularIcon, ForwardRef$1a as StandaloneHandsHoldingDiamondBoldIcon, ForwardRef$1b as StandaloneHandsHoldingDiamondRegularIcon, ForwardRef$7r as StandaloneHarmonyOsIcon, ForwardRef$1S as StandaloneHorizontalRuleBoldIcon, ForwardRef$1Q as StandaloneHorizontalRuleDashedBoldIcon, ForwardRef$1R as StandaloneHorizontalRuleDashedRegularIcon, ForwardRef$1T as StandaloneHorizontalRuleRegularIcon, ForwardRef$2g as StandaloneHouseBlankBoldIcon, ForwardRef$2h as StandaloneHouseBlankRegularIcon, ForwardRef$7s as StandaloneHuaweiAppGalleryIcon, ForwardRef$7q as StandaloneHuaweiIcon, ForwardRef$a as StandaloneImageBoldIcon, ForwardRef$6 as StandaloneImagePolaroidUserBoldIcon, ForwardRef$7 as StandaloneImagePolaroidUserRegularIcon, ForwardRef$b as StandaloneImageRegularIcon, ForwardRef$10 as StandaloneInfoBoldIcon, ForwardRef$11 as StandaloneInfoRegularIcon, ForwardRef$7I as StandaloneInstagramIcon, ForwardRef$7v as StandaloneIosIcon, ForwardRef$7u as StandaloneIpadosIcon, ForwardRef$2q as StandaloneKeyboardBoldIcon, ForwardRef$2r as StandaloneKeyboardRegularIcon, ForwardRef$2S as StandaloneLanguageBoldIcon, ForwardRef$2T as StandaloneLanguageRegularIcon, ForwardRef$2y as StandaloneLaptopBoldIcon, ForwardRef$2w as StandaloneLaptopMobileBoldIcon, ForwardRef$2x as StandaloneLaptopMobileRegularIcon, ForwardRef$2z as StandaloneLaptopRegularIcon, ForwardRef$5X as StandaloneLifeRingBoldIcon, ForwardRef$5Y as StandaloneLifeRingRegularIcon, ForwardRef$3e as StandaloneLightChartLineUpDownClockBoldIcon, ForwardRef$3f as StandaloneLightChartLineUpDownClockRegularIcon, ForwardRef$c as StandaloneLightUserTieCircleDollarBoldIcon, ForwardRef$d as StandaloneLightUserTieCircleDollarRegularIcon, ForwardRef$2Y as StandaloneLinkSimpleBoldIcon, ForwardRef$2Z as StandaloneLinkSimpleRegularIcon, ForwardRef$7L as StandaloneLinkedinIcon, ForwardRef$7D as StandaloneLinuxIcon, ForwardRef$2m as StandaloneLocationCrosshairsBoldIcon, ForwardRef$2n as StandaloneLocationCrosshairsRegularIcon, ForwardRef$2k as StandaloneLocationCrosshairsSlashBoldIcon, ForwardRef$2l as StandaloneLocationCrosshairsSlashRegularIcon, ForwardRef$2o as StandaloneLocationDotBoldIcon, ForwardRef$2p as StandaloneLocationDotRegularIcon, ForwardRef$1m as StandaloneLockBoldIcon, ForwardRef$1n as StandaloneLockRegularIcon, ForwardRef$7w as StandaloneMacosIcon, ForwardRef$1M as StandaloneMemoCircleCheckBoldIcon, ForwardRef$1N as StandaloneMemoCircleCheckRegularIcon, ForwardRef$2Q as StandaloneMessagesQuestionBoldIcon, ForwardRef$2R as StandaloneMessagesQuestionRegularIcon, ForwardRef$1o as StandaloneMicrophoneBoldIcon, ForwardRef$1p as StandaloneMicrophoneRegularIcon, ForwardRef$7z as StandaloneMicrosoftIcon, ForwardRef$7t as StandaloneMicrosoftStoreIcon, ForwardRef$7d as StandaloneMinusBoldIcon, ForwardRef$7e as StandaloneMinusRegularIcon, ForwardRef$2G as StandaloneMobileNotchBoldIcon, ForwardRef$2H as StandaloneMobileNotchRegularIcon, ForwardRef$2E as StandaloneMobileScreenButtonBoldIcon, ForwardRef$2F as StandaloneMobileScreenButtonRegularIcon, ForwardRef$q as StandaloneMoneyBillBoldIcon, ForwardRef$r as StandaloneMoneyBillRegularIcon, ForwardRef$61 as StandaloneMoonBoldIcon, ForwardRef$62 as StandaloneMoonRegularIcon, ForwardRef$4a as StandaloneNineBoldIcon, ForwardRef$4b as StandaloneNineRegularIcon, ForwardRef$4q as StandaloneOneBoldIcon, ForwardRef$4r as StandaloneOneRegularIcon, ForwardRef$2c as StandalonePasteBoldIcon, ForwardRef$2d as StandalonePasteRegularIcon, ForwardRef$1F as StandalonePauseBoldIcon, ForwardRef$1E as StandalonePauseFillIcon, ForwardRef$1G as StandalonePauseRegularIcon, ForwardRef$22 as StandalonePenBoldIcon, ForwardRef$20 as StandalonePenCircleBoldIcon, ForwardRef$21 as StandalonePenCircleRegularIcon, ForwardRef$1_ as StandalonePenLineBoldIcon, ForwardRef$1$ as StandalonePenLineRegularIcon, ForwardRef$23 as StandalonePenRegularIcon, ForwardRef$1Y as StandalonePercentBoldIcon, ForwardRef$1Z as StandalonePercentRegularIcon, ForwardRef$2W as StandalonePersonChalkboardBoldIcon, ForwardRef$2X as StandalonePersonChalkboardRegularIcon, ForwardRef$30 as StandalonePhoneBoldIcon, ForwardRef$31 as StandalonePhoneRegularIcon, ForwardRef$7l as StandalonePlaceholderBoldIcon, ForwardRef$7m as StandalonePlaceholderRegularIcon, ForwardRef$1I as StandalonePlayBoldIcon, ForwardRef$1H as StandalonePlayFillIcon, ForwardRef$1J as StandalonePlayRegularIcon, ForwardRef$79 as StandalonePlusBoldIcon, ForwardRef$7a as StandalonePlusRegularIcon, ForwardRef$2U as StandalonePresentationScreenBoldIcon, ForwardRef$2V as StandalonePresentationScreenRegularIcon, ForwardRef$k as StandaloneQrcodeBoldIcon, ForwardRef$l as StandaloneQrcodeRegularIcon, ForwardRef$2O as StandaloneRectangleAdBoldIcon, ForwardRef$2P as StandaloneRectangleAdRegularIcon, ForwardRef$m as StandaloneRectangleBarcodeBoldIcon, ForwardRef$n as StandaloneRectangleBarcodeRegularIcon, ForwardRef$7J as StandaloneRedditIcon, ForwardRef$6r as StandaloneRightFromBracketBoldIcon, ForwardRef$6s as StandaloneRightFromBracketRegularIcon, ForwardRef$6p as StandaloneRightToBracketBoldIcon, ForwardRef$6q as StandaloneRightToBracketRegularIcon, ForwardRef$28 as StandaloneScissorsBoldIcon, ForwardRef$29 as StandaloneScissorsRegularIcon, ForwardRef$6N as StandaloneSearchBoldIcon, ForwardRef$6O as StandaloneSearchRegularIcon, ForwardRef$4e as StandaloneSevenBoldIcon, ForwardRef$4f as StandaloneSevenRegularIcon, ForwardRef$1e as StandaloneShieldCheckBoldIcon, ForwardRef$1f as StandaloneShieldCheckRegularIcon, ForwardRef$2K as StandaloneSignalBoldIcon, ForwardRef$2L as StandaloneSignalRegularIcon, ForwardRef$4g as StandaloneSixBoldIcon, ForwardRef$4h as StandaloneSixRegularIcon, ForwardRef$3O as StandaloneSortBoldIcon, ForwardRef$3K as StandaloneSortDownBoldIcon, ForwardRef$3L as StandaloneSortDownRegularIcon, ForwardRef$3P as StandaloneSortRegularIcon, ForwardRef$3M as StandaloneSortUpBoldIcon, ForwardRef$3N as StandaloneSortUpRegularIcon, ForwardRef$5N as StandaloneSquareBoldIcon, ForwardRef$5K as StandaloneSquareCheckBoldIcon, ForwardRef$5J as StandaloneSquareCheckFillIcon, ForwardRef$5L as StandaloneSquareCheckRegularIcon, ForwardRef$5M as StandaloneSquareFillIcon, ForwardRef$5H as StandaloneSquareMinusBoldIcon, ForwardRef$5G as StandaloneSquareMinusFillIcon, ForwardRef$5I as StandaloneSquareMinusRegularIcon, ForwardRef$5O as StandaloneSquareRegularIcon, ForwardRef$5y as StandaloneStarBoldIcon, ForwardRef$5x as StandaloneStarFillIcon, ForwardRef$5z as StandaloneStarRegularIcon, ForwardRef$w as StandaloneSterlingSignBoldIcon, ForwardRef$x as StandaloneSterlingSignRegularIcon, ForwardRef$5R as StandaloneStopLossBoldIcon, ForwardRef$5S as StandaloneStopLossRegularIcon, ForwardRef$6h as StandaloneStopwatchBoldIcon, ForwardRef$6i as StandaloneStopwatchRegularIcon, ForwardRef$63 as StandaloneSunBrightBoldIcon, ForwardRef$64 as StandaloneSunBrightRegularIcon, ForwardRef$1W as StandaloneTableLayoutBoldIcon, ForwardRef$1X as StandaloneTableLayoutRegularIcon, ForwardRef$2C as StandaloneTabletBoldIcon, ForwardRef$2D as StandaloneTabletRegularIcon, ForwardRef$2A as StandaloneTabletScreenBoldIcon, ForwardRef$2B as StandaloneTabletScreenRegularIcon, ForwardRef$5P as StandaloneTakeProfitBoldIcon, ForwardRef$5Q as StandaloneTakeProfitRegularIcon, ForwardRef$7K as StandaloneTelegramIcon, ForwardRef$4m as StandaloneThreeBoldIcon, ForwardRef$4n as StandaloneThreeRegularIcon, ForwardRef$7o as StandaloneTiktokIcon, ForwardRef$75 as StandaloneTrashBoldIcon, ForwardRef$76 as StandaloneTrashRegularIcon, ForwardRef$14 as StandaloneTriangleExclamationBoldIcon, ForwardRef$15 as StandaloneTriangleExclamationRegularIcon, ForwardRef$7n as StandaloneTrustpilotIcon, ForwardRef$4o as StandaloneTwoBoldIcon, ForwardRef$4p as StandaloneTwoRegularIcon, ForwardRef$7x as StandaloneUbuntuIcon, ForwardRef$1k as StandaloneUnlockBoldIcon, ForwardRef$1l as StandaloneUnlockRegularIcon, ForwardRef$g as StandaloneUserBoldIcon, ForwardRef$h as StandaloneUserRegularIcon, ForwardRef$e as StandaloneUsersBoldIcon, ForwardRef$f as StandaloneUsersRegularIcon, ForwardRef$1q as StandaloneVideoBoldIcon, ForwardRef$1r as StandaloneVideoRegularIcon, ForwardRef$Q as StandaloneWalletBoldIcon, ForwardRef$M as StandaloneWalletCircleMinusBoldIcon, ForwardRef$N as StandaloneWalletCircleMinusRegularIcon, ForwardRef$O as StandaloneWalletCirclePlusBoldIcon, ForwardRef$P as StandaloneWalletCirclePlusRegularIcon, ForwardRef$R as StandaloneWalletRegularIcon, ForwardRef$7M as StandaloneWhatsappIcon, ForwardRef$2M as StandaloneWifiBoldIcon, ForwardRef$2N as StandaloneWifiRegularIcon, ForwardRef$6l as StandaloneWindowMaximizeBoldIcon, ForwardRef$6m as StandaloneWindowMaximizeRegularIcon, ForwardRef$6n as StandaloneWindowMinimizeBoldIcon, ForwardRef$6o as StandaloneWindowMinimizeRegularIcon, ForwardRef$7E as StandaloneWindowsIcon, ForwardRef$7N as StandaloneXTwitterIcon, ForwardRef$7h as StandaloneXmarkBoldIcon, ForwardRef$7i as StandaloneXmarkRegularIcon, ForwardRef$7p as StandaloneYoutubeIcon, ForwardRef$48 as StandaloneZeroBoldIcon, ForwardRef$49 as StandaloneZeroRegularIcon, ForwardRef$jc as SubBrandDerivAcademyBlackIcon, ForwardRef$jd as SubBrandDerivAcademyBrandDarkIcon, ForwardRef$je as SubBrandDerivAcademyBrandLightIcon, ForwardRef$jb as SubBrandDerivAcademyWhiteIcon, ForwardRef$j8 as SubBrandDerivApiBlackIcon, ForwardRef$j9 as SubBrandDerivApiBrandDarkIcon, ForwardRef$ja as SubBrandDerivApiBrandLightIcon, ForwardRef$j7 as SubBrandDerivApiWhiteIcon, ForwardRef$j4 as SubBrandDerivCareersBlackIcon, ForwardRef$j5 as SubBrandDerivCareersBrandDarkIcon, ForwardRef$j6 as SubBrandDerivCareersBrandLightIcon, ForwardRef$j3 as SubBrandDerivCareersWhiteIcon, ForwardRef$iI as SubBrandDerivDemoBlackIcon, ForwardRef$iJ as SubBrandDerivDemoBrandDarkIcon, ForwardRef$iK as SubBrandDerivDemoBrandLightIcon, ForwardRef$iH as SubBrandDerivDemoWhiteIcon, ForwardRef$iM as SubBrandDerivLifeBlackIcon, ForwardRef$iN as SubBrandDerivLifeBrandDarkIcon, ForwardRef$iO as SubBrandDerivLifeBrandLightIcon, ForwardRef$iL as SubBrandDerivLifeWhiteIcon, ForwardRef$j0 as SubBrandDerivPartnersBlackIcon, ForwardRef$j1 as SubBrandDerivPartnersBrandDarkIcon, ForwardRef$j2 as SubBrandDerivPartnersBrandLightIcon, ForwardRef$i$ as SubBrandDerivPartnersWhiteIcon, ForwardRef$iY as SubBrandDerivPrimeBlackIcon, ForwardRef$iZ as SubBrandDerivPrimeBrandDarkIcon, ForwardRef$i_ as SubBrandDerivPrimeBrandLightIcon, ForwardRef$iX as SubBrandDerivPrimeWhiteIcon, ForwardRef$iU as SubBrandDerivSecurityBlackIcon, ForwardRef$iV as SubBrandDerivSecurityBrandDarkIcon, ForwardRef$iW as SubBrandDerivSecurityBrandLightIcon, ForwardRef$iT as SubBrandDerivSecurityWhiteIcon, ForwardRef$iQ as SubBrandDerivTechBlackIcon, ForwardRef$iR as SubBrandDerivTechBrandDarkIcon, ForwardRef$iS as SubBrandDerivTechBrandLightIcon, ForwardRef$iP as SubBrandDerivTechWhiteIcon, sizes };