@liner-fe/design-token 2.0.11 → 2.0.13

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.
@@ -1,6 +1,2 @@
1
1
  import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICColor24Excel: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
2
+ export declare const ICColor24Excel: () => React.JSX.Element;
@@ -1,6 +1,2 @@
1
1
  import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICColor24Html: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
2
+ export declare const ICColor24Html: () => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ICColor24Image: () => React.JSX.Element;
@@ -1,6 +1,2 @@
1
1
  import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICColor24Pdf: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
2
+ export declare const ICColor24Pdf: () => React.JSX.Element;
@@ -1,6 +1,2 @@
1
1
  import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICColor24Ppt: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
2
+ export declare const ICColor24Ppt: () => React.JSX.Element;
@@ -1,6 +1,2 @@
1
1
  import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICColor24Text: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
2
+ export declare const ICColor24Text: () => React.JSX.Element;
@@ -1,6 +1,2 @@
1
1
  import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICColor24Word: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
2
+ export declare const ICColor24Word: () => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ICColor24Workspace: () => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ICColor24Writer: () => React.JSX.Element;
@@ -1,18 +1,21 @@
1
+ export { ICColor24Image } from './ic-color-24-image';
2
+ export { ICLine16Mobile } from './ic-line-16-mobile';
3
+ export { ICLine24SelectText } from './ic-line-24-select-text';
1
4
  export { ICColor24Ppt } from './ic-color-24-ppt';
5
+ export { ICBold24File } from './ic-bold-24-file';
2
6
  export { ICBold24Globe } from './ic-bold-24-globe';
3
- export { ICLine24SelectText } from './ic-line-24-select-text';
4
- export { ICBold24Chat } from './ic-bold-24-chat';
7
+ export { ICBold24Info } from './ic-bold-24-info';
8
+ export { ICColor24Pdf } from './ic-color-24-pdf';
5
9
  export { ICBold16Android } from './ic-bold-16-android';
10
+ export { ICBold24Chat } from './ic-bold-24-chat';
6
11
  export { ICColor24Text } from './ic-color-24-text';
7
12
  export { ICBold16Chrome } from './ic-bold-16-chrome';
8
- export { ICColor24Excel } from './ic-color-24-excel';
9
- export { ICBold16Apple } from './ic-bold-16-apple';
10
- export { ICBold24Image } from './ic-bold-24-image';
13
+ export { ICColor24Writer } from './ic-color-24-writer';
11
14
  export { ICBold24Caution } from './ic-bold-24-caution';
12
15
  export { ICColor24Html } from './ic-color-24-html';
13
- export { ICColor24Pdf } from './ic-color-24-pdf';
14
- export { ICBold24Info } from './ic-bold-24-info';
15
- export { ICBold16QuoteUp } from './ic-bold-16-quote-up';
16
- export { ICLine16Mobile } from './ic-line-16-mobile';
17
- export { ICBold24File } from './ic-bold-24-file';
18
16
  export { ICColor24Word } from './ic-color-24-word';
17
+ export { ICColor24Workspace } from './ic-color-24-workspace';
18
+ export { ICBold16QuoteUp } from './ic-bold-16-quote-up';
19
+ export { ICBold24Image } from './ic-bold-24-image';
20
+ export { ICBold16Apple } from './ic-bold-16-apple';
21
+ export { ICColor24Excel } from './ic-color-24-excel';