@liner-fe/design-token 2.0.18 → 2.0.19

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