@d-matrix/icons-react 0.0.6 → 0.0.7-beta.1

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.
Files changed (70) hide show
  1. package/dist/dm-icon-CyBSlz59.js +341 -0
  2. package/dist/dm-icon-DkFz8Dib.cjs +15 -0
  3. package/dist/icons/Excel.js +1 -0
  4. package/dist/{excel.mjs → icons/Excel.mjs} +36 -32
  5. package/dist/icons/Expand.js +1 -0
  6. package/dist/icons/Expand.mjs +31 -0
  7. package/dist/icons/Flag.js +1 -0
  8. package/dist/icons/Flag.mjs +40 -0
  9. package/dist/icons/HasCut.js +1 -0
  10. package/dist/{has-cut.mjs → icons/HasCut.mjs} +30 -26
  11. package/dist/icons/Hot.js +1 -0
  12. package/dist/icons/Hot.mjs +38 -0
  13. package/dist/icons/Item.js +1 -0
  14. package/dist/icons/Item.mjs +44 -0
  15. package/dist/icons/LineChart.js +1 -0
  16. package/dist/icons/LineChart.mjs +31 -0
  17. package/dist/icons/Pdf.js +1 -0
  18. package/dist/icons/Pdf.mjs +48 -0
  19. package/dist/icons/Pixels.js +1 -0
  20. package/dist/icons/Pixels.mjs +44 -0
  21. package/dist/icons/Rollback.js +1 -0
  22. package/dist/icons/Rollback.mjs +31 -0
  23. package/dist/icons/Search.js +1 -0
  24. package/dist/icons/Search.mjs +31 -0
  25. package/dist/icons/Server.js +1 -0
  26. package/dist/{server.mjs → icons/Server.mjs} +32 -28
  27. package/dist/icons/Shrink.js +1 -0
  28. package/dist/icons/Shrink.mjs +31 -0
  29. package/dist/icons/Target.js +1 -0
  30. package/dist/{target.mjs → icons/Target.mjs} +32 -28
  31. package/dist/icons/ThumbsDown.js +1 -0
  32. package/dist/icons/ThumbsDown.mjs +31 -0
  33. package/dist/icons/ThumbsUp.js +1 -0
  34. package/dist/icons/ThumbsUp.mjs +31 -0
  35. package/dist/icons/index.js +1 -0
  36. package/dist/icons/index.mjs +34 -0
  37. package/dist/index.d.ts +20 -96
  38. package/package.json +20 -10
  39. package/dist/_virtual/_rollupPluginBabelHelpers.js +0 -1
  40. package/dist/_virtual/_rollupPluginBabelHelpers.mjs +0 -69
  41. package/dist/excel.js +0 -1
  42. package/dist/expand.js +0 -1
  43. package/dist/expand.mjs +0 -26
  44. package/dist/flag.js +0 -1
  45. package/dist/flag.mjs +0 -36
  46. package/dist/has-cut.js +0 -1
  47. package/dist/hot.js +0 -1
  48. package/dist/hot.mjs +0 -34
  49. package/dist/index.js +0 -1
  50. package/dist/index.mjs +0 -34
  51. package/dist/item.js +0 -1
  52. package/dist/item.mjs +0 -40
  53. package/dist/line-chart.js +0 -1
  54. package/dist/line-chart.mjs +0 -26
  55. package/dist/pdf.js +0 -1
  56. package/dist/pdf.mjs +0 -44
  57. package/dist/pixels.js +0 -1
  58. package/dist/pixels.mjs +0 -40
  59. package/dist/rollback.js +0 -1
  60. package/dist/rollback.mjs +0 -26
  61. package/dist/search.js +0 -1
  62. package/dist/search.mjs +0 -26
  63. package/dist/server.js +0 -1
  64. package/dist/shrink.js +0 -1
  65. package/dist/shrink.mjs +0 -26
  66. package/dist/target.js +0 -1
  67. package/dist/thumbs-down.js +0 -1
  68. package/dist/thumbs-down.mjs +0 -26
  69. package/dist/thumbs-up.js +0 -1
  70. package/dist/thumbs-up.mjs +0 -26
