@liner-fe/design-token 2.0.19 → 2.0.20

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