@d-matrix/icons-react 0.25.0 → 0.25.2
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 -1
- package/dist/icons/ChineseOneSquareOutlined.mjs +5 -5
- package/dist/icons/ContainsRightsSquareOutlined.js +1 -1
- package/dist/icons/ContainsRightsSquareOutlined.mjs +6 -6
- package/dist/icons/DefaultSquareOutlined.js +1 -1
- package/dist/icons/DefaultSquareOutlined.mjs +9 -9
- package/dist/icons/ExtensionSquareOutlined.js +1 -1
- package/dist/icons/ExtensionSquareOutlined.mjs +13 -13
- package/dist/icons/FloatRateSquareOutlined.js +1 -1
- package/dist/icons/FloatRateSquareOutlined.mjs +6 -6
- package/dist/icons/IssueSquareOutlined.js +1 -0
- package/dist/icons/IssueSquareOutlined.mjs +41 -0
- package/dist/icons/PerpetualSquareOutlined.js +1 -1
- package/dist/icons/PerpetualSquareOutlined.mjs +6 -6
- package/dist/icons/PledgeSquareOutlined.js +1 -1
- package/dist/icons/PledgeSquareOutlined.mjs +12 -12
- package/dist/icons/PrivateSquareOutlined.js +1 -1
- package/dist/icons/PrivateSquareOutlined.mjs +7 -7
- package/dist/icons/RailwaySquareOutlined.js +1 -1
- package/dist/icons/RailwaySquareOutlined.mjs +8 -8
- package/dist/icons/SpecialSquareOutlined.js +1 -1
- package/dist/icons/SpecialSquareOutlined.mjs +8 -9
- package/dist/icons/StockSquareOutlined.js +1 -1
- package/dist/icons/StockSquareOutlined.mjs +12 -12
- package/dist/icons/TaxExemptSquareOutlined.js +1 -1
- package/dist/icons/TaxExemptSquareOutlined.mjs +9 -9
- package/dist/icons/TechnologyInnovationSquareOutlined.js +1 -1
- package/dist/icons/TechnologyInnovationSquareOutlined.mjs +9 -9
- package/dist/icons/TlacSquareOutlined.js +1 -1
- package/dist/icons/TlacSquareOutlined.mjs +8 -8
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +22 -22
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/icons/IssueFilled.js +0 -1
- package/dist/icons/IssueFilled.mjs +0 -41
|
@@ -1 +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
|
|
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 16 16",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.394 8.432H2.606v-.864h10.788z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=s;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { D as n, _ as t, a as c } from "../dm-icon-DjatEbfO.js";
|
|
2
2
|
import { jsx as s } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const d = ["title", "titleId"],
|
|
4
|
+
const d = ["title", "titleId"], h = (i) => /* @__PURE__ */ s(n, t(t({}, i), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
@@ -12,7 +12,7 @@ const d = ["title", "titleId"], p = (i) => /* @__PURE__ */ s(n, t(t({}, i), {},
|
|
|
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 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
@@ -22,15 +22,15 @@ const d = ["title", "titleId"], p = (i) => /* @__PURE__ */ s(n, t(t({}, i), {},
|
|
|
22
22
|
id: a
|
|
23
23
|
}, r) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
d: "M13.
|
|
25
|
+
d: "M13.394 8.432H2.606v-.864h10.788z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
28
|
fillOpacity: 0.5,
|
|
29
|
-
d: "M14
|
|
29
|
+
d: "M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
30
30
|
}));
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
}));
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
h as default
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
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
|
|
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 16 16",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.705 4.058c-.348 2.244-1.033 4.176-2.04 5.784a13.2 13.2 0 0 0 2.903 2.94l-.588.696c-1.128-.888-2.075-1.86-2.82-2.904-.84 1.14-1.871 2.1-3.083 2.892l-.553-.696c1.26-.84 2.304-1.824 3.12-2.964C8.576 8.078 7.953 6.17 7.784 4.07h-.48v-.828h5.4zm-4.08.012c.143 1.848.647 3.504 1.523 4.968.864-1.44 1.429-3.096 1.717-4.968z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M5.432 4.862h1.584v.828H5.432v.684c.6.575 1.212 1.236 1.824 1.956l-.492.732a30 30 0 0 0-1.332-1.8v6.204h-.864V7.238a13 13 0 0 1-1.752 3.432l-.384-.972A10.65 10.65 0 0 0 4.544 5.69h-1.86v-.828h1.884v-2.34h.864z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=d;
|
|
@@ -1,18 +1,18 @@
|
|
|
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 h = ["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, 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 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
@@ -23,15 +23,15 @@ const v = ["title", "titleId"], u = (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.705 4.058c-.348 2.244-1.033 4.176-2.04 5.784a13.2 13.2 0 0 0 2.903 2.94l-.588.696c-1.128-.888-2.075-1.86-2.82-2.904-.84 1.14-1.871 2.1-3.083 2.892l-.553-.696c1.26-.84 2.304-1.824 3.12-2.964C8.576 8.078 7.953 6.17 7.784 4.07h-.48v-.828h5.4zm-4.08.012c.143 1.848.647 3.504 1.523 4.968.864-1.44 1.429-3.096 1.717-4.968z",
|
|
27
27
|
clipRule: "evenodd"
|
|
28
28
|
}), e.createElement("path", {
|
|
29
29
|
fill: "currentColor",
|
|
30
|
-
d: "
|
|
30
|
+
d: "M5.432 4.862h1.584v.828H5.432v.684c.6.575 1.212 1.236 1.824 1.956l-.492.732a30 30 0 0 0-1.332-1.8v6.204h-.864V7.238a13 13 0 0 1-1.752 3.432l-.384-.972A10.65 10.65 0 0 0 4.544 5.69h-1.86v-.828h1.884v-2.34h.864z"
|
|
31
31
|
}), e.createElement("path", {
|
|
32
32
|
fill: "currentColor",
|
|
33
33
|
fillOpacity: 0.5,
|
|
34
|
-
d: "M14
|
|
34
|
+
d: "M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
35
35
|
}));
|
|
36
36
|
}
|
|
37
37
|
)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),
|
|
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: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 16 16",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",fillOpacity:.5,d:"M14 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.01A2 2 0 0 1 0 14V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L14 16v-1a1 1 0 0 0 1-1"}),t.createElement("path",{fill:"currentColor",d:"M5.156 11.144c.096.072.191.168.287.276.288.348.59.6.925.756.36.168.9.264 1.596.288.624.012 1.404.025 2.328.025.564 0 1.14-.013 1.728-.025a28 28 0 0 0 1.344-.048l-.204.865h-2.748c-.648 0-1.356-.013-2.112-.025-.768-.012-1.38-.084-1.86-.216-.468-.143-.888-.444-1.26-.875-.156-.204-.312-.3-.456-.3-.288 0-.757.551-1.416 1.655l-.648-.588q.954-1.512 1.692-1.836V7.45H2.636v-.792h2.52z"}),t.createElement("path",{fill:"currentColor",d:"M9.764 3.836h2.952v.78H9.764v1.2h2.64v.757h-2.64v1.199h3.084c-.024 1.272-.12 2.1-.276 2.473q-.288.72-1.476.756c-.144 0-.324-.013-.516-.037l-.252-.744c.264.024.48.048.672.048.48-.012.78-.18.888-.491.072-.204.108-.613.12-1.225H9.764v3.336h-.84V8.552h-2.94v-.78h2.94v-1.2H6.548v-.756h2.376v-1.2H6.08v-.78h2.844V2.48h.84zM3.44 2.684c.803.624 1.488 1.236 2.04 1.86l-.625.613c-.48-.588-1.151-1.224-2.003-1.908z"}))}}));module.exports=h;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { D as
|
|
1
|
+
import { D as i, _ as t, a as h } from "../dm-icon-DjatEbfO.js";
|
|
2
2
|
import { jsx as v } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const n = ["title", "titleId"], s = (
|
|
4
|
+
const n = ["title", "titleId"], s = (o) => /* @__PURE__ */ v(i, t(t({}, o), {}, {
|
|
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, c = h(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 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
19
19
|
focusable: "false",
|
|
20
20
|
"aria-labelledby": a
|
|
21
|
-
},
|
|
21
|
+
}, c), r ? e.createElement("title", {
|
|
22
22
|
id: a
|
|
23
23
|
}, r) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
|
|
25
|
+
fillOpacity: 0.5,
|
|
26
|
+
d: "M14 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.01A2 2 0 0 1 0 14V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L14 16v-1a1 1 0 0 0 1-1"
|
|
26
27
|
}), e.createElement("path", {
|
|
27
28
|
fill: "currentColor",
|
|
28
|
-
d: "
|
|
29
|
+
d: "M5.156 11.144c.096.072.191.168.287.276.288.348.59.6.925.756.36.168.9.264 1.596.288.624.012 1.404.025 2.328.025.564 0 1.14-.013 1.728-.025a28 28 0 0 0 1.344-.048l-.204.865h-2.748c-.648 0-1.356-.013-2.112-.025-.768-.012-1.38-.084-1.86-.216-.468-.143-.888-.444-1.26-.875-.156-.204-.312-.3-.456-.3-.288 0-.757.551-1.416 1.655l-.648-.588q.954-1.512 1.692-1.836V7.45H2.636v-.792h2.52z"
|
|
29
30
|
}), e.createElement("path", {
|
|
30
31
|
fill: "currentColor",
|
|
31
|
-
|
|
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"
|
|
32
|
+
d: "M9.764 3.836h2.952v.78H9.764v1.2h2.64v.757h-2.64v1.199h3.084c-.024 1.272-.12 2.1-.276 2.473q-.288.72-1.476.756c-.144 0-.324-.013-.516-.037l-.252-.744c.264.024.48.048.672.048.48-.012.78-.18.888-.491.072-.204.108-.613.12-1.225H9.764v3.336h-.84V8.552h-2.94v-.78h2.94v-1.2H6.548v-.756h2.376v-1.2H6.08v-.78h2.844V2.48h.84zM3.44 2.684c.803.624 1.488 1.236 2.04 1.86l-.625.613c-.48-.588-1.151-1.224-2.003-1.908z"
|
|
33
33
|
}));
|
|
34
34
|
}
|
|
35
35
|
)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),a=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=i=>a.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:l=>{let{title:r,titleId:c}=l,o=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 16 16",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.578 5.582H10.91v1.212h1.884v.769H10.91V8.81h2.28v.792H9.338c.312.551.708 1.02 1.164 1.427.54-.288 1.056-.732 1.548-1.356l.6.588c-.433.528-.924.96-1.476 1.272.696.444 1.488.756 2.4.948l-.42.816c-2.208-.552-3.768-1.788-4.68-3.695H6.842v2.627c.78-.191 1.452-.42 2.028-.672l.168.792c-.912.336-1.992.625-3.24.877l-.24-.757c.288-.108.432-.312.432-.6V9.603H4.31q-.36 2.015-1.188 3.635l-.696-.624c.816-1.512 1.236-3.468 1.248-5.856V2.702h8.904zM4.55 6.758c0 .72-.048 1.405-.12 2.053h2.387V7.563H5.065v-.769h1.752V5.582H4.55zM7.646 8.81h2.424V7.563H7.646zm0-2.017h2.424V5.582H7.646zM4.55 4.802h7.164V3.494H4.55z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.01A2 2 0 0 1 0 14V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L14 16v-1a1 1 0 0 0 1-1"}))}}));module.exports=d;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { D as c, _ as t, a as
|
|
2
|
-
import { jsx as
|
|
1
|
+
import { D as c, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const h = ["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
|
-
title:
|
|
10
|
-
titleId:
|
|
11
|
-
} = l, i =
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: a
|
|
11
|
+
} = l, i = 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 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
19
19
|
focusable: "false",
|
|
20
|
-
"aria-labelledby":
|
|
21
|
-
}, i),
|
|
22
|
-
id:
|
|
23
|
-
},
|
|
20
|
+
"aria-labelledby": a
|
|
21
|
+
}, i), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
d: "M12.
|
|
26
|
+
d: "M12.578 5.582H10.91v1.212h1.884v.769H10.91V8.81h2.28v.792H9.338c.312.551.708 1.02 1.164 1.427.54-.288 1.056-.732 1.548-1.356l.6.588c-.433.528-.924.96-1.476 1.272.696.444 1.488.756 2.4.948l-.42.816c-2.208-.552-3.768-1.788-4.68-3.695H6.842v2.627c.78-.191 1.452-.42 2.028-.672l.168.792c-.912.336-1.992.625-3.24.877l-.24-.757c.288-.108.432-.312.432-.6V9.603H4.31q-.36 2.015-1.188 3.635l-.696-.624c.816-1.512 1.236-3.468 1.248-5.856V2.702h8.904zM4.55 6.758c0 .72-.048 1.405-.12 2.053h2.387V7.563H5.065v-.769h1.752V5.582H4.55zM7.646 8.81h2.424V7.563H7.646zm0-2.017h2.424V5.582H7.646zM4.55 4.802h7.164V3.494H4.55z",
|
|
27
27
|
clipRule: "evenodd"
|
|
28
28
|
}), e.createElement("path", {
|
|
29
29
|
fill: "currentColor",
|
|
30
30
|
fillOpacity: 0.5,
|
|
31
|
-
d: "M14
|
|
31
|
+
d: "M14 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.01A2 2 0 0 1 0 14V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L14 16v-1a1 1 0 0 0 1-1"
|
|
32
32
|
}));
|
|
33
33
|
}
|
|
34
34
|
)
|
|
@@ -1 +1 @@
|
|
|
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
|
|
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 16 16",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.186 9.176a39 39 0 0 1-1.692 4.26l-.792-.348A34 34 0 0 0 4.43 8.875zM12.459 7.364a41 41 0 0 1-2.197 1.572v.576h3.168v.84h-3.168v1.992c0 .72-.36 1.08-1.068 1.08H7.598l-.24-.816c.636.024 1.14.048 1.5.048s.552-.192.552-.552v-1.752H5.798v-.84H9.41v-.9c.48-.288 1.068-.648 1.74-1.08H6.494v-.804h5.965zM3.158 5.564c.768.624 1.404 1.236 1.92 1.86l-.6.588Q3.794 7.13 2.57 6.14zM6.854 4.375c.276.528.528 1.129.756 1.813l-.744.18c-.192-.612-.444-1.2-.732-1.764zM12.83 4.136a9.6 9.6 0 0 1-1.08 2.232l-.756-.264c.408-.576.756-1.308 1.056-2.184zM9.338 4.232c.312.648.54 1.236.708 1.764l-.708.264a17 17 0 0 0-.744-1.824zM3.314 2.756c.828.6 1.524 1.188 2.1 1.788l-.588.588C4.31 4.568 3.602 3.968 2.714 3.32zM12.914 3.248c-1.716.455-3.996.696-6.828.696l-.252-.72c2.688 0 4.92-.228 6.684-.66z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-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
2
|
import { jsx as v } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const s = ["title", "titleId"], h = (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, s);
|
|
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 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
@@ -22,15 +22,15 @@ const h = ["title", "titleId"], u = (c) => /* @__PURE__ */ v(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.186 9.176a39 39 0 0 1-1.692 4.26l-.792-.348A34 34 0 0 0 4.43 8.875zM12.459 7.364a41 41 0 0 1-2.197 1.572v.576h3.168v.84h-3.168v1.992c0 .72-.36 1.08-1.068 1.08H7.598l-.24-.816c.636.024 1.14.048 1.5.048s.552-.192.552-.552v-1.752H5.798v-.84H9.41v-.9c.48-.288 1.068-.648 1.74-1.08H6.494v-.804h5.965zM3.158 5.564c.768.624 1.404 1.236 1.92 1.86l-.6.588Q3.794 7.13 2.57 6.14zM6.854 4.375c.276.528.528 1.129.756 1.813l-.744.18c-.192-.612-.444-1.2-.732-1.764zM12.83 4.136a9.6 9.6 0 0 1-1.08 2.232l-.756-.264c.408-.576.756-1.308 1.056-2.184zM9.338 4.232c.312.648.54 1.236.708 1.764l-.708.264a17 17 0 0 0-.744-1.824zM3.314 2.756c.828.6 1.524 1.188 2.1 1.788l-.588.588C4.31 4.568 3.602 3.968 2.714 3.32zM12.914 3.248c-1.716.455-3.996.696-6.828.696l-.252-.72c2.688 0 4.92-.228 6.684-.66z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
28
|
fillOpacity: 0.5,
|
|
29
|
-
d: "M14
|
|
29
|
+
d: "M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
30
30
|
}));
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
}));
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
h as default
|
|
36
36
|
};
|
|
@@ -0,0 +1 @@
|
|
|
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",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 30 16","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.152 2.72a34 34 0 0 1-.564 2.832h5.617v.828H6.36c-.144.48-.288.936-.456 1.368h4.908v.744c-.324 1.032-.972 1.968-1.956 2.808.972.576 2.16 1.104 3.553 1.584l-.445.804q-2.304-.846-3.816-1.836c-.984.695-2.207 1.32-3.66 1.884l-.455-.804c1.343-.492 2.46-1.033 3.36-1.62-.937-.72-1.597-1.5-1.993-2.34-.876 1.896-2.004 3.396-3.372 4.512l-.444-.792C3.336 11.156 4.62 9.056 5.46 6.38H2.484l.948-3.336.853.144L3.6 5.552h2.1c.24-.936.432-1.908.576-2.94zM6.048 8.54Q6.66 9.764 8.1 10.808 9.432 9.764 9.936 8.54z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M17.64 5.9a9.5 9.5 0 0 1-1.308 1.92v5.88h-.852V8.696c-.48.432-.995.852-1.571 1.248l-.252-.864c1.463-1.032 2.53-2.208 3.203-3.54zM24.468 7.364h-1.944v5.244c0 .696-.396 1.044-1.164 1.044h-1.764l-.18-.852c.576.036 1.116.06 1.644.06.384 0 .588-.156.588-.468V7.364h-3.78v-.852h6.6zM27.085 11.072a.695.695 0 0 1 .73.708.7.7 0 0 1-.203.516.76.76 0 0 1-.527.204.69.69 0 0 1-.504-.204.7.7 0 0 1-.216-.516q0-.306.216-.504a.64.64 0 0 1 .503-.204M27.468 10.196h-.744l-.191-6.264h1.115zM17.077 3.164q-1.009 1.998-3.24 3.528l-.252-.864c1.247-.888 2.147-1.896 2.711-3.024zM9.168 2.708c.864.66 1.572 1.32 2.148 1.98l-.611.612c-.504-.636-1.213-1.308-2.113-2.028zM23.94 4.316h-5.748v-.852h5.748z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M28 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.01A2 2 0 0 1 0 14V2a2 2 0 0 1 2-2h26a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L28 16v-1a1 1 0 0 0 1-1"}))}}));module.exports=h;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { D as i, _ as l, a as h } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const d = ["title", "titleId"], m = (c) => /* @__PURE__ */ n(i, l(l({}, c), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(t) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = t, o = h(t, d);
|
|
12
|
+
return e.createElement("svg", l({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
viewBox: "0 0 30 16",
|
|
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("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M7.152 2.72a34 34 0 0 1-.564 2.832h5.617v.828H6.36c-.144.48-.288.936-.456 1.368h4.908v.744c-.324 1.032-.972 1.968-1.956 2.808.972.576 2.16 1.104 3.553 1.584l-.445.804q-2.304-.846-3.816-1.836c-.984.695-2.207 1.32-3.66 1.884l-.455-.804c1.343-.492 2.46-1.033 3.36-1.62-.937-.72-1.597-1.5-1.993-2.34-.876 1.896-2.004 3.396-3.372 4.512l-.444-.792C3.336 11.156 4.62 9.056 5.46 6.38H2.484l.948-3.336.853.144L3.6 5.552h2.1c.24-.936.432-1.908.576-2.94zM6.048 8.54Q6.66 9.764 8.1 10.808 9.432 9.764 9.936 8.54z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
d: "M17.64 5.9a9.5 9.5 0 0 1-1.308 1.92v5.88h-.852V8.696c-.48.432-.995.852-1.571 1.248l-.252-.864c1.463-1.032 2.53-2.208 3.203-3.54zM24.468 7.364h-1.944v5.244c0 .696-.396 1.044-1.164 1.044h-1.764l-.18-.852c.576.036 1.116.06 1.644.06.384 0 .588-.156.588-.468V7.364h-3.78v-.852h6.6zM27.085 11.072a.695.695 0 0 1 .73.708.7.7 0 0 1-.203.516.76.76 0 0 1-.527.204.69.69 0 0 1-.504-.204.7.7 0 0 1-.216-.516q0-.306.216-.504a.64.64 0 0 1 .503-.204M27.468 10.196h-.744l-.191-6.264h1.115zM17.077 3.164q-1.009 1.998-3.24 3.528l-.252-.864c1.247-.888 2.147-1.896 2.711-3.024zM9.168 2.708c.864.66 1.572 1.32 2.148 1.98l-.611.612c-.504-.636-1.213-1.308-2.113-2.028zM23.94 4.316h-5.748v-.852h5.748z"
|
|
31
|
+
}), e.createElement("path", {
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
fillOpacity: 0.5,
|
|
34
|
+
d: "M28 15v1H2v-1zm1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v1l-.204-.01A2 2 0 0 1 0 14V2a2 2 0 0 1 2-2h26a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L28 16v-1a1 1 0 0 0 1-1"
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
}));
|
|
39
|
+
export {
|
|
40
|
+
m as default
|
|
41
|
+
};
|
|
@@ -1 +1 @@
|
|
|
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
|
|
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 16 16",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:"M8.684 5.828c.228.612.504 1.2.816 1.752 1.104-.624 2.076-1.512 2.892-2.64l.66.552c-.912 1.2-1.957 2.112-3.156 2.736.911 1.428 2.124 2.628 3.612 3.6l-.612.708q-2.772-2.052-4.212-5.04v5.016c0 .672-.397 1.02-1.164 1.02H5.948l-.228-.84 1.548.036c.36 0 .54-.168.54-.492V5.708H4.22v-.829h4.464z"}),t.createElement("path",{fill:"currentColor",d:"M6.92 7.892c-.66 2.052-1.968 3.612-3.912 4.668l-.516-.684c1.704-.9 2.892-2.184 3.552-3.84H2.78V7.22h4.14zM6.8 2.468c1.128.288 2.196.72 3.216 1.283l-.312.78a15 15 0 0 0-3.252-1.367z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=u;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { D as i, _ 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 m = ["title", "titleId"],
|
|
4
|
+
const m = ["title", "titleId"], h = (o) => /* @__PURE__ */ d(i, t(t({}, o), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
@@ -12,7 +12,7 @@ const m = ["title", "titleId"], s = (o) => /* @__PURE__ */ d(i, t(t({}, o), {},
|
|
|
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 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
@@ -22,18 +22,18 @@ const m = ["title", "titleId"], s = (o) => /* @__PURE__ */ d(i, t(t({}, o), {},
|
|
|
22
22
|
id: a
|
|
23
23
|
}, r) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
d: "
|
|
25
|
+
d: "M8.684 5.828c.228.612.504 1.2.816 1.752 1.104-.624 2.076-1.512 2.892-2.64l.66.552c-.912 1.2-1.957 2.112-3.156 2.736.911 1.428 2.124 2.628 3.612 3.6l-.612.708q-2.772-2.052-4.212-5.04v5.016c0 .672-.397 1.02-1.164 1.02H5.948l-.228-.84 1.548.036c.36 0 .54-.168.54-.492V5.708H4.22v-.829h4.464z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
|
-
d: "
|
|
28
|
+
d: "M6.92 7.892c-.66 2.052-1.968 3.612-3.912 4.668l-.516-.684c1.704-.9 2.892-2.184 3.552-3.84H2.78V7.22h4.14zM6.8 2.468c1.128.288 2.196.72 3.216 1.283l-.312.78a15 15 0 0 0-3.252-1.367z"
|
|
29
29
|
}), e.createElement("path", {
|
|
30
30
|
fill: "currentColor",
|
|
31
31
|
fillOpacity: 0.5,
|
|
32
|
-
d: "M14
|
|
32
|
+
d: "M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
33
33
|
}));
|
|
34
34
|
}
|
|
35
35
|
)
|
|
36
36
|
}));
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
h as default
|
|
39
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=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 16
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=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 16 16",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.752 8.438c-.144 1.416-.576 2.508-1.295 3.252-.744.744-1.885 1.344-3.409 1.776l-.467-.792c1.415-.36 2.46-.852 3.131-1.5.672-.648 1.069-1.584 1.2-2.796zM9.8 10.91a19 19 0 0 1 3.636 1.812l-.48.733a17.5 17.5 0 0 0-3.588-1.897z"}),t.createElement("path",{fill:"currentColor",d:"M12.884 3.314c-2.424.408-5.148.637-8.16.685v1.175h4.008c.06-.36.108-.732.144-1.091l.864.107a22 22 0 0 1-.132.984h3.805v.792H9.476c-.072.408-.156.78-.252 1.14h3.084v4.08h-.828V7.898H6.74v3.336h-.827V7.106h2.435c.096-.384.18-.756.252-1.14H4.724v1.056c-.06 2.64-.576 4.752-1.56 6.336l-.6-.636c.816-1.368 1.26-3.276 1.332-5.7V3.266c3.168-.024 6.024-.276 8.556-.732z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=d;
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { D as i, _ 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 h = ["title", "titleId"],
|
|
4
|
+
const h = ["title", "titleId"], v = (c) => /* @__PURE__ */ d(i, t(t({}, c), {}, {
|
|
5
5
|
icon: (
|
|
6
6
|
// @ts-expect-error TODO improve TS type
|
|
7
7
|
(l) => {
|
|
8
8
|
let {
|
|
9
|
-
title:
|
|
10
|
-
titleId:
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
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 16
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
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": r
|
|
21
|
+
}, o), a ? e.createElement("title", {
|
|
22
|
+
id: r
|
|
23
|
+
}, a) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
d: "M9.
|
|
25
|
+
d: "M9.752 8.438c-.144 1.416-.576 2.508-1.295 3.252-.744.744-1.885 1.344-3.409 1.776l-.467-.792c1.415-.36 2.46-.852 3.131-1.5.672-.648 1.069-1.584 1.2-2.796zM9.8 10.91a19 19 0 0 1 3.636 1.812l-.48.733a17.5 17.5 0 0 0-3.588-1.897z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
|
-
d: "M12.
|
|
28
|
+
d: "M12.884 3.314c-2.424.408-5.148.637-8.16.685v1.175h4.008c.06-.36.108-.732.144-1.091l.864.107a22 22 0 0 1-.132.984h3.805v.792H9.476c-.072.408-.156.78-.252 1.14h3.084v4.08h-.828V7.898H6.74v3.336h-.827V7.106h2.435c.096-.384.18-.756.252-1.14H4.724v1.056c-.06 2.64-.576 4.752-1.56 6.336l-.6-.636c.816-1.368 1.26-3.276 1.332-5.7V3.266c3.168-.024 6.024-.276 8.556-.732z"
|
|
29
29
|
}), e.createElement("path", {
|
|
30
30
|
fill: "currentColor",
|
|
31
31
|
fillOpacity: 0.5,
|
|
32
|
-
d: "M14
|
|
32
|
+
d: "M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
33
33
|
}));
|
|
34
34
|
}
|
|
35
35
|
)
|
|
36
36
|
}));
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
v as default
|
|
39
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("../dm-icon-Dh4SPD4o.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: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
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.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: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 16 16",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",d:"m10.844 2.863-2.628 9.193a69 69 0 0 0 3.816-.648 44 44 0 0 0-1.152-3.816l.768-.264c.648 1.728 1.224 3.696 1.74 5.916l-.864.216a68 68 0 0 0-.288-1.248c-1.572.312-3.276.6-5.124.864l-.168-.84c.252-.073.396-.168.444-.3L9.98 2.743zM7.76 3.344c-.6.168-1.248.312-1.92.444v1.907h1.944v.828H5.84v.48q.9.865 1.8 1.945l-.48.732a25 25 0 0 0-1.32-1.896v5.64h-.876V7.952a11.9 11.9 0 0 1-1.967 3.108l-.385-.972C3.68 9.044 4.448 7.855 4.904 6.523H2.829v-.828h2.135V3.932c-.6.096-1.236.168-1.883.228L2.9 3.332c1.716-.144 3.24-.408 4.56-.792z"}),t.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-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 c, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
3
|
import e from "react";
|
|
4
|
-
const
|
|
4
|
+
const v = ["title", "titleId"], h = (i) => /* @__PURE__ */ m(c, t(t({}, i), {}, {
|
|
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, 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
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
16
16
|
width: "1em",
|
|
17
17
|
height: "1em",
|
|
18
18
|
"aria-hidden": "true",
|
|
@@ -22,15 +22,15 @@ const m = ["title", "titleId"], u = (i) => /* @__PURE__ */ v(c, t(t({}, i), {},
|
|
|
22
22
|
id: r
|
|
23
23
|
}, a) : null, e.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
|
-
d: "
|
|
25
|
+
d: "m10.844 2.863-2.628 9.193a69 69 0 0 0 3.816-.648 44 44 0 0 0-1.152-3.816l.768-.264c.648 1.728 1.224 3.696 1.74 5.916l-.864.216a68 68 0 0 0-.288-1.248c-1.572.312-3.276.6-5.124.864l-.168-.84c.252-.073.396-.168.444-.3L9.98 2.743zM7.76 3.344c-.6.168-1.248.312-1.92.444v1.907h1.944v.828H5.84v.48q.9.865 1.8 1.945l-.48.732a25 25 0 0 0-1.32-1.896v5.64h-.876V7.952a11.9 11.9 0 0 1-1.967 3.108l-.385-.972C3.68 9.044 4.448 7.855 4.904 6.523H2.829v-.828h2.135V3.932c-.6.096-1.236.168-1.883.228L2.9 3.332c1.716-.144 3.24-.408 4.56-.792z"
|
|
26
26
|
}), e.createElement("path", {
|
|
27
27
|
fill: "currentColor",
|
|
28
28
|
fillOpacity: 0.5,
|
|
29
|
-
d: "M14
|
|
29
|
+
d: "M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"
|
|
30
30
|
}));
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
}));
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
h as default
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const t=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),e=require("react"),n=["title","titleId"],h=c=>o.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},c),{},{icon:l=>{let{title:r,titleId:a}=l,i=t._objectWithoutProperties(l,n);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0
|
|
1
|
+
"use strict";const t=require("../dm-icon-Dh4SPD4o.cjs"),o=require("react/jsx-runtime"),e=require("react"),n=["title","titleId"],h=c=>o.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({},c),{},{icon:l=>{let{title:r,titleId:a}=l,i=t._objectWithoutProperties(l,n);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 16 16",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":a},i),r?e.createElement("title",{id:a},r):null,e.createElement("path",{fill:"currentColor",d:"M10.748 4.61h2.16v.84h-2.16v.54a20 20 0 0 1-.108 1.8h2.664v.828h-2.412c.324 1.764 1.213 3.132 2.652 4.116l-.48.768c-1.368-.996-2.268-2.316-2.724-3.96-.12.48-.264.924-.444 1.332-.528 1.128-1.392 2.016-2.592 2.652l-.48-.744q1.728-.954 2.412-2.52a9 9 0 0 0 .444-1.644H7.184V7.79H9.8q.09-.864.108-1.8v-.54h-1.44c-.216.624-.444 1.2-.696 1.728l-.756-.468c.552-1.08.96-2.28 1.212-3.576l.804.168c-.096.456-.204.9-.312 1.308h1.188V2.486h.84z"}),e.createElement("path",{fill:"currentColor",d:"M6.452 7.01H5.276v1.476h1.608v.792H5.276v2.784a9.6 9.6 0 0 0 1.644-.768l.156.768c-.78.431-1.668.78-2.676 1.056l-.348-.72c.252-.085.384-.216.384-.384V9.278H2.852v-.792h1.584V7.01H3.62v-.78h2.832z"}),e.createElement("path",{fill:"currentColor",d:"M4.844 2.642c-.096.408-.204.792-.324 1.164h2.16v.828H4.232c-.312.804-.66 1.536-1.068 2.196l-.708-.444a12.6 12.6 0 0 0 1.548-3.912z"}),e.createElement("path",{fill:"currentColor",fillOpacity:.5,d:"M14 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-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1"}))}}));module.exports=h;
|