@d-matrix/icons-react 0.23.0 → 0.25.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/ChineseOneSquareOutlined.js +1 -0
- package/dist/icons/ChineseOneSquareOutlined.mjs +36 -0
- package/dist/icons/ContainsRightsSquareOutlined.js +1 -1
- package/dist/icons/ContainsRightsSquareOutlined.mjs +9 -10
- package/dist/icons/ConvertibleSquareOutlined.js +1 -0
- package/dist/icons/ConvertibleSquareOutlined.mjs +39 -0
- package/dist/icons/DefaultSquareOutlined.js +1 -1
- package/dist/icons/DefaultSquareOutlined.mjs +10 -11
- package/dist/icons/ExtensionSquareOutlined.js +1 -1
- package/dist/icons/ExtensionSquareOutlined.mjs +14 -15
- package/dist/icons/FloatRateSquareOutlined.js +1 -1
- package/dist/icons/FloatRateSquareOutlined.mjs +8 -9
- package/dist/icons/IssueFilled.js +1 -1
- package/dist/icons/IssueFilled.mjs +15 -16
- package/dist/icons/MarkOutlined.js +1 -0
- package/dist/icons/MarkOutlined.mjs +32 -0
- package/dist/icons/MarketMakingSquareOutlined.js +1 -0
- package/dist/icons/MarketMakingSquareOutlined.mjs +49 -0
- package/dist/icons/PerpetualSquareOutlined.js +1 -1
- package/dist/icons/PerpetualSquareOutlined.mjs +9 -10
- package/dist/icons/PledgeSquareOutlined.js +1 -1
- package/dist/icons/PledgeSquareOutlined.mjs +10 -11
- package/dist/icons/PrivateSquareOutlined.js +1 -1
- package/dist/icons/PrivateSquareOutlined.mjs +9 -10
- package/dist/icons/RailwaySquareOutlined.js +1 -1
- package/dist/icons/RailwaySquareOutlined.mjs +12 -10
- package/dist/icons/SecondarySquareOutlined.js +1 -1
- package/dist/icons/SecondarySquareOutlined.mjs +13 -14
- package/dist/icons/StockSquareOutlined.js +1 -1
- package/dist/icons/StockSquareOutlined.mjs +12 -13
- package/dist/icons/TaxExemptSquareOutlined.js +1 -1
- package/dist/icons/TaxExemptSquareOutlined.mjs +19 -13
- package/dist/icons/TechnologyInnovationSquareOutlined.js +1 -1
- package/dist/icons/TechnologyInnovationSquareOutlined.mjs +11 -12
- package/dist/icons/TlacSquareOutlined.js +1 -1
- package/dist/icons/TlacSquareOutlined.mjs +18 -19
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +472 -464
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),c=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=i=>c.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:r=>{let{title:l,titleId:a}=r,o=e._objectWithoutProperties(r,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":a},o),l?t.createElement("title",{id:a},l):null,t.createElement("path",{fill:"currentColor",d:"M13.411 8.768H3.522v-.792h9.89z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=s;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { D as n, _ as t, a as c } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const d = ["title", "titleId"], p = (i) => /* @__PURE__ */ s(n, t(t({}, i), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: a
|
|
11
|
+
} = l, o = c(l, d);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 17 17",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": a
|
|
21
|
+
}, o), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M13.411 8.768H3.522v-.792h9.89z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillOpacity: 0.5,
|
|
29
|
+
d: "M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
}));
|
|
34
|
+
export {
|
|
35
|
+
p as default
|
|
36
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=c=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:l=>{let{title:r,titleId:a}=l,i=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":a},i),r?t.createElement("title",{id:a},r):null,t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.795 4.841c-.32 2.057-.946 3.828-1.87 5.302a12.1 12.1 0 0 0 2.662 2.694l-.54.64c-1.033-.815-1.902-1.706-2.584-2.663a10.8 10.8 0 0 1-2.827 2.651l-.506-.638c1.155-.77 2.112-1.672 2.86-2.717-.979-1.584-1.55-3.333-1.705-5.258h-.44v-.759h4.95zm-3.74.011c.132 1.694.594 3.212 1.397 4.554.792-1.32 1.31-2.838 1.573-4.554z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M6.129 5.578H7.58v.758H6.13v.627A25 25 0 0 1 7.8 8.757l-.45.671a27 27 0 0 0-1.222-1.65v5.687h-.792v-5.71a12 12 0 0 1-1.606 3.147l-.352-.89a9.8 9.8 0 0 0 1.936-3.676H3.61v-.758h1.727V3.433h.792z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=d;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { D as c, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
2
|
import { jsx as d } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const v = ["title", "titleId"], u = (o) => /* @__PURE__ */ d(c, t(t({}, o), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
8
8
|
let {
|
|
9
9
|
title: a,
|
|
10
10
|
titleId: r
|
|
11
|
-
} = l, i = n(l,
|
|
11
|
+
} = l, i = n(l, v);
|
|
12
12
|
return e.createElement("svg", t({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 17 17",
|
|
15
16
|
width: "1em",
|
|
16
17
|
height: "1em",
|
|
17
|
-
fill: "currentColor",
|
|
18
18
|
"aria-hidden": "true",
|
|
19
19
|
focusable: "false",
|
|
20
20
|
"aria-labelledby": r
|
|
@@ -23,20 +23,19 @@ const u = ["title", "titleId"], p = (o) => /* @__PURE__ */ d(c, t(t({}, o), {},
|
|
|
23
23
|
}, a) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
d: "M12.
|
|
26
|
+
d: "M12.795 4.841c-.32 2.057-.946 3.828-1.87 5.302a12.1 12.1 0 0 0 2.662 2.694l-.54.64c-1.033-.815-1.902-1.706-2.584-2.663a10.8 10.8 0 0 1-2.827 2.651l-.506-.638c1.155-.77 2.112-1.672 2.86-2.717-.979-1.584-1.55-3.333-1.705-5.258h-.44v-.759h4.95zm-3.74.011c.132 1.694.594 3.212 1.397 4.554.792-1.32 1.31-2.838 1.573-4.554z",
|
|
27
27
|
clipRule: "evenodd"
|
|
28
28
|
}), e.createElement("path", {
|
|
29
29
|
fill: "currentColor",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M6.129 5.578H7.58v.758H6.13v.627A25 25 0 0 1 7.8 8.757l-.45.671a27 27 0 0 0-1.222-1.65v5.687h-.792v-5.71a12 12 0 0 1-1.606 3.147l-.352-.89a9.8 9.8 0 0 0 1.936-3.676H3.61v-.758h1.727V3.433h.792z"
|
|
31
31
|
}), e.createElement("path", {
|
|
32
32
|
fill: "currentColor",
|
|
33
|
-
|
|
34
|
-
d: "M14
|
|
35
|
-
clipRule: "evenodd"
|
|
33
|
+
fillOpacity: 0.5,
|
|
34
|
+
d: "M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
36
35
|
}));
|
|
37
36
|
}
|
|
38
37
|
)
|
|
39
38
|
}));
|
|
40
39
|
export {
|
|
41
|
-
|
|
40
|
+
u as default
|
|
42
41
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),v=["title","titleId"],n=a=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:l=>{let{title:r,titleId:c}=l,i=e._objectWithoutProperties(l,v);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},i),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",d:"M5.777 3.51q-.148.71-.297 1.353h2.09v.77H5.282a20 20 0 0 1-.858 2.486h1.21V6.447h.76v1.672h1.22v.715h-1.22v1.507c.538-.11 1.044-.231 1.528-.352v.748c-.495.132-1 .264-1.528.374v2.387h-.76v-2.233c-.682.121-1.386.231-2.134.33l-.099-.781c.792-.099 1.529-.21 2.233-.33v-1.65H3.786l-.165-.705c.319-.66.616-1.484.89-2.496H3.413v-.77H4.71c.11-.462.21-.957.32-1.463z"}),t.createElement("path",{fill:"currentColor",d:"M10.848 3.455c-.088.484-.165.957-.253 1.408h2.674v.77H10.44l-.286 1.265h3.388v.759H9.968a22 22 0 0 1-.418 1.397h3.51v.66c-.374.747-.947 1.496-1.728 2.243.451.275.88.562 1.287.87l-.44.67c-1.144-.88-2.32-1.583-3.53-2.09l.417-.626c.572.242 1.112.516 1.618.803.66-.583 1.176-1.188 1.561-1.826H8.561c.22-.682.428-1.375.615-2.101h-1.42v-.76h1.607c.1-.428.198-.846.286-1.264H8.076v-.77h1.727q.132-.726.264-1.486z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=n;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { D as i, _ as t, a as v } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = ["title", "titleId"], u = (c) => /* @__PURE__ */ h(i, t(t({}, c), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: a
|
|
11
|
+
} = l, o = v(l, n);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 17 17",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": a
|
|
21
|
+
}, o), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M5.777 3.51q-.148.71-.297 1.353h2.09v.77H5.282a20 20 0 0 1-.858 2.486h1.21V6.447h.76v1.672h1.22v.715h-1.22v1.507c.538-.11 1.044-.231 1.528-.352v.748c-.495.132-1 .264-1.528.374v2.387h-.76v-2.233c-.682.121-1.386.231-2.134.33l-.099-.781c.792-.099 1.529-.21 2.233-.33v-1.65H3.786l-.165-.705c.319-.66.616-1.484.89-2.496H3.413v-.77H4.71c.11-.462.21-.957.32-1.463z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M10.848 3.455c-.088.484-.165.957-.253 1.408h2.674v.77H10.44l-.286 1.265h3.388v.759H9.968a22 22 0 0 1-.418 1.397h3.51v.66c-.374.747-.947 1.496-1.728 2.243.451.275.88.562 1.287.87l-.44.67c-1.144-.88-2.32-1.583-3.53-2.09l.417-.626c.572.242 1.112.516 1.618.803.66-.583 1.176-1.188 1.561-1.826H8.561c.22-.682.428-1.375.615-2.101h-1.42v-.76h1.607c.1-.428.198-.846.286-1.264H8.076v-.77h1.727q.132-.726.264-1.486z"
|
|
29
|
+
}), e.createElement("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
fillOpacity: 0.5,
|
|
32
|
+
d: "M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
}));
|
|
37
|
+
export {
|
|
38
|
+
u as default
|
|
39
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),h=["title","titleId"],n=a=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:l=>{let{title:r,titleId:c}=l,i=e._objectWithoutProperties(l,h);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},i),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",d:"M5.953 11.353c.088.066.176.154.264.253.264.319.539.55.847.693.33.154.825.242 1.463.264a78.159 78.159 0 0 0 3.718 0c.528-.011.946-.022 1.232-.044l-.187.792h-2.519c-.594 0-1.243-.011-1.936-.022-.703-.011-1.265-.077-1.705-.198-.429-.132-.814-.407-1.155-.803-.143-.187-.286-.275-.418-.275-.264 0-.693.506-1.298 1.518l-.593-.54q.874-1.385 1.55-1.682V7.965H3.643V7.24h2.31z"}),t.createElement("path",{fill:"currentColor",d:"M10.177 4.654h2.706v.715h-2.706v1.1h2.42v.693h-2.42v1.1h2.827c-.022 1.166-.11 1.925-.252 2.266q-.265.66-1.354.693c-.132 0-.297-.011-.473-.033l-.231-.683c.242.022.44.045.616.045.44-.01.715-.165.814-.45.066-.188.099-.562.11-1.123h-2.057v3.058h-.77V8.977H6.712v-.715h2.695v-1.1H7.229v-.693h2.178v-1.1H6.8v-.715h2.607V3.41h.77zM4.38 3.598c.737.572 1.365 1.133 1.87 1.705l-.572.56c-.44-.538-1.056-1.121-1.837-1.748z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=n;
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { D as
|
|
2
|
-
import { jsx as
|
|
1
|
+
import { D as h, _ as t, a as i } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as v } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const n = ["title", "titleId"], s = (c) => /* @__PURE__ */ v(h, t(t({}, c), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
8
8
|
let {
|
|
9
9
|
title: r,
|
|
10
10
|
titleId: a
|
|
11
|
-
} = l,
|
|
11
|
+
} = l, o = i(l, n);
|
|
12
12
|
return e.createElement("svg", t({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
fill: "currentColor",
|
|
15
|
-
viewBox: "0 0
|
|
15
|
+
viewBox: "0 0 17 17",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
19
19
|
focusable: "false",
|
|
20
20
|
"aria-labelledby": a
|
|
21
|
-
},
|
|
21
|
+
}, o), r ? e.createElement("title", {
|
|
22
22
|
id: a
|
|
23
23
|
}, r) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
d: "M5.
|
|
25
|
+
d: "M5.953 11.353c.088.066.176.154.264.253.264.319.539.55.847.693.33.154.825.242 1.463.264a78.159 78.159 0 0 0 3.718 0c.528-.011.946-.022 1.232-.044l-.187.792h-2.519c-.594 0-1.243-.011-1.936-.022-.703-.011-1.265-.077-1.705-.198-.429-.132-.814-.407-1.155-.803-.143-.187-.286-.275-.418-.275-.264 0-.693.506-1.298 1.518l-.593-.54q.874-1.385 1.55-1.682V7.965H3.643V7.24h2.31z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
|
-
d: "
|
|
28
|
+
d: "M10.177 4.654h2.706v.715h-2.706v1.1h2.42v.693h-2.42v1.1h2.827c-.022 1.166-.11 1.925-.252 2.266q-.265.66-1.354.693c-.132 0-.297-.011-.473-.033l-.231-.683c.242.022.44.045.616.045.44-.01.715-.165.814-.45.066-.188.099-.562.11-1.123h-2.057v3.058h-.77V8.977H6.712v-.715h2.695v-1.1H7.229v-.693h2.178v-1.1H6.8v-.715h2.607V3.41h.77zM4.38 3.598c.737.572 1.365 1.133 1.87 1.705l-.572.56c-.44-.538-1.056-1.121-1.837-1.748z"
|
|
29
29
|
}), e.createElement("path", {
|
|
30
30
|
fill: "currentColor",
|
|
31
|
-
|
|
32
|
-
d: "M14
|
|
33
|
-
clipRule: "evenodd"
|
|
31
|
+
fillOpacity: 0.5,
|
|
32
|
+
d: "M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
34
33
|
}));
|
|
35
34
|
}
|
|
36
35
|
)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],h=i=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:l=>{let{title:r,titleId:c}=l,a=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},a),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.664 6.49h-1.53v1.112h1.727v.704h-1.727V9.45h2.09v.726H9.693c.286.506.65.935 1.067 1.309.495-.264.968-.671 1.42-1.243l.549.539c-.396.484-.847.88-1.352 1.166.637.407 1.363.693 2.199.869l-.385.748c-2.024-.506-3.454-1.639-4.29-3.388H7.405v2.409a11.5 11.5 0 0 0 1.86-.616l.153.726c-.836.308-1.826.572-2.97.803l-.22-.693c.264-.099.397-.287.397-.55v-2.079h-1.54q-.33 1.848-1.09 3.333l-.638-.572c.748-1.386 1.133-3.18 1.144-5.368V3.85h8.163zM5.304 7.57c0 .66-.044 1.287-.11 1.88h2.19V8.307H5.776v-.704h1.606V6.491H5.304zm2.838 1.88h2.222V8.307H8.142zm0-1.847h2.222V6.491H8.142zM5.304 5.776h6.568v-1.2H5.304z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=h;
|
|
@@ -1,39 +1,38 @@
|
|
|
1
1
|
import { D as c, _ as t, a as h } from "../dm-icon-DjatEbfO.js";
|
|
2
2
|
import { jsx as n } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const v = ["title", "titleId"], u = (o) => /* @__PURE__ */ n(c, t(t({}, o), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
8
8
|
let {
|
|
9
|
-
title:
|
|
10
|
-
titleId:
|
|
11
|
-
} = l, i = h(l,
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, i = h(l, v);
|
|
12
12
|
return e.createElement("svg", t({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 17 17",
|
|
15
16
|
width: "1em",
|
|
16
17
|
height: "1em",
|
|
17
|
-
fill: "currentColor",
|
|
18
18
|
"aria-hidden": "true",
|
|
19
19
|
focusable: "false",
|
|
20
|
-
"aria-labelledby":
|
|
21
|
-
}, i),
|
|
22
|
-
id:
|
|
23
|
-
},
|
|
20
|
+
"aria-labelledby": r
|
|
21
|
+
}, i), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
d: "M12.
|
|
26
|
+
d: "M12.664 6.49h-1.53v1.112h1.727v.704h-1.727V9.45h2.09v.726H9.693c.286.506.65.935 1.067 1.309.495-.264.968-.671 1.42-1.243l.549.539c-.396.484-.847.88-1.352 1.166.637.407 1.363.693 2.199.869l-.385.748c-2.024-.506-3.454-1.639-4.29-3.388H7.405v2.409a11.5 11.5 0 0 0 1.86-.616l.153.726c-.836.308-1.826.572-2.97.803l-.22-.693c.264-.099.397-.287.397-.55v-2.079h-1.54q-.33 1.848-1.09 3.333l-.638-.572c.748-1.386 1.133-3.18 1.144-5.368V3.85h8.163zM5.304 7.57c0 .66-.044 1.287-.11 1.88h2.19V8.307H5.776v-.704h1.606V6.491H5.304zm2.838 1.88h2.222V8.307H8.142zm0-1.847h2.222V6.491H8.142zM5.304 5.776h6.568v-1.2H5.304z",
|
|
27
27
|
clipRule: "evenodd"
|
|
28
28
|
}), e.createElement("path", {
|
|
29
29
|
fill: "currentColor",
|
|
30
|
-
|
|
31
|
-
d: "M14
|
|
32
|
-
clipRule: "evenodd"
|
|
30
|
+
fillOpacity: 0.5,
|
|
31
|
+
d: "M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
33
32
|
}));
|
|
34
33
|
}
|
|
35
34
|
)
|
|
36
35
|
}));
|
|
37
36
|
export {
|
|
38
|
-
|
|
37
|
+
u as default
|
|
39
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],s=a=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:l=>{let{title:c,titleId:r}=l,i=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":r},i),c?t.createElement("title",{id:r},c):null,t.createElement("path",{fill:"currentColor",d:"M5.93 9.494a36 36 0 0 1-1.55 3.905l-.726-.32a31 31 0 0 0 1.584-3.86zM12.597 7.833c-.594.461-1.265.935-2.013 1.44v.53h2.904v.769h-2.904v1.826c0 .66-.33.99-.979.99H8.143l-.221-.748c.583.022 1.045.044 1.375.044s.506-.176.506-.506v-1.606h-3.31v-.77h3.31v-.825c.44-.264.98-.594 1.595-.99H7.13V7.25h5.467zM4.072 6.183c.704.572 1.287 1.133 1.76 1.705l-.55.54q-.626-.81-1.749-1.718zM7.46 5.094c.253.484.484 1.034.693 1.66l-.682.165c-.176-.56-.407-1.099-.671-1.616zM12.939 4.874a8.8 8.8 0 0 1-.99 2.045l-.694-.24c.374-.529.693-1.2.968-2.003zM9.737 4.961c.286.594.495 1.134.649 1.618l-.649.242a16 16 0 0 0-.682-1.672zM4.215 3.609c.759.55 1.397 1.089 1.925 1.639l-.538.539c-.473-.517-1.123-1.068-1.937-1.662zM13.015 4.06c-1.573.418-3.663.638-6.26.638l-.23-.66c2.464 0 4.51-.209 6.127-.605z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=s;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { D as i, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as v } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const h = ["title", "titleId"], u = (c) => /* @__PURE__ */ v(i, t(t({}, c), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
8
8
|
let {
|
|
9
9
|
title: a,
|
|
10
10
|
titleId: r
|
|
11
|
-
} = l, o = n(l,
|
|
11
|
+
} = l, o = n(l, h);
|
|
12
12
|
return e.createElement("svg", t({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
fill: "currentColor",
|
|
15
|
-
viewBox: "0 0
|
|
15
|
+
viewBox: "0 0 17 17",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
@@ -22,16 +22,15 @@ const u = ["title", "titleId"], p = (c) => /* @__PURE__ */ d(i, t(t({}, c), {},
|
|
|
22
22
|
id: r
|
|
23
23
|
}, a) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
d: "M5.
|
|
25
|
+
d: "M5.93 9.494a36 36 0 0 1-1.55 3.905l-.726-.32a31 31 0 0 0 1.584-3.86zM12.597 7.833c-.594.461-1.265.935-2.013 1.44v.53h2.904v.769h-2.904v1.826c0 .66-.33.99-.979.99H8.143l-.221-.748c.583.022 1.045.044 1.375.044s.506-.176.506-.506v-1.606h-3.31v-.77h3.31v-.825c.44-.264.98-.594 1.595-.99H7.13V7.25h5.467zM4.072 6.183c.704.572 1.287 1.133 1.76 1.705l-.55.54q-.626-.81-1.749-1.718zM7.46 5.094c.253.484.484 1.034.693 1.66l-.682.165c-.176-.56-.407-1.099-.671-1.616zM12.939 4.874a8.8 8.8 0 0 1-.99 2.045l-.694-.24c.374-.529.693-1.2.968-2.003zM9.737 4.961c.286.594.495 1.134.649 1.618l-.649.242a16 16 0 0 0-.682-1.672zM4.215 3.609c.759.55 1.397 1.089 1.925 1.639l-.538.539c-.473-.517-1.123-1.068-1.937-1.662zM13.015 4.06c-1.573.418-3.663.638-6.26.638l-.23-.66c2.464 0 4.51-.209 6.127-.605z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
|
-
|
|
29
|
-
d: "M14
|
|
30
|
-
clipRule: "evenodd"
|
|
28
|
+
fillOpacity: 0.5,
|
|
29
|
+
d: "M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
31
30
|
}));
|
|
32
31
|
}
|
|
33
32
|
)
|
|
34
33
|
}));
|
|
35
34
|
export {
|
|
36
|
-
|
|
35
|
+
u as default
|
|
37
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],h=a=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:l=>{let{title:c,titleId:r}=l,i=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 31 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":r},i),c?t.createElement("title",{id:r},c):null,t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.696 3.444c-.143.924-.32 1.782-.518 2.596h5.149v.76H6.969c-.132.44-.264.857-.418 1.253h4.5v.682c-.298.946-.892 1.804-1.794 2.574.891.528 1.98 1.012 3.256 1.452l-.406.737q-2.112-.775-3.498-1.683c-.902.638-2.025 1.21-3.356 1.726l-.418-.736c1.232-.45 2.256-.946 3.08-1.485-.857-.66-1.463-1.375-1.826-2.145-.803 1.738-1.837 3.113-3.09 4.136l-.408-.726c1.606-1.408 2.784-3.333 3.554-5.786H3.417l.869-3.058.78.132L4.44 6.04h1.925c.22-.858.395-1.75.527-2.695zM6.683 8.779q.561 1.121 1.882 2.079 1.221-.957 1.683-2.08z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M17.31 6.359a8.8 8.8 0 0 1-1.2 1.76v5.39h-.78V8.921c-.44.396-.914.782-1.442 1.145l-.23-.792c1.342-.946 2.32-2.024 2.936-3.245zM23.569 7.7h-1.782v4.808c0 .638-.364.957-1.068.957h-1.616l-.165-.78c.528.032 1.023.054 1.507.054.352 0 .539-.143.539-.429V7.7h-3.465v-.78h6.05zM25.966 11.1a.64.64 0 0 1 .671.649.64.64 0 0 1-.186.473.7.7 0 0 1-.485.187.63.63 0 0 1-.462-.187.64.64 0 0 1-.198-.473.6.6 0 0 1 .198-.462.59.59 0 0 1 .462-.187M26.319 10.296h-.683l-.176-5.74h1.024zM16.793 3.851q-.924 1.831-2.97 3.233l-.232-.792c1.144-.813 1.97-1.737 2.487-2.771zM9.543 3.433c.792.605 1.441 1.21 1.97 1.815l-.561.561c-.462-.583-1.112-1.2-1.937-1.86zM23.085 4.907h-5.27v-.782h5.27z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M28.5 15.334v1h-26v-1zm1-1v-12a1 1 0 0 0-1-1h-26a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.011A2 2 0 0 1 .5 14.333v-12a2 2 0 0 1 2-2h26a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99l-.204.01v-1a1 1 0 0 0 1-1"}))}}));module.exports=h;
|
|
@@ -1,42 +1,41 @@
|
|
|
1
|
-
import { D as i, _ as l, a as
|
|
1
|
+
import { D as i, _ as l, a as h } from "../dm-icon-DjatEbfO.js";
|
|
2
2
|
import { jsx as n } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const d = ["title", "titleId"], u = (a) => /* @__PURE__ */ n(i, l(l({}, a), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(t) => {
|
|
8
8
|
let {
|
|
9
|
-
title:
|
|
10
|
-
titleId:
|
|
11
|
-
} = t, o =
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: c
|
|
11
|
+
} = t, o = h(t, d);
|
|
12
12
|
return e.createElement("svg", l({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
14
|
fill: "currentColor",
|
|
15
|
-
viewBox: "0 0
|
|
15
|
+
viewBox: "0 0 31 17",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
19
19
|
focusable: "false",
|
|
20
|
-
"aria-labelledby":
|
|
21
|
-
}, o),
|
|
22
|
-
id:
|
|
23
|
-
},
|
|
20
|
+
"aria-labelledby": c
|
|
21
|
+
}, o), r ? e.createElement("title", {
|
|
22
|
+
id: c
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
d: "
|
|
26
|
+
d: "M7.696 3.444c-.143.924-.32 1.782-.518 2.596h5.149v.76H6.969c-.132.44-.264.857-.418 1.253h4.5v.682c-.298.946-.892 1.804-1.794 2.574.891.528 1.98 1.012 3.256 1.452l-.406.737q-2.112-.775-3.498-1.683c-.902.638-2.025 1.21-3.356 1.726l-.418-.736c1.232-.45 2.256-.946 3.08-1.485-.857-.66-1.463-1.375-1.826-2.145-.803 1.738-1.837 3.113-3.09 4.136l-.408-.726c1.606-1.408 2.784-3.333 3.554-5.786H3.417l.869-3.058.78.132L4.44 6.04h1.925c.22-.858.395-1.75.527-2.695zM6.683 8.779q.561 1.121 1.882 2.079 1.221-.957 1.683-2.08z",
|
|
27
27
|
clipRule: "evenodd"
|
|
28
28
|
}), e.createElement("path", {
|
|
29
29
|
fill: "currentColor",
|
|
30
|
-
d: "M17.
|
|
30
|
+
d: "M17.31 6.359a8.8 8.8 0 0 1-1.2 1.76v5.39h-.78V8.921c-.44.396-.914.782-1.442 1.145l-.23-.792c1.342-.946 2.32-2.024 2.936-3.245zM23.569 7.7h-1.782v4.808c0 .638-.364.957-1.068.957h-1.616l-.165-.78c.528.032 1.023.054 1.507.054.352 0 .539-.143.539-.429V7.7h-3.465v-.78h6.05zM25.966 11.1a.64.64 0 0 1 .671.649.64.64 0 0 1-.186.473.7.7 0 0 1-.485.187.63.63 0 0 1-.462-.187.64.64 0 0 1-.198-.473.6.6 0 0 1 .198-.462.59.59 0 0 1 .462-.187M26.319 10.296h-.683l-.176-5.74h1.024zM16.793 3.851q-.924 1.831-2.97 3.233l-.232-.792c1.144-.813 1.97-1.737 2.487-2.771zM9.543 3.433c.792.605 1.441 1.21 1.97 1.815l-.561.561c-.462-.583-1.112-1.2-1.937-1.86zM23.085 4.907h-5.27v-.782h5.27z"
|
|
31
31
|
}), e.createElement("path", {
|
|
32
32
|
fill: "currentColor",
|
|
33
|
-
|
|
34
|
-
d: "
|
|
35
|
-
clipRule: "evenodd"
|
|
33
|
+
fillOpacity: 0.5,
|
|
34
|
+
d: "M28.5 15.334v1h-26v-1zm1-1v-12a1 1 0 0 0-1-1h-26a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.011A2 2 0 0 1 .5 14.333v-12a2 2 0 0 1 2-2h26a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99l-.204.01v-1a1 1 0 0 0 1-1"
|
|
36
35
|
}));
|
|
37
36
|
}
|
|
38
37
|
)
|
|
39
38
|
}));
|
|
40
39
|
export {
|
|
41
|
-
|
|
40
|
+
u as default
|
|
42
41
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.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",fill:"currentColor",viewBox:"0 0 14 14",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),l?t.createElement("title",{id:c},l):null,t.createElement("path",{fill:"currentColor",d:"M11 13.65H3v-1.3h8zM6.788.005a4.186 4.186 0 0 1 4.408 4.199c0 1.379-.66 2.578-1.679 3.358-1.17.87-1.919 2.189-1.919 3.658v.18c0 .33-.27.6-.6.6s-.6-.27-.6-.6v-.18c0-1.321-.58-2.616-1.615-3.44l-.428-.317A4.13 4.13 0 0 1 2.8 3.873C2.98 1.776 4.72.097 6.79.006m.21 2.699c-.84 0-1.5.66-1.5 1.5 0 .839.66 1.498 1.5 1.499.839 0 1.5-.66 1.5-1.5 0-.839-.66-1.5-1.5-1.5"}))}}));module.exports=a;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { D as c, _ as e, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const d = ["title", "titleId"], h = (a) => /* @__PURE__ */ s(c, e(e({}, a), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(r) => {
|
|
8
|
+
let {
|
|
9
|
+
title: l,
|
|
10
|
+
titleId: o
|
|
11
|
+
} = r, i = n(r, d);
|
|
12
|
+
return t.createElement("svg", e({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 14 14",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": o
|
|
21
|
+
}, i), l ? t.createElement("title", {
|
|
22
|
+
id: o
|
|
23
|
+
}, l) : null, t.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M11 13.65H3v-1.3h8zM6.788.005a4.186 4.186 0 0 1 4.408 4.199c0 1.379-.66 2.578-1.679 3.358-1.17.87-1.919 2.189-1.919 3.658v.18c0 .33-.27.6-.6.6s-.6-.27-.6-.6v-.18c0-1.321-.58-2.616-1.615-3.44l-.428-.317A4.13 4.13 0 0 1 2.8 3.873C2.98 1.776 4.72.097 6.79.006m.21 2.699c-.84 0-1.5.66-1.5 1.5 0 .839.66 1.498 1.5 1.499.839 0 1.5-.66 1.5-1.5 0-.839-.66-1.5-1.5-1.5"
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}));
|
|
30
|
+
export {
|
|
31
|
+
h as default
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),e=require("react"),n=["title","titleId"],h=a=>i.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},a),{},{icon:l=>{let{title:r,titleId:c}=l,o=t._objectWithoutProperties(l,n);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 27 16",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),r?e.createElement("title",{id:c},r):null,e.createElement("path",{fill:"currentColor",d:"M5.794 3.462c-.242.792-.528 1.54-.88 2.244v7.491h-.77V7.05c-.318.473-.66.935-1.034 1.375l-.253-.848A12.7 12.7 0 0 0 5.08 3.121z"}),e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.799 3.33a17 17 0 0 1-.275 1.463H12.9v.737h-.517c-.033 1.98-.341 3.63-.924 4.928.429.814.968 1.54 1.628 2.156l-.55.529a9 9 0 0 1-1.474-1.937 6.3 6.3 0 0 1-1.804 1.958l-.462-.604q1.188-.776 1.88-2.113c-.461-1.023-.77-2.167-.912-3.42a7.4 7.4 0 0 1-.56.978l-.474-.571c.66-1.045 1.1-2.454 1.332-4.236zm-.54 2.432c.078 1.43.342 2.705.793 3.816.407-1.133.616-2.486.638-4.048h-1.364z",clipRule:"evenodd"}),e.createElement("path",{fill:"currentColor",d:"M18.818 2.979c.176.406.352.869.528 1.375h4.499v.758h-4.466v1.442h3.575v3.992c0 .66-.34 1-1 1h-1.1l-.199-.758 1.045.044q.462 0 .462-.462V7.313H19.38v5.84h-.814v-5.84h-2.65v4.311h-.782v-5.07h3.432V5.112H14.1v-.758h4.444a11 11 0 0 0-.572-1.244z"}),e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.697 5.2h1.408v.737H7.697v2.157h1.188v3.805H6.52v.715h-.749v-4.52H6.95V5.938H5.52V5.2h1.43V3.242h.748zm-1.176 6.006h1.616v-2.41H6.52z",clipRule:"evenodd"}),e.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M25 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h23l.204.01A2 2 0 0 1 27 2v12a2 2 0 0 1-1.796 1.99L25 16v-1a1 1 0 0 0 1-1"}))}}));module.exports=h;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { D as i, _ as l, a as h } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as v } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = ["title", "titleId"], p = (o) => /* @__PURE__ */ v(i, l(l({}, o), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(t) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: a
|
|
11
|
+
} = t, c = h(t, n);
|
|
12
|
+
return e.createElement("svg", l({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 27 16",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
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: "M5.794 3.462c-.242.792-.528 1.54-.88 2.244v7.491h-.77V7.05c-.318.473-.66.935-1.034 1.375l-.253-.848A12.7 12.7 0 0 0 5.08 3.121z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M10.799 3.33a17 17 0 0 1-.275 1.463H12.9v.737h-.517c-.033 1.98-.341 3.63-.924 4.928.429.814.968 1.54 1.628 2.156l-.55.529a9 9 0 0 1-1.474-1.937 6.3 6.3 0 0 1-1.804 1.958l-.462-.604q1.188-.776 1.88-2.113c-.461-1.023-.77-2.167-.912-3.42a7.4 7.4 0 0 1-.56.978l-.474-.571c.66-1.045 1.1-2.454 1.332-4.236zm-.54 2.432c.078 1.43.342 2.705.793 3.816.407-1.133.616-2.486.638-4.048h-1.364z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}), e.createElement("path", {
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
d: "M18.818 2.979c.176.406.352.869.528 1.375h4.499v.758h-4.466v1.442h3.575v3.992c0 .66-.34 1-1 1h-1.1l-.199-.758 1.045.044q.462 0 .462-.462V7.313H19.38v5.84h-.814v-5.84h-2.65v4.311h-.782v-5.07h3.432V5.112H14.1v-.758h4.444a11 11 0 0 0-.572-1.244z"
|
|
34
|
+
}), e.createElement("path", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
fillRule: "evenodd",
|
|
37
|
+
d: "M7.697 5.2h1.408v.737H7.697v2.157h1.188v3.805H6.52v.715h-.749v-4.52H6.95V5.938H5.52V5.2h1.43V3.242h.748zm-1.176 6.006h1.616v-2.41H6.52z",
|
|
38
|
+
clipRule: "evenodd"
|
|
39
|
+
}), e.createElement("path", {
|
|
40
|
+
fill: "currentColor",
|
|
41
|
+
fillOpacity: 0.5,
|
|
42
|
+
d: "M25 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h23l.204.01A2 2 0 0 1 27 2v12a2 2 0 0 1-1.796 1.99L25 16v-1a1 1 0 0 0 1-1"
|
|
43
|
+
}));
|
|
44
|
+
}
|
|
45
|
+
)
|
|
46
|
+
}));
|
|
47
|
+
export {
|
|
48
|
+
p as default
|
|
49
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],u=a=>o.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:l=>{let{title:r,titleId:c}=l,i=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 17 17",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},i),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",d:"M9.11 6.458c.21.56.462 1.1.748 1.606 1.012-.572 1.903-1.386 2.65-2.42l.606.506c-.836 1.1-1.793 1.936-2.893 2.508.836 1.309 1.947 2.409 3.311 3.3l-.561.649q-2.54-1.881-3.86-4.62v4.598c0 .615-.364.935-1.068.935h-1.44l-.21-.77 1.42.033c.33 0 .494-.155.494-.451V6.348H5.019v-.76H9.11z"}),t.createElement("path",{fill:"currentColor",d:"M7.493 8.35c-.605 1.88-1.804 3.31-3.586 4.278l-.472-.626c1.561-.825 2.65-2.002 3.255-3.52H3.698v-.748h3.795zM7.383 3.377c1.034.264 2.013.661 2.948 1.178l-.286.715a13.8 13.8 0 0 0-2.98-1.254z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14.5 15.334v1h-12v-1zm1-1v-12a1 1 0 0 0-1-1h-12a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=u;
|