@liner-fe/prism 2.1.2 → 2.1.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/assets/index.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ export { ICLpPriIconSArrowForward } from './lp-pri-icon-s-arrow-forward';
|
|
|
145
145
|
export { ICLpPriIconMLink } from './lp-pri-icon-m-link';
|
|
146
146
|
export { ICLpPriIconMSheetExport } from './lp-pri-icon-m-sheet-export';
|
|
147
147
|
export { ICLpPriIconMShieldPerson } from './lp-pri-icon-m-shield-person';
|
|
148
|
-
export {
|
|
148
|
+
export { ICShieldUsage } from './shield-usage';
|
|
149
149
|
export { ICHighlighter } from './highlighter';
|
|
150
150
|
export { ICLpPriIconMFormalBag } from './lp-pri-icon-m-formal-bag';
|
|
151
151
|
export { ICLpPriIconMCasualShoe } from './lp-pri-icon-m-casual-shoe';
|
package/lib/index.mjs
CHANGED
|
@@ -1600,7 +1600,7 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1600
1600
|
) });
|
|
1601
1601
|
}
|
|
1602
1602
|
if (fill) {
|
|
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(
|
|
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
1604
|
"path",
|
|
1605
1605
|
{
|
|
1606
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",
|
|
@@ -6828,9 +6828,9 @@ var ICLpPriIconMShieldPerson = /* @__PURE__ */ __name((props) => {
|
|
|
6828
6828
|
] });
|
|
6829
6829
|
}, "ICLpPriIconMShieldPerson");
|
|
6830
6830
|
|
|
6831
|
-
// src/assets/
|
|
6831
|
+
// src/assets/shield-usage.tsx
|
|
6832
6832
|
import { jsx as jsx148, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
6833
|
-
var
|
|
6833
|
+
var ICShieldUsage = /* @__PURE__ */ __name((props) => {
|
|
6834
6834
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
6835
6835
|
if (thick) {
|
|
6836
6836
|
return /* @__PURE__ */ jsxs106("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
@@ -6876,7 +6876,7 @@ var ICLpPriIconMShieldUsage = /* @__PURE__ */ __name((props) => {
|
|
|
6876
6876
|
}
|
|
6877
6877
|
)
|
|
6878
6878
|
] });
|
|
6879
|
-
}, "
|
|
6879
|
+
}, "ICShieldUsage");
|
|
6880
6880
|
|
|
6881
6881
|
// src/assets/highlighter.tsx
|
|
6882
6882
|
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
@@ -7410,7 +7410,7 @@ var iconMap = {
|
|
|
7410
7410
|
"lp-pri-icon-m-link": ICLpPriIconMLink,
|
|
7411
7411
|
"lp-pri-icon-m-sheet-export": ICLpPriIconMSheetExport,
|
|
7412
7412
|
"lp-pri-icon-m-shield-person": ICLpPriIconMShieldPerson,
|
|
7413
|
-
"
|
|
7413
|
+
"shield-usage": ICShieldUsage,
|
|
7414
7414
|
"lp-pri-icon-s-arrow-forward": ICLpPriIconSArrowForward,
|
|
7415
7415
|
essay: ICEssay,
|
|
7416
7416
|
"lp-pri-icon-m-formal-bag": ICLpPriIconMFormalBag,
|