@liner-fe/prism 1.13.33 → 1.13.35

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.
@@ -0,0 +1,8 @@
1
+ interface ICEssayProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICEssay: (props: ICEssayProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -67,7 +67,7 @@ export { ICAi } from './ai';
67
67
  export { ICStack } from './stack';
68
68
  export { ICSummarize } from './summarize';
69
69
  export { ICMemo } from './memo';
70
- export { ICHighlighter } from './highlighter';
70
+ export { ICEssay } from './essay';
71
71
  export { ICCreditcard } from './creditcard';
72
72
  export { ICSpeaker } from './speaker';
73
73
  export { ICLight } from './light';
@@ -146,3 +146,10 @@ 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
148
  export { ICLpPriIconMShieldUsage } from './lp-pri-icon-m-shield-usage';
149
+ export { ICHighlighter } from './highlighter';
150
+ export { ICLpPriIconMFormalBag } from './lp-pri-icon-m-formal-bag';
151
+ export { ICLpPriIconMCasualShoe } from './lp-pri-icon-m-casual-shoe';
152
+ export { ICLpPriIconMHighlighter } from './lp-pri-icon-m-highlighter';
153
+ export { ICLpPriIconMFolderOpenShare } from './lp-pri-icon-m-folder-open-share';
154
+ export { ICLpPriIconMFolderShare } from './lp-pri-icon-m-folder-share';
155
+ export { ICLpPriIconMEssay } from './lp-pri-icon-m-essay';
@@ -0,0 +1,8 @@
1
+ interface ICLpPriIconMCasualShoeProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICLpPriIconMCasualShoe: (props: ICLpPriIconMCasualShoeProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ interface ICLpPriIconMEssayProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICLpPriIconMEssay: (props: ICLpPriIconMEssayProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ interface ICLpPriIconMFolderOpenShareProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICLpPriIconMFolderOpenShare: (props: ICLpPriIconMFolderOpenShareProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ interface ICLpPriIconMFolderShareProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICLpPriIconMFolderShare: (props: ICLpPriIconMFolderShareProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ interface ICLpPriIconMFormalBagProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICLpPriIconMFormalBag: (props: ICLpPriIconMFormalBagProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ interface ICLpPriIconMHighlighterProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICLpPriIconMHighlighter: (props: ICLpPriIconMHighlighterProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};