@d-matrix/icons-react 0.18.0 → 0.20.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/ContainsRightsSquareOutlined.js +1 -0
- package/dist/icons/ContainsRightsSquareOutlined.mjs +42 -0
- package/dist/icons/CrossBoardFilled.js +1 -0
- package/dist/icons/CrossBoardFilled.mjs +41 -0
- package/dist/icons/DefaultSquareOutlined.js +1 -0
- package/dist/icons/DefaultSquareOutlined.mjs +40 -0
- package/dist/icons/DeviationFilled.js +1 -0
- package/dist/icons/DeviationFilled.mjs +43 -0
- package/dist/icons/EtfFilled.js +1 -0
- package/dist/icons/EtfFilled.mjs +36 -0
- package/dist/icons/ExtensionSquareOutlined.js +1 -0
- package/dist/icons/ExtensionSquareOutlined.mjs +39 -0
- package/dist/icons/FloatRateSquareOutlined.js +1 -0
- package/dist/icons/FloatRateSquareOutlined.mjs +37 -0
- package/dist/icons/GeneralSquareOutlined.js +1 -0
- package/dist/icons/GeneralSquareOutlined.mjs +37 -0
- package/dist/icons/IssueFilled.js +1 -0
- package/dist/icons/IssueFilled.mjs +42 -0
- package/dist/icons/PerpetualSquareOutlined.js +1 -0
- package/dist/icons/PerpetualSquareOutlined.mjs +40 -0
- package/dist/icons/PledgeSquareOutlined.js +1 -0
- package/dist/icons/PledgeSquareOutlined.mjs +40 -0
- package/dist/icons/PrepaymentFilled.js +1 -0
- package/dist/icons/PrepaymentFilled.mjs +41 -0
- package/dist/icons/PrivateSquareOutlined.js +1 -0
- package/dist/icons/PrivateSquareOutlined.mjs +37 -0
- package/dist/icons/PutOptionFilled.js +1 -0
- package/dist/icons/PutOptionFilled.mjs +43 -0
- package/dist/icons/RailwaySquareOutlined.js +1 -0
- package/dist/icons/RailwaySquareOutlined.mjs +40 -0
- package/dist/icons/RedemptionFilled.js +1 -0
- package/dist/icons/RedemptionFilled.mjs +52 -0
- package/dist/icons/SecondarySquareOutlined.js +1 -0
- package/dist/icons/SecondarySquareOutlined.mjs +40 -0
- package/dist/icons/SpecialSquareOutlined.js +1 -0
- package/dist/icons/SpecialSquareOutlined.mjs +37 -0
- package/dist/icons/StockSquareOutlined.js +1 -0
- package/dist/icons/StockSquareOutlined.mjs +53 -0
- package/dist/icons/TechnologyInnovationSquareOutlined.js +1 -0
- package/dist/icons/TechnologyInnovationSquareOutlined.mjs +40 -0
- package/dist/icons/TlacSquareOutlined.js +1 -0
- package/dist/icons/TlacSquareOutlined.mjs +42 -0
- package/dist/icons/WorkdaySquareOutlined.js +1 -0
- package/dist/icons/WorkdaySquareOutlined.mjs +35 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +464 -420
- package/dist/index.d.ts +44 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=c=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},c),{},{icon:l=>{let{title:r,titleId:a}=l,o=e._objectWithoutProperties(l,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":a},o),r?t.createElement("title",{id:a},r):null,t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.35 4.628c-.307 1.99-.891 3.707-1.77 5.16.681.945 1.529 1.803 2.563 2.573l-.716.847c-.968-.78-1.793-1.627-2.453-2.53a11 11 0 0 1-2.717 2.508l-.671-.846c1.11-.737 2.035-1.607 2.76-2.608C8.435 8.204 7.896 6.51 7.72 4.64h-.407V3.639h5.039zm-3.63.012c.132 1.517.54 2.903 1.232 4.146.693-1.21 1.155-2.596 1.397-4.146z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",d:"M5.75 5.123h1.364v1.001H5.75v.506a22 22 0 0 1 1.617 1.673l-.605.913A29 29 0 0 0 5.75 7.74v5.423H4.716V7.862c-.374 1.045-.835 2.003-1.407 2.86l-.463-1.188a9.6 9.6 0 0 0 1.826-3.41H3.077v-1h1.639V3.065H5.75z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
import e from "react";
|
|
4
|
+
const u = ["title", "titleId"], p = (o) => /* @__PURE__ */ d(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, u);
|
|
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("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M12.35 4.628c-.307 1.99-.891 3.707-1.77 5.16.681.945 1.529 1.803 2.563 2.573l-.716.847c-.968-.78-1.793-1.627-2.453-2.53a11 11 0 0 1-2.717 2.508l-.671-.846c1.11-.737 2.035-1.607 2.76-2.608C8.435 8.204 7.896 6.51 7.72 4.64h-.407V3.639h5.039zm-3.63.012c.132 1.517.54 2.903 1.232 4.146.693-1.21 1.155-2.596 1.397-4.146z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
d: "M5.75 5.123h1.364v1.001H5.75v.506a22 22 0 0 1 1.617 1.673l-.605.913A29 29 0 0 0 5.75 7.74v5.423H4.716V7.862c-.374 1.045-.835 2.003-1.407 2.86l-.463-1.188a9.6 9.6 0 0 0 1.826-3.41H3.077v-1h1.639V3.065H5.75z"
|
|
31
|
+
}), e.createElement("path", {
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
35
|
+
clipRule: "evenodd"
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}));
|
|
40
|
+
export {
|
|
41
|
+
p as default
|
|
42
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),a=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],h=o=>a.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},o),{},{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",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},i),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",fillOpacity:.2,d:"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"}),t.createElement("path",{fill:"currentColor",d:"M12.669 8.951H9.28l-.274.903h3.223c-.077 1.56-.242 2.485-.484 2.771-.242.275-.726.419-1.441.419-.275 0-.517-.033-.726-.077l-.33-.88c.308.055.594.088.857.088.44 0 .705-.088.815-.242.099-.165.176-.55.22-1.166H7.785l.462-1.816H7.18V8.05h5.489z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.402 3.077a10 10 0 0 1-.274 1.024h2.585v.934h-1.54c.44.792 1.11 1.42 2.012 1.893l-.439.913a7 7 0 0 1-1.463-1.145v.485H8.577v-.452c-.44.451-.936.837-1.508 1.167l-.483-.88c.01-.011.022-.023.033-.023h-.814v1.53h1.023v.967H5.805v1.739c.429-.132.836-.275 1.232-.418v1q-1.65.594-3.795 1.123l-.298-.957.43-.1V7.984h.901v3.674c.187-.044.375-.098.562-.142V6.993h-1.43v-3.63h3.377v3.532c.792-.495 1.42-1.112 1.881-1.86H7.19v-.934h1.948c.143-.363.253-.737.34-1.133zm-.659 1.958q-.346.693-.792 1.254h1.969a5 5 0 0 1-.77-1.254zM4.386 6.048h1.419V4.31h-1.42z",clipRule:"evenodd"}))}}));module.exports=h;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { D as i, _ as t, a as h } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = ["title", "titleId"], p = (o) => /* @__PURE__ */ d(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 = h(l, n);
|
|
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
|
+
fillOpacity: 0.2,
|
|
26
|
+
d: "M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M12.669 8.951H9.28l-.274.903h3.223c-.077 1.56-.242 2.485-.484 2.771-.242.275-.726.419-1.441.419-.275 0-.517-.033-.726-.077l-.33-.88c.308.055.594.088.857.088.44 0 .705-.088.815-.242.099-.165.176-.55.22-1.166H7.785l.462-1.816H7.18V8.05h5.489z"
|
|
30
|
+
}), e.createElement("path", {
|
|
31
|
+
fill: "currentColor",
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M10.402 3.077a10 10 0 0 1-.274 1.024h2.585v.934h-1.54c.44.792 1.11 1.42 2.012 1.893l-.439.913a7 7 0 0 1-1.463-1.145v.485H8.577v-.452c-.44.451-.936.837-1.508 1.167l-.483-.88c.01-.011.022-.023.033-.023h-.814v1.53h1.023v.967H5.805v1.739c.429-.132.836-.275 1.232-.418v1q-1.65.594-3.795 1.123l-.298-.957.43-.1V7.984h.901v3.674c.187-.044.375-.098.562-.142V6.993h-1.43v-3.63h3.377v3.532c.792-.495 1.42-1.112 1.881-1.86H7.19v-.934h1.948c.143-.363.253-.737.34-1.133zm-.659 1.958q-.346.693-.792 1.254h1.969a5 5 0 0 1-.77-1.254zM4.386 6.048h1.419V4.31h-1.42z",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
}));
|
|
39
|
+
export {
|
|
40
|
+
p as default
|
|
41
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=a=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{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",d:"M5.574 10.953c.044.044.1.088.155.154.241.297.505.518.78.66.319.155.792.253 1.43.275.616.011 1.342.023 2.189.023.528 0 1.079-.012 1.64-.023.55-.011.978-.033 1.275-.055l-.253 1.034h-2.518c-.595 0-1.244-.011-1.937-.022-.704-.011-1.276-.077-1.727-.187-.44-.131-.814-.396-1.144-.77-.143-.187-.275-.274-.407-.274-.22 0-.617.495-1.177 1.484l-.77-.715c.55-.89 1.045-1.452 1.485-1.672V7.752H3.11v-.968h2.464z"}),t.createElement("path",{fill:"currentColor",d:"M9.798 4.2h2.618v.935H9.798v.88h2.332v.913H9.798v.901h2.816c-.033 1.298-.132 2.123-.308 2.464-.198.418-.66.628-1.375.639-.154 0-.319-.022-.494-.044l-.298-.892c.264.033.485.056.672.056.362-.011.593-.122.681-.32.055-.143.088-.462.11-.967H9.798v2.859H8.786v-2.86H6.18V7.83h2.607v-.901h-2.09v-.913h2.09v-.88H6.268v-.936h2.518V3.033h1.012zM3.98 3.165a14 14 0 0 1 1.847 1.717l-.748.747c-.429-.55-1.034-1.133-1.826-1.77z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { D as i, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const d = ["title", "titleId"], s = (o) => /* @__PURE__ */ h(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
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 16 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.574 10.953c.044.044.1.088.155.154.241.297.505.518.78.66.319.155.792.253 1.43.275.616.011 1.342.023 2.189.023.528 0 1.079-.012 1.64-.023.55-.011.978-.033 1.275-.055l-.253 1.034h-2.518c-.595 0-1.244-.011-1.937-.022-.704-.011-1.276-.077-1.727-.187-.44-.131-.814-.396-1.144-.77-.143-.187-.275-.274-.407-.274-.22 0-.617.495-1.177 1.484l-.77-.715c.55-.89 1.045-1.452 1.485-1.672V7.752H3.11v-.968h2.464z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M9.798 4.2h2.618v.935H9.798v.88h2.332v.913H9.798v.901h2.816c-.033 1.298-.132 2.123-.308 2.464-.198.418-.66.628-1.375.639-.154 0-.319-.022-.494-.044l-.298-.892c.264.033.485.056.672.056.362-.011.593-.122.681-.32.055-.143.088-.462.11-.967H9.798v2.859H8.786v-2.86H6.18V7.83h2.607v-.901h-2.09v-.913h2.09v-.88H6.268v-.936h2.518V3.033h1.012zM3.98 3.165a14 14 0 0 1 1.847 1.717l-.748.747c-.429-.55-1.034-1.133-1.826-1.77z"
|
|
29
|
+
}), e.createElement("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
}));
|
|
38
|
+
export {
|
|
39
|
+
s as default
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),h=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],a=i=>h.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",fillOpacity:.2,d:"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.6 2.912c.154.33.297.704.44 1.111h2.706v3.003h-5.61c-.044 2.321-.473 4.324-1.287 6.018l-.694-.616v.715h-1V7.269c-.276.373-.561.747-.858 1.1l-.309-1.046c.935-1.243 1.628-2.695 2.08-4.367l.935.44c-.22.76-.507 1.485-.848 2.178v6.689C5.86 10.8 6.212 8.94 6.223 6.686V4.023h2.794c-.143-.34-.298-.648-.452-.934zM7.146 6.136h4.675v-1.2H7.146z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.778 12.34c0 .484-.285.736-.857.736h-.474l-.209-.77.42.034q.23 0 .23-.198v-1.354h-.77v2.102h-.737v-2.102h-.737v2.102h-.737v-2.102h-.77v2.277h-.859V7.862h5.5zM8.137 9.952h.77V8.688h-.77zm1.507 0h.737V8.688h-.737zm1.474 0h.77V8.688h-.77z",clipRule:"evenodd"}))}}));module.exports=a;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { D as h, _ as l, a as c } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = ["title", "titleId"], p = (i) => /* @__PURE__ */ d(h, l(l({}, i), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(t) => {
|
|
8
|
+
let {
|
|
9
|
+
title: r,
|
|
10
|
+
titleId: o
|
|
11
|
+
} = t, a = c(t, n);
|
|
12
|
+
return e.createElement("svg", l({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": o
|
|
21
|
+
}, a), r ? e.createElement("title", {
|
|
22
|
+
id: o
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillOpacity: 0.2,
|
|
26
|
+
d: "M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
d: "M9.6 2.912c.154.33.297.704.44 1.111h2.706v3.003h-5.61c-.044 2.321-.473 4.324-1.287 6.018l-.694-.616v.715h-1V7.269c-.276.373-.561.747-.858 1.1l-.309-1.046c.935-1.243 1.628-2.695 2.08-4.367l.935.44c-.22.76-.507 1.485-.848 2.178v6.689C5.86 10.8 6.212 8.94 6.223 6.686V4.023h2.794c-.143-.34-.298-.648-.452-.934zM7.146 6.136h4.675v-1.2H7.146z",
|
|
31
|
+
clipRule: "evenodd"
|
|
32
|
+
}), e.createElement("path", {
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
d: "M12.778 12.34c0 .484-.285.736-.857.736h-.474l-.209-.77.42.034q.23 0 .23-.198v-1.354h-.77v2.102h-.737v-2.102h-.737v2.102h-.737v-2.102h-.77v2.277h-.859V7.862h5.5zM8.137 9.952h.77V8.688h-.77zm1.507 0h.737V8.688h-.737zm1.474 0h.77V8.688h-.77z",
|
|
36
|
+
clipRule: "evenodd"
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
}));
|
|
41
|
+
export {
|
|
42
|
+
p as default
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),a=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],h=o=>a.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},o),{},{icon:l=>{let{title:r,titleId:i}=l,c=e._objectWithoutProperties(l,n);return t.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":i},c),r?t.createElement("title",{id:i},r):null,t.createElement("path",{fill:"currentColor",fillOpacity:.2,d:"M0 2a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"}),t.createElement("path",{fill:"currentColor",d:"M12.047 5.686H9.114L8.789 7.51h1.697l-.322 1.813H8.467l-.31 1.749h2.933l-.322 1.813H5.98l1.599-9h4.788zM19.286 5.66h-1.92l-1.284 7.226h-1.855l1.284-7.226h-1.92l.314-1.774h5.696zM25.66 5.686h-2.933l-.324 1.825H24.1l-.323 1.813h-1.696l-.63 3.549h-1.855l1.596-8.987h4.788z"}))}}));module.exports=h;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { D as h, _ as t, a as c } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const d = ["title", "titleId"], u = (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: a
|
|
11
|
+
} = l, i = c(l, d);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
viewBox: "0 0 32 16",
|
|
15
|
+
width: "1em",
|
|
16
|
+
height: "1em",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-labelledby": a
|
|
21
|
+
}, i), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillOpacity: 0.2,
|
|
26
|
+
d: "M0 2a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M12.047 5.686H9.114L8.789 7.51h1.697l-.322 1.813H8.467l-.31 1.749h2.933l-.322 1.813H5.98l1.599-9h4.788zM19.286 5.66h-1.92l-1.284 7.226h-1.855l1.284-7.226h-1.92l.314-1.774h5.696zM25.66 5.686h-2.933l-.324 1.825H24.1l-.323 1.813h-1.696l-.63 3.549h-1.855l1.596-8.987h4.788z"
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
}));
|
|
34
|
+
export {
|
|
35
|
+
u as default
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),n=require("react/jsx-runtime"),t=require("react"),a=["title","titleId"],d=o=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},o),{},{icon:l=>{let{title:r,titleId:c}=l,i=e._objectWithoutProperties(l,a);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},i),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.284 6.278h-1.53v.88h1.651v.924h-1.65v.925h2.024v.945h-1.1l.638.627c-.34.418-.715.76-1.11 1.023.56.32 1.198.55 1.924.693l-.495.99c-1.98-.517-3.388-1.628-4.235-3.333H7.037v2.09c.66-.165 1.243-.352 1.738-.56l.198.957q-1.337.461-3.168.791l-.285-.913c.33-.132.494-.363.494-.715v-1.65h-1.33c-.21 1.199-.55 2.288-1.024 3.256l-.847-.759c.693-1.386 1.045-3.157 1.056-5.335V3.418h8.415zM9.457 9.952c.264.407.572.76.924 1.068a4.2 4.2 0 0 0 1.155-1.068zM4.925 7.114c0 .66-.044 1.299-.11 1.893h1.947v-.925H5.244v-.924h1.518v-.88H4.925zm2.838 1.893h1.98v-.925h-1.98zm0-1.849h1.98v-.88h-1.98zM4.925 5.344h6.304v-.969H4.925z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { D as c, _ as t, 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"], s = (o) => /* @__PURE__ */ n(c, 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, i = h(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
|
+
}, i), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M12.284 6.278h-1.53v.88h1.651v.924h-1.65v.925h2.024v.945h-1.1l.638.627c-.34.418-.715.76-1.11 1.023.56.32 1.198.55 1.924.693l-.495.99c-1.98-.517-3.388-1.628-4.235-3.333H7.037v2.09c.66-.165 1.243-.352 1.738-.56l.198.957q-1.337.461-3.168.791l-.285-.913c.33-.132.494-.363.494-.715v-1.65h-1.33c-.21 1.199-.55 2.288-1.024 3.256l-.847-.759c.693-1.386 1.045-3.157 1.056-5.335V3.418h8.415zM9.457 9.952c.264.407.572.76.924 1.068a4.2 4.2 0 0 0 1.155-1.068zM4.925 7.114c0 .66-.044 1.299-.11 1.893h1.947v-.925H5.244v-.924h1.518v-.88H4.925zm2.838 1.893h1.98v-.925h-1.98zm0-1.849h1.98v-.88h-1.98zM4.925 5.344h6.304v-.969H4.925z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
}));
|
|
37
|
+
export {
|
|
38
|
+
s as default
|
|
39
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=a=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:l=>{let{title:c,titleId:r}=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":r},o),c?t.createElement("title",{id:r},c):null,t.createElement("path",{fill:"currentColor",d:"M5.53 9.204A35 35 0 0 1 4.034 13.1l-.957-.43a32 32 0 0 0 1.53-3.827zM12.13 7.61c-.561.417-1.2.868-1.914 1.374v.374h2.806v1.024h-2.806v1.561c0 .76-.374 1.144-1.11 1.144H7.63l-.286-.979a26 26 0 0 0 1.353.055c.32 0 .484-.176.484-.517v-1.264H5.959V9.358h3.223v-.725c.33-.21.781-.484 1.342-.825H6.597V6.84h5.533zM3.67 5.75a12.3 12.3 0 0 1 1.74 1.728l-.716.714c-.407-.539-.99-1.122-1.738-1.738zM12.548 4.563a8.3 8.3 0 0 1-1.001 2.056l-.902-.318c.364-.528.683-1.188.957-1.991zM7.07 4.728c.242.483.473 1.034.671 1.66l-.89.22a10 10 0 0 0-.65-1.594zM9.347 4.606c.275.583.484 1.111.638 1.584l-.858.32a13 13 0 0 0-.671-1.661zM3.814 3.177c.748.55 1.386 1.11 1.903 1.66l-.715.716c-.462-.528-1.09-1.09-1.903-1.684zM12.604 3.825c-1.595.418-3.708.638-6.348.638l-.297-.858c2.442 0 4.5-.209 6.16-.605z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { D as i, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const u = ["title", "titleId"], p = (c) => /* @__PURE__ */ d(i, t(t({}, c), {}, {
|
|
5
|
+
icon: (
|
|
6
|
+
// @ts-expect-error TODO improve TS type
|
|
7
|
+
(l) => {
|
|
8
|
+
let {
|
|
9
|
+
title: a,
|
|
10
|
+
titleId: r
|
|
11
|
+
} = l, o = n(l, u);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
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
|
+
d: "M5.53 9.204A35 35 0 0 1 4.034 13.1l-.957-.43a32 32 0 0 0 1.53-3.827zM12.13 7.61c-.561.417-1.2.868-1.914 1.374v.374h2.806v1.024h-2.806v1.561c0 .76-.374 1.144-1.11 1.144H7.63l-.286-.979a26 26 0 0 0 1.353.055c.32 0 .484-.176.484-.517v-1.264H5.959V9.358h3.223v-.725c.33-.21.781-.484 1.342-.825H6.597V6.84h5.533zM3.67 5.75a12.3 12.3 0 0 1 1.74 1.728l-.716.714c-.407-.539-.99-1.122-1.738-1.738zM12.548 4.563a8.3 8.3 0 0 1-1.001 2.056l-.902-.318c.364-.528.683-1.188.957-1.991zM7.07 4.728c.242.483.473 1.034.671 1.66l-.89.22a10 10 0 0 0-.65-1.594zM9.347 4.606c.275.583.484 1.111.638 1.584l-.858.32a13 13 0 0 0-.671-1.661zM3.814 3.177c.748.55 1.386 1.11 1.903 1.66l-.715.716c-.462-.528-1.09-1.09-1.903-1.684zM12.604 3.825c-1.595.418-3.708.638-6.348.638l-.297-.858c2.442 0 4.5-.209 6.16-.605z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
}));
|
|
35
|
+
export {
|
|
36
|
+
p as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),n=require("react/jsx-runtime"),t=require("react"),c=["title","titleId"],d=o=>n.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},o),{},{icon:r=>{let{title:l,titleId:a}=r,i=e._objectWithoutProperties(r,c);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),l?t.createElement("title",{id:a},l):null,t.createElement("path",{fill:"currentColor",d:"M12.944 8.556H2.99V7.52h9.955z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { D as n, _ as t, a as d } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const u = ["title", "titleId"], h = (o) => /* @__PURE__ */ c(n, 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, i = d(l, u);
|
|
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
|
+
}, i), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M12.944 8.556H2.99V7.52h9.955z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
}));
|
|
35
|
+
export {
|
|
36
|
+
h as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),l=require("react"),n=["title","titleId"],d=a=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{icon:t=>{let{title:c,titleId:r}=t,o=e._objectWithoutProperties(t,n);return l.createElement("svg",e._objectSpread2({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 32 16",width:"1em",height:"1em","aria-hidden":"true",focusable:"false","aria-labelledby":r},o),c?l.createElement("title",{id:r},c):null,l.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.316 3.144a27 27 0 0 1-.483 2.441h5.037v1H7.568c-.11.364-.23.705-.34 1.035h4.4v.88c-.286.902-.826 1.716-1.64 2.442.836.462 1.849.892 3.026 1.287l-.54.99c-1.33-.483-2.453-1.023-3.355-1.595q-1.303.908-3.2 1.65l-.55-.99c1.099-.396 2.045-.836 2.826-1.308-.715-.572-1.253-1.188-1.605-1.837-.792 1.628-1.793 2.925-2.992 3.893l-.54-.967q2.278-2.014 3.4-5.48H3.773l.87-3.211 1.045.177-.573 2.034h1.628a25 25 0 0 0 .507-2.573zM7.35 8.566q.545.977 1.715 1.804c.693-.56 1.2-1.166 1.507-1.804z",clipRule:"evenodd"}),l.createElement("path",{fill:"currentColor",d:"M17.854 6.092a8.3 8.3 0 0 1-1.123 1.682v5.434H15.71V8.797c-.396.34-.814.671-1.276.99l-.308-1.034c1.254-.88 2.188-1.914 2.782-3.102zM24.102 7.444h-1.716v4.664c0 .704-.396 1.056-1.177 1.056h-1.596l-.23-1.022a17 17 0 0 0 1.463.065c.319 0 .483-.12.483-.352v-4.41h-3.344V6.42h6.117zM26.467 10.502c.23 0 .429.067.583.22a.73.73 0 0 1 .23.561.77.77 0 0 1-.23.572.87.87 0 0 1-.583.22.76.76 0 0 1-.562-.23.74.74 0 0 1-.242-.562c0-.23.078-.417.242-.56a.76.76 0 0 1 .562-.221M26.906 9.854h-.869l-.253-5.632h1.375zM17.348 3.572c-.594 1.21-1.585 2.288-2.992 3.256l-.32-1.045c1.067-.759 1.849-1.638 2.355-2.65zM10.165 3.022a13 13 0 0 1 1.913 1.739l-.747.748c-.44-.572-1.056-1.166-1.87-1.793zM23.629 4.694H18.26V3.671h5.368z"}),l.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M30 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2l-.204-.01A2 2 0 0 1 0 14V2A2 2 0 0 1 1.796.01L2 0zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h28a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { D as i, _ as l, a as d } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const h = ["title", "titleId"], p = (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 = d(t, h);
|
|
12
|
+
return e.createElement("svg", l({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 32 16",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
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: "M8.316 3.144a27 27 0 0 1-.483 2.441h5.037v1H7.568c-.11.364-.23.705-.34 1.035h4.4v.88c-.286.902-.826 1.716-1.64 2.442.836.462 1.849.892 3.026 1.287l-.54.99c-1.33-.483-2.453-1.023-3.355-1.595q-1.303.908-3.2 1.65l-.55-.99c1.099-.396 2.045-.836 2.826-1.308-.715-.572-1.253-1.188-1.605-1.837-.792 1.628-1.793 2.925-2.992 3.893l-.54-.967q2.278-2.014 3.4-5.48H3.773l.87-3.211 1.045.177-.573 2.034h1.628a25 25 0 0 0 .507-2.573zM7.35 8.566q.545.977 1.715 1.804c.693-.56 1.2-1.166 1.507-1.804z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
d: "M17.854 6.092a8.3 8.3 0 0 1-1.123 1.682v5.434H15.71V8.797c-.396.34-.814.671-1.276.99l-.308-1.034c1.254-.88 2.188-1.914 2.782-3.102zM24.102 7.444h-1.716v4.664c0 .704-.396 1.056-1.177 1.056h-1.596l-.23-1.022a17 17 0 0 0 1.463.065c.319 0 .483-.12.483-.352v-4.41h-3.344V6.42h6.117zM26.467 10.502c.23 0 .429.067.583.22a.73.73 0 0 1 .23.561.77.77 0 0 1-.23.572.87.87 0 0 1-.583.22.76.76 0 0 1-.562-.23.74.74 0 0 1-.242-.562c0-.23.078-.417.242-.56a.76.76 0 0 1 .562-.221M26.906 9.854h-.869l-.253-5.632h1.375zM17.348 3.572c-.594 1.21-1.585 2.288-2.992 3.256l-.32-1.045c1.067-.759 1.849-1.638 2.355-2.65zM10.165 3.022a13 13 0 0 1 1.913 1.739l-.747.748c-.44-.572-1.056-1.166-1.87-1.793zM23.629 4.694H18.26V3.671h5.368z"
|
|
31
|
+
}), e.createElement("path", {
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
d: "M30 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2l-.204-.01A2 2 0 0 1 0 14V2A2 2 0 0 1 1.796.01L2 0zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h28a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
35
|
+
clipRule: "evenodd"
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}));
|
|
40
|
+
export {
|
|
41
|
+
p as default
|
|
42
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=a=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{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",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",d:"M8.731 6.059c.198.516.418 1 .671 1.462q1.435-.84 2.508-2.31l.803.672c-.814 1.067-1.76 1.88-2.827 2.43q1.221 1.865 3.2 3.168l-.735.87c-1.551-1.2-2.762-2.64-3.62-4.334v4.135c0 .704-.407 1.068-1.21 1.068H6.113l-.275-1.013 1.375.044c.308 0 .473-.154.474-.44V6.158h-3.18V5.146H8.73z"}),t.createElement("path",{fill:"currentColor",d:"M7.004 8.104c-.561 1.87-1.738 3.3-3.52 4.268l-.638-.836c1.496-.77 2.53-1.859 3.102-3.256H3.154v-.978h3.85zM6.872 2.99q1.584.362 3.036 1.088l-.385.946a15 15 0 0 0-3.08-1.199z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { D as i, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const u = ["title", "titleId"], h = (o) => /* @__PURE__ */ d(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, u);
|
|
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: "M8.731 6.059c.198.516.418 1 .671 1.462q1.435-.84 2.508-2.31l.803.672c-.814 1.067-1.76 1.88-2.827 2.43q1.221 1.865 3.2 3.168l-.735.87c-1.551-1.2-2.762-2.64-3.62-4.334v4.135c0 .704-.407 1.068-1.21 1.068H6.113l-.275-1.013 1.375.044c.308 0 .473-.154.474-.44V6.158h-3.18V5.146H8.73z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M7.004 8.104c-.561 1.87-1.738 3.3-3.52 4.268l-.638-.836c1.496-.77 2.53-1.859 3.102-3.256H3.154v-.978h3.85zM6.872 2.99q1.584.362 3.036 1.088l-.385.946a15 15 0 0 0-3.08-1.199z"
|
|
29
|
+
}), e.createElement("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
}));
|
|
38
|
+
export {
|
|
39
|
+
h as default
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),i=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],d=a=>i.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},a),{},{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",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",d:"M9.611 8.61c-.132 1.298-.528 2.3-1.21 2.982-.682.693-1.738 1.242-3.157 1.638l-.56-.967c1.275-.308 2.222-.737 2.827-1.298.605-.572.968-1.376 1.089-2.421zM9.59 10.733c1.21.43 2.3.958 3.289 1.574l-.572.901a15.5 15.5 0 0 0-3.245-1.693z"}),t.createElement("path",{fill:"currentColor",d:"M12.384 4.001c-2.2.374-4.676.595-7.404.639v.813h3.455c.044-.297.077-.583.11-.869l1.045.133a15 15 0 0 1-.088.736h3.365v.968h-3.53c-.066.275-.122.54-.188.804h2.784v3.839h-1.001V8.192H6.828v2.882h-1v-3.85h2.266c.066-.274.12-.54.176-.803H4.98v.837c-.055 2.463-.527 4.421-1.43 5.895l-.726-.77c.704-1.231 1.09-2.948 1.155-5.125V3.76q4.422-.05 7.887-.694z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { D as i, _ as t, a as n } from "../dm-icon-DjatEbfO.js";
|
|
2
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const h = ["title", "titleId"], p = (o) => /* @__PURE__ */ d(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, h);
|
|
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: "M9.611 8.61c-.132 1.298-.528 2.3-1.21 2.982-.682.693-1.738 1.242-3.157 1.638l-.56-.967c1.275-.308 2.222-.737 2.827-1.298.605-.572.968-1.376 1.089-2.421zM9.59 10.733c1.21.43 2.3.958 3.289 1.574l-.572.901a15.5 15.5 0 0 0-3.245-1.693z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M12.384 4.001c-2.2.374-4.676.595-7.404.639v.813h3.455c.044-.297.077-.583.11-.869l1.045.133a15 15 0 0 1-.088.736h3.365v.968h-3.53c-.066.275-.122.54-.188.804h2.784v3.839h-1.001V8.192H6.828v2.882h-1v-3.85h2.266c.066-.274.12-.54.176-.803H4.98v.837c-.055 2.463-.527 4.421-1.43 5.895l-.726-.77c.704-1.231 1.09-2.948 1.155-5.125V3.76q4.422-.05 7.887-.694z"
|
|
29
|
+
}), e.createElement("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
}));
|
|
38
|
+
export {
|
|
39
|
+
p as default
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),a=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],h=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",viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},o),r?t.createElement("title",{id:c},r):null,t.createElement("path",{fill:"currentColor",fillOpacity:.2,d:"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"}),t.createElement("path",{fill:"currentColor",d:"M12.834 8.786h-2.64V9.8h2.166v.924h-2.167v1.166c.407.044.881.077 1.431.077q.891 0 1.518-.067l-.287 1.012c-.428 0-.814-.01-1.165-.021-1.463-.011-2.465-.144-3.003-.408-.385-.198-.737-.55-1.045-1.055a7.2 7.2 0 0 1-.99 1.682l-.78-.67c.791-.99 1.23-2.08 1.318-3.29l.925.11c-.022.397-.077.77-.154 1.134.33.637.704 1.055 1.133 1.231l.098.033v-2.87H6.51v-.935h6.325zM5.453 4.991h1.023v1.001H5.453v1.826c.286-.132.561-.274.836-.428v1.066c-.286.143-.561.286-.836.418v3.08c0 .704-.363 1.067-1.078 1.067h-.968l-.231-1.011c.286.033.572.055.836.055.253 0 .384-.133.384-.385V9.325c-.373.143-.758.275-1.143.407L3 8.677c.473-.11.935-.253 1.396-.418V5.992H3.153v-1h1.243V3h1.057z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.174 7.28h-4.95V3.308h4.95zm-3.939-.847h2.915v-.748H8.235zm0-1.54h2.915v-.738H8.235z",clipRule:"evenodd"}))}}));module.exports=h;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { D as i, _ as t, 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"], s = (c) => /* @__PURE__ */ n(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 = h(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
|
+
}, o), r ? e.createElement("title", {
|
|
22
|
+
id: a
|
|
23
|
+
}, r) : null, e.createElement("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
fillOpacity: 0.2,
|
|
26
|
+
d: "M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"
|
|
27
|
+
}), e.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M12.834 8.786h-2.64V9.8h2.166v.924h-2.167v1.166c.407.044.881.077 1.431.077q.891 0 1.518-.067l-.287 1.012c-.428 0-.814-.01-1.165-.021-1.463-.011-2.465-.144-3.003-.408-.385-.198-.737-.55-1.045-1.055a7.2 7.2 0 0 1-.99 1.682l-.78-.67c.791-.99 1.23-2.08 1.318-3.29l.925.11c-.022.397-.077.77-.154 1.134.33.637.704 1.055 1.133 1.231l.098.033v-2.87H6.51v-.935h6.325zM5.453 4.991h1.023v1.001H5.453v1.826c.286-.132.561-.274.836-.428v1.066c-.286.143-.561.286-.836.418v3.08c0 .704-.363 1.067-1.078 1.067h-.968l-.231-1.011c.286.033.572.055.836.055.253 0 .384-.133.384-.385V9.325c-.373.143-.758.275-1.143.407L3 8.677c.473-.11.935-.253 1.396-.418V5.992H3.153v-1h1.243V3h1.057z"
|
|
30
|
+
}), e.createElement("path", {
|
|
31
|
+
fill: "currentColor",
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M12.174 7.28h-4.95V3.308h4.95zm-3.939-.847h2.915v-.748H8.235zm0-1.54h2.915v-.738H8.235z",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
}));
|
|
39
|
+
export {
|
|
40
|
+
s as default
|
|
41
|
+
};
|
|
@@ -0,0 +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 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.667 3.495 8.39 11.592a61 61 0 0 0 3.08-.518 40 40 0 0 0-.968-3.245l.924-.318c.594 1.584 1.111 3.388 1.573 5.433l-1.034.264c-.088-.396-.165-.78-.253-1.154-1.43.275-2.98.527-4.642.77l-.198-1.002c.286-.077.451-.197.495-.351l2.255-8.118zM7.796 4.057q-.808.197-1.716.362v1.519h1.694v1H6.08v.352a23 23 0 0 1 1.607 1.661l-.595.88c-.396-.638-.726-1.166-1.012-1.561v4.906H5.035V8.533a11.2 11.2 0 0 1-1.628 2.574L2.935 9.92c.923-.88 1.605-1.87 2.023-2.98H3.165V5.937h1.87V4.573c-.517.066-1.056.132-1.606.176l-.22-1q2.377-.166 4.225-.661z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",clipRule:"evenodd"}))}}));module.exports=d;
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
import e from "react";
|
|
4
|
+
const u = ["title", "titleId"], v = (o) => /* @__PURE__ */ d(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, u);
|
|
12
|
+
return e.createElement("svg", t({
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
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("path", {
|
|
24
|
+
fill: "currentColor",
|
|
25
|
+
d: "M10.667 3.495 8.39 11.592a61 61 0 0 0 3.08-.518 40 40 0 0 0-.968-3.245l.924-.318c.594 1.584 1.111 3.388 1.573 5.433l-1.034.264c-.088-.396-.165-.78-.253-1.154-1.43.275-2.98.527-4.642.77l-.198-1.002c.286-.077.451-.197.495-.351l2.255-8.118zM7.796 4.057q-.808.197-1.716.362v1.519h1.694v1H6.08v.352a23 23 0 0 1 1.607 1.661l-.595.88c-.396-.638-.726-1.166-1.012-1.561v4.906H5.035V8.533a11.2 11.2 0 0 1-1.628 2.574L2.935 9.92c.923-.88 1.605-1.87 2.023-2.98H3.165V5.937h1.87V4.573c-.517.066-1.056.132-1.606.176l-.22-1q2.377-.166 4.225-.661z"
|
|
26
|
+
}), e.createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1.2a.8.8 0 0 0-.8.8v12a.8.8 0 0 0 .8.8h12a.8.8 0 0 0 .8-.8V2a.8.8 0 0 0-.8-.8z",
|
|
30
|
+
clipRule: "evenodd"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
}));
|
|
35
|
+
export {
|
|
36
|
+
v as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../dm-icon-Dh4SPD4o.cjs"),c=require("react/jsx-runtime"),t=require("react"),n=["title","titleId"],a=i=>c.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({},i),{},{icon:l=>{let{title:r,titleId:h}=l,o=e._objectWithoutProperties(l,n);return t.createElement("svg",e._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":h},o),r?t.createElement("title",{id:h},r):null,t.createElement("path",{fill:"currentColor",fillOpacity:.2,d:"M0 2a2 2 0 0 1 2-2h23a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M23.075 13.164h-1.023v-.473h-5.567v.473h-1.033V9.82h7.623zm-6.59-1.375h5.567V10.7h-5.567zM10.282 10.063h-4.4v-4.07h4.4zm-3.432-.87h2.442v-2.32H6.85z",clipRule:"evenodd"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12.581 12.911h-1.013v-.385H4.572v.385H3.561V3.583h9.02zm-8.009-1.309h6.996V4.508H4.572zM19.962 2.88c.154.33.297.693.451 1.1h3.102v.858h-3.223v.615h2.738v.815h-2.738v.583h2.76v.813h-2.76v.627h3.42v.87h-8.238V6.156q-.528.578-1.156 1.122l-.33-1.022q1.667-1.534 2.344-3.333l1.023.197c-.11.297-.242.583-.375.858h2.399a9 9 0 0 0-.495-.923zM16.464 8.29h2.794v-.627h-2.794zm0-1.44h2.794v-.583h-2.794zm0-1.98v.582h2.794v-.615h-2.773c-.01.01-.02.021-.021.032",clipRule:"evenodd"}))}}));module.exports=a;
|