bmi-next-brokers 2.9.3 → 2.9.5
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/icons/Icon.js +1 -1
- package/dist/icons/components/ChromeReaderMode.d.ts +3 -0
- package/dist/icons/components/ChromeReaderMode.js +43 -0
- package/dist/icons/components/MobiledataArrowsHorizontal.d.ts +3 -0
- package/dist/icons/components/MobiledataArrowsHorizontal.js +43 -0
- package/dist/icons/components/Mouse.d.ts +3 -0
- package/dist/icons/components/Mouse.js +43 -0
- package/dist/icons/components/index.d.ts +3 -0
- package/dist/icons/components/index.js +258 -252
- package/dist/icons/index.d.ts +9 -6
- package/dist/icons/index.js +360 -354
- package/dist/index-Cjb3o290.js +460 -0
- package/package.json +1 -1
- package/dist/index-KJHuFJDv.js +0 -454
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useId as t } from "react";
|
|
3
|
+
const i = (a) => {
|
|
4
|
+
const h = t();
|
|
5
|
+
return /* @__PURE__ */ r(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
fill: "none",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
width: "1em",
|
|
12
|
+
height: "1em",
|
|
13
|
+
...a,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e(
|
|
16
|
+
"mask",
|
|
17
|
+
{
|
|
18
|
+
id: `${h}a`,
|
|
19
|
+
width: 16,
|
|
20
|
+
height: 16,
|
|
21
|
+
x: 0,
|
|
22
|
+
y: 0,
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
style: {
|
|
25
|
+
maskType: "alpha"
|
|
26
|
+
},
|
|
27
|
+
children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ e("g", { mask: `url(#${h}a)`, children: /* @__PURE__ */ e(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
d: "M2.848 12.936q-.575 0-.98-.405a1.33 1.33 0 0 1-.404-.98V4.444q0-.575.405-.977t.979-.402h10.304q.575 0 .98.405.404.405.404.98v7.108q0 .575-.405.977-.405.401-.979.401zm0-1.384h4.52V4.448h-4.52zm5.784 0h4.52V4.448h-4.52zm3.092-1.06a.6.6 0 0 0 .445-.185.61.61 0 0 0 .183-.447.6.6 0 0 0-.184-.445.6.6 0 0 0-.448-.183h-1.46a.6.6 0 0 0-.445.183.6.6 0 0 0-.183.445q0 .261.183.447.183.185.445.185zm-.004-1.86a.6.6 0 0 0 .448-.185.6.6 0 0 0 .184-.447.6.6 0 0 0-.184-.447.6.6 0 0 0-.448-.185h-1.456a.6.6 0 0 0-.448.185.6.6 0 0 0-.184.447.6.6 0 0 0 .184.447.6.6 0 0 0 .448.185zm.004-1.864a.6.6 0 0 0 .445-.185.61.61 0 0 0 .183-.447.6.6 0 0 0-.184-.445.6.6 0 0 0-.448-.183h-1.46a.6.6 0 0 0-.445.183.6.6 0 0 0-.183.445q0 .262.183.447t.445.185z"
|
|
35
|
+
}
|
|
36
|
+
) })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
i as default
|
|
43
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { useId as e } from "react";
|
|
3
|
+
const o = (t) => {
|
|
4
|
+
const l = e();
|
|
5
|
+
return /* @__PURE__ */ r(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
fill: "none",
|
|
10
|
+
viewBox: "0 0 20 20",
|
|
11
|
+
width: "1em",
|
|
12
|
+
height: "1em",
|
|
13
|
+
...t,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ a(
|
|
16
|
+
"mask",
|
|
17
|
+
{
|
|
18
|
+
id: `${l}a`,
|
|
19
|
+
width: 20,
|
|
20
|
+
height: 20,
|
|
21
|
+
x: 0,
|
|
22
|
+
y: 0,
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
style: {
|
|
25
|
+
maskType: "alpha"
|
|
26
|
+
},
|
|
27
|
+
children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ a("g", { mask: `url(#${l}a)`, children: /* @__PURE__ */ a(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
d: "M14.297 13.338H9.15a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.593q0-.354.24-.594t.594-.24h5.146l-.709-.708a.76.76 0 0 1-.24-.583.85.85 0 0 1 .833-.844.78.78 0 0 1 .595.24l2.146 2.146a.8.8 0 0 1 .25.583.8.8 0 0 1-.25.583l-2.146 2.146a.78.78 0 0 1-.594.24.85.85 0 0 1-.594-.26.88.88 0 0 1-.24-.584.76.76 0 0 1 .24-.583zm-8.625-5 .75.75a.8.8 0 0 1 .229.584.8.8 0 0 1-.23.583.8.8 0 0 1-.583.23.8.8 0 0 1-.583-.23L3.088 8.088a.8.8 0 0 1-.25-.583.8.8 0 0 1 .25-.583l2.167-2.167a.8.8 0 0 1 .583-.23.8.8 0 0 1 .584.23.8.8 0 0 1 .229.583.8.8 0 0 1-.23.584l-.75.75h5.147q.354 0 .593.24.24.239.24.593t-.24.594a.8.8 0 0 1-.593.24z"
|
|
35
|
+
}
|
|
36
|
+
) })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
o as default
|
|
43
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useId as h } from "react";
|
|
3
|
+
const a = (r) => {
|
|
4
|
+
const t = h();
|
|
5
|
+
return /* @__PURE__ */ s(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
fill: "none",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
width: "1em",
|
|
12
|
+
height: "1em",
|
|
13
|
+
...r,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e(
|
|
16
|
+
"mask",
|
|
17
|
+
{
|
|
18
|
+
id: `${t}a`,
|
|
19
|
+
width: 16,
|
|
20
|
+
height: 16,
|
|
21
|
+
x: 0,
|
|
22
|
+
y: 0,
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
style: {
|
|
25
|
+
maskType: "alpha"
|
|
26
|
+
},
|
|
27
|
+
children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ e("g", { mask: `url(#${t}a)`, children: /* @__PURE__ */ e(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
d: "M8 14.666q-1.932 0-3.3-1.366-1.365-1.367-1.366-3.3V6q0-1.935 1.367-3.3Q6.066 1.333 8 1.333q1.933 0 3.3 1.367 1.366 1.365 1.366 3.3v4q0 1.934-1.366 3.3T8 14.666M8.668 6h2.667q0-1.2-.758-2.117a3.25 3.25 0 0 0-1.909-1.15zm-4 0h2.667V2.733a3.25 3.25 0 0 0-1.908 1.15A3.22 3.22 0 0 0 4.667 6m3.334 7.333q1.383 0 2.358-.975T11.334 10V7.333H4.667V10q0 1.383.975 2.358t2.359.975"
|
|
35
|
+
}
|
|
36
|
+
) })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
a as default
|
|
43
|
+
};
|
|
@@ -40,6 +40,7 @@ export { default as ChatBubble } from './ChatBubble';
|
|
|
40
40
|
export { default as CheckIcon } from './CheckIcon';
|
|
41
41
|
export { default as Checkbook } from './Checkbook';
|
|
42
42
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
43
|
+
export { default as ChromeReaderMode } from './ChromeReaderMode';
|
|
43
44
|
export { default as Circle } from './Circle';
|
|
44
45
|
export { default as Close } from './Close';
|
|
45
46
|
export { default as CloseDrawer } from './CloseDrawer';
|
|
@@ -101,7 +102,9 @@ export { default as Mastercard } from './Mastercard';
|
|
|
101
102
|
export { default as MastercardRounded } from './MastercardRounded';
|
|
102
103
|
export { default as Medical } from './Medical';
|
|
103
104
|
export { default as Menu } from './Menu';
|
|
105
|
+
export { default as MobiledataArrowsHorizontal } from './MobiledataArrowsHorizontal';
|
|
104
106
|
export { default as MoreVert } from './MoreVert';
|
|
107
|
+
export { default as Mouse } from './Mouse';
|
|
105
108
|
export { default as NextIcon } from './NextIcon';
|
|
106
109
|
export { default as Notes } from './Notes';
|
|
107
110
|
export { default as Notifications } from './Notifications';
|