@contentmunch/contentmunch-ui 1.1.36 → 1.1.38
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 +3 -0
- package/lib/index.cjs.js +4 -4
- package/lib/index.es.js +37 -0
- package/lib/index.umd.js +4 -4
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -1150,6 +1150,15 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
1150
1150
|
/* @__PURE__ */ s.jsx("path", { d: "M23 21v-2a4 4 0 0 0-3-3.87" }),
|
|
1151
1151
|
/* @__PURE__ */ s.jsx("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
|
|
1152
1152
|
] }),
|
|
1153
|
+
meditate: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1154
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "5" }),
|
|
1155
|
+
/* @__PURE__ */ s.jsx("line", { x1: "12", y1: "1", x2: "12", y2: "3" }),
|
|
1156
|
+
/* @__PURE__ */ s.jsx("line", { x1: "4.22", y1: "4.22", x2: "5.64", y2: "5.64" }),
|
|
1157
|
+
/* @__PURE__ */ s.jsx("line", { x1: "1", y1: "12", x2: "3", y2: "12" }),
|
|
1158
|
+
/* @__PURE__ */ s.jsx("line", { x1: "21", y1: "12", x2: "23", y2: "12" }),
|
|
1159
|
+
/* @__PURE__ */ s.jsx("line", { x1: "18.36", y1: "5.64", x2: "19.78", y2: "4.22" }),
|
|
1160
|
+
/* @__PURE__ */ s.jsx("path", { d: "M20 25a8 8 0 0 0-16 0" })
|
|
1161
|
+
] }),
|
|
1153
1162
|
"log-in": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1154
1163
|
/* @__PURE__ */ s.jsx("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }),
|
|
1155
1164
|
/* @__PURE__ */ s.jsx("polyline", { points: "10 17 15 12 10 7" }),
|
|
@@ -1427,6 +1436,34 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
1427
1436
|
}
|
|
1428
1437
|
)
|
|
1429
1438
|
] }),
|
|
1439
|
+
"user-settings": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1440
|
+
/* @__PURE__ */ s.jsx("path", { d: "m14.305 19.53.923-.382" }),
|
|
1441
|
+
/* @__PURE__ */ s.jsx("path", { d: "m15.228 16.852-.923-.383" }),
|
|
1442
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.852 15.228-.383-.923" }),
|
|
1443
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.852 20.772-.383.924" }),
|
|
1444
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.148 15.228.383-.923" }),
|
|
1445
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.53 21.696-.382-.924" }),
|
|
1446
|
+
/* @__PURE__ */ s.jsx("path", { d: "M2 21a8 8 0 0 1 10.434-7.62" }),
|
|
1447
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 16.852.924-.383" }),
|
|
1448
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 19.148.924.383" }),
|
|
1449
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "10", cy: "8", r: "5" }),
|
|
1450
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "18", cy: "18", r: "3" })
|
|
1451
|
+
] }),
|
|
1452
|
+
"calendar-settings": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1453
|
+
/* @__PURE__ */ s.jsx("path", { d: "m15.228 16.852-.923-.383" }),
|
|
1454
|
+
/* @__PURE__ */ s.jsx("path", { d: "m15.228 19.148-.923.383" }),
|
|
1455
|
+
/* @__PURE__ */ s.jsx("path", { d: "M16 2v4" }),
|
|
1456
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.47 14.305.382.923" }),
|
|
1457
|
+
/* @__PURE__ */ s.jsx("path", { d: "m16.852 20.772-.383.924" }),
|
|
1458
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.148 15.228.383-.923" }),
|
|
1459
|
+
/* @__PURE__ */ s.jsx("path", { d: "m19.53 21.696-.382-.924" }),
|
|
1460
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 16.852.924-.383" }),
|
|
1461
|
+
/* @__PURE__ */ s.jsx("path", { d: "m20.772 19.148.924.383" }),
|
|
1462
|
+
/* @__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" }),
|
|
1463
|
+
/* @__PURE__ */ s.jsx("path", { d: "M3 10h18" }),
|
|
1464
|
+
/* @__PURE__ */ s.jsx("path", { d: "M8 2v4" }),
|
|
1465
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "18", cy: "18", r: "3" })
|
|
1466
|
+
] }),
|
|
1430
1467
|
tool: /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx(
|
|
1431
1468
|
"path",
|
|
1432
1469
|
{
|