@liner-fe/prism 2.1.0 → 2.1.2
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 +3 -5
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1600,13 +1600,11 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1600
1600
|
) });
|
|
1601
1601
|
}
|
|
1602
1602
|
if (fill) {
|
|
1603
|
-
return /* @__PURE__ */ jsx44("svg", {
|
|
1603
|
+
return /* @__PURE__ */ jsx44("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx44(
|
|
1604
1604
|
"path",
|
|
1605
1605
|
{
|
|
1606
|
-
d: "
|
|
1607
|
-
fill: color
|
|
1608
|
-
stroke: "#1E1E1F",
|
|
1609
|
-
"stroke-width": "4"
|
|
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
|
|
1610
1608
|
}
|
|
1611
1609
|
) });
|
|
1612
1610
|
}
|