@liner-fe/prism 2.1.1 → 2.1.3

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/index.mjs CHANGED
@@ -1600,7 +1600,13 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
1600
1600
  ) });
1601
1601
  }
1602
1602
  if (fill) {
1603
- return /* @__PURE__ */ jsx44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx44("path", { d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7Z", fill: color }) });
1603
+ return /* @__PURE__ */ jsx44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx44(
1604
+ "path",
1605
+ {
1606
+ d: "M4.5 8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V39C43.5 40.1046 42.6046 41 41.5 41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5Z",
1607
+ fill: color
1608
+ }
1609
+ ) });
1604
1610
  }
1605
1611
  return /* @__PURE__ */ jsx44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx44(
1606
1612
  "path",