@d-matrix/icons-react 0.43.0 → 0.45.0
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/AlignLeftCircleColored.d.ts +3 -0
- package/dist/icons/AlignLeftCircleColored.js +1 -0
- package/dist/icons/AlignLeftCircleColored.mjs +37 -0
- package/dist/icons/HotSquareFilled.d.ts +3 -0
- package/dist/icons/HotSquareFilled.js +1 -0
- package/dist/icons/HotSquareFilled.mjs +37 -0
- package/dist/icons/InterestRateNewsOutlined.d.ts +3 -0
- package/dist/icons/InterestRateNewsOutlined.js +1 -0
- package/dist/icons/InterestRateNewsOutlined.mjs +32 -0
- package/dist/icons/LightningCrossCircleOutlined.d.ts +3 -0
- package/dist/icons/LightningCrossCircleOutlined.js +1 -0
- package/dist/icons/LightningCrossCircleOutlined.mjs +32 -0
- package/dist/icons/ListDoneOutlined.d.ts +3 -0
- package/dist/icons/ListDoneOutlined.js +1 -0
- package/dist/icons/ListDoneOutlined.mjs +36 -0
- package/dist/icons/ListRemoveOutlined.d.ts +3 -0
- package/dist/icons/ListRemoveOutlined.js +1 -0
- package/dist/icons/ListRemoveOutlined.mjs +36 -0
- package/dist/icons/NewRectangleFilled.d.ts +3 -0
- package/dist/icons/NewRectangleFilled.js +1 -0
- package/dist/icons/NewRectangleFilled.mjs +37 -0
- package/dist/icons/NumberOfCurvesOutlined.d.ts +3 -0
- package/dist/icons/NumberOfCurvesOutlined.js +1 -0
- package/dist/icons/NumberOfCurvesOutlined.mjs +36 -0
- package/dist/icons/ReleaseDocumentOutlined.d.ts +3 -0
- package/dist/icons/ReleaseDocumentOutlined.js +1 -0
- package/dist/icons/ReleaseDocumentOutlined.mjs +38 -0
- package/dist/icons/StatisticalReportCircleFilled.d.ts +3 -0
- package/dist/icons/StatisticalReportCircleFilled.js +1 -0
- package/dist/icons/StatisticalReportCircleFilled.mjs +31 -0
- package/dist/icons/TopTenColored.d.ts +3 -0
- package/dist/icons/TopTenColored.js +1 -0
- package/dist/icons/TopTenColored.mjs +45 -0
- package/dist/icons/index.d.ts +11 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +640 -618
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=a=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:r=>{let{title:l,titleId:c}=r,i=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},i),l?t.createElement("title",{id:c},l):null,t.createElement("circle",{cx:12,cy:12,r:12,fill:"#37465c"}),t.createElement("path",{fill:"#8aaee6",d:"M7.714 6H12a.857.857 0 0 1 0 1.714H7.714a.857.857 0 1 1 0-1.714m0 3.429h8.572a.857.857 0 0 1 0 1.714H7.714a.857.857 0 1 1 0-1.714m0 3.428h6.857a.857.857 0 1 1 0 1.714H7.714a.857.857 0 0 1 0-1.714m0 3.429h8.572a.857.857 0 1 1 0 1.714H7.714a.857.857 0 1 1 0-1.714"}))}}));module.exports=s;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { D as c, _ as t, a as m } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const s = ["title", "titleId"], f = (i) => /* @__PURE__ */ n(c, t(t({}, i), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, o = m(l, s);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, o), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("circle", {
|
|
24
|
+
cx: 12,
|
|
25
|
+
cy: 12,
|
|
26
|
+
r: 12,
|
|
27
|
+
fill: "#37465c"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "#8aaee6",
|
|
30
|
+
d: "M7.714 6H12a.857.857 0 0 1 0 1.714H7.714a.857.857 0 1 1 0-1.714m0 3.429h8.572a.857.857 0 0 1 0 1.714H7.714a.857.857 0 1 1 0-1.714m0 3.428h6.857a.857.857 0 1 1 0 1.714H7.714a.857.857 0 0 1 0-1.714m0 3.429h8.572a.857.857 0 1 1 0 1.714H7.714a.857.857 0 1 1 0-1.714"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
}));
|
|
35
|
+
export {
|
|
36
|
+
f as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),n=require("react/jsx-runtime"),t=require("react"),a=["title","titleId"],h=o=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},o),{},{icon:r=>{let{title:l,titleId:i}=r,c=e._objectWithoutProperties(r,a);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 10",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":i},c),l?t.createElement("title",{id:i},l):null,t.createElement("rect",{width:20,height:10,fill:"currentColor",rx:2}),t.createElement("path",{fill:"#fff",d:"M6.677 7.92H5.193V5.48h-2.2V7.92H1.5V2.08h1.493v2.318h2.2V2.08h1.484zm6.19-2.8q0 .855-.336 1.512a2.4 2.4 0 0 1-.955 1.013 2.8 2.8 0 0 1-1.41.355q-.792 0-1.404-.343a2.4 2.4 0 0 1-.955-.98q-.342-.639-.36-1.464v-.33q0-.858.334-1.513.334-.657.958-1.013A2.8 2.8 0 0 1 10.157 2q.788 0 1.404.353.617.353.96 1.005t.346 1.494zm-1.518-.244q0-.87-.309-1.322-.308-.45-.883-.451-1.122 0-1.187 1.588l-.004.43q0 .858.302 1.319t.898.461q.566 0 .872-.453t.31-1.304zM18.5 3.167h-1.86V7.92h-1.492V3.167h-1.825V2.08H18.5z"}))}}));module.exports=h;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { D as h, _ as t, a as c } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = ["title", "titleId"], u = (o) => /* @__PURE__ */ m(h, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: i
|
|
11
|
+
} = l, a = c(l, n);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 20 10",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": i
|
|
21
|
+
}, a), r ? e.createElement("title", {
|
|
22
|
+
id: i
|
|
23
|
+
}, r) : null, e.createElement("rect", {
|
|
24
|
+
width: 20,
|
|
25
|
+
height: 10,
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
rx: 2
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "#fff",
|
|
30
|
+
d: "M6.677 7.92H5.193V5.48h-2.2V7.92H1.5V2.08h1.493v2.318h2.2V2.08h1.484zm6.19-2.8q0 .855-.336 1.512a2.4 2.4 0 0 1-.955 1.013 2.8 2.8 0 0 1-1.41.355q-.792 0-1.404-.343a2.4 2.4 0 0 1-.955-.98q-.342-.639-.36-1.464v-.33q0-.858.334-1.513.334-.657.958-1.013A2.8 2.8 0 0 1 10.157 2q.788 0 1.404.353.617.353.96 1.005t.346 1.494zm-1.518-.244q0-.87-.309-1.322-.308-.45-.883-.451-1.122 0-1.187 1.588l-.004.43q0 .858.302 1.319t.898.461q.566 0 .872-.453t.31-1.304zM18.5 3.167h-1.86V7.92h-1.492V3.167h-1.825V2.08H18.5z"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
}));
|
|
35
|
+
export {
|
|
36
|
+
u as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=c=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:l=>{let{title:a,titleId:r}=l,i=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":r},i),a?t.createElement("title",{id:r},a):null,t.createElement("path",{fill:"currentColor",d:"M19.282 12.805a4.348 4.348 0 1 1 0 8.695 4.348 4.348 0 0 1 0-8.695m2.326 1.971c-.208-.213-.626-.335-.913-.042l-3.79 3.871a.59.59 0 0 0-.17.47c.016.167.1.32.218.442l.098.085c.103.078.221.13.348.14a.58.58 0 0 0 .461-.178l3.795-3.876a.59.59 0 0 0 .171-.47.74.74 0 0 0-.218-.442m-.67 3.053a.93.93 0 0 0-.67.278.963.963 0 0 0-.005 1.348c.175.18.415.284.666.285l.094-.005a.94.94 0 0 0 .575-.276.97.97 0 0 0 .276-.674v-.007l-.001-.033v-.006l-.009-.09a.96.96 0 0 0-.278-.552.93.93 0 0 0-.648-.268M18.15 3.5c.48 0 .87.39.87.87v7.137a5.652 5.652 0 0 0-5.026 7.645H4.238a.87.87 0 0 1-.869-.87V4.37c0-.48.39-.869.87-.869zm-.514 11.072a.93.93 0 0 0-.67.279.965.965 0 0 0-.005 1.347c.175.18.415.284.666.285h.045a.94.94 0 0 0 .64-.297.97.97 0 0 0 .26-.658v-.046l-.01-.09a.96.96 0 0 0-.278-.552.93.93 0 0 0-.648-.268m-5.421-6.507a.653.653 0 0 0 0 1.305h1.694l-2.526 2.4-2.046-1.944a.65.65 0 0 0-.798-.078l-.1.078-2.912 2.767a.653.653 0 0 0 .899.945l2.46-2.34 2.048 1.946a.653.653 0 0 0 .898 0l3.058-2.907v1.643a.653.653 0 0 0 1.304 0V8.718a.653.653 0 0 0-.652-.653z"}))}}));module.exports=s;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { D as i, _ as e, a as m } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const s = ["title", "titleId"], h = (o) => /* @__PURE__ */ n(i, e(e({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(a) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = a, c = m(a, s);
|
|
12
|
+
return t.createElement("svg", e({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, c), l ? t.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, l) : null, t.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M19.282 12.805a4.348 4.348 0 1 1 0 8.695 4.348 4.348 0 0 1 0-8.695m2.326 1.971c-.208-.213-.626-.335-.913-.042l-3.79 3.871a.59.59 0 0 0-.17.47c.016.167.1.32.218.442l.098.085c.103.078.221.13.348.14a.58.58 0 0 0 .461-.178l3.795-3.876a.59.59 0 0 0 .171-.47.74.74 0 0 0-.218-.442m-.67 3.053a.93.93 0 0 0-.67.278.963.963 0 0 0-.005 1.348c.175.18.415.284.666.285l.094-.005a.94.94 0 0 0 .575-.276.97.97 0 0 0 .276-.674v-.007l-.001-.033v-.006l-.009-.09a.96.96 0 0 0-.278-.552.93.93 0 0 0-.648-.268M18.15 3.5c.48 0 .87.39.87.87v7.137a5.652 5.652 0 0 0-5.026 7.645H4.238a.87.87 0 0 1-.869-.87V4.37c0-.48.39-.869.87-.869zm-.514 11.072a.93.93 0 0 0-.67.279.965.965 0 0 0-.005 1.347c.175.18.415.284.666.285h.045a.94.94 0 0 0 .64-.297.97.97 0 0 0 .26-.658v-.046l-.01-.09a.96.96 0 0 0-.278-.552.93.93 0 0 0-.648-.268m-5.421-6.507a.653.653 0 0 0 0 1.305h1.694l-2.526 2.4-2.046-1.944a.65.65 0 0 0-.798-.078l-.1.078-2.912 2.767a.653.653 0 0 0 .899.945l2.46-2.34 2.048 1.946a.653.653 0 0 0 .898 0l3.058-2.907v1.643a.653.653 0 0 0 1.304 0V8.718a.653.653 0 0 0-.652-.653z"
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}));
|
|
30
|
+
export {
|
|
31
|
+
h as default
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),n=require("react/jsx-runtime"),t=require("react"),s=["title","titleId"],a=i=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:r=>{let{title:l,titleId:c}=r,o=e._objectWithoutProperties(r,s);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19 24",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),l?t.createElement("title",{id:c},l):null,t.createElement("path",{fill:"currentColor",d:"M15.629 0 5.4 10.971l3-.457L4.571 16.2l2.915-.371L2.57 23.6l9.943-10.229-3 .258 4.657-5.943-3.657 1zM9.143 2.571C4.114 2.571 0 6.686 0 11.714c0 3.2 1.56 5.954 4.029 7.6.182-.364.446-.75.628-1.114.093-.182.2-.279.2-.371-1.921-1.372-3.2-3.554-3.2-6.115 0-4.114 3.286-7.4 7.4-7.4.364 0 .714-.007 1.172.086L11.6 2.943c-.732-.275-1.543-.372-2.457-.372m5.114 1.543L13.343 5.6c1.921 1.371 3.2 3.554 3.2 6.114 0 4.115-3.286 7.4-7.4 7.4-.275 0-.64.007-.914-.085L6.77 20.486c.733.182 1.55.285 2.372.285 5.028 0 9.143-4.114 9.143-9.142 0-3.108-1.65-5.868-4.029-7.515"}))}}));module.exports=a;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { D as c, _ as e, a as n } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const d = ["title", "titleId"], h = (o) => /* @__PURE__ */ s(c, e(e({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: i
|
|
11
|
+
} = l, a = n(l, d);
|
|
12
|
+
return t.createElement("svg", e({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 19 24",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": i
|
|
21
|
+
}, a), r ? t.createElement("title", {
|
|
22
|
+
id: i
|
|
23
|
+
}, r) : null, t.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M15.629 0 5.4 10.971l3-.457L4.571 16.2l2.915-.371L2.57 23.6l9.943-10.229-3 .258 4.657-5.943-3.657 1zM9.143 2.571C4.114 2.571 0 6.686 0 11.714c0 3.2 1.56 5.954 4.029 7.6.182-.364.446-.75.628-1.114.093-.182.2-.279.2-.371-1.921-1.372-3.2-3.554-3.2-6.115 0-4.114 3.286-7.4 7.4-7.4.364 0 .714-.007 1.172.086L11.6 2.943c-.732-.275-1.543-.372-2.457-.372m5.114 1.543L13.343 5.6c1.921 1.371 3.2 3.554 3.2 6.114 0 4.115-3.286 7.4-7.4 7.4-.275 0-.64.007-.914-.085L6.77 20.486c.733.182 1.55.285 2.372.285 5.028 0 9.143-4.114 9.143-9.142 0-3.108-1.65-5.868-4.029-7.515"
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}));
|
|
30
|
+
export {
|
|
31
|
+
h as default
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),n=require("react/jsx-runtime"),t=require("react"),o=["title","titleId"],s=c=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:r=>{let{title:a,titleId:l}=r,i=e._objectWithoutProperties(r,o);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":l},i),a?t.createElement("title",{id:l},a):null,t.createElement("g",{fill:"none"},t.createElement("path",{d:"M0 0h16v16H0z"}),t.createElement("path",{fill:"currentColor",d:"M11.75 1c.966 0 1.75.784 1.75 1.75v4a.75.75 0 1 1-1.5 0v-4a.25.25 0 0 0-.25-.25h-9a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7A.75.75 0 1 1 7 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1zm-.11 7.28a3.36 3.36 0 1 1 0 6.72 3.36 3.36 0 0 1 0-6.72m1.078 2.202-1.36 1.552-.663-.65a.495.495 0 0 0-.692.706l1.037 1.017c.093.09.217.141.347.141h.018a.5.5 0 0 0 .354-.168l1.704-1.947a.495.495 0 0 0-.745-.651M6 9.75a.75.75 0 1 1 0 1.5H4.5a.75.75 0 1 1 0-1.5zm2-3a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1 0-1.5zm1.5-3a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5z"})))}}));module.exports=s;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { D as n, _ as t, a as c } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const s = ["title", "titleId"], u = (o) => /* @__PURE__ */ m(n, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(a) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = a, i = c(a, s);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), l ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, l) : null, e.createElement("g", {
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, e.createElement("path", {
|
|
26
|
+
d: "M0 0h16v16H0z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M11.75 1c.966 0 1.75.784 1.75 1.75v4a.75.75 0 1 1-1.5 0v-4a.25.25 0 0 0-.25-.25h-9a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7A.75.75 0 1 1 7 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1zm-.11 7.28a3.36 3.36 0 1 1 0 6.72 3.36 3.36 0 0 1 0-6.72m1.078 2.202-1.36 1.552-.663-.65a.495.495 0 0 0-.692.706l1.037 1.017c.093.09.217.141.347.141h.018a.5.5 0 0 0 .354-.168l1.704-1.947a.495.495 0 0 0-.745-.651M6 9.75a.75.75 0 1 1 0 1.5H4.5a.75.75 0 1 1 0-1.5zm2-3a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1 0-1.5zm1.5-3a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5z"
|
|
30
|
+
})));
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
}));
|
|
34
|
+
export {
|
|
35
|
+
u as default
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=c=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:r=>{let{title:a,titleId:l}=r,i=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":l},i),a?t.createElement("title",{id:l},a):null,t.createElement("g",{fill:"none"},t.createElement("path",{d:"M0 0h16v16H0z"}),t.createElement("path",{fill:"currentColor",d:"M11.75 1c.966 0 1.75.784 1.75 1.75v4a.75.75 0 1 1-1.5 0v-4a.25.25 0 0 0-.25-.25h-9a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7A.75.75 0 1 1 7 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1zm-.11 7.28a3.36 3.36 0 1 1 0 6.72 3.36 3.36 0 0 1 0-6.72m1.62 2.735h-3.237a.569.569 0 1 0 0 1.137h3.237a.569.569 0 0 0 0-1.137M6 9.75a.75.75 0 1 1 0 1.5H4.5a.75.75 0 1 1 0-1.5zm2-3a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1 0-1.5zm1.5-3a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5z"})))}}));module.exports=s;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { D as m, _ as t, a as n } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const s = ["title", "titleId"], u = (o) => /* @__PURE__ */ c(m, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(a) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = a, i = n(a, s);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), l ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, l) : null, e.createElement("g", {
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, e.createElement("path", {
|
|
26
|
+
d: "M0 0h16v16H0z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M11.75 1c.966 0 1.75.784 1.75 1.75v4a.75.75 0 1 1-1.5 0v-4a.25.25 0 0 0-.25-.25h-9a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7A.75.75 0 1 1 7 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1zm-.11 7.28a3.36 3.36 0 1 1 0 6.72 3.36 3.36 0 0 1 0-6.72m1.62 2.735h-3.237a.569.569 0 1 0 0 1.137h3.237a.569.569 0 0 0 0-1.137M6 9.75a.75.75 0 1 1 0 1.5H4.5a.75.75 0 1 1 0-1.5zm2-3a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1 0-1.5zm1.5-3a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5z"
|
|
30
|
+
})));
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
}));
|
|
34
|
+
export {
|
|
35
|
+
u as default
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),h=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],a=i=>h.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:r=>{let{title:l,titleId:c}=r,o=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 10",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),l?t.createElement("title",{id:c},l):null,t.createElement("rect",{width:20,height:10,fill:"currentColor",rx:2}),t.createElement("path",{fill:"#fff",d:"M6.5 8.001H5.3l-2.55-3.5v3.5H1.5v-6h1.25l2.5 3.5v-3.5H6.5zM11.5 3.261H9v1.12h2.5v1.26H9v1.11h2.5v1.25h-4v-6h4zM18.5 7.001c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-5h1.25v4.51h1.13v-3.52h1.25v3.51h1.12v-4.5h1.25z"}))}}));module.exports=a;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { D as h, _ as t, a as c } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const v = ["title", "titleId"], f = (o) => /* @__PURE__ */ n(h, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: i
|
|
11
|
+
} = l, a = c(l, v);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 20 10",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": i
|
|
21
|
+
}, a), r ? e.createElement("title", {
|
|
22
|
+
id: i
|
|
23
|
+
}, r) : null, e.createElement("rect", {
|
|
24
|
+
width: 20,
|
|
25
|
+
height: 10,
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
rx: 2
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "#fff",
|
|
30
|
+
d: "M6.5 8.001H5.3l-2.55-3.5v3.5H1.5v-6h1.25l2.5 3.5v-3.5H6.5zM11.5 3.261H9v1.12h2.5v1.26H9v1.11h2.5v1.25h-4v-6h4zM18.5 7.001c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1v-5h1.25v4.51h1.13v-3.52h1.25v3.51h1.12v-4.5h1.25z"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
}));
|
|
35
|
+
export {
|
|
36
|
+
f as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),n=require("react/jsx-runtime"),t=require("react"),o=["title","titleId"],s=c=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:l=>{let{title:r,titleId:a}=l,i=e._objectWithoutProperties(l,o);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":a},i),r?t.createElement("title",{id:a},r):null,t.createElement("g",{fill:"none"},t.createElement("path",{d:"M0 0h16v16H0z"}),t.createElement("path",{fill:"currentColor",d:"M14.622 3.209c.485 0 .878.393.878.878v10.535a.88.88 0 0 1-.878.878H4.087a.88.88 0 0 1-.878-.878V4.087c0-.485.393-.878.878-.878zm-.527 1.405H4.614v9.481h9.481zM12.615.5a.702.702 0 1 1 0 1.405H2.08a.176.176 0 0 0-.175.175v10.535a.702.702 0 1 1-1.405 0V2.08C.5 1.208 1.208.5 2.08.5zm.349 6.094c.21.177.261.487.129.724l-.046.07-2.43 3.189a1.213 1.213 0 0 1-1.68.217l-.09-.074-1.204-1.084a.174.174 0 0 0-.257.026l-.024.042-.691 1.693a.53.53 0 0 1-.707.297.57.57 0 0 1-.306-.67l.024-.071.691-1.695c.272-.667 1.01-.977 1.647-.69q.117.053.222.128l.1.083 1.206 1.083a.174.174 0 0 0 .253-.02l2.407-3.16a.52.52 0 0 1 .756-.088"})))}}));module.exports=s;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { D as c, _ as t, a as n } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const s = ["title", "titleId"], h = (o) => /* @__PURE__ */ m(c, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, i = n(l, s);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("g", {
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, e.createElement("path", {
|
|
26
|
+
d: "M0 0h16v16H0z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M14.622 3.209c.485 0 .878.393.878.878v10.535a.88.88 0 0 1-.878.878H4.087a.88.88 0 0 1-.878-.878V4.087c0-.485.393-.878.878-.878zm-.527 1.405H4.614v9.481h9.481zM12.615.5a.702.702 0 1 1 0 1.405H2.08a.176.176 0 0 0-.175.175v10.535a.702.702 0 1 1-1.405 0V2.08C.5 1.208 1.208.5 2.08.5zm.349 6.094c.21.177.261.487.129.724l-.046.07-2.43 3.189a1.213 1.213 0 0 1-1.68.217l-.09-.074-1.204-1.084a.174.174 0 0 0-.257.026l-.024.042-.691 1.693a.53.53 0 0 1-.707.297.57.57 0 0 1-.306-.67l.024-.071.691-1.695c.272-.667 1.01-.977 1.647-.69q.117.053.222.128l.1.083 1.206 1.083a.174.174 0 0 0 .253-.02l2.407-3.16a.52.52 0 0 1 .756-.088"
|
|
30
|
+
})));
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
}));
|
|
34
|
+
export {
|
|
35
|
+
h as default
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),i=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=o=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},o),{},{icon:r=>{let{title:l,titleId:c}=r,a=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},a),l?t.createElement("title",{id:c},l):null,t.createElement("path",{fill:"currentColor",d:"M16 11.625h-2.165a.55.55 0 0 0-.55.55v1.332c0 .303.246.55.55.55H16v1.3h-2.165a1.85 1.85 0 0 1-1.85-1.85v-1.332c0-1.022.828-1.852 1.85-1.852H16zM10.499 10.34a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H7.991l-.102-.004a1 1 0 0 1-.893-.893l-.005-.102v-3a1 1 0 0 1 1-1zm-2.308 3.8H10.3v-2.599H8.19z"}),t.createElement("path",{fill:"currentColor",d:"M8.667 6H14v3.323h-.165c-.706 0-1.35.26-1.849.685A2 2 0 0 0 10.5 9.34H7.991a2 2 0 0 0-2 2v3.023l.001.025.005.102.001.028.003.026c.03.285.118.551.254.788H2V.666h6.667z"}),t.createElement("path",{fill:"currentColor",d:"M14 4.39v.277h-4V.666h.276z"}))}}));module.exports=s;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { D as i, _ as t, a as n } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const d = ["title", "titleId"], p = (o) => /* @__PURE__ */ m(i, t(t({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: a
|
|
11
|
+
} = l, c = n(l, d);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": a
|
|
21
|
+
}, c), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M16 11.625h-2.165a.55.55 0 0 0-.55.55v1.332c0 .303.246.55.55.55H16v1.3h-2.165a1.85 1.85 0 0 1-1.85-1.85v-1.332c0-1.022.828-1.852 1.85-1.852H16zM10.499 10.34a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H7.991l-.102-.004a1 1 0 0 1-.893-.893l-.005-.102v-3a1 1 0 0 1 1-1zm-2.308 3.8H10.3v-2.599H8.19z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M8.667 6H14v3.323h-.165c-.706 0-1.35.26-1.849.685A2 2 0 0 0 10.5 9.34H7.991a2 2 0 0 0-2 2v3.023l.001.025.005.102.001.028.003.026c.03.285.118.551.254.788H2V.666h6.667z"
|
|
29
|
+
}), e.createElement("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M14 4.39v.277h-4V.666h.276z"
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
}));
|
|
36
|
+
export {
|
|
37
|
+
p as default
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-DMSRbRJI.cjs"),o=require("react/jsx-runtime"),t=require("react"),s=["title","titleId"],n=l=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},l),{},{icon:c=>{let{title:r,titleId:i}=c,a=e._objectWithoutProperties(c,s);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":i},a),r?t.createElement("title",{id:i},r):null,t.createElement("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.387 9.667a.846.846 0 0 0-.857.833v1.667c0 .46.384.833.857.833a.846.846 0 0 0 .857-.833V10.5a.846.846 0 0 0-.857-.833m-3.23-2.5c-.473 0-.857.326-.857.729v4.375c0 .402.384.729.857.729s.857-.327.857-.73V7.897c0-.403-.384-.73-.857-.73M9.617 5.5c-.473 0-.857.28-.857.625v6.25c0 .345.384.625.857.625s.857-.28.857-.625v-6.25c0-.345-.384-.625-.857-.625m3.24-2.5a.846.846 0 0 0-.857.833v8.334c0 .46.384.833.857.833a.846.846 0 0 0 .857-.833V3.833A.846.846 0 0 0 12.857 3"}))}}));module.exports=n;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { D as o, _ as e, a as s } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const d = ["title", "titleId"], v = (c) => /* @__PURE__ */ m(o, e(e({}, c), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(a) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = a, i = s(a, d);
|
|
12
|
+
return t.createElement("svg", e({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 16 16",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), l ? t.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, l) : null, t.createElement("path", {
|
|
24
|
+
d: "M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.387 9.667a.846.846 0 0 0-.857.833v1.667c0 .46.384.833.857.833a.846.846 0 0 0 .857-.833V10.5a.846.846 0 0 0-.857-.833m-3.23-2.5c-.473 0-.857.326-.857.729v4.375c0 .402.384.729.857.729s.857-.327.857-.73V7.897c0-.403-.384-.73-.857-.73M9.617 5.5c-.473 0-.857.28-.857.625v6.25c0 .345.384.625.857.625s.857-.28.857-.625v-6.25c0-.345-.384-.625-.857-.625m3.24-2.5a.846.846 0 0 0-.857.833v8.334c0 .46.384.833.857.833a.846.846 0 0 0 .857-.833V3.833A.846.846 0 0 0 12.857 3"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
}));
|
|
29
|
+
export {
|
|
30
|
+
v as default
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../dm-icon-DMSRbRJI.cjs"),c=require("react/jsx-runtime"),e=require("react"),s=["title","titleId"],i=a=>c.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},a),{},{icon:l=>{let{title:r,titleId:o}=l,n=t._objectWithoutProperties(l,s);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 45 22",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":o},n),r?e.createElement("title",{id:o},r):null,e.createElement("defs",null,e.createElement("linearGradient",{id:"combined-shape-a",x1:"77.046%",x2:"-2.856%",y1:"42.529%",y2:"74.199%"},e.createElement("stop",{offset:"0%",stopColor:"#fad961"}),e.createElement("stop",{offset:"100%",stopColor:"#f76b1c"}))),e.createElement("path",{fill:"url(#combined-shape-a)",d:"M73.695 12.14q1.187.012 1.847.545.655.526.836 1.197.166.353.118.925-.054.573-.475 2.263-.415 1.663-.65 2.249-.241.585-.583.938-.515.672-1.43 1.184-.926.532-2.122.559-1.17-.027-1.823-.559-.672-.512-.867-1.184a9 9 0 0 1-.094-.42 2.4 2.4 0 0 1-.007-.518q.044-.585.458-2.25.421-1.689.667-2.262.252-.572.566-.925.53-.672 1.46-1.197.92-.533 2.1-.546m8.91.079q.588 0 1.108.106.512.14.965.573.39.325.533.931.162.586-.037 1.384-.27 1.078-1.269 1.963-1.032.931-2.577.958H79.03l-.944 3.786h-1.511l2.42-9.701zM68.039 3.93c0 5.232 5.161 3.691 6.092 1.407v3.188q-4.064.796-6.602 2.554-.903 3.762-2.35 10.841h-1.8l2.153-9.665Q61.965 14.67 60 16.779c.215-.785 1.15-3.854 1.44-8.36 1.644 3.466 5.03 1.796 6.6-4.489m26.959 4.363L91.854 21.92h-1.857l2.668-11.561-2.167 1.42.478-2.075 2.165-1.41zm6.773 0q1.68 0 2.596.993.934 1.002.49 2.86l-1.542 5.912q-.522 1.849-1.978 2.85-1.435.994-3.12 1.012-1.624-.019-2.541-1.011-.994-1.003-.531-2.85l1.542-5.913q.504-1.858 2.02-2.86 1.434-.993 3.064-.993M73.328 13.61q-.536.012-.967.206-.44.2-.754.499a2.2 2.2 0 0 0-.59.805q-.24.519-.596 1.95-.357 1.43-.373 1.936-.03.506.185.818.166.3.508.486.328.22.861.22.54 0 .992-.22a2.4 2.4 0 0 0 .723-.486q.372-.312.607-.818.23-.506.586-1.936.357-1.431.383-1.95.014-.492-.202-.805-.15-.3-.477-.5-.35-.192-.886-.205m27.942-3.395q-1.984.037-2.55 2.05l-1.482 5.683q-.49 2.032 1.48 2.05 1.972-.018 2.56-2.05l1.483-5.683q.465-2.014-1.49-2.05M82.34 13.61h-2.181l-.782 3.133h2.236q.845-.012 1.391-.505.524-.48.669-1.065.12-.486.04-.818a.87.87 0 0 0-.36-.473q-.394-.285-1.013-.272M61.426 5.36a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4m12.78-3.109a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4M68.158.196a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3",transform:"translate(-60)"}))}}));module.exports=i;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { D as n, _ as t, a as s } from "../dm-icon-C1ahiTWQ.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const c = ["title", "titleId"], q = (r) => /* @__PURE__ */ m(n, t(t({}, r), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: o
|
|
11
|
+
} = l, i = s(l, c);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 45 22",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": o
|
|
21
|
+
}, i), a ? e.createElement("title", {
|
|
22
|
+
id: o
|
|
23
|
+
}, a) : null, e.createElement("defs", null, e.createElement("linearGradient", {
|
|
24
|
+
id: "combined-shape-a",
|
|
25
|
+
x1: "77.046%",
|
|
26
|
+
x2: "-2.856%",
|
|
27
|
+
y1: "42.529%",
|
|
28
|
+
y2: "74.199%"
|
|
29
|
+
}, e.createElement("stop", {
|
|
30
|
+
offset: "0%",
|
|
31
|
+
stopColor: "#fad961"
|
|
32
|
+
}), e.createElement("stop", {
|
|
33
|
+
offset: "100%",
|
|
34
|
+
stopColor: "#f76b1c"
|
|
35
|
+
}))), e.createElement("path", {
|
|
36
|
+
fill: "url(#combined-shape-a)",
|
|
37
|
+
d: "M73.695 12.14q1.187.012 1.847.545.655.526.836 1.197.166.353.118.925-.054.573-.475 2.263-.415 1.663-.65 2.249-.241.585-.583.938-.515.672-1.43 1.184-.926.532-2.122.559-1.17-.027-1.823-.559-.672-.512-.867-1.184a9 9 0 0 1-.094-.42 2.4 2.4 0 0 1-.007-.518q.044-.585.458-2.25.421-1.689.667-2.262.252-.572.566-.925.53-.672 1.46-1.197.92-.533 2.1-.546m8.91.079q.588 0 1.108.106.512.14.965.573.39.325.533.931.162.586-.037 1.384-.27 1.078-1.269 1.963-1.032.931-2.577.958H79.03l-.944 3.786h-1.511l2.42-9.701zM68.039 3.93c0 5.232 5.161 3.691 6.092 1.407v3.188q-4.064.796-6.602 2.554-.903 3.762-2.35 10.841h-1.8l2.153-9.665Q61.965 14.67 60 16.779c.215-.785 1.15-3.854 1.44-8.36 1.644 3.466 5.03 1.796 6.6-4.489m26.959 4.363L91.854 21.92h-1.857l2.668-11.561-2.167 1.42.478-2.075 2.165-1.41zm6.773 0q1.68 0 2.596.993.934 1.002.49 2.86l-1.542 5.912q-.522 1.849-1.978 2.85-1.435.994-3.12 1.012-1.624-.019-2.541-1.011-.994-1.003-.531-2.85l1.542-5.913q.504-1.858 2.02-2.86 1.434-.993 3.064-.993M73.328 13.61q-.536.012-.967.206-.44.2-.754.499a2.2 2.2 0 0 0-.59.805q-.24.519-.596 1.95-.357 1.43-.373 1.936-.03.506.185.818.166.3.508.486.328.22.861.22.54 0 .992-.22a2.4 2.4 0 0 0 .723-.486q.372-.312.607-.818.23-.506.586-1.936.357-1.431.383-1.95.014-.492-.202-.805-.15-.3-.477-.5-.35-.192-.886-.205m27.942-3.395q-1.984.037-2.55 2.05l-1.482 5.683q-.49 2.032 1.48 2.05 1.972-.018 2.56-2.05l1.483-5.683q.465-2.014-1.49-2.05M82.34 13.61h-2.181l-.782 3.133h2.236q.845-.012 1.391-.505.524-.48.669-1.065.12-.486.04-.818a.87.87 0 0 0-.36-.473q-.394-.285-1.013-.272M61.426 5.36a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4m12.78-3.109a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4M68.158.196a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3",
|
|
38
|
+
transform: "translate(-60)"
|
|
39
|
+
}));
|
|
40
|
+
}
|
|
41
|
+
)
|
|
42
|
+
}));
|
|
43
|
+
export {
|
|
44
|
+
q as default
|
|
45
|
+
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as AccumulateSquareOutlined } from './AccumulateSquareOutlined'
|
|
|
2
2
|
export { default as AdobeReaderColored } from './AdobeReaderColored';
|
|
3
3
|
export { default as AhfgHkOutlined } from './AhfgHkOutlined';
|
|
4
4
|
export { default as AlertColored } from './AlertColored';
|
|
5
|
+
export { default as AlignLeftCircleColored } from './AlignLeftCircleColored';
|
|
5
6
|
export { default as AlignLeftOutlined } from './AlignLeftOutlined';
|
|
6
7
|
export { default as AnnouncementFilled } from './AnnouncementFilled';
|
|
7
8
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
@@ -136,6 +137,7 @@ export { default as HeartOutlined } from './HeartOutlined';
|
|
|
136
137
|
export { default as HistoryOutlined } from './HistoryOutlined';
|
|
137
138
|
export { default as HistoryOutlined2 } from './HistoryOutlined2';
|
|
138
139
|
export { default as HolidayOutlined } from './HolidayOutlined';
|
|
140
|
+
export { default as HotSquareFilled } from './HotSquareFilled';
|
|
139
141
|
export { default as IdCardFilled } from './IdCardFilled';
|
|
140
142
|
export { default as IdeaFilled } from './IdeaFilled';
|
|
141
143
|
export { default as ImportOutlined } from './ImportOutlined';
|
|
@@ -146,6 +148,7 @@ export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
|
146
148
|
export { default as InfoTriangleFilled } from './InfoTriangleFilled';
|
|
147
149
|
export { default as InformationFilled } from './InformationFilled';
|
|
148
150
|
export { default as InsuranceFilled } from './InsuranceFilled';
|
|
151
|
+
export { default as InterestRateNewsOutlined } from './InterestRateNewsOutlined';
|
|
149
152
|
export { default as IssueSquareOutlined } from './IssueSquareOutlined';
|
|
150
153
|
export { default as ItemColored } from './ItemColored';
|
|
151
154
|
export { default as ItemSettingOutlined } from './ItemSettingOutlined';
|
|
@@ -182,11 +185,14 @@ export { default as LeafOutlined } from './LeafOutlined';
|
|
|
182
185
|
export { default as LeftOutlined } from './LeftOutlined';
|
|
183
186
|
export { default as LetterSOutlined } from './LetterSOutlined';
|
|
184
187
|
export { default as LightbulbOutlined } from './LightbulbOutlined';
|
|
188
|
+
export { default as LightningCrossCircleOutlined } from './LightningCrossCircleOutlined';
|
|
185
189
|
export { default as LightningFilled } from './LightningFilled';
|
|
186
190
|
export { default as LineChartFilled } from './LineChartFilled';
|
|
187
191
|
export { default as LineChartOutlined } from './LineChartOutlined';
|
|
188
192
|
export { default as LinkOutlined } from './LinkOutlined';
|
|
189
193
|
export { default as LinkOutlined2 } from './LinkOutlined2';
|
|
194
|
+
export { default as ListDoneOutlined } from './ListDoneOutlined';
|
|
195
|
+
export { default as ListRemoveOutlined } from './ListRemoveOutlined';
|
|
190
196
|
export { default as LocationOutlined } from './LocationOutlined';
|
|
191
197
|
export { default as LockOutlined } from './LockOutlined';
|
|
192
198
|
export { default as LogoutOutlined } from './LogoutOutlined';
|
|
@@ -205,9 +211,11 @@ export { default as MultiplicationOutlined } from './MultiplicationOutlined';
|
|
|
205
211
|
export { default as NetCircleFilled } from './NetCircleFilled';
|
|
206
212
|
export { default as NewCircleOutlined } from './NewCircleOutlined';
|
|
207
213
|
export { default as NewConversationOutlined } from './NewConversationOutlined';
|
|
214
|
+
export { default as NewRectangleFilled } from './NewRectangleFilled';
|
|
208
215
|
export { default as NotStartedCircleFilled } from './NotStartedCircleFilled';
|
|
209
216
|
export { default as NothingDoneColored } from './NothingDoneColored';
|
|
210
217
|
export { default as NoticeOutlined } from './NoticeOutlined';
|
|
218
|
+
export { default as NumberOfCurvesOutlined } from './NumberOfCurvesOutlined';
|
|
211
219
|
export { default as OcoOutlined } from './OcoOutlined';
|
|
212
220
|
export { default as OfrOutlined } from './OfrOutlined';
|
|
213
221
|
export { default as PackOutlined } from './PackOutlined';
|
|
@@ -244,6 +252,7 @@ export { default as RecommendLabelColored } from './RecommendLabelColored';
|
|
|
244
252
|
export { default as RedemptionFilled } from './RedemptionFilled';
|
|
245
253
|
export { default as RegionalPanoramaOutlined } from './RegionalPanoramaOutlined';
|
|
246
254
|
export { default as RelatedOutlined } from './RelatedOutlined';
|
|
255
|
+
export { default as ReleaseDocumentOutlined } from './ReleaseDocumentOutlined';
|
|
247
256
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
248
257
|
export { default as ReloadOutlined2 } from './ReloadOutlined2';
|
|
249
258
|
export { default as ReportOutlined } from './ReportOutlined';
|
|
@@ -266,6 +275,7 @@ export { default as SpecialSquareOutlined } from './SpecialSquareOutlined';
|
|
|
266
275
|
export { default as StarFilled } from './StarFilled';
|
|
267
276
|
export { default as StarOutlined } from './StarOutlined';
|
|
268
277
|
export { default as StarOutlined2 } from './StarOutlined2';
|
|
278
|
+
export { default as StatisticalReportCircleFilled } from './StatisticalReportCircleFilled';
|
|
269
279
|
export { default as StatisticalReportOutlined } from './StatisticalReportOutlined';
|
|
270
280
|
export { default as StockSquareOutlined } from './StockSquareOutlined';
|
|
271
281
|
export { default as StopRecordColored } from './StopRecordColored';
|
|
@@ -281,6 +291,7 @@ export { default as TechnologyInnovationSquareOutlined } from './TechnologyInnov
|
|
|
281
291
|
export { default as ThumbsDownFilled } from './ThumbsDownFilled';
|
|
282
292
|
export { default as ThumbsUpFilled } from './ThumbsUpFilled';
|
|
283
293
|
export { default as TlacSquareOutlined } from './TlacSquareOutlined';
|
|
294
|
+
export { default as TopTenColored } from './TopTenColored';
|
|
284
295
|
export { default as TrdOutlined } from './TrdOutlined';
|
|
285
296
|
export { default as TriangleRightBottomOutlined } from './TriangleRightBottomOutlined';
|
|
286
297
|
export { default as TriangleTopRightOutlined } from './TriangleTopRightOutlined';
|