ados-rcm 1.1.213 → 1.1.214
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +4 -4
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -4970,7 +4970,7 @@ const Y = {
|
|
4970
4970
|
},
|
4971
4971
|
EditOff: (o = {}) => {
|
4972
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: "
|
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
4974
|
},
|
4975
4975
|
Delete: (o = {}) => {
|
4976
4976
|
const { primaryColor: r = "currentColor", secondaryColor: n, svgRef: a, ...s } = o;
|