@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.
@@ -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 { ICLpPriIconMShieldUsage } from './lp-pri-icon-m-shield-usage';
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';
@@ -0,0 +1,8 @@
1
+ interface ICShieldUsageProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICShieldUsage: (props: ICShieldUsageProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
package/lib/index.mjs CHANGED
@@ -6828,9 +6828,9 @@ var ICLpPriIconMShieldPerson = /* @__PURE__ */ __name((props) => {
6828
6828
  ] });
6829
6829
  }, "ICLpPriIconMShieldPerson");
6830
6830
 
6831
- // src/assets/lp-pri-icon-m-shield-usage.tsx
6831
+ // src/assets/shield-usage.tsx
6832
6832
  import { jsx as jsx148, jsxs as jsxs106 } from "react/jsx-runtime";
6833
- var ICLpPriIconMShieldUsage = /* @__PURE__ */ __name((props) => {
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
- }, "ICLpPriIconMShieldUsage");
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
- "lp-pri-icon-m-shield-usage": ICLpPriIconMShieldUsage,
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,