@liner-fe/design-token 2.0.15 → 2.0.17

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