@liner-fe/prism 2.1.44 → 2.1.48
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.cjs +68 -24
- package/lib/index.cjs.map +2 -2
- package/lib/index.mjs +436 -392
- package/lib/index.mjs.map +3 -3
- package/package.json +2 -7
package/lib/index.cjs
CHANGED
|
@@ -634,37 +634,81 @@ var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
|
634
634
|
var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
635
635
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
636
636
|
if (thick && fill) {
|
|
637
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
637
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
638
|
+
"svg",
|
|
639
|
+
{
|
|
640
|
+
...props,
|
|
641
|
+
width: size,
|
|
642
|
+
height: size,
|
|
643
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
644
|
+
viewBox: "0 0 48 48",
|
|
645
|
+
fill: "none",
|
|
646
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
647
|
+
"path",
|
|
648
|
+
{
|
|
649
|
+
fillRule: "evenodd",
|
|
650
|
+
clipRule: "evenodd",
|
|
651
|
+
d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM21.9997 35.9991V25.9998H11.9997V21.9998H21.9997V11.9998H25.9997V21.9998H35.9991V25.9998H25.9997V35.9991H21.9997Z",
|
|
652
|
+
fill: color
|
|
653
|
+
}
|
|
654
|
+
)
|
|
655
|
+
}
|
|
656
|
+
);
|
|
649
657
|
}
|
|
650
658
|
if (fill) {
|
|
651
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.
|
|
652
|
-
|
|
653
|
-
|
|
659
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
660
|
+
"svg",
|
|
661
|
+
{
|
|
662
|
+
...props,
|
|
663
|
+
width: size,
|
|
664
|
+
height: size,
|
|
665
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
666
|
+
viewBox: "0 0 48 48",
|
|
667
|
+
fill: "none",
|
|
668
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
669
|
+
"path",
|
|
670
|
+
{
|
|
671
|
+
fillRule: "evenodd",
|
|
672
|
+
clipRule: "evenodd",
|
|
673
|
+
d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM22.4997 35.9991V25.4998H11.9997V22.4998H22.4997V11.9998H25.4997V22.4998H3 5.9991V25.4998H25.4997V35.9991H22.4997Z",
|
|
674
|
+
fill: color
|
|
675
|
+
}
|
|
676
|
+
)
|
|
677
|
+
}
|
|
678
|
+
);
|
|
679
|
+
}
|
|
680
|
+
if (thick) {
|
|
681
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
682
|
+
"svg",
|
|
683
|
+
{
|
|
684
|
+
...props,
|
|
685
|
+
width: size,
|
|
686
|
+
height: size,
|
|
687
|
+
viewBox: "0 0 48 48",
|
|
688
|
+
fill: "none",
|
|
689
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
690
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M22 26V39.9993H26V26H40V22H26V8H22V22H8.00061V26H22Z", fill: color })
|
|
691
|
+
}
|
|
692
|
+
);
|
|
693
|
+
}
|
|
694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
695
|
+
"svg",
|
|
696
|
+
{
|
|
697
|
+
...props,
|
|
698
|
+
width: size,
|
|
699
|
+
height: size,
|
|
700
|
+
viewBox: "0 0 48 48",
|
|
701
|
+
fill: "none",
|
|
702
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
703
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
654
704
|
"path",
|
|
655
705
|
{
|
|
656
|
-
|
|
657
|
-
clipRule: "evenodd",
|
|
658
|
-
d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM22.4997 35.9991V25.4998H11.9997V22.4998H22.4997V11.9998H25.4997V22.4998H35.9991V25.4998H25.4997V35.9991H22.4997Z",
|
|
706
|
+
d: "M22.5 25.5V39.9993H25.5V25.5H40V22.5H25.5V8H22.5V22.5H8.00061V25.5H22.5Z",
|
|
659
707
|
fill: color
|
|
660
708
|
}
|
|
661
709
|
)
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
if (thick) {
|
|
665
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M22 26V39.9993H26V26H40V22H26V8H22V22H8.00061V26H22Z", fill: color }) });
|
|
666
|
-
}
|
|
667
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M22.5 25.5V39.9993H25.5V25.5H40V22.5H25.5V8H22.5V22.5H8.00061V25.5H22.5Z", fill: color }) });
|
|
710
|
+
}
|
|
711
|
+
);
|
|
668
712
|
}, "ICPlus");
|
|
669
713
|
|
|
670
714
|
// src/assets/minus.tsx
|