@contentmunch/contentmunch-ui 1.1.30 → 1.1.31
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 +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -1177,6 +1177,15 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
1177
1177
|
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "14", x2: "17", y2: "14" }),
|
|
1178
1178
|
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "18", x2: "17", y2: "18" })
|
|
1179
1179
|
] }),
|
|
1180
|
+
tithi: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1181
|
+
/* @__PURE__ */ s.jsx("line", { x1: "2", y1: "17", x2: "22", y2: "17" }),
|
|
1182
|
+
/* @__PURE__ */ s.jsx("path", { d: "M5,17 A7,7 0 0,1 19,17", fill: "none" }),
|
|
1183
|
+
/* @__PURE__ */ s.jsx("line", { x1: "12", y1: "10", x2: "12", y2: "8" }),
|
|
1184
|
+
/* @__PURE__ */ s.jsx("line", { x1: "16.95", y1: "12.05", x2: "18.36", y2: "10.64" }),
|
|
1185
|
+
/* @__PURE__ */ s.jsx("line", { x1: "7.05", y1: "12.05", x2: "5.64", y2: "10.64" }),
|
|
1186
|
+
/* @__PURE__ */ s.jsx("line", { x1: "19", y1: "17", x2: "21", y2: "17" }),
|
|
1187
|
+
/* @__PURE__ */ s.jsx("line", { x1: "5", y1: "17", x2: "3", y2: "17" })
|
|
1188
|
+
] }),
|
|
1180
1189
|
save: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1181
1190
|
/* @__PURE__ */ s.jsx("path", { d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" }),
|
|
1182
1191
|
/* @__PURE__ */ s.jsx("polyline", { points: "17 21 17 13 7 13 7 21" }),
|