@liner-fe/design-token 2.0.21 → 2.0.23

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,2 @@
1
+ import React from 'react';
2
+ export declare const ICColor24Upload: () => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface IProps {
3
+ fill?: string;
4
+ }
5
+ export declare const ICTone363thread: ({ fill }: IProps) => React.JSX.Element;
6
+ export {};
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  interface IProps {
3
3
  fill?: string;
4
4
  }
5
- export declare const ICBold24Chat: ({ fill }: IProps) => React.JSX.Element;
5
+ export declare const ICTone36Invite: ({ fill }: IProps) => React.JSX.Element;
6
6
  export {};
@@ -1,41 +1,43 @@
1
- export { ICLine24SelectText } from './ic-line-24-select-text';
2
- export { ICLine16Copy } from './ic-line-16-copy';
1
+ export { ICBold24File } from './ic-bold-24-file';
2
+ export { ICColor24Youtube } from './ic-color-24-youtube';
3
+ export { ICLine24Menu } from './ic-line-24-menu';
4
+ export { ICBold24Caution } from './ic-bold-24-caution';
5
+ export { ICBold24Check } from './ic-bold-24-check';
3
6
  export { ICLine24MessageEdit } from './ic-line-24-message-edit';
4
- export { ICLine24Close } from './ic-line-24-close';
5
- export { ICColor24Text } from './ic-color-24-text';
6
- export { ICColor24Academic } from './ic-color-24-academic';
7
- export { ICLine24Globe } from './ic-line-24-globe';
8
- export { ICColor24Math } from './ic-color-24-math';
9
- export { ICColor24News } from './ic-color-24-news';
10
- export { ICBold16Android } from './ic-bold-16-android';
7
+ export { ICTone36Invite } from './ic-tone-36-invite';
8
+ export { ICBold16Apple } from './ic-bold-16-apple';
11
9
  export { ICLine16ArrowUp } from './ic-line-16-arrow-up';
10
+ export { ICLine24ArrowLeft } from './ic-line-24-arrow-left';
11
+ export { ICColor24Text } from './ic-color-24-text';
12
12
  export { ICBold16QuoteUp } from './ic-bold-16-quote-up';
13
- export { ICBold24Caution } from './ic-bold-24-caution';
14
- export { ICLine24Copy } from './ic-line-24-copy';
15
- export { ICBold16Apple } from './ic-bold-16-apple';
16
- export { ICColor24Ppt } from './ic-color-24-ppt';
17
- export { ICBold24Info } from './ic-bold-24-info';
13
+ export { ICBold24Globe } from './ic-bold-24-globe';
18
14
  export { ICColor24Pdf } from './ic-color-24-pdf';
15
+ export { ICBold16Chrome } from './ic-bold-16-chrome';
16
+ export { ICColor24Math } from './ic-color-24-math';
17
+ export { ICLine24SelectText } from './ic-line-24-select-text';
19
18
  export { ICLine24Add } from './ic-line-24-add';
20
- export { ICColor24Image } from './ic-color-24-image';
19
+ export { ICColor24News } from './ic-color-24-news';
20
+ export { ICColor24Html } from './ic-color-24-html';
21
+ export { ICBold24Image } from './ic-bold-24-image';
22
+ export { ICColor24Typing } from './ic-color-24-typing';
23
+ export { ICLine24SourceRebuilding } from './ic-line-24-source-rebuilding';
24
+ export { ICLine24Close } from './ic-line-24-close';
25
+ export { ICColor24Excel } from './ic-color-24-excel';
26
+ export { ICBold24Info } from './ic-bold-24-info';
27
+ export { ICLine16Copy } from './ic-line-16-copy';
28
+ export { ICColor24Upload } from './ic-color-24-upload';
29
+ export { ICLine24Globe } from './ic-line-24-globe';
30
+ export { ICLine24Copy } from './ic-line-24-copy';
31
+ export { ICLine16Mobile } from './ic-line-16-mobile';
32
+ export { ICColor24Word } from './ic-color-24-word';
33
+ export { ICTone363thread } from './ic-tone-36-3thread';
21
34
  export { ICLine16Search } from './ic-line-16-search';
22
- export { ICBold24Check } from './ic-bold-24-check';
35
+ export { ICBold16Android } from './ic-bold-16-android';
36
+ export { ICColor24Image } from './ic-color-24-image';
37
+ export { ICColor24Academic } from './ic-color-24-academic';
23
38
  export { ICLine16ArrowDown } from './ic-line-16-arrow-down';
24
- export { ICBold24Globe } from './ic-bold-24-globe';
25
- export { ICBold24Image } from './ic-bold-24-image';
26
- export { ICBold24File } from './ic-bold-24-file';
27
- export { ICBold24Chat } from './ic-bold-24-chat';
28
39
  export { ICLine16Check } from './ic-line-16-check';
40
+ export { ICColor24Ppt } from './ic-color-24-ppt';
41
+ export { ICLine16Source } from './ic-line-16-source';
29
42
  export { ICColor24Writer } from './ic-color-24-writer';
30
- export { ICLine24SourceRebuilding } from './ic-line-24-source-rebuilding';
31
- export { ICColor24Html } from './ic-color-24-html';
32
- export { ICLine16Mobile } from './ic-line-16-mobile';
33
43
  export { ICColor24Workspace } from './ic-color-24-workspace';
34
- export { ICLine16Source } from './ic-line-16-source';
35
- export { ICLine24Menu } from './ic-line-24-menu';
36
- export { ICColor24Excel } from './ic-color-24-excel';
37
- export { ICLine24ArrowLeft } from './ic-line-24-arrow-left';
38
- export { ICColor24Youtube } from './ic-color-24-youtube';
39
- export { ICColor24Word } from './ic-color-24-word';
40
- export { ICColor24Typing } from './ic-color-24-typing';
41
- export { ICBold16Chrome } from './ic-bold-16-chrome';