@liner-fe/prism 2.1.0 → 2.1.1

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,15 +1600,7 @@ 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(
1604
- "path",
1605
- {
1606
- d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7Z",
1607
- fill: color,
1608
- stroke: "#1E1E1F",
1609
- "stroke-width": "4"
1610
- }
1611
- ) });
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 }) });
1612
1604
  }
1613
1605
  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(
1614
1606
  "path",