@d-matrix/icons-react 0.89.0 → 0.91.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.
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { DMIconProps } from '../../dm-icon';
3
+ declare const Collapse: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default Collapse;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../../dm-icon-BH9flhEB.cjs"),a=require("react/jsx-runtime"),t=require("react"),s=["title","titleId"],d=t.forwardRef((i,c)=>a.jsx(e.DMIcon,e._objectSpread2(e._objectSpread2({ref:c},i),{},{icon:r=>{let{title:l,titleId:o}=r,n=e._objectWithoutProperties(r,s);return t.createElement("svg",e._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":o},n),l?t.createElement("title",{id:o},l):null,t.createElement("path",{fill:"currentColor",fillOpacity:.45,d:"M14.667 14.667H1.333V1.333h13.334zm-12-1.334h6.666V2.667H2.667zm8 0h2.666V2.667h-2.666zm-2.79-5.78.577.468-.577.466-2.5 2.02L5 10.042l-.377-.466 1.922-1.554-1.922-1.554.754-.934z"}))}})));module.exports=d;
@@ -0,0 +1,35 @@
1
+ import { D as m, _ as t, a as s } from "../../dm-icon-C2_uAjH7.js";
2
+ import { jsx as n } from "react/jsx-runtime";
3
+ import e from "react";
4
+ const d = ["title", "titleId"], u = e.forwardRef((a, i) => /* @__PURE__ */ n(m, t(t({
5
+ ref: i
6
+ }, a), {}, {
7
+ icon: (
8
+ // @ts-expect-error TODO improve TS type
9
+ (l) => {
10
+ let {
11
+ title: r,
12
+ titleId: o
13
+ } = l, c = s(l, d);
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": o
23
+ }, c), r ? e.createElement("title", {
24
+ id: o
25
+ }, r) : null, e.createElement("path", {
26
+ fill: "currentColor",
27
+ fillOpacity: 0.45,
28
+ d: "M14.667 14.667H1.333V1.333h13.334zm-12-1.334h6.666V2.667H2.667zm8 0h2.666V2.667h-2.666zm-2.79-5.78.577.468-.577.466-2.5 2.02L5 10.042l-.377-.466 1.922-1.554-1.922-1.554.754-.934z"
29
+ }));
30
+ }
31
+ )
32
+ })));
33
+ export {
34
+ u as default
35
+ };
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { DMIconProps } from '../../dm-icon';
3
+ declare const ExcelColored: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default ExcelColored;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),c=require("react/jsx-runtime"),e=require("react"),s=["title","titleId"],d=e.forwardRef((n,o)=>c.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:o},n),{},{icon:r=>{let{title:l,titleId:a}=r,i=t._objectWithoutProperties(r,s);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":a},i),l?e.createElement("title",{id:a},l):null,e.createElement("path",{fill:"url(#paint0_linear_19865_51562)",d:"M1.333 1.333c0-.368.299-.666.667-.666h10a2.667 2.667 0 0 1 2.667 2.666v11.334a.667.667 0 0 1-.667.666H4a2.667 2.667 0 0 1-2.667-2.666z"}),e.createElement("path",{fill:"#fff",d:"M11 5.6a.6.6 0 0 0-.6-.6H8.5v2.5H11zM5 7.5h2.5V5H5.6a.6.6 0 0 0-.6.6zm7 2.9-.008.163a1.6 1.6 0 0 1-1.429 1.43L10.4 12v-1a.6.6 0 0 0 .6-.6V8.5H8.5V11h1.9v1H5.6v-1h1.9V8.5H5v1.9a.6.6 0 0 0 .6.6v1a1.6 1.6 0 0 1-1.592-1.437L4 10.4V5.6A1.6 1.6 0 0 1 5.6 4h4.8l.163.008A1.6 1.6 0 0 1 12 5.6z"}),e.createElement("defs",null,e.createElement("linearGradient",{id:"paint0_linear_19865_51562",x1:6.4,x2:14,y1:6.4,y2:15.6,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#1F6ED4"}),e.createElement("stop",{offset:1,stopColor:"#6E46E8"}))))}})));module.exports=d;
@@ -0,0 +1,49 @@
1
+ import { D as s, _ as t, a as c } from "../../dm-icon-C2_uAjH7.js";
2
+ import { jsx as d } from "react/jsx-runtime";
3
+ import e from "react";
4
+ const m = ["title", "titleId"], u = e.forwardRef((o, i) => /* @__PURE__ */ d(s, t(t({
5
+ ref: i
6
+ }, o), {}, {
7
+ icon: (
8
+ // @ts-expect-error TODO improve TS type
9
+ (a) => {
10
+ let {
11
+ title: l,
12
+ titleId: r
13
+ } = a, n = c(a, m);
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
+ }, n), l ? e.createElement("title", {
24
+ id: r
25
+ }, l) : null, e.createElement("path", {
26
+ fill: "url(#paint0_linear_19865_51562)",
27
+ d: "M1.333 1.333c0-.368.299-.666.667-.666h10a2.667 2.667 0 0 1 2.667 2.666v11.334a.667.667 0 0 1-.667.666H4a2.667 2.667 0 0 1-2.667-2.666z"
28
+ }), e.createElement("path", {
29
+ fill: "#fff",
30
+ d: "M11 5.6a.6.6 0 0 0-.6-.6H8.5v2.5H11zM5 7.5h2.5V5H5.6a.6.6 0 0 0-.6.6zm7 2.9-.008.163a1.6 1.6 0 0 1-1.429 1.43L10.4 12v-1a.6.6 0 0 0 .6-.6V8.5H8.5V11h1.9v1H5.6v-1h1.9V8.5H5v1.9a.6.6 0 0 0 .6.6v1a1.6 1.6 0 0 1-1.592-1.437L4 10.4V5.6A1.6 1.6 0 0 1 5.6 4h4.8l.163.008A1.6 1.6 0 0 1 12 5.6z"
31
+ }), e.createElement("defs", null, e.createElement("linearGradient", {
32
+ id: "paint0_linear_19865_51562",
33
+ x1: 6.4,
34
+ x2: 14,
35
+ y1: 6.4,
36
+ y2: 15.6,
37
+ gradientUnits: "userSpaceOnUse"
38
+ }, e.createElement("stop", {
39
+ stopColor: "#1F6ED4"
40
+ }), e.createElement("stop", {
41
+ offset: 1,
42
+ stopColor: "#6E46E8"
43
+ }))));
44
+ }
45
+ )
46
+ })));
47
+ export {
48
+ u as default
49
+ };
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { DMIconProps } from '../../dm-icon';
3
+ declare const TemplateMarketColored: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default TemplateMarketColored;
@@ -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((a,c)=>n.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:c},a),{},{icon:l=>{let{title:r,titleId:i}=l,o=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},o),r?e.createElement("title",{id:i},r):null,e.createElement("path",{fill:"#0E65E7",d:"M7.5 2v4H2V2zM3 5h3.5V3H3z"}),e.createElement("path",{fill:"#1777FF",fillOpacity:.7,d:"M2 7h5.5v7H2z"}),e.createElement("path",{fill:"#1777FF",d:"M8.5 10H14v4H8.5z"}),e.createElement("path",{fill:"#1777FF",fillOpacity:.3,d:"M8.5 2H14v7H8.5z"}))}})));module.exports=s;
@@ -0,0 +1,45 @@
1
+ import { D as d, _ as t, a as m } from "../../dm-icon-C2_uAjH7.js";
2
+ import { jsx as n } from "react/jsx-runtime";
3
+ import e from "react";
4
+ const p = ["title", "titleId"], u = e.forwardRef((i, o) => /* @__PURE__ */ n(d, t(t({
5
+ ref: o
6
+ }, i), {}, {
7
+ icon: (
8
+ // @ts-expect-error TODO improve TS type
9
+ (l) => {
10
+ let {
11
+ title: r,
12
+ titleId: a
13
+ } = l, c = m(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": a
23
+ }, c), r ? e.createElement("title", {
24
+ id: a
25
+ }, r) : null, e.createElement("path", {
26
+ fill: "#0E65E7",
27
+ d: "M7.5 2v4H2V2zM3 5h3.5V3H3z"
28
+ }), e.createElement("path", {
29
+ fill: "#1777FF",
30
+ fillOpacity: 0.7,
31
+ d: "M2 7h5.5v7H2z"
32
+ }), e.createElement("path", {
33
+ fill: "#1777FF",
34
+ d: "M8.5 10H14v4H8.5z"
35
+ }), e.createElement("path", {
36
+ fill: "#1777FF",
37
+ fillOpacity: 0.3,
38
+ d: "M8.5 2H14v7H8.5z"
39
+ }));
40
+ }
41
+ )
42
+ })));
43
+ export {
44
+ u as default
45
+ };
@@ -475,6 +475,7 @@ export { default as Code1 } from './Code1';
475
475
  export { default as CodeOff } from './CodeOff';