package/dist/rollback.mjs DELETED
@@ -1,26 +0,0 @@
1
- import { objectWithoutProperties as c, objectSpread2 as o } from "./_virtual/_rollupPluginBabelHelpers.mjs";
2
- import { jsxs as a, jsx as r } from "react/jsx-runtime";
3
- const s = ["title", "titleId"], h = (t) => {
4
- let {
5
- title: e,
6
- titleId: l
7
- } = t, i = c(t, s);
8
- return /* @__PURE__ */ a("svg", o(o({
9
- xmlns: "http://www.w3.org/2000/svg",
10
- width: 16,
11
- height: 16,
12
- viewBox: "0 0 16 16",
13
- fill: "currentColor",
14
- "aria-labelledby": l
15
- }, i), {}, {
16
- children: [e ? /* @__PURE__ */ r("title", {
17
- id: l,
18
- children: e
19
- }) : null, /* @__PURE__ */ r("path", {
20
- d: "M7.452 12.063c.358.358.36.938.002 1.295a.916.916 0 0 1-1.295-.002L.26 7.455A.916.916 0 0 1 .255 6.16L6.137.278a.916.916 0 0 1 1.295.003c.359.358.36.938.003 1.295L3.109 5.9h6.643c3.39 0 6.127 2.863 6.244 6.414l.004.237v2.532c0 .506-.41.917-.914.917a.916.916 0 0 1-.915-.917V12.55c0-2.673-1.993-4.816-4.419-4.816H3.124Z"
21
- })]
22
- }));
23
- };
24
- export {
25
- h as default
26
- };
package/dist/search.js DELETED
@@ -1 +0,0 @@
1
- "use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),c=["title","titleId"],o=l=>{let{title:r,titleId:s}=l,i=e.objectWithoutProperties(l,c);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"4 4 16 16",fill:"currentColor","aria-labelledby":s},i),{},{children:[r?t.jsx("title",{id:s,children:r}):null,t.jsx("path",{d:"m15.649 14.507 3.124 3.155a.783.783 0 0 1-.01 1.112.797.797 0 0 1-1.12-.01l-3.122-3.151a5.95 5.95 0 0 1-3.577 1.187C7.661 16.8 5 14.16 5 10.9 5 7.642 7.661 5 10.944 5s5.945 2.642 5.945 5.9c0 1.359-.463 2.61-1.24 3.607m-4.705.72c2.408 0 4.36-1.937 4.36-4.327s-1.952-4.327-4.36-4.327c-2.407 0-4.359 1.938-4.359 4.327s1.952 4.327 4.36 4.327"})]}))};module.exports=o;
package/dist/search.mjs DELETED
@@ -1,26 +0,0 @@
1
- import { objectWithoutProperties as s, objectSpread2 as l } from "./_virtual/_rollupPluginBabelHelpers.mjs";
2
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
3
- const a = ["title", "titleId"], h = (t) => {
4
- let {
5
- title: e,
6
- titleId: r
7
- } = t, i = s(t, a);
8
- return /* @__PURE__ */ c("svg", l(l({
9
- xmlns: "http://www.w3.org/2000/svg",
10
- width: 16,
11
- height: 16,
12
- viewBox: "4 4 16 16",
13
- fill: "currentColor",
14
- "aria-labelledby": r
15
- }, i), {}, {
16
- children: [e ? /* @__PURE__ */ o("title", {
17
- id: r,
18
- children: e
19
- }) : null, /* @__PURE__ */ o("path", {
20
- d: "m15.649 14.507 3.124 3.155a.783.783 0 0 1-.01 1.112.797.797 0 0 1-1.12-.01l-3.122-3.151a5.95 5.95 0 0 1-3.577 1.187C7.661 16.8 5 14.16 5 10.9 5 7.642 7.661 5 10.944 5s5.945 2.642 5.945 5.9c0 1.359-.463 2.61-1.24 3.607m-4.705.72c2.408 0 4.36-1.937 4.36-4.327s-1.952-4.327-4.36-4.327c-2.407 0-4.359 1.938-4.359 4.327s1.952 4.327 4.36 4.327"
21
- })]
22
- }));
23
- };
24
- export {
25
- h as default
26
- };
package/dist/server.js DELETED
@@ -1 +0,0 @@
1
- "use strict";const t=require("./_virtual/_rollupPluginBabelHelpers.js"),e=require("react/jsx-runtime"),c=["title","titleId"],a=l=>{let{title:i,titleId:r}=l,s=t.objectWithoutProperties(l,c);return e.jsxs("svg",t.objectSpread2(t.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":r},s),{},{children:[i?e.jsx("title",{id:r,children:i}):null,e.jsxs("g",{fill:"none",children:[e.jsx("path",{d:"M0 0h16v16H0z"}),e.jsx("path",{fill:"#B8CAE6",d:"M3.333 1.333h9.334c.736 0 1.333.597 1.333 1.334V4c0 .736-.597 1.333-1.333 1.333H3.333A1.333 1.333 0 0 1 2 4V2.667c0-.737.597-1.334 1.333-1.334m4 1.334a.667.667 0 1 0 0 1.333h3.334a.667.667 0 0 0 0-1.333zM4.667 4a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333",opacity:.3}),e.jsx("path",{fill:"#B8CAE6",d:"M3.333 6h9.334C13.403 6 14 6.597 14 7.333v1.334C14 9.403 13.403 10 12.667 10H3.333A1.333 1.333 0 0 1 2 8.667V7.333C2 6.597 2.597 6 3.333 6m4 1.333a.667.667 0 0 0 0 1.334h3.334a.667.667 0 0 0 0-1.334zM4.667 8.667a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.334M3.333 10.667h9.334c.736 0 1.333.597 1.333 1.333v1.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V12c0-.736.597-1.333 1.333-1.333m4 1.333a.667.667 0 1 0 0 1.333h3.334a.667.667 0 1 0 0-1.333zm-2.666 1.333a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333"})]})]}))};module.exports=a;
package/dist/shrink.js DELETED
@@ -1 +0,0 @@
1
- "use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),a=["title","titleId"],o=l=>{let{title:r,titleId:i}=l,s=e.objectWithoutProperties(l,a);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},s),{},{children:[r?t.jsx("title",{id:i,children:r}):null,t.jsx("path",{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-2zM5.5 8.5h-4v5a1 1 0 0 0 1 1h5v-4a2 2 0 0 0-2-2m8.281-6.28a.75.75 0 0 0-1.06 0L9.26 5.68 9.26 4l-.007-.102A.75.75 0 0 0 7.76 4v2.654c0 1.207.401 1.596 1.75 1.596H12l.102-.007a.75.75 0 0 0-.101-1.493h-1.688l3.468-3.47.073-.084a.75.75 0 0 0-.073-.976"})]}))};module.exports=o;
package/dist/shrink.mjs DELETED
@@ -1,26 +0,0 @@
1
- import { objectWithoutProperties as a, objectSpread2 as r } from "./_virtual/_rollupPluginBabelHelpers.mjs";
2
- import { jsxs as s, jsx as i } from "react/jsx-runtime";
3
- const d = ["title", "titleId"], p = (t) => {
4
- let {
5
- title: e,
6
- titleId: l
7
- } = t, o = a(t, d);
8
- return /* @__PURE__ */ s("svg", r(r({
9
- xmlns: "http://www.w3.org/2000/svg",
10
- width: 16,
11
- height: 16,
12
- viewBox: "0 0 16 16",
13
- fill: "currentColor",
14
- "aria-labelledby": l
15
- }, o), {}, {
16
- children: [e ? /* @__PURE__ */ i("title", {
17
- id: l,
18
- children: e
19
- }) : null, /* @__PURE__ */ i("path", {
20
- 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-2zM5.5 8.5h-4v5a1 1 0 0 0 1 1h5v-4a2 2 0 0 0-2-2m8.281-6.28a.75.75 0 0 0-1.06 0L9.26 5.68 9.26 4l-.007-.102A.75.75 0 0 0 7.76 4v2.654c0 1.207.401 1.596 1.75 1.596H12l.102-.007a.75.75 0 0 0-.101-1.493h-1.688l3.468-3.47.073-.084a.75.75 0 0 0-.073-.976"
21
- })]
22
- }));
23
- };
24
- export {
25
- p as default
26
- };
package/dist/target.js DELETED
@@ -1 +0,0 @@
1
- "use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),l=require("react/jsx-runtime"),s=["title","titleId"],c=t=>{let{title:a,titleId:i}=t,r=e.objectWithoutProperties(t,s);return l.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},r),{},{children:[a?l.jsx("title",{id:i,children:a}):null,l.jsxs("g",{fill:"none",children:[l.jsx("path",{d:"M0 0h16v16H0z"}),l.jsx("path",{fill:"#FC7265",d:"M13.418 2.774a.22.22 0 0 1-.13-.063.22.22 0 0 1-.064-.13l-.111-1.374a.225.225 0 0 0-.384-.141L10.88 2.912a.23.23 0 0 0-.066.178l.112 1.368-3.43 3.427a.433.433 0 0 0 .612.61l3.43-3.426 1.37.112a.23.23 0 0 0 .177-.065l1.848-1.847a.225.225 0 0 0-.14-.384z"}),l.jsx("path",{fill:"#14B1FF",d:"M7.825 1.362c.706 0 1.058.033 1.586.175l.197.062c.323.118.517.439.429.766a.626.626 0 0 1-.759.447l-.01-.002-.031-.006-.116-.022a16 16 0 0 0-.387-.066 6.5 6.5 0 0 0-.909-.096A5.564 5.564 0 0 0 2.26 8.18a5.564 5.564 0 0 0 5.566 5.562 5.564 5.564 0 0 0 5.567-5.561c0-.142-.017-.335-.046-.564q-.021-.165-.05-.344a15 15 0 0 0-.094-.531.629.629 0 0 1 1.216-.327A6.822 6.822 0 0 1 7.825 15 6.82 6.82 0 0 1 1 8.18a6.82 6.82 0 0 1 6.825-6.818m0 2.879c.261 0 .882.097 1.02.134a.629.629 0 0 1-.053 1.228l-.073.006-.009.035-.19-.051A2.683 2.683 0 0 0 5.14 8.181a2.683 2.683 0 0 0 2.684 2.682c1.483 0 2.685-1.201 2.685-2.682 0-.066-.008-.159-.022-.27a6 6 0 0 0-.07-.424.629.629 0 1 1 1.216-.326c.007.028.007.028.01.048l.002.014.052.233q.07.362.07.725a3.94 3.94 0 0 1-3.943 3.94 3.94 3.94 0 0 1-3.943-3.94 3.94 3.94 0 0 1 3.943-3.94"})]})]}))};module.exports=c;
@@ -1 +0,0 @@
1
- "use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),o=["title","titleId"],c=l=>{let{title:r,titleId:i}=l,s=e.objectWithoutProperties(l,o);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},s),{},{children:[r?t.jsx("title",{id:i,children:r}):null,t.jsx("path",{d:"M2.72 10C1.92 10 1.122 9.7.623 9c-.5-.5-.699-1.3-.6-2.1l.8-4.6C1.022 1 2.12 0 3.417 0H12v8c-.1 0-2.395 7.5-2.395 7.5 0 .3-.3.5-.599.5-1.197 0-1.996-.5-1.996-2v-4zM16 8h-2V0h2z"})]}))};module.exports=c;
@@ -1,26 +0,0 @@
1
- import { objectWithoutProperties as s, objectSpread2 as l } from "./_virtual/_rollupPluginBabelHelpers.mjs";
2
- import { jsxs as d, jsx as r } from "react/jsx-runtime";
3
- const c = ["title", "titleId"], a = (t) => {
4
- let {
5
- title: e,
6
- titleId: o
7
- } = t, i = s(t, c);
8
- return /* @__PURE__ */ d("svg", l(l({
9
- xmlns: "http://www.w3.org/2000/svg",
10
- width: 16,
11
- height: 16,
12
- viewBox: "0 0 16 16",
13
- fill: "currentColor",
14
- "aria-labelledby": o
15
- }, i), {}, {
16
- children: [e ? /* @__PURE__ */ r("title", {
17
- id: o,
18
- children: e
19
- }) : null, /* @__PURE__ */ r("path", {
20
- d: "M2.72 10C1.92 10 1.122 9.7.623 9c-.5-.5-.699-1.3-.6-2.1l.8-4.6C1.022 1 2.12 0 3.417 0H12v8c-.1 0-2.395 7.5-2.395 7.5 0 .3-.3.5-.599.5-1.197 0-1.996-.5-1.996-2v-4zM16 8h-2V0h2z"
21
- })]
22
- }));
23
- };
24
- export {
25
- a as default
26
- };
package/dist/thumbs-up.js DELETED
@@ -1 +0,0 @@
1
- "use strict";const e=require("./_virtual/_rollupPluginBabelHelpers.js"),t=require("react/jsx-runtime"),o=["title","titleId"],c=l=>{let{title:r,titleId:i}=l,s=e.objectWithoutProperties(l,o);return t.jsxs("svg",e.objectSpread2(e.objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor","aria-labelledby":i},s),{},{children:[r?t.jsx("title",{id:i,children:r}):null,t.jsx("path",{d:"M13.28 6c.799 0 1.597.3 2.096 1 .5.5.699 1.3.6 2.1l-.8 4.6C14.978 15 13.88 16 12.583 16H4V8C4.1 8 6.395.5 6.395.5c0-.3.3-.5.599-.5C8.19 0 8.99.5 8.99 2v4zM0 8h2v8H0z"})]}))};module.exports=c;
@@ -1,26 +0,0 @@
1
- import { objectWithoutProperties as s, objectSpread2 as o } from "./_virtual/_rollupPluginBabelHelpers.mjs";
2
- import { jsxs as d, jsx as r } from "react/jsx-runtime";
3
- const c = ["title", "titleId"], a = (t) => {
4
- let {
5
- title: e,
6
- titleId: l
7
- } = t, i = s(t, c);
8
- return /* @__PURE__ */ d("svg", o(o({
9
- xmlns: "http://www.w3.org/2000/svg",
10
- width: 16,
11
- height: 16,
12
- viewBox: "0 0 16 16",
13
- fill: "currentColor",
14
- "aria-labelledby": l
15
- }, i), {}, {
16
- children: [e ? /* @__PURE__ */ r("title", {
17
- id: l,
18
- children: e
19
- }) : null, /* @__PURE__ */ r("path", {
20
- d: "M13.28 6c.799 0 1.597.3 2.096 1 .5.5.699 1.3.6 2.1l-.8 4.6C14.978 15 13.88 16 12.583 16H4V8C4.1 8 6.395.5 6.395.5c0-.3.3-.5.599-.5C8.19 0 8.99.5 8.99 2v4zM0 8h2v8H0z"
21
- })]
22
- }));
23
- };
24
- export {
25
- a as default
26
- };