ados-rcm 1.1.212 → 1.1.214

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -4968,6 +4968,10 @@ const Y = {
4968
4968
  const { primaryColor: r = "currentColor", secondaryColor: n, svgRef: a, ...s } = o;
4969
4969
  return /* @__PURE__ */ l.jsx("svg", { ...ae, fill: r, ...s, ref: a, children: /* @__PURE__ */ l.jsx("path", { d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM5.92 19H5v-.92l9.06-9.06.92.92zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41" }) });
4970
4970
  },
4971
+ EditOff: (o = {}) => {
4972
+ const { primaryColor: r = "currentColor", secondaryColor: n, svgRef: a, ...s } = o;
4973
+ return /* @__PURE__ */ l.jsx("svg", { ...ae, fill: r, ...s, ref: a, children: /* @__PURE__ */ l.jsx("path", { d: "m14.06 9.02.92.92-1.11 1.11 1.41 1.41 2.52-2.52-3.75-3.75-2.52 2.52 1.41 1.41zm6.65-1.98c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75zM2.81 2.81 1.39 4.22l7.32 7.32L3 17.25V21h3.75l5.71-5.71 7.32 7.32 1.41-1.41zM5.92 19H5v-.92l5.13-5.13.92.92z" }) });
4974
+ },
4971
4975
  Delete: (o = {}) => {
4972
4976
  const { primaryColor: r = "currentColor", secondaryColor: n, svgRef: a, ...s } = o;
4973
4977
  return /* @__PURE__ */ l.jsx("svg", { ...ae, fill: r, ...s, ref: a, children: /* @__PURE__ */ l.jsx("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zm2.46-7.12 1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14zM15.5 4l-1-1h-5l-1 1H5v2h14V4z" }) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.212",
3
+ "version": "1.1.214",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",