@contentmunch/contentmunch-ui 1.1.29 → 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 +2 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +14 -0
- package/lib/index.umd.js +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -408,6 +408,11 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
408
408
|
/* @__PURE__ */ s.jsx("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
|
409
409
|
/* @__PURE__ */ s.jsx("line", { x1: "3", y1: "18", x2: "21", y2: "18" })
|
|
410
410
|
] }),
|
|
411
|
+
"uneven-hamburger": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
412
|
+
/* @__PURE__ */ s.jsx("line", { x1: "17", y1: "11", x2: "3", y2: "11" }),
|
|
413
|
+
/* @__PURE__ */ s.jsx("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
414
|
+
/* @__PURE__ */ s.jsx("line", { x1: "21", y1: "16", x2: "3", y2: "16" })
|
|
415
|
+
] }),
|
|
411
416
|
"chevron-left": /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx("polyline", { points: "15 18 9 12 15 6" }) }),
|
|
412
417
|
"chevron-right": /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx("polyline", { points: "9 18 15 12 9 6" }) }),
|
|
413
418
|
"fast-forward": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
@@ -1172,6 +1177,15 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
1172
1177
|
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "14", x2: "17", y2: "14" }),
|
|
1173
1178
|
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "18", x2: "17", y2: "18" })
|
|
1174
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
|
+
] }),
|
|
1175
1189
|
save: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
1176
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" }),
|
|
1177
1191
|
/* @__PURE__ */ s.jsx("polyline", { points: "17 21 17 13 7 13 7 21" }),
|