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