ados-rcm 1.1.435 → 1.1.436
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/index.cjs.js +3 -3
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -5304,9 +5304,9 @@ const Be = {
|
|
5304
5304
|
DividerExpand: (r = {}) => {
|
5305
5305
|
const { size: e = "md", primaryColor: t = "currentColor", svgRef: n, ...i } = r;
|
5306
5306
|
return /* @__PURE__ */ v.jsxs("svg", { ...ft(e), ...i, ref: n, children: [
|
5307
|
-
/* @__PURE__ */ v.jsx("path", { d: "M4 6V18", stroke: "
|
5308
|
-
/* @__PURE__ */ v.jsx("path", { d: "M8 12H20", stroke: "
|
5309
|
-
/* @__PURE__ */ v.jsx("path", { d: "M12 8L8 12L12 16", stroke: "
|
5307
|
+
/* @__PURE__ */ v.jsx("path", { d: "M4 6V18", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
5308
|
+
/* @__PURE__ */ v.jsx("path", { d: "M8 12H20", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
5309
|
+
/* @__PURE__ */ v.jsx("path", { d: "M12 8L8 12L12 16", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
5310
5310
|
] });
|
5311
5311
|
}
|
5312
5312
|
}), K_ = nr.keys(ym), u4 = {
|