476
476
  export { default as Collage } from './Collage';
477
477
  export { default as CollageFilled } from './CollageFilled';
478
+ export { default as Collapse } from './Collapse';
478
479
  export { default as Collection } from './Collection';
479
480
  export { default as CollectionFilled } from './CollectionFilled';
480
481
  export { default as ColorInvert } from './ColorInvert';
@@ -637,6 +638,7 @@ export { default as ErrorCircle } from './ErrorCircle';
637
638
  export { default as ErrorCircleFilled } from './ErrorCircleFilled';
638
639
  export { default as ErrorTriangle } from './ErrorTriangle';
639
640
  export { default as ErrorTriangleFilled } from './ErrorTriangleFilled';
641
+ export { default as ExcelColored } from './ExcelColored';
640
642
  export { default as Excited } from './Excited';
641
643
  export { default as ExpandDown } from './ExpandDown';
642
644
  export { default as ExpandDownFilled } from './ExpandDownFilled';
@@ -1631,6 +1633,7 @@ export { default as Teahouse } from './Teahouse';
1631
1633
  export { default as TeahouseFilled } from './TeahouseFilled';
1632
1634
  export { default as Template } from './Template';
1633
1635
  export { default as TemplateFilled } from './TemplateFilled';
1636
+ export { default as TemplateMarketColored } from './TemplateMarketColored';
1634
1637
  export { default as Temple } from './Temple';
1635
1638
  export { default as TempleFilled } from './TempleFilled';
1636
1639
  export { default as Terminal } from './Terminal';