@liner-fe/prism 1.3.7 → 1.6.3
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.
- package/README.md +1 -34
- package/lib/assets/ai.d.ts +4 -3
- package/lib/assets/arrow-back.d.ts +8 -0
- package/lib/assets/arrow-down.d.ts +8 -0
- package/lib/assets/arrow-forward.d.ts +8 -0
- package/lib/assets/arrow-up.d.ts +8 -0
- package/lib/assets/balance.d.ts +4 -3
- package/lib/assets/books.d.ts +5 -3
- package/lib/assets/chart-bar.d.ts +5 -3
- package/lib/assets/chart-line-uptrend.d.ts +4 -3
- package/lib/assets/check-mark.d.ts +5 -3
- package/lib/assets/close.d.ts +4 -3
- package/lib/assets/copy.d.ts +8 -0
- package/lib/assets/credit.d.ts +8 -0
- package/lib/assets/creditcard.d.ts +8 -0
- package/lib/assets/document-add.d.ts +8 -0
- package/lib/assets/document.d.ts +4 -3
- package/lib/assets/download.d.ts +8 -0
- package/lib/assets/end.d.ts +8 -0
- package/lib/assets/exclamationmark.d.ts +4 -3
- package/lib/assets/feedback.d.ts +8 -0
- package/lib/assets/folder.d.ts +5 -3
- package/lib/assets/globe.d.ts +4 -3
- package/lib/assets/graduationcap.d.ts +5 -3
- package/lib/assets/highlighter.d.ts +8 -0
- package/lib/assets/history.d.ts +4 -2
- package/lib/assets/index.d.ts +43 -21
- package/lib/assets/light.d.ts +8 -0
- package/lib/assets/lock.d.ts +5 -3
- package/lib/assets/memo.d.ts +4 -3
- package/lib/assets/menu.d.ts +8 -0
- package/lib/assets/minus.d.ts +8 -0
- package/lib/assets/move.d.ts +4 -3
- package/lib/assets/new-thread.d.ts +4 -3
- package/lib/assets/palette.d.ts +4 -3
- package/lib/assets/paperclip.d.ts +5 -3
- package/lib/assets/pencil.d.ts +8 -0
- package/lib/assets/person-add.d.ts +4 -3
- package/lib/assets/person.d.ts +4 -3
- package/lib/assets/plus.d.ts +4 -3
- package/lib/assets/question-message.d.ts +8 -0
- package/lib/assets/regenerate.d.ts +8 -0
- package/lib/assets/search.d.ts +4 -3
- package/lib/assets/send.d.ts +4 -3
- package/lib/assets/share.d.ts +4 -3
- package/lib/assets/sign-out.d.ts +8 -0
- package/lib/assets/speaker.d.ts +8 -0
- package/lib/assets/stack.d.ts +4 -3
- package/lib/assets/start.d.ts +4 -3
- package/lib/assets/summarize.d.ts +8 -0
- package/lib/assets/trash.d.ts +5 -3
- package/lib/assets/tune.d.ts +8 -0
- package/lib/components/Button/index.d.ts +10 -16
- package/lib/components/CheckBox/index.d.ts +1 -0
- package/lib/components/Icon/index.d.ts +27 -0
- package/lib/components/IconButton/index.d.ts +18 -0
- package/lib/components/Popover/index.d.ts +3 -0
- package/lib/components/Radio/index.d.ts +1 -0
- package/lib/components/Toast/inedx.d.ts +5 -1
- package/lib/components/Typography/Display.d.ts +7 -0
- package/lib/components/Typography/Heading.d.ts +6 -0
- package/lib/components/Typography/Paragraph.d.ts +19 -0
- package/lib/components/Typography/Title.d.ts +8 -0
- package/lib/components/Typography/index.d.ts +1 -0
- package/lib/components/Typography/types.d.ts +8 -0
- package/lib/index.css +123 -58
- package/lib/index.css.map +3 -3
- package/lib/index.mjs +2652 -57
- package/lib/index.mjs.map +4 -4
- package/lib/token/border-radius/index.d.ts +1 -0
- package/lib/token/color/index.d.ts +4 -0
- package/lib/type/index.d.ts +11 -0
- package/lib/utils/icon.d.ts +2 -0
- package/package.json +4 -1
- package/lib/components/Button/index.stories.d.ts +0 -33
- package/lib/components/Popover/index.stories.d.ts +0 -36
- package/lib/components/Toast/index.stories.d.ts +0 -6
- package/lib/components/Tooltip/index.stories.d.ts +0 -13
- package/lib/design-token/border-radius/index.d.ts +0 -1
- package/lib/design-token/color/index.d.ts +0 -5
- package/lib/design-token/typography/index.d.ts +0 -1
- package/lib/index.cjs +0 -155
- package/lib/index.cjs.map +0 -7
- /package/lib/{design-token → token}/opacity/index.d.ts +0 -0
- /package/lib/{design-token → token}/size/index.d.ts +0 -0
package/README.md
CHANGED
|
@@ -1,34 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
## Getting Started
|
|
4
|
-
|
|
5
|
-
First, run the development server:
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm run dev
|
|
9
|
-
# or
|
|
10
|
-
yarn dev
|
|
11
|
-
# or
|
|
12
|
-
pnpm dev
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
16
|
-
|
|
17
|
-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
|
|
18
|
-
|
|
19
|
-
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
|
|
20
|
-
|
|
21
|
-
## Learn More
|
|
22
|
-
|
|
23
|
-
To learn more about Next.js, take a look at the following resources:
|
|
24
|
-
|
|
25
|
-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
|
26
|
-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
|
27
|
-
|
|
28
|
-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
|
|
29
|
-
|
|
30
|
-
## Deploy on Vercel
|
|
31
|
-
|
|
32
|
-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
|
33
|
-
|
|
34
|
-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
|
|
1
|
+
# @liner-fe/prism
|
package/lib/assets/ai.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICAiProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICAi: (props:
|
|
7
|
+
export declare const ICAi: (props: ICAiProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/balance.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICBalanceProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICBalance: (props:
|
|
7
|
+
export declare const ICBalance: (props: ICBalanceProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/books.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICBooksProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICBooks: (props:
|
|
7
|
+
export declare const ICBooks: (props: ICBooksProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICChartBarProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICChartBar: (props:
|
|
7
|
+
export declare const ICChartBar: (props: ICChartBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICChartLineUptrendProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICChartLineUptrend: (props:
|
|
7
|
+
export declare const ICChartLineUptrend: (props: ICChartLineUptrendProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICCheckMarkProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICCheckMark: (props:
|
|
7
|
+
export declare const ICCheckMark: (props: ICCheckMarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
package/lib/assets/close.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICCloseProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICClose: (props:
|
|
7
|
+
export declare const ICClose: (props: ICCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/document.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICDocumentProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICDocument: (props:
|
|
7
|
+
export declare const ICDocument: (props: ICDocumentProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICExclamationmarkProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICExclamationmark: (props:
|
|
7
|
+
export declare const ICExclamationmark: (props: ICExclamationmarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/folder.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICFolderProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICFolder: (props:
|
|
7
|
+
export declare const ICFolder: (props: ICFolderProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
package/lib/assets/globe.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICGlobeProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICGlobe: (props:
|
|
7
|
+
export declare const ICGlobe: (props: ICGlobeProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICGraduationcapProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICGraduationcap: (props:
|
|
7
|
+
export declare const ICGraduationcap: (props: ICGraduationcapProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
package/lib/assets/history.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
interface
|
|
2
|
+
interface ICHistoryProps extends Omit<SVGProps<SVGSVGElement>, 'fill'> {
|
|
3
3
|
color?: string;
|
|
4
|
+
fill?: boolean;
|
|
4
5
|
thick?: boolean;
|
|
6
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
7
|
}
|
|
6
|
-
export declare const ICHistory: (props:
|
|
8
|
+
export declare const ICHistory: (props: ICHistoryProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
9
|
export {};
|
package/lib/assets/index.d.ts
CHANGED
|
@@ -1,28 +1,50 @@
|
|
|
1
|
+
export { ICHistory } from './history';
|
|
2
|
+
export { ICStart } from './start';
|
|
3
|
+
export { ICEnd } from './end';
|
|
1
4
|
export { ICPaperclip } from './paperclip';
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export { ICLock } from './lock';
|
|
7
|
-
export { ICCheckMark } from './check-mark';
|
|
8
|
-
export { ICGraduationcap } from './graduationcap';
|
|
9
|
-
export { ICMove } from './move';
|
|
5
|
+
export { ICShare } from './share';
|
|
6
|
+
export { ICSignOut } from './sign-out';
|
|
7
|
+
export { ICPlus } from './plus';
|
|
8
|
+
export { ICMinus } from './minus';
|
|
10
9
|
export { ICNewThread } from './new-thread';
|
|
11
|
-
export {
|
|
12
|
-
export { ICMemo } from './memo';
|
|
10
|
+
export { ICMove } from './move';
|
|
13
11
|
export { ICSearch } from './search';
|
|
14
|
-
export { ICStart } from './start';
|
|
15
|
-
export { ICHistory } from './history';
|
|
16
|
-
export { ICChartLineUptrend } from './chart-line-uptrend';
|
|
17
12
|
export { ICGlobe } from './globe';
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
13
|
+
export { ICGraduationcap } from './graduationcap';
|
|
14
|
+
export { ICPalette } from './palette';
|
|
15
|
+
export { ICDownload } from './download';
|
|
16
|
+
export { ICRegenerate } from './regenerate';
|
|
17
|
+
export { ICCredit } from './credit';
|
|
18
|
+
export { ICFeedback } from './feedback';
|
|
19
|
+
export { ICTune } from './tune';
|
|
20
|
+
export { ICArrowBack } from './arrow-back';
|
|
21
|
+
export { ICArrowForward } from './arrow-forward';
|
|
22
|
+
export { ICArrowUp } from './arrow-up';
|
|
23
|
+
export { ICArrowDown } from './arrow-down';
|
|
24
|
+
export { ICMenu } from './menu';
|
|
25
|
+
export { ICChartBar } from './chart-bar';
|
|
26
|
+
export { ICChartLineUptrend } from './chart-line-uptrend';
|
|
27
|
+
export { ICFolder } from './folder';
|
|
28
|
+
export { ICPerson } from './person';
|
|
29
|
+
export { ICTrash } from './trash';
|
|
30
|
+
export { ICPencil } from './pencil';
|
|
31
|
+
export { ICCopy } from './copy';
|
|
32
|
+
export { ICQuestionMessage } from './question-message';
|
|
33
|
+
export { ICBooks } from './books';
|
|
21
34
|
export { ICBalance } from './balance';
|
|
22
|
-
export {
|
|
23
|
-
export { ICSend } from './send';
|
|
35
|
+
export { ICDocument } from './document';
|
|
24
36
|
export { ICPersonAdd } from './person-add';
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
37
|
+
export { ICSend } from './send';
|
|
38
|
+
export { ICCheckMark } from './check-mark';
|
|
39
|
+
export { ICExclamationmark } from './exclamationmark';
|
|
27
40
|
export { ICClose } from './close';
|
|
28
|
-
export {
|
|
41
|
+
export { ICLock } from './lock';
|
|
42
|
+
export { ICAi } from './ai';
|
|
43
|
+
export { ICStack } from './stack';
|
|
44
|
+
export { ICSummarize } from './summarize';
|
|
45
|
+
export { ICMemo } from './memo';
|
|
46
|
+
export { ICHighlighter } from './highlighter';
|
|
47
|
+
export { ICCreditcard } from './creditcard';
|
|
48
|
+
export { ICSpeaker } from './speaker';
|
|
49
|
+
export { ICLight } from './light';
|
|
50
|
+
export { ICDocumentAdd } from './document-add';
|
package/lib/assets/lock.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICLockProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICLock: (props:
|
|
7
|
+
export declare const ICLock: (props: ICLockProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
package/lib/assets/memo.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICMemoProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICMemo: (props:
|
|
7
|
+
export declare const ICMemo: (props: ICMemoProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/move.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICMoveProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICMove: (props:
|
|
7
|
+
export declare const ICMove: (props: ICMoveProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICNewThreadProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICNewThread: (props:
|
|
7
|
+
export declare const ICNewThread: (props: ICNewThreadProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/palette.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICPaletteProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICPalette: (props:
|
|
7
|
+
export declare const ICPalette: (props: ICPaletteProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICPaperclipProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
|
+
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
4
6
|
}
|
|
5
|
-
export declare const ICPaperclip: (props:
|
|
7
|
+
export declare const ICPaperclip: (props: ICPaperclipProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICPersonAddProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICPersonAdd: (props:
|
|
7
|
+
export declare const ICPersonAdd: (props: ICPersonAddProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/person.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICPersonProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICPerson: (props:
|
|
7
|
+
export declare const ICPerson: (props: ICPersonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/plus.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICPlusProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICPlus: (props:
|
|
7
|
+
export declare const ICPlus: (props: ICPlusProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/search.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICSearchProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICSearch: (props:
|
|
7
|
+
export declare const ICSearch: (props: ICSearchProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/send.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICSendProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICSend: (props:
|
|
7
|
+
export declare const ICSend: (props: ICSendProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
package/lib/assets/share.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
interface IProps extends SVGProps<SVGSVGElement> {
|
|
1
|
+
interface ICShareProps {
|
|
3
2
|
color?: string;
|
|
3
|
+
fill?: boolean;
|
|
4
4
|
thick?: boolean;
|
|
5
|
+
size?: 16 | 20 | 24 | 32 | 40;
|
|
5
6
|
}
|
|
6
|
-
export declare const ICShare: (props:
|
|
7
|
+
export declare const ICShare: (props: ICShareProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|