@contentmunch/contentmunch-ui 1.1.35 → 1.1.37
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/lib/icon/Drawings.d.ts +2 -0
- package/lib/index.cjs.js +4 -4
- package/lib/index.es.js +28 -0
- package/lib/index.umd.js +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -1427,6 +1427,34 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
1427
1427
|
}
|
|
1428
1428
|
)
|
|
1429
1429
|
] }),
|
|
1430
|
+
"user-settings": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1431
|
+
/* @__PURE__ */ s.jsx("path", { d: "m14.305 19.53.923-.382" }),
|
|
1432
|
+
/* @__PURE__ */ s.jsx("path", { d: "m15.228 16.852-.923-.383" }),
|
|
1433
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.852 15.228-.383-.923" }),
|
|
1434
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.852 20.772-.383.924" }),
|
|
1435
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.148 15.228.383-.923" }),
|
|
1436
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.53 21.696-.382-.924" }),
|
|
1437
|
+
/* @__PURE__ */ s.jsx("path", { d: "M2 21a8 8 0 0 1 10.434-7.62" }),
|
|
1438
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 16.852.924-.383" }),
|
|
1439
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 19.148.924.383" }),
|
|
1440
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "10", cy: "8", r: "5" }),
|
|
1441
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "18", cy: "18", r: "3" })
|
|
1442
|
+
] }),
|
|
1443
|
+
"calendar-settings": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1444
|
+
/* @__PURE__ */ s.jsx("path", { d: "m15.228 16.852-.923-.383" }),
|
|
1445
|
+
/* @__PURE__ */ s.jsx("path", { d: "m15.228 19.148-.923.383" }),
|
|
1446
|
+
/* @__PURE__ */ s.jsx("path", { d: "M16 2v4" }),
|
|
1447
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.47 14.305.382.923" }),
|
|
1448
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.852 20.772-.383.924" }),
|
|
1449
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.148 15.228.383-.923" }),
|
|
1450
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.53 21.696-.382-.924" }),
|
|
1451
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 16.852.924-.383" }),
|
|
1452
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 19.148.924.383" }),
|
|
1453
|
+
/* @__PURE__ */ s.jsx("path", { d: "M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }),
|
|
1454
|
+
/* @__PURE__ */ s.jsx("path", { d: "M3 10h18" }),
|
|
1455
|
+
/* @__PURE__ */ s.jsx("path", { d: "M8 2v4" }),
|
|
1456
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "18", cy: "18", r: "3" })
|
|
1457
|
+
] }),
|
|
1430
1458
|
tool: /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx(
|
|
1431
1459
|
"path",
|
|
1432
1460
|
{
|