@d-matrix/icons-react 0.82.0 → 0.84.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/index.js +1 -1
- package/dist/icons/index.mjs +704 -702
- package/dist/icons/legacy/ColumnCircleFilled.d.ts +4 -0
- package/dist/icons/legacy/ColumnCircleFilled.js +1 -0
- package/dist/icons/legacy/ColumnCircleFilled.mjs +35 -0
- package/dist/icons/legacy/index.d.ts +1 -0
- package/dist/icons/legacy/index.js +1 -1
- package/dist/icons/legacy/index.mjs +702 -700
- package/dist/icons/new/AddCircleTwoTone.d.ts +4 -0
- package/dist/icons/new/AddCircleTwoTone.js +1 -0
- package/dist/icons/new/AddCircleTwoTone.mjs +43 -0
- package/dist/icons/new/AddCircleTwoToneLight.d.ts +4 -0
- package/dist/icons/new/AddCircleTwoToneLight.js +1 -0
- package/dist/icons/new/AddCircleTwoToneLight.mjs +43 -0
- package/dist/icons/new/MinusCircleTwoTone.d.ts +4 -0
- package/dist/icons/new/MinusCircleTwoTone.js +1 -0
- package/dist/icons/new/MinusCircleTwoTone.mjs +41 -0
- package/dist/icons/new/MinusCircleTwoToneLight.d.ts +4 -0
- package/dist/icons/new/MinusCircleTwoToneLight.js +1 -0
- package/dist/icons/new/MinusCircleTwoToneLight.mjs +41 -0
- package/dist/icons/new/index.d.ts +4 -0
- package/dist/icons/new/index.js +1 -1
- package/dist/icons/new/index.mjs +3758 -3750
- package/dist/index-Cfp-baSL.js +3792 -0
- package/dist/index-Dv1nsnKh.cjs +1 -0
- package/package.json +2 -2
- package/dist/index-gZ8Qi8bl.cjs +0 -1
- package/dist/index-jD9XYduD.js +0 -3784
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),d=require("react/jsx-runtime"),e=require("react"),n=["title","titleId"],s=e.forwardRef((a,c)=>d.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:c},a),{},{icon:l=>{let{title:r,titleId:i}=l,o=t._objectWithoutProperties(l,n);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-hidden":"true",focusable:"false","aria-labelledby":i},o),r?e.createElement("title",{id:i},r):null,e.createElement("path",{fillOpacity:.16,d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"}),e.createElement("path",{fillOpacity:.26,fillRule:"evenodd",d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",clipRule:"evenodd"}),e.createElement("path",{d:"M8.667 8.833H4.333v-1.5h7.334v1.5z"}),e.createElement("path",{d:"M8.75 7.417v4.333h-1.5V4.417h1.5z"}))}})));module.exports=s;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { D as c, _ as t, a as n } from "../../dm-icon-C2_uAjH7.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const p = ["title", "titleId"], u = e.forwardRef((i, o) => /* @__PURE__ */ m(c, t(t({
|
|
5
|
+
ref: o
|
|
6
|
+
}, i), {}, {
|
|
7
|
+
icon: (
|
|
8
|
+
// @ts-expect-error TODO improve TS type
|
|
9
|
+
(l) => {
|
|
10
|
+
let {
|
|
11
|
+
title: a,
|
|
12
|
+
titleId: r
|
|
13
|
+
} = l, d = n(l, p);
|
|
14
|
+
return e.createElement("svg", t({
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
focusable: "false",
|
|
22
|
+
"aria-labelledby": r
|
|
23
|
+
}, d), a ? e.createElement("title", {
|
|
24
|
+
id: r
|
|
25
|
+
}, a) : null, e.createElement("path", {
|
|
26
|
+
fillOpacity: 0.16,
|
|
27
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fillOpacity: 0.26,
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}), e.createElement("path", {
|
|
34
|
+
d: "M8.667 8.833H4.333v-1.5h7.334v1.5z"
|
|
35
|
+
}), e.createElement("path", {
|
|
36
|
+
d: "M8.75 7.417v4.333h-1.5V4.417h1.5z"
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
})));
|
|
41
|
+
export {
|
|
42
|
+
u as default
|
|
43
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DMIconProps } from '../../dm-icon';
|
|
3
|
+
declare const AddCircleTwoToneLight: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
4
|
+
export default AddCircleTwoToneLight;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),d=require("react/jsx-runtime"),e=require("react"),n=["title","titleId"],s=e.forwardRef((a,c)=>d.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:c},a),{},{icon:l=>{let{title:r,titleId:i}=l,o=t._objectWithoutProperties(l,n);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-hidden":"true",focusable:"false","aria-labelledby":i},o),r?e.createElement("title",{id:i},r):null,e.createElement("path",{fillOpacity:.1,d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"}),e.createElement("path",{fillOpacity:.2,fillRule:"evenodd",d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",clipRule:"evenodd"}),e.createElement("path",{d:"M8.667 8.833H4.333v-1.5h7.334v1.5z"}),e.createElement("path",{d:"M8.75 7.417v4.333h-1.5V4.417h1.5z"}))}})));module.exports=s;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { D as c, _ as t, a as n } from "../../dm-icon-C2_uAjH7.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const p = ["title", "titleId"], u = e.forwardRef((i, o) => /* @__PURE__ */ m(c, t(t({
|
|
5
|
+
ref: o
|
|
6
|
+
}, i), {}, {
|
|
7
|
+
icon: (
|
|
8
|
+
// @ts-expect-error TODO improve TS type
|
|
9
|
+
(l) => {
|
|
10
|
+
let {
|
|
11
|
+
title: a,
|
|
12
|
+
titleId: r
|
|
13
|
+
} = l, d = n(l, p);
|
|
14
|
+
return e.createElement("svg", t({
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
focusable: "false",
|
|
22
|
+
"aria-labelledby": r
|
|
23
|
+
}, d), a ? e.createElement("title", {
|
|
24
|
+
id: r
|
|
25
|
+
}, a) : null, e.createElement("path", {
|
|
26
|
+
fillOpacity: 0.1,
|
|
27
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fillOpacity: 0.2,
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}), e.createElement("path", {
|
|
34
|
+
d: "M8.667 8.833H4.333v-1.5h7.334v1.5z"
|
|
35
|
+
}), e.createElement("path", {
|
|
36
|
+
d: "M8.75 7.417v4.333h-1.5V4.417h1.5z"
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
})));
|
|
41
|
+
export {
|
|
42
|
+
u as default
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),n=require("react/jsx-runtime"),e=require("react"),d=["title","titleId"],s=e.forwardRef((c,o)=>n.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:o},c),{},{icon:l=>{let{title:r,titleId:i}=l,a=t._objectWithoutProperties(l,d);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-hidden":"true",focusable:"false","aria-labelledby":i},a),r?e.createElement("title",{id:i},r):null,e.createElement("path",{fillOpacity:.16,d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"}),e.createElement("path",{fillOpacity:.26,fillRule:"evenodd",d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",clipRule:"evenodd"}),e.createElement("path",{d:"M8.667 8.833H4.333v-1.5h7.334v1.5z"}))}})));module.exports=s;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { D as d, _ as t, a as n } from "../../dm-icon-C2_uAjH7.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const p = ["title", "titleId"], h = e.forwardRef((i, o) => /* @__PURE__ */ m(d, t(t({
|
|
5
|
+
ref: o
|
|
6
|
+
}, i), {}, {
|
|
7
|
+
icon: (
|
|
8
|
+
// @ts-expect-error TODO improve TS type
|
|
9
|
+
(l) => {
|
|
10
|
+
let {
|
|
11
|
+
title: a,
|
|
12
|
+
titleId: r
|
|
13
|
+
} = l, c = n(l, p);
|
|
14
|
+
return e.createElement("svg", t({
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
focusable: "false",
|
|
22
|
+
"aria-labelledby": r
|
|
23
|
+
}, c), a ? e.createElement("title", {
|
|
24
|
+
id: r
|
|
25
|
+
}, a) : null, e.createElement("path", {
|
|
26
|
+
fillOpacity: 0.16,
|
|
27
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fillOpacity: 0.26,
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}), e.createElement("path", {
|
|
34
|
+
d: "M8.667 8.833H4.333v-1.5h7.334v1.5z"
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
})));
|
|
39
|
+
export {
|
|
40
|
+
h as default
|
|
41
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DMIconProps } from '../../dm-icon';
|
|
3
|
+
declare const MinusCircleTwoToneLight: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
4
|
+
export default MinusCircleTwoToneLight;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),n=require("react/jsx-runtime"),e=require("react"),d=["title","titleId"],s=e.forwardRef((c,o)=>n.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:o},c),{},{icon:l=>{let{title:r,titleId:i}=l,a=t._objectWithoutProperties(l,d);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 16 16","aria-hidden":"true",focusable:"false","aria-labelledby":i},a),r?e.createElement("title",{id:i},r):null,e.createElement("path",{fillOpacity:.1,d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"}),e.createElement("path",{fillOpacity:.2,fillRule:"evenodd",d:"M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",clipRule:"evenodd"}),e.createElement("path",{d:"M8.667 8.833H4.333v-1.5h7.334v1.5z"}))}})));module.exports=s;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { D as d, _ as t, a as n } from "../../dm-icon-C2_uAjH7.js";
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const p = ["title", "titleId"], h = e.forwardRef((i, o) => /* @__PURE__ */ m(d, t(t({
|
|
5
|
+
ref: o
|
|
6
|
+
}, i), {}, {
|
|
7
|
+
icon: (
|
|
8
|
+
// @ts-expect-error TODO improve TS type
|
|
9
|
+
(l) => {
|
|
10
|
+
let {
|
|
11
|
+
title: a,
|
|
12
|
+
titleId: r
|
|
13
|
+
} = l, c = n(l, p);
|
|
14
|
+
return e.createElement("svg", t({
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
focusable: "false",
|
|
22
|
+
"aria-labelledby": r
|
|
23
|
+
}, c), a ? e.createElement("title", {
|
|
24
|
+
id: r
|
|
25
|
+
}, a) : null, e.createElement("path", {
|
|
26
|
+
fillOpacity: 0.1,
|
|
27
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667"
|
|
28
|
+
}), e.createElement("path", {
|
|
29
|
+
fillOpacity: 0.2,
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M8 .667a7.333 7.333 0 1 0 0 14.666A7.333 7.333 0 0 0 8 .667m0 1a6.333 6.333 0 1 1 0 12.666A6.333 6.333 0 0 1 8 1.667",
|
|
32
|
+
clipRule: "evenodd"
|
|
33
|
+
}), e.createElement("path", {
|
|
34
|
+
d: "M8.667 8.833H4.333v-1.5h7.334v1.5z"
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
})));
|
|
39
|
+
export {
|
|
40
|
+
h as default
|
|
41
|
+
};
|
|
@@ -13,6 +13,8 @@ export { default as AddAndSubtract } from './AddAndSubtract';
|
|
|
13
13
|
export { default as AddCircle } from './AddCircle';
|
|
14
14
|
export { default as AddCircleColor } from './AddCircleColor';
|
|
15
15
|
export { default as AddCircleFilled } from './AddCircleFilled';
|
|
16
|
+
export { default as AddCircleTwoTone } from './AddCircleTwoTone';
|
|
17
|
+
export { default as AddCircleTwoToneLight } from './AddCircleTwoToneLight';
|
|
16
18
|
export { default as AddRectangle } from './AddRectangle';
|
|
17
19
|
export { default as AddRectangleFilled } from './AddRectangleFilled';
|
|
18
20
|
export { default as AddressBook } from './AddressBook';
|
|
@@ -1185,6 +1187,8 @@ export { default as Minus } from './Minus';
|
|
|
1185
1187
|
export { default as MinusCircle } from './MinusCircle';
|
|
1186
1188
|
export { default as MinusCircleColor } from './MinusCircleColor';
|
|
1187
1189
|
export { default as MinusCircleFilled } from './MinusCircleFilled';
|
|
1190
|
+
export { default as MinusCircleTwoTone } from './MinusCircleTwoTone';
|
|
1191
|
+
export { default as MinusCircleTwoToneLight } from './MinusCircleTwoToneLight';
|
|
1188
1192
|
export { default as MinusRectangle } from './MinusRectangle';
|
|
1189
1193
|
export { default as MinusRectangleFilled } from './MinusRectangleFilled';
|
|
1190
1194
|
export { default as Mirror } from './Mirror';
|