@liner-fe/prism 2.1.3 → 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
|
@@ -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,
|