@contentmunch/contentmunch-ui 1.1.37 → 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 +1 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +9 -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" }),
|