@liner-fe/prism 2.5.2 → 2.5.4
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.js +2 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -581,6 +581,7 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
581
581
|
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
582
582
|
"svg",
|
|
583
583
|
{
|
|
584
|
+
...rest,
|
|
584
585
|
width: size4,
|
|
585
586
|
height: size4,
|
|
586
587
|
viewBox: "0 0 48 48",
|
|
@@ -608,6 +609,7 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
608
609
|
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
609
610
|
"svg",
|
|
610
611
|
{
|
|
612
|
+
...rest,
|
|
611
613
|
width: size4,
|
|
612
614
|
height: size4,
|
|
613
615
|
viewBox: "0 0 48 48",
|