@team-monolith/cds 0.6.0 → 0.6.2
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/remixicons/Arrows/index.d.ts +108 -108
- package/dist/remixicons/Arrows/index.js +216 -216
- package/dist/remixicons/Buildings/index.d.ts +58 -58
- package/dist/remixicons/Buildings/index.js +116 -116
- package/dist/remixicons/Business/index.d.ts +192 -192
- package/dist/remixicons/Business/index.js +384 -384
- package/dist/remixicons/Communication/index.d.ts +64 -64
- package/dist/remixicons/Communication/index.js +128 -128
- package/dist/remixicons/Design/index.d.ts +164 -164
- package/dist/remixicons/Design/index.js +328 -328
- package/dist/remixicons/Development/index.d.ts +50 -50
- package/dist/remixicons/Development/index.js +100 -100
- package/dist/remixicons/Device/index.d.ts +166 -166
- package/dist/remixicons/Device/index.js +332 -332
- package/dist/remixicons/Document/index.d.ts +202 -202
- package/dist/remixicons/Document/index.js +404 -404
- package/dist/remixicons/Editor/index.d.ts +114 -114
- package/dist/remixicons/Editor/index.js +228 -228
- package/dist/remixicons/Finance/index.d.ts +140 -140
- package/dist/remixicons/Finance/index.js +280 -280
- package/dist/remixicons/Health & Medical/index.d.ts +62 -62
- package/dist/remixicons/Health & Medical/index.js +124 -124
- package/dist/remixicons/Logos/index.d.ts +224 -224
- package/dist/remixicons/Logos/index.js +448 -448
- package/dist/remixicons/Map/index.d.ts +174 -174
- package/dist/remixicons/Map/index.js +348 -348
- package/dist/remixicons/Media/index.d.ts +218 -218
- package/dist/remixicons/Media/index.js +436 -436
- package/dist/remixicons/Others/index.d.ts +104 -104
- package/dist/remixicons/Others/index.js +208 -208
- package/dist/remixicons/System/index.d.ts +262 -262
- package/dist/remixicons/System/index.js +524 -524
- package/dist/remixicons/User & Faces/index.d.ts +112 -112
- package/dist/remixicons/User & Faces/index.js +224 -224
- package/dist/remixicons/Weather/index.d.ts +80 -80
- package/dist/remixicons/Weather/index.js +160 -160
- package/package.json +1 -2
|
@@ -1,201 +1,201 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const bracesFillSvg: string;
|
|
3
3
|
export declare const BracesFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
4
|
title?: string | undefined;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const bracesLineSvg: string;
|
|
7
7
|
export declare const BracesLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const bracketsFillSvg: string;
|
|
11
11
|
export declare const BracketsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
12
|
title?: string | undefined;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const bracketsLineSvg: string;
|
|
15
15
|
export declare const BracketsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
16
|
title?: string | undefined;
|
|
17
17
|
}>;
|
|
18
|
-
export declare const
|
|
18
|
+
export declare const bug2FillSvg: string;
|
|
19
19
|
export declare const Bug2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
20
|
title?: string | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
export declare const
|
|
22
|
+
export declare const bug2LineSvg: string;
|
|
23
23
|
export declare const Bug2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
24
|
title?: string | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
export declare const
|
|
26
|
+
export declare const bugFillSvg: string;
|
|
27
27
|
export declare const BugFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
28
|
title?: string | undefined;
|
|
29
29
|
}>;
|
|
30
|
-
export declare const
|
|
30
|
+
export declare const bugLineSvg: string;
|
|
31
31
|
export declare const BugLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
32
|
title?: string | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
export declare const
|
|
34
|
+
export declare const codeBoxFillSvg: string;
|
|
35
35
|
export declare const CodeBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
36
|
title?: string | undefined;
|
|
37
37
|
}>;
|
|
38
|
-
export declare const
|
|
38
|
+
export declare const codeBoxLineSvg: string;
|
|
39
39
|
export declare const CodeBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
}>;
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const codeFillSvg: string;
|
|
43
43
|
export declare const CodeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
44
|
title?: string | undefined;
|
|
45
45
|
}>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const codeLineSvg: string;
|
|
47
47
|
export declare const CodeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
}>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const codeSFillSvg: string;
|
|
51
51
|
export declare const CodeSFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
52
|
title?: string | undefined;
|
|
53
53
|
}>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const codeSLineSvg: string;
|
|
55
55
|
export declare const CodeSLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
56
|
title?: string | undefined;
|
|
57
57
|
}>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const codeSSlashFillSvg: string;
|
|
59
59
|
export declare const CodeSSlashFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
60
|
title?: string | undefined;
|
|
61
61
|
}>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const codeSSlashLineSvg: string;
|
|
63
63
|
export declare const CodeSSlashLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
64
|
title?: string | undefined;
|
|
65
65
|
}>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const commandFillSvg: string;
|
|
67
67
|
export declare const CommandFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
68
|
title?: string | undefined;
|
|
69
69
|
}>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const commandLineSvg: string;
|
|
71
71
|
export declare const CommandLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
72
|
title?: string | undefined;
|
|
73
73
|
}>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const css3FillSvg: string;
|
|
75
75
|
export declare const Css3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
76
|
title?: string | undefined;
|
|
77
77
|
}>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const css3LineSvg: string;
|
|
79
79
|
export declare const Css3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
80
|
title?: string | undefined;
|
|
81
81
|
}>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const cursorFillSvg: string;
|
|
83
83
|
export declare const CursorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
84
|
title?: string | undefined;
|
|
85
85
|
}>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const cursorLineSvg: string;
|
|
87
87
|
export declare const CursorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
88
|
title?: string | undefined;
|
|
89
89
|
}>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const gitBranchFillSvg: string;
|
|
91
91
|
export declare const GitBranchFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
92
|
title?: string | undefined;
|
|
93
93
|
}>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const gitBranchLineSvg: string;
|
|
95
95
|
export declare const GitBranchLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
96
|
title?: string | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const gitClosePullRequestFillSvg: string;
|
|
99
99
|
export declare const GitClosePullRequestFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
100
|
title?: string | undefined;
|
|
101
101
|
}>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const gitClosePullRequestLineSvg: string;
|
|
103
103
|
export declare const GitClosePullRequestLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
104
|
title?: string | undefined;
|
|
105
105
|
}>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const gitCommitFillSvg: string;
|
|
107
107
|
export declare const GitCommitFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
108
|
title?: string | undefined;
|
|
109
109
|
}>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const gitCommitLineSvg: string;
|
|
111
111
|
export declare const GitCommitLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
112
|
title?: string | undefined;
|
|
113
113
|
}>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const gitMergeFillSvg: string;
|
|
115
115
|
export declare const GitMergeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
116
|
title?: string | undefined;
|
|
117
117
|
}>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const gitMergeLineSvg: string;
|
|
119
119
|
export declare const GitMergeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
120
|
title?: string | undefined;
|
|
121
121
|
}>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const gitPullRequestFillSvg: string;
|
|
123
123
|
export declare const GitPullRequestFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
124
|
title?: string | undefined;
|
|
125
125
|
}>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const gitPullRequestLineSvg: string;
|
|
127
127
|
export declare const GitPullRequestLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
128
|
title?: string | undefined;
|
|
129
129
|
}>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const gitRepositoryCommitsFillSvg: string;
|
|
131
131
|
export declare const GitRepositoryCommitsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
132
|
title?: string | undefined;
|
|
133
133
|
}>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const gitRepositoryCommitsLineSvg: string;
|
|
135
135
|
export declare const GitRepositoryCommitsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
136
|
title?: string | undefined;
|
|
137
137
|
}>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const gitRepositoryFillSvg: string;
|
|
139
139
|
export declare const GitRepositoryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
}>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const gitRepositoryLineSvg: string;
|
|
143
143
|
export declare const GitRepositoryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
144
|
title?: string | undefined;
|
|
145
145
|
}>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const gitRepositoryPrivateFillSvg: string;
|
|
147
147
|
export declare const GitRepositoryPrivateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
148
|
title?: string | undefined;
|
|
149
149
|
}>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const gitRepositoryPrivateLineSvg: string;
|
|
151
151
|
export declare const GitRepositoryPrivateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
152
|
title?: string | undefined;
|
|
153
153
|
}>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const html5FillSvg: string;
|
|
155
155
|
export declare const Html5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
156
|
title?: string | undefined;
|
|
157
157
|
}>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const html5LineSvg: string;
|
|
159
159
|
export declare const Html5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
160
|
title?: string | undefined;
|
|
161
161
|
}>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const javascriptFillSvg: string;
|
|
163
163
|
export declare const JavascriptFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
164
|
title?: string | undefined;
|
|
165
165
|
}>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const javascriptLineSvg: string;
|
|
167
167
|
export declare const JavascriptLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
168
|
title?: string | undefined;
|
|
169
169
|
}>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const parenthesesFillSvg: string;
|
|
171
171
|
export declare const ParenthesesFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
172
|
title?: string | undefined;
|
|
173
173
|
}>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const parenthesesLineSvg: string;
|
|
175
175
|
export declare const ParenthesesLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
176
|
title?: string | undefined;
|
|
177
177
|
}>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const terminalBoxFillSvg: string;
|
|
179
179
|
export declare const TerminalBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
180
|
title?: string | undefined;
|
|
181
181
|
}>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const terminalBoxLineSvg: string;
|
|
183
183
|
export declare const TerminalBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
}>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const terminalFillSvg: string;
|
|
187
187
|
export declare const TerminalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
188
|
title?: string | undefined;
|
|
189
189
|
}>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const terminalLineSvg: string;
|
|
191
191
|
export declare const TerminalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
192
|
title?: string | undefined;
|
|
193
193
|
}>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const terminalWindowFillSvg: string;
|
|
195
195
|
export declare const TerminalWindowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
196
|
title?: string | undefined;
|
|
197
197
|
}>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const terminalWindowLineSvg: string;
|
|
199
199
|
export declare const TerminalWindowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
200
|
title?: string | undefined;
|
|
201
201
|
}>;
|
|
@@ -1,150 +1,150 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
export var
|
|
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
52
|
export var BracesFillIcon = BracesFillIconImport;
|
|
53
|
-
export var
|
|
53
|
+
export var bracesLineSvg = bracesLineSvgImport;
|
|
54
54
|
export var BracesLineIcon = BracesLineIconImport;
|
|
55
|
-
export var
|
|
55
|
+
export var bracketsFillSvg = bracketsFillSvgImport;
|
|
56
56
|
export var BracketsFillIcon = BracketsFillIconImport;
|
|
57
|
-
export var
|
|
57
|
+
export var bracketsLineSvg = bracketsLineSvgImport;
|
|
58
58
|
export var BracketsLineIcon = BracketsLineIconImport;
|
|
59
|
-
export var
|
|
59
|
+
export var bug2FillSvg = bug2FillSvgImport;
|
|
60
60
|
export var Bug2FillIcon = Bug2FillIconImport;
|
|
61
|
-
export var
|
|
61
|
+
export var bug2LineSvg = bug2LineSvgImport;
|
|
62
62
|
export var Bug2LineIcon = Bug2LineIconImport;
|
|
63
|
-
export var
|
|
63
|
+
export var bugFillSvg = bugFillSvgImport;
|
|
64
64
|
export var BugFillIcon = BugFillIconImport;
|
|
65
|
-
export var
|
|
65
|
+
export var bugLineSvg = bugLineSvgImport;
|
|
66
66
|
export var BugLineIcon = BugLineIconImport;
|
|
67
|
-
export var
|
|
67
|
+
export var codeBoxFillSvg = codeBoxFillSvgImport;
|
|
68
68
|
export var CodeBoxFillIcon = CodeBoxFillIconImport;
|
|
69
|
-
export var
|
|
69
|
+
export var codeBoxLineSvg = codeBoxLineSvgImport;
|
|
70
70
|
export var CodeBoxLineIcon = CodeBoxLineIconImport;
|
|
71
|
-
export var
|
|
71
|
+
export var codeFillSvg = codeFillSvgImport;
|
|
72
72
|
export var CodeFillIcon = CodeFillIconImport;
|
|
73
|
-
export var
|
|
73
|
+
export var codeLineSvg = codeLineSvgImport;
|
|
74
74
|
export var CodeLineIcon = CodeLineIconImport;
|
|
75
|
-
export var
|
|
75
|
+
export var codeSFillSvg = codeSFillSvgImport;
|
|
76
76
|
export var CodeSFillIcon = CodeSFillIconImport;
|
|
77
|
-
export var
|
|
77
|
+
export var codeSLineSvg = codeSLineSvgImport;
|
|
78
78
|
export var CodeSLineIcon = CodeSLineIconImport;
|
|
79
|
-
export var
|
|
79
|
+
export var codeSSlashFillSvg = codeSSlashFillSvgImport;
|
|
80
80
|
export var CodeSSlashFillIcon = CodeSSlashFillIconImport;
|
|
81
|
-
export var
|
|
81
|
+
export var codeSSlashLineSvg = codeSSlashLineSvgImport;
|
|
82
82
|
export var CodeSSlashLineIcon = CodeSSlashLineIconImport;
|
|
83
|
-
export var
|
|
83
|
+
export var commandFillSvg = commandFillSvgImport;
|
|
84
84
|
export var CommandFillIcon = CommandFillIconImport;
|
|
85
|
-
export var
|
|
85
|
+
export var commandLineSvg = commandLineSvgImport;
|
|
86
86
|
export var CommandLineIcon = CommandLineIconImport;
|
|
87
|
-
export var
|
|
87
|
+
export var css3FillSvg = css3FillSvgImport;
|
|
88
88
|
export var Css3FillIcon = Css3FillIconImport;
|
|
89
|
-
export var
|
|
89
|
+
export var css3LineSvg = css3LineSvgImport;
|
|
90
90
|
export var Css3LineIcon = Css3LineIconImport;
|
|
91
|
-
export var
|
|
91
|
+
export var cursorFillSvg = cursorFillSvgImport;
|
|
92
92
|
export var CursorFillIcon = CursorFillIconImport;
|
|
93
|
-
export var
|
|
93
|
+
export var cursorLineSvg = cursorLineSvgImport;
|
|
94
94
|
export var CursorLineIcon = CursorLineIconImport;
|
|
95
|
-
export var
|
|
95
|
+
export var gitBranchFillSvg = gitBranchFillSvgImport;
|
|
96
96
|
export var GitBranchFillIcon = GitBranchFillIconImport;
|
|
97
|
-
export var
|
|
97
|
+
export var gitBranchLineSvg = gitBranchLineSvgImport;
|
|
98
98
|
export var GitBranchLineIcon = GitBranchLineIconImport;
|
|
99
|
-
export var
|
|
99
|
+
export var gitClosePullRequestFillSvg = gitClosePullRequestFillSvgImport;
|
|
100
100
|
export var GitClosePullRequestFillIcon = GitClosePullRequestFillIconImport;
|
|
101
|
-
export var
|
|
101
|
+
export var gitClosePullRequestLineSvg = gitClosePullRequestLineSvgImport;
|
|
102
102
|
export var GitClosePullRequestLineIcon = GitClosePullRequestLineIconImport;
|
|
103
|
-
export var
|
|
103
|
+
export var gitCommitFillSvg = gitCommitFillSvgImport;
|
|
104
104
|
export var GitCommitFillIcon = GitCommitFillIconImport;
|
|
105
|
-
export var
|
|
105
|
+
export var gitCommitLineSvg = gitCommitLineSvgImport;
|
|
106
106
|
export var GitCommitLineIcon = GitCommitLineIconImport;
|
|
107
|
-
export var
|
|
107
|
+
export var gitMergeFillSvg = gitMergeFillSvgImport;
|
|
108
108
|
export var GitMergeFillIcon = GitMergeFillIconImport;
|
|
109
|
-
export var
|
|
109
|
+
export var gitMergeLineSvg = gitMergeLineSvgImport;
|
|
110
110
|
export var GitMergeLineIcon = GitMergeLineIconImport;
|
|
111
|
-
export var
|
|
111
|
+
export var gitPullRequestFillSvg = gitPullRequestFillSvgImport;
|
|
112
112
|
export var GitPullRequestFillIcon = GitPullRequestFillIconImport;
|
|
113
|
-
export var
|
|
113
|
+
export var gitPullRequestLineSvg = gitPullRequestLineSvgImport;
|
|
114
114
|
export var GitPullRequestLineIcon = GitPullRequestLineIconImport;
|
|
115
|
-
export var
|
|
115
|
+
export var gitRepositoryCommitsFillSvg = gitRepositoryCommitsFillSvgImport;
|
|
116
116
|
export var GitRepositoryCommitsFillIcon = GitRepositoryCommitsFillIconImport;
|
|
117
|
-
export var
|
|
117
|
+
export var gitRepositoryCommitsLineSvg = gitRepositoryCommitsLineSvgImport;
|
|
118
118
|
export var GitRepositoryCommitsLineIcon = GitRepositoryCommitsLineIconImport;
|
|
119
|
-
export var
|
|
119
|
+
export var gitRepositoryFillSvg = gitRepositoryFillSvgImport;
|
|
120
120
|
export var GitRepositoryFillIcon = GitRepositoryFillIconImport;
|
|
121
|
-
export var
|
|
121
|
+
export var gitRepositoryLineSvg = gitRepositoryLineSvgImport;
|
|
122
122
|
export var GitRepositoryLineIcon = GitRepositoryLineIconImport;
|
|
123
|
-
export var
|
|
123
|
+
export var gitRepositoryPrivateFillSvg = gitRepositoryPrivateFillSvgImport;
|
|
124
124
|
export var GitRepositoryPrivateFillIcon = GitRepositoryPrivateFillIconImport;
|
|
125
|
-
export var
|
|
125
|
+
export var gitRepositoryPrivateLineSvg = gitRepositoryPrivateLineSvgImport;
|
|
126
126
|
export var GitRepositoryPrivateLineIcon = GitRepositoryPrivateLineIconImport;
|
|
127
|
-
export var
|
|
127
|
+
export var html5FillSvg = html5FillSvgImport;
|
|
128
128
|
export var Html5FillIcon = Html5FillIconImport;
|
|
129
|
-
export var
|
|
129
|
+
export var html5LineSvg = html5LineSvgImport;
|
|
130
130
|
export var Html5LineIcon = Html5LineIconImport;
|
|
131
|
-
export var
|
|
131
|
+
export var javascriptFillSvg = javascriptFillSvgImport;
|
|
132
132
|
export var JavascriptFillIcon = JavascriptFillIconImport;
|
|
133
|
-
export var
|
|
133
|
+
export var javascriptLineSvg = javascriptLineSvgImport;
|
|
134
134
|
export var JavascriptLineIcon = JavascriptLineIconImport;
|
|
135
|
-
export var
|
|
135
|
+
export var parenthesesFillSvg = parenthesesFillSvgImport;
|
|
136
136
|
export var ParenthesesFillIcon = ParenthesesFillIconImport;
|
|
137
|
-
export var
|
|
137
|
+
export var parenthesesLineSvg = parenthesesLineSvgImport;
|
|
138
138
|
export var ParenthesesLineIcon = ParenthesesLineIconImport;
|
|
139
|
-
export var
|
|
139
|
+
export var terminalBoxFillSvg = terminalBoxFillSvgImport;
|
|
140
140
|
export var TerminalBoxFillIcon = TerminalBoxFillIconImport;
|
|
141
|
-
export var
|
|
141
|
+
export var terminalBoxLineSvg = terminalBoxLineSvgImport;
|
|
142
142
|
export var TerminalBoxLineIcon = TerminalBoxLineIconImport;
|
|
143
|
-
export var
|
|
143
|
+
export var terminalFillSvg = terminalFillSvgImport;
|
|
144
144
|
export var TerminalFillIcon = TerminalFillIconImport;
|
|
145
|
-
export var
|
|
145
|
+
export var terminalLineSvg = terminalLineSvgImport;
|
|
146
146
|
export var TerminalLineIcon = TerminalLineIconImport;
|
|
147
|
-
export var
|
|
147
|
+
export var terminalWindowFillSvg = terminalWindowFillSvgImport;
|
|
148
148
|
export var TerminalWindowFillIcon = TerminalWindowFillIconImport;
|
|
149
|
-
export var
|
|
149
|
+
export var terminalWindowLineSvg = terminalWindowLineSvgImport;
|
|
150
150
|
export var TerminalWindowLineIcon = TerminalWindowLineIconImport;
|