@team-monolith/cds 0.5.2 → 0.6.0
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/dist/index.d.ts +1 -7
- package/dist/index.js +1 -7
- package/dist/remixicons/Arrows/index.d.ts +433 -0
- package/dist/remixicons/Arrows/index.js +324 -0
- package/dist/remixicons/Buildings/index.d.ts +233 -0
- package/dist/remixicons/Buildings/index.js +174 -0
- package/dist/remixicons/Business/index.d.ts +769 -0
- package/dist/remixicons/Business/index.js +576 -0
- package/dist/remixicons/Communication/index.d.ts +257 -0
- package/dist/remixicons/Communication/index.js +192 -0
- package/dist/remixicons/Design/index.d.ts +657 -0
- package/dist/remixicons/Design/index.js +492 -0
- package/dist/remixicons/Development/index.d.ts +201 -0
- package/dist/remixicons/Development/index.js +150 -0
- package/dist/remixicons/Device/index.d.ts +665 -0
- package/dist/remixicons/Device/index.js +498 -0
- package/dist/remixicons/Document/index.d.ts +809 -0
- package/dist/remixicons/Document/index.js +606 -0
- package/dist/remixicons/Editor/index.d.ts +457 -0
- package/dist/remixicons/Editor/index.js +342 -0
- package/dist/remixicons/Finance/index.d.ts +561 -0
- package/dist/remixicons/Finance/index.js +420 -0
- package/dist/remixicons/Health & Medical/index.d.ts +249 -0
- package/dist/remixicons/Health & Medical/index.js +186 -0
- package/dist/remixicons/Logos/index.d.ts +897 -0
- package/dist/remixicons/Logos/index.js +672 -0
- package/dist/remixicons/Map/index.d.ts +697 -0
- package/dist/remixicons/Map/index.js +522 -0
- package/dist/remixicons/Media/index.d.ts +873 -0
- package/dist/remixicons/Media/index.js +654 -0
- package/dist/remixicons/Others/index.d.ts +417 -0
- package/dist/remixicons/Others/index.js +312 -0
- package/dist/remixicons/System/index.d.ts +1049 -0
- package/dist/remixicons/System/index.js +786 -0
- package/dist/remixicons/User & Faces/index.d.ts +449 -0
- package/dist/remixicons/User & Faces/index.js +336 -0
- package/dist/remixicons/Weather/index.d.ts +321 -0
- package/dist/remixicons/Weather/index.js +240 -0
- package/dist/remixicons/index.d.ts +18 -0
- package/dist/remixicons/index.js +18 -0
- package/package.json +7 -3
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const BracesFillSvg: string;
|
|
3
|
+
export declare const BracesFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
+
title?: string | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const BracesLineSvg: string;
|
|
7
|
+
export declare const BracesLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const BracketsFillSvg: string;
|
|
11
|
+
export declare const BracketsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
+
title?: string | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const BracketsLineSvg: string;
|
|
15
|
+
export declare const BracketsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
+
title?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const Bug2FillSvg: string;
|
|
19
|
+
export declare const Bug2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const Bug2LineSvg: string;
|
|
23
|
+
export declare const Bug2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
export declare const BugFillSvg: string;
|
|
27
|
+
export declare const BugFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const BugLineSvg: string;
|
|
31
|
+
export declare const BugLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
+
title?: string | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
export declare const CodeBoxFillSvg: string;
|
|
35
|
+
export declare const CodeBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
+
title?: string | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
export declare const CodeBoxLineSvg: string;
|
|
39
|
+
export declare const CodeBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
+
title?: string | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export declare const CodeFillSvg: string;
|
|
43
|
+
export declare const CodeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
+
title?: string | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
export declare const CodeLineSvg: string;
|
|
47
|
+
export declare const CodeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
+
title?: string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
export declare const CodeSFillSvg: string;
|
|
51
|
+
export declare const CodeSFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
+
title?: string | undefined;
|
|
53
|
+
}>;
|
|
54
|
+
export declare const CodeSLineSvg: string;
|
|
55
|
+
export declare const CodeSLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
+
title?: string | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
export declare const CodeSSlashFillSvg: string;
|
|
59
|
+
export declare const CodeSSlashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
+
title?: string | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const CodeSSlashLineSvg: string;
|
|
63
|
+
export declare const CodeSSlashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
+
title?: string | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
export declare const CommandFillSvg: string;
|
|
67
|
+
export declare const CommandFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
+
title?: string | undefined;
|
|
69
|
+
}>;
|
|
70
|
+
export declare const CommandLineSvg: string;
|
|
71
|
+
export declare const CommandLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
+
title?: string | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
export declare const Css3FillSvg: string;
|
|
75
|
+
export declare const Css3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
+
title?: string | undefined;
|
|
77
|
+
}>;
|
|
78
|
+
export declare const Css3LineSvg: string;
|
|
79
|
+
export declare const Css3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
export declare const CursorFillSvg: string;
|
|
83
|
+
export declare const CursorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
+
title?: string | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
export declare const CursorLineSvg: string;
|
|
87
|
+
export declare const CursorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
+
title?: string | undefined;
|
|
89
|
+
}>;
|
|
90
|
+
export declare const GitBranchFillSvg: string;
|
|
91
|
+
export declare const GitBranchFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
+
title?: string | undefined;
|
|
93
|
+
}>;
|
|
94
|
+
export declare const GitBranchLineSvg: string;
|
|
95
|
+
export declare const GitBranchLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
+
title?: string | undefined;
|
|
97
|
+
}>;
|
|
98
|
+
export declare const GitClosePullRequestFillSvg: string;
|
|
99
|
+
export declare const GitClosePullRequestFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
+
title?: string | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const GitClosePullRequestLineSvg: string;
|
|
103
|
+
export declare const GitClosePullRequestLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
+
title?: string | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
export declare const GitCommitFillSvg: string;
|
|
107
|
+
export declare const GitCommitFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
+
title?: string | undefined;
|
|
109
|
+
}>;
|
|
110
|
+
export declare const GitCommitLineSvg: string;
|
|
111
|
+
export declare const GitCommitLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
+
title?: string | undefined;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const GitMergeFillSvg: string;
|
|
115
|
+
export declare const GitMergeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
+
title?: string | undefined;
|
|
117
|
+
}>;
|
|
118
|
+
export declare const GitMergeLineSvg: string;
|
|
119
|
+
export declare const GitMergeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
+
title?: string | undefined;
|
|
121
|
+
}>;
|
|
122
|
+
export declare const GitPullRequestFillSvg: string;
|
|
123
|
+
export declare const GitPullRequestFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
+
title?: string | undefined;
|
|
125
|
+
}>;
|
|
126
|
+
export declare const GitPullRequestLineSvg: string;
|
|
127
|
+
export declare const GitPullRequestLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
+
title?: string | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
export declare const GitRepositoryCommitsFillSvg: string;
|
|
131
|
+
export declare const GitRepositoryCommitsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
+
title?: string | undefined;
|
|
133
|
+
}>;
|
|
134
|
+
export declare const GitRepositoryCommitsLineSvg: string;
|
|
135
|
+
export declare const GitRepositoryCommitsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
}>;
|
|
138
|
+
export declare const GitRepositoryFillSvg: string;
|
|
139
|
+
export declare const GitRepositoryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
+
title?: string | undefined;
|
|
141
|
+
}>;
|
|
142
|
+
export declare const GitRepositoryLineSvg: string;
|
|
143
|
+
export declare const GitRepositoryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
+
title?: string | undefined;
|
|
145
|
+
}>;
|
|
146
|
+
export declare const GitRepositoryPrivateFillSvg: string;
|
|
147
|
+
export declare const GitRepositoryPrivateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
}>;
|
|
150
|
+
export declare const GitRepositoryPrivateLineSvg: string;
|
|
151
|
+
export declare const GitRepositoryPrivateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
+
title?: string | undefined;
|
|
153
|
+
}>;
|
|
154
|
+
export declare const Html5FillSvg: string;
|
|
155
|
+
export declare const Html5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
+
title?: string | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
export declare const Html5LineSvg: string;
|
|
159
|
+
export declare const Html5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
+
title?: string | undefined;
|
|
161
|
+
}>;
|
|
162
|
+
export declare const JavascriptFillSvg: string;
|
|
163
|
+
export declare const JavascriptFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
+
title?: string | undefined;
|
|
165
|
+
}>;
|
|
166
|
+
export declare const JavascriptLineSvg: string;
|
|
167
|
+
export declare const JavascriptLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
+
title?: string | undefined;
|
|
169
|
+
}>;
|
|
170
|
+
export declare const ParenthesesFillSvg: string;
|
|
171
|
+
export declare const ParenthesesFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
+
title?: string | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
export declare const ParenthesesLineSvg: string;
|
|
175
|
+
export declare const ParenthesesLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
+
title?: string | undefined;
|
|
177
|
+
}>;
|
|
178
|
+
export declare const TerminalBoxFillSvg: string;
|
|
179
|
+
export declare const TerminalBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
+
title?: string | undefined;
|
|
181
|
+
}>;
|
|
182
|
+
export declare const TerminalBoxLineSvg: string;
|
|
183
|
+
export declare const TerminalBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
+
title?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
export declare const TerminalFillSvg: string;
|
|
187
|
+
export declare const TerminalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
+
title?: string | undefined;
|
|
189
|
+
}>;
|
|
190
|
+
export declare const TerminalLineSvg: string;
|
|
191
|
+
export declare const TerminalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
+
title?: string | undefined;
|
|
193
|
+
}>;
|
|
194
|
+
export declare const TerminalWindowFillSvg: string;
|
|
195
|
+
export declare const TerminalWindowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
+
title?: string | undefined;
|
|
197
|
+
}>;
|
|
198
|
+
export declare const TerminalWindowLineSvg: string;
|
|
199
|
+
export declare const TerminalWindowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
+
title?: string | undefined;
|
|
201
|
+
}>;
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import BracesFillSvgImport, { ReactComponent as BracesFillIconImport } from "remixicon/icons/Development/braces-fill.svg";
|
|
2
|
+
import BracesLineSvgImport, { ReactComponent as BracesLineIconImport } from "remixicon/icons/Development/braces-line.svg";
|
|
3
|
+
import BracketsFillSvgImport, { ReactComponent as BracketsFillIconImport } from "remixicon/icons/Development/brackets-fill.svg";
|
|
4
|
+
import BracketsLineSvgImport, { ReactComponent as BracketsLineIconImport } from "remixicon/icons/Development/brackets-line.svg";
|
|
5
|
+
import Bug2FillSvgImport, { ReactComponent as Bug2FillIconImport } from "remixicon/icons/Development/bug-2-fill.svg";
|
|
6
|
+
import Bug2LineSvgImport, { ReactComponent as Bug2LineIconImport } from "remixicon/icons/Development/bug-2-line.svg";
|
|
7
|
+
import BugFillSvgImport, { ReactComponent as BugFillIconImport } from "remixicon/icons/Development/bug-fill.svg";
|
|
8
|
+
import BugLineSvgImport, { ReactComponent as BugLineIconImport } from "remixicon/icons/Development/bug-line.svg";
|
|
9
|
+
import CodeBoxFillSvgImport, { ReactComponent as CodeBoxFillIconImport } from "remixicon/icons/Development/code-box-fill.svg";
|
|
10
|
+
import CodeBoxLineSvgImport, { ReactComponent as CodeBoxLineIconImport } from "remixicon/icons/Development/code-box-line.svg";
|
|
11
|
+
import CodeFillSvgImport, { ReactComponent as CodeFillIconImport } from "remixicon/icons/Development/code-fill.svg";
|
|
12
|
+
import CodeLineSvgImport, { ReactComponent as CodeLineIconImport } from "remixicon/icons/Development/code-line.svg";
|
|
13
|
+
import CodeSFillSvgImport, { ReactComponent as CodeSFillIconImport } from "remixicon/icons/Development/code-s-fill.svg";
|
|
14
|
+
import CodeSLineSvgImport, { ReactComponent as CodeSLineIconImport } from "remixicon/icons/Development/code-s-line.svg";
|
|
15
|
+
import CodeSSlashFillSvgImport, { ReactComponent as CodeSSlashFillIconImport } from "remixicon/icons/Development/code-s-slash-fill.svg";
|
|
16
|
+
import CodeSSlashLineSvgImport, { ReactComponent as CodeSSlashLineIconImport } from "remixicon/icons/Development/code-s-slash-line.svg";
|
|
17
|
+
import CommandFillSvgImport, { ReactComponent as CommandFillIconImport } from "remixicon/icons/Development/command-fill.svg";
|
|
18
|
+
import CommandLineSvgImport, { ReactComponent as CommandLineIconImport } from "remixicon/icons/Development/command-line.svg";
|
|
19
|
+
import Css3FillSvgImport, { ReactComponent as Css3FillIconImport } from "remixicon/icons/Development/css3-fill.svg";
|
|
20
|
+
import Css3LineSvgImport, { ReactComponent as Css3LineIconImport } from "remixicon/icons/Development/css3-line.svg";
|
|
21
|
+
import CursorFillSvgImport, { ReactComponent as CursorFillIconImport } from "remixicon/icons/Development/cursor-fill.svg";
|
|
22
|
+
import CursorLineSvgImport, { ReactComponent as CursorLineIconImport } from "remixicon/icons/Development/cursor-line.svg";
|
|
23
|
+
import GitBranchFillSvgImport, { ReactComponent as GitBranchFillIconImport } from "remixicon/icons/Development/git-branch-fill.svg";
|
|
24
|
+
import GitBranchLineSvgImport, { ReactComponent as GitBranchLineIconImport } from "remixicon/icons/Development/git-branch-line.svg";
|
|
25
|
+
import GitClosePullRequestFillSvgImport, { ReactComponent as GitClosePullRequestFillIconImport } from "remixicon/icons/Development/git-close-pull-request-fill.svg";
|
|
26
|
+
import GitClosePullRequestLineSvgImport, { ReactComponent as GitClosePullRequestLineIconImport } from "remixicon/icons/Development/git-close-pull-request-line.svg";
|
|
27
|
+
import GitCommitFillSvgImport, { ReactComponent as GitCommitFillIconImport } from "remixicon/icons/Development/git-commit-fill.svg";
|
|
28
|
+
import GitCommitLineSvgImport, { ReactComponent as GitCommitLineIconImport } from "remixicon/icons/Development/git-commit-line.svg";
|
|
29
|
+
import GitMergeFillSvgImport, { ReactComponent as GitMergeFillIconImport } from "remixicon/icons/Development/git-merge-fill.svg";
|
|
30
|
+
import GitMergeLineSvgImport, { ReactComponent as GitMergeLineIconImport } from "remixicon/icons/Development/git-merge-line.svg";
|
|
31
|
+
import GitPullRequestFillSvgImport, { ReactComponent as GitPullRequestFillIconImport } from "remixicon/icons/Development/git-pull-request-fill.svg";
|
|
32
|
+
import GitPullRequestLineSvgImport, { ReactComponent as GitPullRequestLineIconImport } from "remixicon/icons/Development/git-pull-request-line.svg";
|
|
33
|
+
import GitRepositoryCommitsFillSvgImport, { ReactComponent as GitRepositoryCommitsFillIconImport } from "remixicon/icons/Development/git-repository-commits-fill.svg";
|
|
34
|
+
import GitRepositoryCommitsLineSvgImport, { ReactComponent as GitRepositoryCommitsLineIconImport } from "remixicon/icons/Development/git-repository-commits-line.svg";
|
|
35
|
+
import GitRepositoryFillSvgImport, { ReactComponent as GitRepositoryFillIconImport } from "remixicon/icons/Development/git-repository-fill.svg";
|
|
36
|
+
import GitRepositoryLineSvgImport, { ReactComponent as GitRepositoryLineIconImport } from "remixicon/icons/Development/git-repository-line.svg";
|
|
37
|
+
import GitRepositoryPrivateFillSvgImport, { ReactComponent as GitRepositoryPrivateFillIconImport } from "remixicon/icons/Development/git-repository-private-fill.svg";
|
|
38
|
+
import GitRepositoryPrivateLineSvgImport, { ReactComponent as GitRepositoryPrivateLineIconImport } from "remixicon/icons/Development/git-repository-private-line.svg";
|
|
39
|
+
import Html5FillSvgImport, { ReactComponent as Html5FillIconImport } from "remixicon/icons/Development/html5-fill.svg";
|
|
40
|
+
import Html5LineSvgImport, { ReactComponent as Html5LineIconImport } from "remixicon/icons/Development/html5-line.svg";
|
|
41
|
+
import JavascriptFillSvgImport, { ReactComponent as JavascriptFillIconImport } from "remixicon/icons/Development/javascript-fill.svg";
|
|
42
|
+
import JavascriptLineSvgImport, { ReactComponent as JavascriptLineIconImport } from "remixicon/icons/Development/javascript-line.svg";
|
|
43
|
+
import ParenthesesFillSvgImport, { ReactComponent as ParenthesesFillIconImport } from "remixicon/icons/Development/parentheses-fill.svg";
|
|
44
|
+
import ParenthesesLineSvgImport, { ReactComponent as ParenthesesLineIconImport } from "remixicon/icons/Development/parentheses-line.svg";
|
|
45
|
+
import TerminalBoxFillSvgImport, { ReactComponent as TerminalBoxFillIconImport } from "remixicon/icons/Development/terminal-box-fill.svg";
|
|
46
|
+
import TerminalBoxLineSvgImport, { ReactComponent as TerminalBoxLineIconImport } from "remixicon/icons/Development/terminal-box-line.svg";
|
|
47
|
+
import TerminalFillSvgImport, { ReactComponent as TerminalFillIconImport } from "remixicon/icons/Development/terminal-fill.svg";
|
|
48
|
+
import TerminalLineSvgImport, { ReactComponent as TerminalLineIconImport } from "remixicon/icons/Development/terminal-line.svg";
|
|
49
|
+
import TerminalWindowFillSvgImport, { ReactComponent as TerminalWindowFillIconImport } from "remixicon/icons/Development/terminal-window-fill.svg";
|
|
50
|
+
import TerminalWindowLineSvgImport, { ReactComponent as TerminalWindowLineIconImport } from "remixicon/icons/Development/terminal-window-line.svg";
|
|
51
|
+
export var BracesFillSvg = BracesFillSvgImport;
|
|
52
|
+
export var BracesFillIcon = BracesFillIconImport;
|
|
53
|
+
export var BracesLineSvg = BracesLineSvgImport;
|
|
54
|
+
export var BracesLineIcon = BracesLineIconImport;
|
|
55
|
+
export var BracketsFillSvg = BracketsFillSvgImport;
|
|
56
|
+
export var BracketsFillIcon = BracketsFillIconImport;
|
|
57
|
+
export var BracketsLineSvg = BracketsLineSvgImport;
|
|
58
|
+
export var BracketsLineIcon = BracketsLineIconImport;
|
|
59
|
+
export var Bug2FillSvg = Bug2FillSvgImport;
|
|
60
|
+
export var Bug2FillIcon = Bug2FillIconImport;
|
|
61
|
+
export var Bug2LineSvg = Bug2LineSvgImport;
|
|
62
|
+
export var Bug2LineIcon = Bug2LineIconImport;
|
|
63
|
+
export var BugFillSvg = BugFillSvgImport;
|
|
64
|
+
export var BugFillIcon = BugFillIconImport;
|
|
65
|
+
export var BugLineSvg = BugLineSvgImport;
|
|
66
|
+
export var BugLineIcon = BugLineIconImport;
|
|
67
|
+
export var CodeBoxFillSvg = CodeBoxFillSvgImport;
|
|
68
|
+
export var CodeBoxFillIcon = CodeBoxFillIconImport;
|
|
69
|
+
export var CodeBoxLineSvg = CodeBoxLineSvgImport;
|
|
70
|
+
export var CodeBoxLineIcon = CodeBoxLineIconImport;
|
|
71
|
+
export var CodeFillSvg = CodeFillSvgImport;
|
|
72
|
+
export var CodeFillIcon = CodeFillIconImport;
|
|
73
|
+
export var CodeLineSvg = CodeLineSvgImport;
|
|
74
|
+
export var CodeLineIcon = CodeLineIconImport;
|
|
75
|
+
export var CodeSFillSvg = CodeSFillSvgImport;
|
|
76
|
+
export var CodeSFillIcon = CodeSFillIconImport;
|
|
77
|
+
export var CodeSLineSvg = CodeSLineSvgImport;
|
|
78
|
+
export var CodeSLineIcon = CodeSLineIconImport;
|
|
79
|
+
export var CodeSSlashFillSvg = CodeSSlashFillSvgImport;
|
|
80
|
+
export var CodeSSlashFillIcon = CodeSSlashFillIconImport;
|
|
81
|
+
export var CodeSSlashLineSvg = CodeSSlashLineSvgImport;
|
|
82
|
+
export var CodeSSlashLineIcon = CodeSSlashLineIconImport;
|
|
83
|
+
export var CommandFillSvg = CommandFillSvgImport;
|
|
84
|
+
export var CommandFillIcon = CommandFillIconImport;
|
|
85
|
+
export var CommandLineSvg = CommandLineSvgImport;
|
|
86
|
+
export var CommandLineIcon = CommandLineIconImport;
|
|
87
|
+
export var Css3FillSvg = Css3FillSvgImport;
|
|
88
|
+
export var Css3FillIcon = Css3FillIconImport;
|
|
89
|
+
export var Css3LineSvg = Css3LineSvgImport;
|
|
90
|
+
export var Css3LineIcon = Css3LineIconImport;
|
|
91
|
+
export var CursorFillSvg = CursorFillSvgImport;
|
|
92
|
+
export var CursorFillIcon = CursorFillIconImport;
|
|
93
|
+
export var CursorLineSvg = CursorLineSvgImport;
|
|
94
|
+
export var CursorLineIcon = CursorLineIconImport;
|
|
95
|
+
export var GitBranchFillSvg = GitBranchFillSvgImport;
|
|
96
|
+
export var GitBranchFillIcon = GitBranchFillIconImport;
|
|
97
|
+
export var GitBranchLineSvg = GitBranchLineSvgImport;
|
|
98
|
+
export var GitBranchLineIcon = GitBranchLineIconImport;
|
|
99
|
+
export var GitClosePullRequestFillSvg = GitClosePullRequestFillSvgImport;
|
|
100
|
+
export var GitClosePullRequestFillIcon = GitClosePullRequestFillIconImport;
|
|
101
|
+
export var GitClosePullRequestLineSvg = GitClosePullRequestLineSvgImport;
|
|
102
|
+
export var GitClosePullRequestLineIcon = GitClosePullRequestLineIconImport;
|
|
103
|
+
export var GitCommitFillSvg = GitCommitFillSvgImport;
|
|
104
|
+
export var GitCommitFillIcon = GitCommitFillIconImport;
|
|
105
|
+
export var GitCommitLineSvg = GitCommitLineSvgImport;
|
|
106
|
+
export var GitCommitLineIcon = GitCommitLineIconImport;
|
|
107
|
+
export var GitMergeFillSvg = GitMergeFillSvgImport;
|
|
108
|
+
export var GitMergeFillIcon = GitMergeFillIconImport;
|
|
109
|
+
export var GitMergeLineSvg = GitMergeLineSvgImport;
|
|
110
|
+
export var GitMergeLineIcon = GitMergeLineIconImport;
|
|
111
|
+
export var GitPullRequestFillSvg = GitPullRequestFillSvgImport;
|
|
112
|
+
export var GitPullRequestFillIcon = GitPullRequestFillIconImport;
|
|
113
|
+
export var GitPullRequestLineSvg = GitPullRequestLineSvgImport;
|
|
114
|
+
export var GitPullRequestLineIcon = GitPullRequestLineIconImport;
|
|
115
|
+
export var GitRepositoryCommitsFillSvg = GitRepositoryCommitsFillSvgImport;
|
|
116
|
+
export var GitRepositoryCommitsFillIcon = GitRepositoryCommitsFillIconImport;
|
|
117
|
+
export var GitRepositoryCommitsLineSvg = GitRepositoryCommitsLineSvgImport;
|
|
118
|
+
export var GitRepositoryCommitsLineIcon = GitRepositoryCommitsLineIconImport;
|
|
119
|
+
export var GitRepositoryFillSvg = GitRepositoryFillSvgImport;
|
|
120
|
+
export var GitRepositoryFillIcon = GitRepositoryFillIconImport;
|
|
121
|
+
export var GitRepositoryLineSvg = GitRepositoryLineSvgImport;
|
|
122
|
+
export var GitRepositoryLineIcon = GitRepositoryLineIconImport;
|
|
123
|
+
export var GitRepositoryPrivateFillSvg = GitRepositoryPrivateFillSvgImport;
|
|
124
|
+
export var GitRepositoryPrivateFillIcon = GitRepositoryPrivateFillIconImport;
|
|
125
|
+
export var GitRepositoryPrivateLineSvg = GitRepositoryPrivateLineSvgImport;
|
|
126
|
+
export var GitRepositoryPrivateLineIcon = GitRepositoryPrivateLineIconImport;
|
|
127
|
+
export var Html5FillSvg = Html5FillSvgImport;
|
|
128
|
+
export var Html5FillIcon = Html5FillIconImport;
|
|
129
|
+
export var Html5LineSvg = Html5LineSvgImport;
|
|
130
|
+
export var Html5LineIcon = Html5LineIconImport;
|
|
131
|
+
export var JavascriptFillSvg = JavascriptFillSvgImport;
|
|
132
|
+
export var JavascriptFillIcon = JavascriptFillIconImport;
|
|
133
|
+
export var JavascriptLineSvg = JavascriptLineSvgImport;
|
|
134
|
+
export var JavascriptLineIcon = JavascriptLineIconImport;
|
|
135
|
+
export var ParenthesesFillSvg = ParenthesesFillSvgImport;
|
|
136
|
+
export var ParenthesesFillIcon = ParenthesesFillIconImport;
|
|
137
|
+
export var ParenthesesLineSvg = ParenthesesLineSvgImport;
|
|
138
|
+
export var ParenthesesLineIcon = ParenthesesLineIconImport;
|
|
139
|
+
export var TerminalBoxFillSvg = TerminalBoxFillSvgImport;
|
|
140
|
+
export var TerminalBoxFillIcon = TerminalBoxFillIconImport;
|
|
141
|
+
export var TerminalBoxLineSvg = TerminalBoxLineSvgImport;
|
|
142
|
+
export var TerminalBoxLineIcon = TerminalBoxLineIconImport;
|
|
143
|
+
export var TerminalFillSvg = TerminalFillSvgImport;
|
|
144
|
+
export var TerminalFillIcon = TerminalFillIconImport;
|
|
145
|
+
export var TerminalLineSvg = TerminalLineSvgImport;
|
|
146
|
+
export var TerminalLineIcon = TerminalLineIconImport;
|
|
147
|
+
export var TerminalWindowFillSvg = TerminalWindowFillSvgImport;
|
|
148
|
+
export var TerminalWindowFillIcon = TerminalWindowFillIconImport;
|
|
149
|
+
export var TerminalWindowLineSvg = TerminalWindowLineSvgImport;
|
|
150
|
+
export var TerminalWindowLineIcon = TerminalWindowLineIconImport;
|