@team-monolith/cds 0.7.0 → 0.8.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.
Files changed (69) hide show
  1. package/@types/emotion.d.ts +70 -0
  2. package/dist/components/AlertDialog/AlertDialog.js +8 -9
  3. package/dist/components/AlertDialog/AlertDialogTitle.js +3 -6
  4. package/dist/components/Banner.js +1 -1
  5. package/dist/components/InputBase.js +1 -1
  6. package/dist/components/Tag.js +1 -1
  7. package/dist/icons/Arrows.d.ts +433 -0
  8. package/dist/icons/Arrows.js +228 -0
  9. package/dist/icons/Buildings.d.ts +233 -0
  10. package/dist/icons/Buildings.js +128 -0
  11. package/dist/icons/Business.d.ts +769 -0
  12. package/dist/icons/Business.js +396 -0
  13. package/dist/icons/Communication.d.ts +257 -0
  14. package/dist/icons/Communication.js +140 -0
  15. package/dist/icons/Design.d.ts +657 -0
  16. package/dist/icons/Design.js +340 -0
  17. package/dist/icons/Development.d.ts +201 -0
  18. package/dist/icons/Development.js +112 -0
  19. package/dist/icons/Device.d.ts +665 -0
  20. package/dist/icons/Device.js +344 -0
  21. package/dist/icons/Document.d.ts +809 -0
  22. package/dist/icons/Document.js +416 -0
  23. package/dist/icons/Editor.d.ts +457 -0
  24. package/dist/icons/Editor.js +240 -0
  25. package/dist/icons/Finance.d.ts +561 -0
  26. package/dist/icons/Finance.js +292 -0
  27. package/dist/icons/Health & Medical.d.ts +249 -0
  28. package/dist/icons/Health & Medical.js +136 -0
  29. package/dist/icons/Logos.d.ts +897 -0
  30. package/dist/icons/Logos.js +460 -0
  31. package/dist/icons/Map.d.ts +697 -0
  32. package/dist/icons/Map.js +360 -0
  33. package/dist/icons/Media.d.ts +873 -0
  34. package/dist/icons/Media.js +448 -0
  35. package/dist/icons/Others.d.ts +417 -0
  36. package/dist/icons/Others.js +220 -0
  37. package/dist/icons/System.d.ts +1049 -0
  38. package/dist/icons/System.js +536 -0
  39. package/dist/icons/User & Faces.d.ts +449 -0
  40. package/dist/icons/User & Faces.js +236 -0
  41. package/dist/icons/Weather.d.ts +321 -0
  42. package/dist/icons/Weather.js +172 -0
  43. package/dist/icons/index.d.ts +18 -0
  44. package/dist/icons/index.js +18 -0
  45. package/dist/index.d.ts +2 -7
  46. package/dist/index.js +2 -7
  47. package/dist/patterns/Dialog/DialogTitle.js +1 -1
  48. package/dist/patterns/Dropdown/Dropdown.js +1 -1
  49. package/dist/patterns/Dropdown/DropdownItem.js +1 -1
  50. package/dist/patterns/Table/TableCell.js +3 -3
  51. package/package.json +7 -4
  52. package/dist/components/AlertDialog/AlertDialogContext.d.ts +0 -5
  53. package/dist/components/AlertDialog/AlertDialogContext.js +0 -2
  54. package/dist/icons/Arrows/index.d.ts +0 -2
  55. package/dist/icons/Arrows/index.js +0 -2
  56. package/dist/icons/Media/index.d.ts +0 -2
  57. package/dist/icons/Media/index.js +0 -2
  58. package/dist/icons/System/index.d.ts +0 -2
  59. package/dist/icons/System/index.js +0 -2
  60. package/dist/icons/arrows.d.ts +0 -28
  61. package/dist/icons/arrows.js +0 -21
  62. package/dist/icons/brand.d.ts +0 -4
  63. package/dist/icons/brand.js +0 -13
  64. package/dist/icons/design.d.ts +0 -4
  65. package/dist/icons/design.js +0 -13
  66. package/dist/icons/map.d.ts +0 -4
  67. package/dist/icons/map.js +0 -13
  68. package/dist/icons/system.d.ts +0 -31
  69. package/dist/icons/system.js +0 -22
@@ -0,0 +1,201 @@
1
+ /// <reference types="react" />
2
+ export { default as bracesFillSvg } from "remixicon/icons/Development/braces-fill.svg";
3
+ export declare const BracesFillIcon: (props: {
4
+ className?: string;
5
+ }) => JSX.Element;
6
+ export { default as bracesLineSvg } from "remixicon/icons/Development/braces-line.svg";
7
+ export declare const BracesLineIcon: (props: {
8
+ className?: string;
9
+ }) => JSX.Element;
10
+ export { default as bracketsFillSvg } from "remixicon/icons/Development/brackets-fill.svg";
11
+ export declare const BracketsFillIcon: (props: {
12
+ className?: string;
13
+ }) => JSX.Element;
14
+ export { default as bracketsLineSvg } from "remixicon/icons/Development/brackets-line.svg";
15
+ export declare const BracketsLineIcon: (props: {
16
+ className?: string;
17
+ }) => JSX.Element;
18
+ export { default as bug2FillSvg } from "remixicon/icons/Development/bug-2-fill.svg";
19
+ export declare const Bug2FillIcon: (props: {
20
+ className?: string;
21
+ }) => JSX.Element;
22
+ export { default as bug2LineSvg } from "remixicon/icons/Development/bug-2-line.svg";
23
+ export declare const Bug2LineIcon: (props: {
24
+ className?: string;
25
+ }) => JSX.Element;
26
+ export { default as bugFillSvg } from "remixicon/icons/Development/bug-fill.svg";
27
+ export declare const BugFillIcon: (props: {
28
+ className?: string;
29
+ }) => JSX.Element;
30
+ export { default as bugLineSvg } from "remixicon/icons/Development/bug-line.svg";
31
+ export declare const BugLineIcon: (props: {
32
+ className?: string;
33
+ }) => JSX.Element;
34
+ export { default as codeBoxFillSvg } from "remixicon/icons/Development/code-box-fill.svg";
35
+ export declare const CodeBoxFillIcon: (props: {
36
+ className?: string;
37
+ }) => JSX.Element;
38
+ export { default as codeBoxLineSvg } from "remixicon/icons/Development/code-box-line.svg";
39
+ export declare const CodeBoxLineIcon: (props: {
40
+ className?: string;
41
+ }) => JSX.Element;
42
+ export { default as codeFillSvg } from "remixicon/icons/Development/code-fill.svg";
43
+ export declare const CodeFillIcon: (props: {
44
+ className?: string;
45
+ }) => JSX.Element;
46
+ export { default as codeLineSvg } from "remixicon/icons/Development/code-line.svg";
47
+ export declare const CodeLineIcon: (props: {
48
+ className?: string;
49
+ }) => JSX.Element;
50
+ export { default as codeSFillSvg } from "remixicon/icons/Development/code-s-fill.svg";
51
+ export declare const CodeSFillIcon: (props: {
52
+ className?: string;
53
+ }) => JSX.Element;
54
+ export { default as codeSLineSvg } from "remixicon/icons/Development/code-s-line.svg";
55
+ export declare const CodeSLineIcon: (props: {
56
+ className?: string;
57
+ }) => JSX.Element;
58
+ export { default as codeSSlashFillSvg } from "remixicon/icons/Development/code-s-slash-fill.svg";
59
+ export declare const CodeSSlashFillIcon: (props: {
60
+ className?: string;
61
+ }) => JSX.Element;
62
+ export { default as codeSSlashLineSvg } from "remixicon/icons/Development/code-s-slash-line.svg";
63
+ export declare const CodeSSlashLineIcon: (props: {
64
+ className?: string;
65
+ }) => JSX.Element;
66
+ export { default as commandFillSvg } from "remixicon/icons/Development/command-fill.svg";
67
+ export declare const CommandFillIcon: (props: {
68
+ className?: string;
69
+ }) => JSX.Element;
70
+ export { default as commandLineSvg } from "remixicon/icons/Development/command-line.svg";
71
+ export declare const CommandLineIcon: (props: {
72
+ className?: string;
73
+ }) => JSX.Element;
74
+ export { default as css3FillSvg } from "remixicon/icons/Development/css3-fill.svg";
75
+ export declare const Css3FillIcon: (props: {
76
+ className?: string;
77
+ }) => JSX.Element;
78
+ export { default as css3LineSvg } from "remixicon/icons/Development/css3-line.svg";
79
+ export declare const Css3LineIcon: (props: {
80
+ className?: string;
81
+ }) => JSX.Element;
82
+ export { default as cursorFillSvg } from "remixicon/icons/Development/cursor-fill.svg";
83
+ export declare const CursorFillIcon: (props: {
84
+ className?: string;
85
+ }) => JSX.Element;
86
+ export { default as cursorLineSvg } from "remixicon/icons/Development/cursor-line.svg";
87
+ export declare const CursorLineIcon: (props: {
88
+ className?: string;
89
+ }) => JSX.Element;
90
+ export { default as gitBranchFillSvg } from "remixicon/icons/Development/git-branch-fill.svg";
91
+ export declare const GitBranchFillIcon: (props: {
92
+ className?: string;
93
+ }) => JSX.Element;
94
+ export { default as gitBranchLineSvg } from "remixicon/icons/Development/git-branch-line.svg";
95
+ export declare const GitBranchLineIcon: (props: {
96
+ className?: string;
97
+ }) => JSX.Element;
98
+ export { default as gitClosePullRequestFillSvg } from "remixicon/icons/Development/git-close-pull-request-fill.svg";
99
+ export declare const GitClosePullRequestFillIcon: (props: {
100
+ className?: string;
101
+ }) => JSX.Element;
102
+ export { default as gitClosePullRequestLineSvg } from "remixicon/icons/Development/git-close-pull-request-line.svg";
103
+ export declare const GitClosePullRequestLineIcon: (props: {
104
+ className?: string;
105
+ }) => JSX.Element;
106
+ export { default as gitCommitFillSvg } from "remixicon/icons/Development/git-commit-fill.svg";
107
+ export declare const GitCommitFillIcon: (props: {
108
+ className?: string;
109
+ }) => JSX.Element;
110
+ export { default as gitCommitLineSvg } from "remixicon/icons/Development/git-commit-line.svg";
111
+ export declare const GitCommitLineIcon: (props: {
112
+ className?: string;
113
+ }) => JSX.Element;
114
+ export { default as gitMergeFillSvg } from "remixicon/icons/Development/git-merge-fill.svg";
115
+ export declare const GitMergeFillIcon: (props: {
116
+ className?: string;
117
+ }) => JSX.Element;
118
+ export { default as gitMergeLineSvg } from "remixicon/icons/Development/git-merge-line.svg";
119
+ export declare const GitMergeLineIcon: (props: {
120
+ className?: string;
121
+ }) => JSX.Element;
122
+ export { default as gitPullRequestFillSvg } from "remixicon/icons/Development/git-pull-request-fill.svg";
123
+ export declare const GitPullRequestFillIcon: (props: {
124
+ className?: string;
125
+ }) => JSX.Element;
126
+ export { default as gitPullRequestLineSvg } from "remixicon/icons/Development/git-pull-request-line.svg";
127
+ export declare const GitPullRequestLineIcon: (props: {
128
+ className?: string;
129
+ }) => JSX.Element;
130
+ export { default as gitRepositoryCommitsFillSvg } from "remixicon/icons/Development/git-repository-commits-fill.svg";
131
+ export declare const GitRepositoryCommitsFillIcon: (props: {
132
+ className?: string;
133
+ }) => JSX.Element;
134
+ export { default as gitRepositoryCommitsLineSvg } from "remixicon/icons/Development/git-repository-commits-line.svg";
135
+ export declare const GitRepositoryCommitsLineIcon: (props: {
136
+ className?: string;
137
+ }) => JSX.Element;
138
+ export { default as gitRepositoryFillSvg } from "remixicon/icons/Development/git-repository-fill.svg";
139
+ export declare const GitRepositoryFillIcon: (props: {
140
+ className?: string;
141
+ }) => JSX.Element;
142
+ export { default as gitRepositoryLineSvg } from "remixicon/icons/Development/git-repository-line.svg";
143
+ export declare const GitRepositoryLineIcon: (props: {
144
+ className?: string;
145
+ }) => JSX.Element;
146
+ export { default as gitRepositoryPrivateFillSvg } from "remixicon/icons/Development/git-repository-private-fill.svg";
147
+ export declare const GitRepositoryPrivateFillIcon: (props: {
148
+ className?: string;
149
+ }) => JSX.Element;
150
+ export { default as gitRepositoryPrivateLineSvg } from "remixicon/icons/Development/git-repository-private-line.svg";
151
+ export declare const GitRepositoryPrivateLineIcon: (props: {
152
+ className?: string;
153
+ }) => JSX.Element;
154
+ export { default as html5FillSvg } from "remixicon/icons/Development/html5-fill.svg";
155
+ export declare const Html5FillIcon: (props: {
156
+ className?: string;
157
+ }) => JSX.Element;
158
+ export { default as html5LineSvg } from "remixicon/icons/Development/html5-line.svg";
159
+ export declare const Html5LineIcon: (props: {
160
+ className?: string;
161
+ }) => JSX.Element;
162
+ export { default as javascriptFillSvg } from "remixicon/icons/Development/javascript-fill.svg";
163
+ export declare const JavascriptFillIcon: (props: {
164
+ className?: string;
165
+ }) => JSX.Element;
166
+ export { default as javascriptLineSvg } from "remixicon/icons/Development/javascript-line.svg";
167
+ export declare const JavascriptLineIcon: (props: {
168
+ className?: string;
169
+ }) => JSX.Element;
170
+ export { default as parenthesesFillSvg } from "remixicon/icons/Development/parentheses-fill.svg";
171
+ export declare const ParenthesesFillIcon: (props: {
172
+ className?: string;
173
+ }) => JSX.Element;
174
+ export { default as parenthesesLineSvg } from "remixicon/icons/Development/parentheses-line.svg";
175
+ export declare const ParenthesesLineIcon: (props: {
176
+ className?: string;
177
+ }) => JSX.Element;
178
+ export { default as terminalBoxFillSvg } from "remixicon/icons/Development/terminal-box-fill.svg";
179
+ export declare const TerminalBoxFillIcon: (props: {
180
+ className?: string;
181
+ }) => JSX.Element;
182
+ export { default as terminalBoxLineSvg } from "remixicon/icons/Development/terminal-box-line.svg";
183
+ export declare const TerminalBoxLineIcon: (props: {
184
+ className?: string;
185
+ }) => JSX.Element;
186
+ export { default as terminalFillSvg } from "remixicon/icons/Development/terminal-fill.svg";
187
+ export declare const TerminalFillIcon: (props: {
188
+ className?: string;
189
+ }) => JSX.Element;
190
+ export { default as terminalLineSvg } from "remixicon/icons/Development/terminal-line.svg";
191
+ export declare const TerminalLineIcon: (props: {
192
+ className?: string;
193
+ }) => JSX.Element;
194
+ export { default as terminalWindowFillSvg } from "remixicon/icons/Development/terminal-window-fill.svg";
195
+ export declare const TerminalWindowFillIcon: (props: {
196
+ className?: string;
197
+ }) => JSX.Element;
198
+ export { default as terminalWindowLineSvg } from "remixicon/icons/Development/terminal-window-line.svg";
199
+ export declare const TerminalWindowLineIcon: (props: {
200
+ className?: string;
201
+ }) => JSX.Element;
@@ -0,0 +1,112 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ export { default as bracesFillSvg } from "remixicon/icons/Development/braces-fill.svg";
14
+ export var BracesFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M4 18V14.3C4 13.4716 3.32843 12.8 2.5 12.8H2V11.2H2.5C3.32843 11.2 4 10.5284 4 9.7V6C4 4.34315 5.34315 3 7 3H8V5H7C6.44772 5 6 5.44772 6 6V10.1C6 10.9858 5.42408 11.7372 4.62623 12C5.42408 12.2628 6 13.0142 6 13.9V18C6 18.5523 6.44772 19 7 19H8V21H7C5.34315 21 4 19.6569 4 18ZM20 14.3V18C20 19.6569 18.6569 21 17 21H16V19H17C17.5523 19 18 18.5523 18 18V13.9C18 13.0142 18.5759 12.2628 19.3738 12C18.5759 11.7372 18 10.9858 18 10.1V6C18 5.44772 17.5523 5 17 5H16V3H17C18.6569 3 20 4.34315 20 6V9.7C20 10.5284 20.6716 11.2 21.5 11.2H22V12.8H21.5C20.6716 12.8 20 13.4716 20 14.3Z" }) }))); };
15
+ export { default as bracesLineSvg } from "remixicon/icons/Development/braces-line.svg";
16
+ export var BracesLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M4 18V14.3C4 13.4716 3.32843 12.8 2.5 12.8H2V11.2H2.5C3.32843 11.2 4 10.5284 4 9.7V6C4 4.34315 5.34315 3 7 3H8V5H7C6.44772 5 6 5.44772 6 6V10.1C6 10.9858 5.42408 11.7372 4.62623 12C5.42408 12.2628 6 13.0142 6 13.9V18C6 18.5523 6.44772 19 7 19H8V21H7C5.34315 21 4 19.6569 4 18ZM20 14.3V18C20 19.6569 18.6569 21 17 21H16V19H17C17.5523 19 18 18.5523 18 18V13.9C18 13.0142 18.5759 12.2628 19.3738 12C18.5759 11.7372 18 10.9858 18 10.1V6C18 5.44772 17.5523 5 17 5H16V3H17C18.6569 3 20 4.34315 20 6V9.7C20 10.5284 20.6716 11.2 21.5 11.2H22V12.8H21.5C20.6716 12.8 20 13.4716 20 14.3Z" }) }))); };
17
+ export { default as bracketsFillSvg } from "remixicon/icons/Development/brackets-fill.svg";
18
+ export var BracketsFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 3V5H6V19H9V21H4V3H9ZM15 3H20V21H15V19H18V5H15V3Z" }) }))); };
19
+ export { default as bracketsLineSvg } from "remixicon/icons/Development/brackets-line.svg";
20
+ export var BracketsLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 3V5H6V19H9V21H4V3H9ZM15 3H20V21H15V19H18V5H15V3Z" }) }))); };
21
+ export { default as bug2FillSvg } from "remixicon/icons/Development/bug-2-fill.svg";
22
+ export var Bug2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M5.07089 15.9999C5.02417 15.6733 5 15.3394 5 14.9999V13.9999H3V11.9999H5V10.9999C5 10.6604 5.02417 10.3265 5.07089 9.99989H3V7.99989H5.67363C6.28647 6.70984 7.28227 5.63698 8.51412 4.92822L7.46447 3.87857L8.87868 2.46436L10.5621 4.14773C11.0262 4.05083 11.5071 3.99989 12 3.99989C12.4929 3.99989 12.9738 4.05083 13.4379 4.14773L15.1213 2.46436L16.5355 3.87857L15.4859 4.92822C16.7177 5.63698 17.7135 6.70984 18.3264 7.99989H21V9.99989H18.9291C18.9758 10.3265 19 10.6604 19 10.9999V11.9999H21V13.9999H19V14.9999C19 15.3394 18.9758 15.6733 18.9291 15.9999H21V17.9999H18.3264C17.2029 20.3648 14.7924 21.9999 12 21.9999C9.2076 21.9999 6.7971 20.3648 5.67363 17.9999H3V15.9999H5.07089ZM9 9.99989V11.9999H15V9.99989H9ZM9 13.9999V15.9999H15V13.9999H9Z" }) }))); };
23
+ export { default as bug2LineSvg } from "remixicon/icons/Development/bug-2-line.svg";
24
+ export var Bug2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.5621 4.14773C11.0262 4.05083 11.5071 3.99989 12 3.99989C12.4929 3.99989 12.9738 4.05083 13.4379 4.14773L15.1213 2.46436L16.5355 3.87857L15.4859 4.92822C16.7177 5.63698 17.7135 6.70984 18.3264 7.99989H21V9.99989H18.9291C18.9758 10.3265 19 10.6604 19 10.9999V11.9999H21V13.9999H19V14.9999C19 15.3394 18.9758 15.6733 18.9291 15.9999H21V17.9999H18.3264C17.2029 20.3648 14.7924 21.9999 12 21.9999C9.2076 21.9999 6.7971 20.3648 5.67363 17.9999H3V15.9999H5.07089C5.02417 15.6733 5 15.3394 5 14.9999V13.9999H3V11.9999H5V10.9999C5 10.6604 5.02417 10.3265 5.07089 9.99989H3V7.99989H5.67363C6.28647 6.70984 7.28227 5.63698 8.51412 4.92822L7.46447 3.87857L8.87868 2.46436L10.5621 4.14773ZM12 5.99989C9.23858 5.99989 7 8.23847 7 10.9999V14.9999C7 17.7613 9.23858 19.9999 12 19.9999C14.7614 19.9999 17 17.7613 17 14.9999V10.9999C17 8.23847 14.7614 5.99989 12 5.99989ZM9 13.9999H15V15.9999H9V13.9999ZM9 9.99989H15V11.9999H9V9.99989Z" }) }))); };
25
+ export { default as bugFillSvg } from "remixicon/icons/Development/bug-fill.svg";
26
+ export var BugFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.05636 8.30049C6.11995 8.19854 6.18609 8.09835 6.25469 8H17.7453C17.8139 8.09835 17.88 8.19854 17.9436 8.30049L19.9641 7.13397L20.9641 8.86602L18.7512 10.1436C18.9134 10.7348 19 11.3573 19 12V13H22V15H19C19 15.9534 18.8094 16.8623 18.4642 17.6907L20.9641 19.134L19.9641 20.866L17.4383 19.4077C16.3533 20.7447 14.7853 21.6737 13 21.9291V14H11V21.9291C9.21467 21.6737 7.64665 20.7447 6.56171 19.4077L4.0359 20.866L3.0359 19.134L5.5358 17.6907C5.19061 16.8623 5 15.9534 5 15H2V13H5V12C5 11.3573 5.08661 10.7348 5.2488 10.1436L3.0359 8.86602L4.0359 7.13397L6.05636 8.30049ZM8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6H8Z" }) }))); };
27
+ export { default as bugLineSvg } from "remixicon/icons/Development/bug-line.svg";
28
+ export var BugLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 19.9C15.2822 19.4367 17 17.419 17 15V12C17 11.299 16.8564 10.6219 16.5846 10H7.41538C7.14358 10.6219 7 11.299 7 12V15C7 17.419 8.71776 19.4367 11 19.9V14H13V19.9ZM5.5358 17.6907C5.19061 16.8623 5 15.9534 5 15H2V13H5V12C5 11.3573 5.08661 10.7348 5.2488 10.1436L3.0359 8.86602L4.0359 7.13397L6.05636 8.30049C6.11995 8.19854 6.18609 8.09835 6.25469 8H17.7453C17.8139 8.09835 17.88 8.19854 17.9436 8.30049L19.9641 7.13397L20.9641 8.86602L18.7512 10.1436C18.9134 10.7348 19 11.3573 19 12V13H22V15H19C19 15.9534 18.8094 16.8623 18.4642 17.6907L20.9641 19.134L19.9641 20.866L17.4383 19.4077C16.1549 20.9893 14.1955 22 12 22C9.80453 22 7.84512 20.9893 6.56171 19.4077L4.0359 20.866L3.0359 19.134L5.5358 17.6907ZM8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6H8Z" }) }))); };
29
+ export { default as codeBoxFillSvg } from "remixicon/icons/Development/code-box-fill.svg";
30
+ export var CodeBoxFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM16.4645 15.5355L20 12L16.4645 8.46447L15.0503 9.87868L17.1716 12L15.0503 14.1213L16.4645 15.5355ZM6.82843 12L8.94975 9.87868L7.53553 8.46447L4 12L7.53553 15.5355L8.94975 14.1213L6.82843 12ZM11.2443 17L14.884 7H12.7557L9.11597 17H11.2443Z" }) }))); };
31
+ export { default as codeBoxLineSvg } from "remixicon/icons/Development/code-box-line.svg";
32
+ export var CodeBoxLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM20 12L16.4645 15.5355L15.0503 14.1213L17.1716 12L15.0503 9.87868L16.4645 8.46447L20 12ZM6.82843 12L8.94975 14.1213L7.53553 15.5355L4 12L7.53553 8.46447L8.94975 9.87868L6.82843 12ZM11.2443 17H9.11597L12.7557 7H14.884L11.2443 17Z" }) }))); };
33
+ export { default as codeFillSvg } from "remixicon/icons/Development/code-fill.svg";
34
+ export var CodeFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M23 11.9998L15.9289 19.0708L14.5147 17.6566L20.1716 11.9998L14.5147 6.34292L15.9289 4.92871L23 11.9998ZM3.82843 11.9998L9.48528 17.6566L8.07107 19.0708L1 11.9998L8.07107 4.92871L9.48528 6.34292L3.82843 11.9998Z" }) }))); };
35
+ export { default as codeLineSvg } from "remixicon/icons/Development/code-line.svg";
36
+ export var CodeLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M23 11.9998L15.9289 19.0708L14.5147 17.6566L20.1716 11.9998L14.5147 6.34292L15.9289 4.92871L23 11.9998ZM3.82843 11.9998L9.48528 17.6566L8.07107 19.0708L1 11.9998L8.07107 4.92871L9.48528 6.34292L3.82843 11.9998Z" }) }))); };
37
+ export { default as codeSFillSvg } from "remixicon/icons/Development/code-s-fill.svg";
38
+ export var CodeSFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M24 12.0001L18.3431 17.657L16.9289 16.2428L21.1716 12.0001L16.9289 7.75748L18.3431 6.34326L24 12.0001ZM2.82843 12.0001L7.07107 16.2428L5.65685 17.657L0 12.0001L5.65685 6.34326L7.07107 7.75748L2.82843 12.0001Z" }) }))); };
39
+ export { default as codeSLineSvg } from "remixicon/icons/Development/code-s-line.svg";
40
+ export var CodeSLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M24 12.0001L18.3431 17.657L16.9289 16.2428L21.1716 12.0001L16.9289 7.75748L18.3431 6.34326L24 12.0001ZM2.82843 12.0001L7.07107 16.2428L5.65685 17.657L0 12.0001L5.65685 6.34326L7.07107 7.75748L2.82843 12.0001Z" }) }))); };
41
+ export { default as codeSSlashFillSvg } from "remixicon/icons/Development/code-s-slash-fill.svg";
42
+ export var CodeSSlashFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M24 12L18.3431 17.6569L16.9289 16.2426L21.1716 12L16.9289 7.75736L18.3431 6.34315L24 12ZM2.82843 12L7.07107 16.2426L5.65685 17.6569L0 12L5.65685 6.34315L7.07107 7.75736L2.82843 12ZM9.78845 21H7.66009L14.2116 3H16.3399L9.78845 21Z" }) }))); };
43
+ export { default as codeSSlashLineSvg } from "remixicon/icons/Development/code-s-slash-line.svg";
44
+ export var CodeSSlashLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M24 12L18.3431 17.6569L16.9289 16.2426L21.1716 12L16.9289 7.75736L18.3431 6.34315L24 12ZM2.82843 12L7.07107 16.2426L5.65685 17.6569L0 12L5.65685 6.34315L7.07107 7.75736L2.82843 12ZM9.78845 21H7.66009L14.2116 3H16.3399L9.78845 21Z" }) }))); };
45
+ export { default as commandFillSvg } from "remixicon/icons/Development/command-fill.svg";
46
+ export var CommandFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10 8H14V6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5C21 8.433 19.433 10 17.5 10H16V14H17.5C19.433 14 21 15.567 21 17.5C21 19.433 19.433 21 17.5 21C15.567 21 14 19.433 14 17.5V16H10V17.5C10 19.433 8.433 21 6.5 21C4.567 21 3 19.433 3 17.5C3 15.567 4.567 14 6.5 14H8V10H6.5C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5V8ZM8 8V6.5C8 5.67157 7.32843 5 6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8H8ZM8 16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19C7.32843 19 8 18.3284 8 17.5V16ZM16 8H17.5C18.3284 8 19 7.32843 19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5V8ZM16 16V17.5C16 18.3284 16.6716 19 17.5 19C18.3284 19 19 18.3284 19 17.5C19 16.6716 18.3284 16 17.5 16H16ZM10 10V14H14V10H10Z" }) }))); };
47
+ export { default as commandLineSvg } from "remixicon/icons/Development/command-line.svg";
48
+ export var CommandLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10 8H14V6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5C21 8.433 19.433 10 17.5 10H16V14H17.5C19.433 14 21 15.567 21 17.5C21 19.433 19.433 21 17.5 21C15.567 21 14 19.433 14 17.5V16H10V17.5C10 19.433 8.433 21 6.5 21C4.567 21 3 19.433 3 17.5C3 15.567 4.567 14 6.5 14H8V10H6.5C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5V8ZM8 8V6.5C8 5.67157 7.32843 5 6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8H8ZM8 16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19C7.32843 19 8 18.3284 8 17.5V16ZM16 8H17.5C18.3284 8 19 7.32843 19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5V8ZM16 16V17.5C16 18.3284 16.6716 19 17.5 19C18.3284 19 19 18.3284 19 17.5C19 16.6716 18.3284 16 17.5 16H16ZM10 10V14H14V10H10Z" }) }))); };
49
+ export { default as css3FillSvg } from "remixicon/icons/Development/css3-fill.svg";
50
+ export var Css3FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M5.00055 3L4.35055 6.34H17.9405L17.5005 8.5H3.92055L3.26055 11.83H16.8505L16.0905 15.64L10.6105 17.45L5.86055 15.64L6.19055 14H2.85055L2.06055 18L9.91055 21L18.9605 18L20.1605 11.97L20.4005 10.76L21.9405 3H5.00055Z" }) }))); };
51
+ export { default as css3LineSvg } from "remixicon/icons/Development/css3-line.svg";
52
+ export var Css3LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.8 14H4.83961L4.2947 16.7245L10.0393 18.8787L17.2665 16.4697L18.3604 11H3.4L3.8 9H18.7604L19.5604 5H4.6L5 3H22L19 18L10 21L2 18L2.8 14Z" }) }))); };
53
+ export { default as cursorFillSvg } from "remixicon/icons/Development/cursor-fill.svg";
54
+ export var CursorFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.9093 12.3604L17.0007 20.8538L14.1816 21.8799L11.0902 13.3865L6.91797 16.5423L8.4087 1.6333L19.134 12.096L13.9093 12.3604Z" }) }))); };
55
+ export { default as cursorLineSvg } from "remixicon/icons/Development/cursor-line.svg";
56
+ export var CursorLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.3873 13.4977L17.9403 20.5118L13.2418 22.2219L10.6889 15.2078L6.79004 17.653L8.4086 1.6333L19.9457 12.8647L15.3873 13.4977ZM15.3768 19.3165L12.6618 11.8569L15.6212 11.446L9.98201 5.95622L9.19088 13.7864L11.7221 12.1989L14.4371 19.6585L15.3768 19.3165Z" }) }))); };
57
+ export { default as gitBranchFillSvg } from "remixicon/icons/Development/git-branch-fill.svg";
58
+ export var GitBranchFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7.10508 15.2101C8.21506 15.6501 9 16.7334 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929C3.83481 8.41746 3 7.30622 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.30622 8.16519 8.41746 7 8.82929V11.9996C7.83566 11.3719 8.87439 11 10 11H14C15.3835 11 16.5482 10.0635 16.8949 8.78991C15.7849 8.34988 15 7.26661 15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6C21 7.3332 20.1303 8.46329 18.9274 8.85392C18.5222 11.2085 16.4703 13 14 13H10C8.61653 13 7.45179 13.9365 7.10508 15.2101Z" }) }))); };
59
+ export { default as gitBranchLineSvg } from "remixicon/icons/Development/git-branch-line.svg";
60
+ export var GitBranchLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7.10508 15.2101C8.21506 15.6501 9 16.7334 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929C3.83481 8.41746 3 7.30622 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.30622 8.16519 8.41746 7 8.82929V11.9996C7.83566 11.3719 8.87439 11 10 11H14C15.3835 11 16.5482 10.0635 16.8949 8.78991C15.7849 8.34988 15 7.26661 15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6C21 7.3332 20.1303 8.46329 18.9274 8.85392C18.5222 11.2085 16.4703 13 14 13H10C8.61653 13 7.45179 13.9365 7.10508 15.2101ZM6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z" }) }))); };
61
+ export { default as gitClosePullRequestFillSvg } from "remixicon/icons/Development/git-close-pull-request-fill.svg";
62
+ export var GitClosePullRequestFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.30622 8.16519 8.41746 7 8.82929V15.1707C8.16519 15.5825 9 16.6938 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929C3.83481 8.41746 3 7.30622 3 6ZM15.2929 3.29289C15.6834 2.90237 16.3166 2.90237 16.7071 3.29289L18 4.58579L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L19.4142 6L20.7071 7.29289C21.0976 7.68342 21.0976 8.31658 20.7071 8.70711C20.3166 9.09763 19.6834 9.09763 19.2929 8.70711L18 7.41421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L16.5858 6L15.2929 4.70711C14.9024 4.31658 14.9024 3.68342 15.2929 3.29289ZM18 10C18.5523 10 19 10.4477 19 11V15.1707C20.1652 15.5825 21 16.6938 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6938 15.8348 15.5825 17 15.1707V11C17 10.4477 17.4477 10 18 10Z" }) }))); };
63
+ export { default as gitClosePullRequestLineSvg } from "remixicon/icons/Development/git-close-pull-request-line.svg";
64
+ export var GitClosePullRequestLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.30622 8.16519 8.41746 7 8.82929V15.1707C8.16519 15.5825 9 16.6938 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929C3.83481 8.41746 3 7.30622 3 6ZM15.2929 3.29289C15.6834 2.90237 16.3166 2.90237 16.7071 3.29289L18 4.58579L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L19.4142 6L20.7071 7.29289C21.0976 7.68342 21.0976 8.31658 20.7071 8.70711C20.3166 9.09763 19.6834 9.09763 19.2929 8.70711L18 7.41421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L16.5858 6L15.2929 4.70711C14.9024 4.31658 14.9024 3.68342 15.2929 3.29289ZM18 10C18.5523 10 19 10.4477 19 11V15.1707C20.1652 15.5825 21 16.6938 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6938 15.8348 15.5825 17 15.1707V11C17 10.4477 17.4477 10 18 10ZM6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17ZM18 17C17.4477 17 17 17.4477 17 18C17 18.5523 17.4477 19 18 19C18.5523 19 19 18.5523 19 18C19 17.4477 18.5523 17 18 17Z" }) }))); };
65
+ export { default as gitCommitFillSvg } from "remixicon/icons/Development/git-commit-fill.svg";
66
+ export var GitCommitFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.874 13C15.4299 14.7252 13.8638 16 12 16C10.1362 16 8.57006 14.7252 8.12602 13H3V11H8.12602C8.57006 9.27477 10.1362 8 12 8C13.8638 8 15.4299 9.27477 15.874 11H21V13H15.874Z" }) }))); };
67
+ export { default as gitCommitLineSvg } from "remixicon/icons/Development/git-commit-line.svg";
68
+ export var GitCommitLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.874 13C15.4299 14.7252 13.8638 16 12 16C10.1362 16 8.57006 14.7252 8.12602 13H3V11H8.12602C8.57006 9.27477 10.1362 8 12 8C13.8638 8 15.4299 9.27477 15.874 11H21V13H15.874ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z" }) }))); };
69
+ export { default as gitMergeFillSvg } from "remixicon/icons/Development/git-merge-fill.svg";
70
+ export var GitMergeFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7.10508 8.78991C7.45179 10.0635 8.61653 11 10 11H14C16.4703 11 18.5222 12.7915 18.9274 15.1461C20.1303 15.5367 21 16.6668 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.7334 15.7849 15.6501 16.8949 15.2101C16.5482 13.9365 15.3835 13 14 13H10C8.87439 13 7.83566 12.6281 7 12.0004V15.1707C8.16519 15.5825 9 16.6938 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929C3.83481 8.41746 3 7.30622 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.26661 8.21506 8.34988 7.10508 8.78991Z" }) }))); };
71
+ export { default as gitMergeLineSvg } from "remixicon/icons/Development/git-merge-line.svg";
72
+ export var GitMergeLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7.10508 8.78991C7.45179 10.0635 8.61653 11 10 11H14C16.4703 11 18.5222 12.7915 18.9274 15.1461C20.1303 15.5367 21 16.6668 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.7334 15.7849 15.6501 16.8949 15.2101C16.5482 13.9365 15.3835 13 14 13H10C8.87439 13 7.83566 12.6281 7 12.0004V15.1707C8.16519 15.5825 9 16.6938 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929C3.83481 8.41746 3 7.30622 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.26661 8.21506 8.34988 7.10508 8.78991ZM6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7ZM6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19ZM18 19C18.5523 19 19 18.5523 19 18C19 17.4477 18.5523 17 18 17C17.4477 17 17 17.4477 17 18C17 18.5523 17.4477 19 18 19Z" }) }))); };
73
+ export { default as gitPullRequestFillSvg } from "remixicon/icons/Development/git-pull-request-fill.svg";
74
+ export var GitPullRequestFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 5H17C18.1046 5 19 5.89543 19 7V15.1707C20.1652 15.5825 21 16.6938 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6938 15.8348 15.5825 17 15.1707V7H15V10L10.5 6L15 2V5ZM5 8.82929C3.83481 8.41746 3 7.30622 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.30622 8.16519 8.41746 7 8.82929V15.1707C8.16519 15.5825 9 16.6938 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929Z" }) }))); };
75
+ export { default as gitPullRequestLineSvg } from "remixicon/icons/Development/git-pull-request-line.svg";
76
+ export var GitPullRequestLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 5H17C18.1046 5 19 5.89543 19 7V15.1707C20.1652 15.5825 21 16.6938 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6938 15.8348 15.5825 17 15.1707V7H15V10L10.5 6L15 2V5ZM5 8.82929C3.83481 8.41746 3 7.30622 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 7.30622 8.16519 8.41746 7 8.82929V15.1707C8.16519 15.5825 9 16.6938 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6938 3.83481 15.5825 5 15.1707V8.82929ZM6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7ZM6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19ZM18 19C18.5523 19 19 18.5523 19 18C19 17.4477 18.5523 17 18 17C17.4477 17 17 17.4477 17 18C17 18.5523 17.4477 19 18 19Z" }) }))); };
77
+ export { default as gitRepositoryCommitsFillSvg } from "remixicon/icons/Development/git-repository-commits-fill.svg";
78
+ export var GitRepositoryCommitsFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14 17V23H12V17H9L13 12L17 17H14ZM16 19H19V16H18.2L13 9.5L7.64706 16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19H10V21H6.5C4.567 21 3 19.433 3 17.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V20C21 20.5523 20.5523 21 20 21H16V19ZM7 5V7H9V5H7ZM7 8V10H9V8H7Z" }) }))); };
79
+ export { default as gitRepositoryCommitsLineSvg } from "remixicon/icons/Development/git-repository-commits-line.svg";
80
+ export var GitRepositoryCommitsLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18 16V14H19V4H6V14.0354C6.1633 14.0121 6.33024 14 6.5 14H8V16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19H10V21H6.5C4.567 21 3 19.433 3 17.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V20C21 20.5523 20.5523 21 20 21H16V19H19V16H18ZM7 5H9V7H7V5ZM7 8H9V10H7V8ZM14 17V23H12V17H9L13 12L17 17H14Z" }) }))); };
81
+ export { default as gitRepositoryFillSvg } from "remixicon/icons/Development/git-repository-fill.svg";
82
+ export var GitRepositoryFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 21V23.5L10 21.5L7 23.5V21H6.5C4.567 21 3 19.433 3 17.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V20C21 20.5523 20.5523 21 20 21H13ZM7 19V17H13V19H19V16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19H7ZM7 5V7H9V5H7ZM7 8V10H9V8H7ZM7 11V13H9V11H7Z" }) }))); };
83
+ export { default as gitRepositoryLineSvg } from "remixicon/icons/Development/git-repository-line.svg";
84
+ export var GitRepositoryLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 21V23.5L10 21.5L7 23.5V21H6.5C4.567 21 3 19.433 3 17.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V20C21 20.5523 20.5523 21 20 21H13ZM13 19H19V16H6.5C5.67157 16 5 16.6716 5 17.5C5 18.3284 5.67157 19 6.5 19H7V17H13V19ZM19 14V4H6V14.0354C6.1633 14.0121 6.33024 14 6.5 14H19ZM7 5H9V7H7V5ZM7 8H9V10H7V8ZM7 11H9V13H7V11Z" }) }))); };
85
+ export { default as gitRepositoryPrivateFillSvg } from "remixicon/icons/Development/git-repository-private-fill.svg";
86
+ export var GitRepositoryPrivateFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18 8H20C20.5523 8 21 8.44772 21 9V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V9C3 8.44772 3.44772 8 4 8H6V7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V8ZM16 8V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V8H16ZM7 11V13H9V11H7ZM7 14V16H9V14H7ZM7 17V19H9V17H7Z" }) }))); };
87
+ export { default as gitRepositoryPrivateLineSvg } from "remixicon/icons/Development/git-repository-private-line.svg";
88
+ export var GitRepositoryPrivateLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 10V20H19V10H6ZM18 8H20C20.5523 8 21 8.44772 21 9V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V9C3 8.44772 3.44772 8 4 8H6V7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V8ZM16 8V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V8H16ZM7 11H9V13H7V11ZM7 14H9V16H7V14ZM7 17H9V19H7V17Z" }) }))); };
89
+ export { default as html5FillSvg } from "remixicon/icons/Development/html5-fill.svg";
90
+ export var Html5FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 18.1778L16.6192 16.9222L17.2434 10.1444H9.02648L8.82219 7.88889H17.4477L17.6747 5.67778H6.32535L6.96091 12.3556H14.7806L14.5195 15.2222L12 15.8889L9.48045 15.2222L9.32156 13.3778H7.0517L7.38083 16.9222L12 18.1778ZM3 2H21L19.377 20L12 22L4.62295 20L3 2Z" }) }))); };
91
+ export { default as html5LineSvg } from "remixicon/icons/Development/html5-line.svg";
92
+ export var Html5LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 18.1778L7.38083 16.9222L7.0517 13.3778H9.32156L9.48045 15.2222L12 15.8889L14.5195 15.2222L14.7806 12.3556H6.96091L6.32535 5.67778H17.6747L17.4477 7.88889H8.82219L9.02648 10.1444H17.2434L16.6192 16.9222L12 18.1778ZM3 2H21L19.377 20L12 22L4.62295 20L3 2ZM5.18844 4L6.48986 18.4339L12 19.9278L17.5101 18.4339L18.8116 4H5.18844Z" }) }))); };
93
+ export { default as javascriptFillSvg } from "remixicon/icons/Development/javascript-fill.svg";
94
+ export var JavascriptFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM13.3344 16.055C14.0531 16.6343 14.7717 16.9203 15.4904 16.913C15.9304 16.913 16.2677 16.8323 16.5024 16.671C16.7297 16.517 16.8434 16.297 16.8434 16.011C16.8434 15.7177 16.7297 15.4683 16.5024 15.263C16.2677 15.0577 15.8241 14.8523 15.1714 14.647C14.3867 14.4197 13.7817 14.1263 13.3564 13.767C12.9384 13.4077 12.7257 12.9053 12.7184 12.26C12.7184 11.6513 12.9824 11.1417 13.5104 10.731C14.0237 10.3203 14.6801 10.115 15.4794 10.115C16.5941 10.115 17.4887 10.3863 18.1634 10.929L17.3934 12.128C17.1221 11.9153 16.8104 11.7613 16.4584 11.666C16.1064 11.556 15.7911 11.501 15.5124 11.501C15.1311 11.501 14.8267 11.5707 14.5994 11.71C14.3721 11.8493 14.2584 12.0327 14.2584 12.26C14.2584 12.5093 14.3977 12.722 14.6764 12.898C14.9551 13.0667 15.4317 13.2537 16.1064 13.459C16.9204 13.701 17.4997 14.0237 17.8444 14.427C18.1891 14.8303 18.3614 15.3437 18.3614 15.967C18.3614 16.605 18.1157 17.155 17.6244 17.617C17.1404 18.0717 16.4364 18.31 15.5124 18.332C14.3024 18.332 13.2904 17.969 12.4764 17.243L13.3344 16.055ZM7.80405 16.693C8.03872 16.8397 8.32105 16.913 8.65105 16.913C8.99572 16.913 9.28172 16.814 9.50905 16.616C9.73639 16.4107 9.85005 16.055 9.85005 15.549V10.247H11.3351V15.835C11.3131 16.7003 11.0637 17.3237 10.5871 17.705C10.3157 17.9323 10.0187 18.0937 9.69605 18.189C9.37339 18.2843 9.06172 18.332 8.76105 18.332C8.21105 18.332 7.72339 18.2367 7.29805 18.046C6.84339 17.8407 6.46205 17.4777 6.15405 16.957L7.18805 16.11C7.37872 16.3667 7.58405 16.561 7.80405 16.693Z" }) }))); };
95
+ export { default as javascriptLineSvg } from "remixicon/icons/Development/javascript-line.svg";
96
+ export var JavascriptLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.3344 16.055 12.4764 17.243C13.2904 17.969 14.3024 18.332 15.5124 18.332 16.4364 18.31 17.1404 18.0717 17.6244 17.617 18.1157 17.155 18.3614 16.605 18.3614 15.967 18.3614 15.3437 18.1891 14.8303 17.8444 14.427 17.4997 14.0237 16.9204 13.701 16.1064 13.459 15.4317 13.2537 14.9551 13.0667 14.6764 12.898 14.3977 12.722 14.2584 12.5093 14.2584 12.26 14.2584 12.0327 14.3721 11.8493 14.5994 11.71 14.8267 11.5707 15.1311 11.501 15.5124 11.501 15.7911 11.501 16.1064 11.556 16.4584 11.666 16.8104 11.7613 17.1221 11.9153 17.3934 12.128L18.1634 10.929C17.4887 10.3863 16.5941 10.115 15.4794 10.115 14.6801 10.115 14.0237 10.3203 13.5104 10.731 12.9824 11.1417 12.7184 11.6513 12.7184 12.26 12.7257 12.9053 12.9384 13.4077 13.3564 13.767 13.7817 14.1263 14.3867 14.4197 15.1714 14.647 15.8241 14.8523 16.2677 15.0577 16.5024 15.263 16.7297 15.4683 16.8434 15.7177 16.8434 16.011 16.8434 16.297 16.7297 16.517 16.5024 16.671 16.2677 16.8323 15.9304 16.913 15.4904 16.913 14.7717 16.9203 14.0531 16.6343 13.3344 16.055ZM7.80405 16.693C7.58405 16.561 7.37872 16.3667 7.18805 16.11L6.15405 16.957C6.46205 17.4777 6.84339 17.8407 7.29805 18.046 7.72339 18.2367 8.21105 18.332 8.76105 18.332 9.06172 18.332 9.37339 18.2843 9.69605 18.189 10.0187 18.0937 10.3157 17.9323 10.5871 17.705 11.0637 17.3237 11.3131 16.7003 11.3351 15.835V10.247H9.85005V15.549C9.85005 16.055 9.73639 16.4107 9.50905 16.616 9.28172 16.814 8.99572 16.913 8.65105 16.913 8.32105 16.913 8.03872 16.8397 7.80405 16.693ZM3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H6Z" }) }))); };
97
+ export { default as parenthesesFillSvg } from "remixicon/icons/Development/parentheses-fill.svg";
98
+ export var ParenthesesFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.92316 21C5.11268 18.6642 4 15.493 4 12C4 8.50702 5.11268 5.33579 6.92316 3H8.93729C7.23506 5.3884 6.2 8.54241 6.2 12C6.2 15.4576 7.23506 18.6116 8.93729 21H6.92316ZM17.0741 21H15.06C16.7622 18.6116 17.7973 15.4576 17.7973 12C17.7973 8.54241 16.7622 5.3884 15.06 3H17.0741C18.8846 5.33579 19.9973 8.50702 19.9973 12C19.9973 15.493 18.8846 18.6642 17.0741 21Z" }) }))); };
99
+ export { default as parenthesesLineSvg } from "remixicon/icons/Development/parentheses-line.svg";
100
+ export var ParenthesesLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.92316 21C5.11268 18.6642 4 15.493 4 12C4 8.50702 5.11268 5.33579 6.92316 3H8.93729C7.23506 5.3884 6.2 8.54241 6.2 12C6.2 15.4576 7.23506 18.6116 8.93729 21H6.92316ZM17.0741 21H15.06C16.7622 18.6116 17.7973 15.4576 17.7973 12C17.7973 8.54241 16.7622 5.3884 15.06 3H17.0741C18.8846 5.33579 19.9973 8.50702 19.9973 12C19.9973 15.493 18.8846 18.6642 17.0741 21Z" }) }))); };
101
+ export { default as terminalBoxFillSvg } from "remixicon/icons/Development/terminal-box-fill.svg";
102
+ export var TerminalBoxFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12 15V17H18V15H12ZM8.41421 12L5.58579 14.8284L7 16.2426L11.2426 12L7 7.75736L5.58579 9.17157L8.41421 12Z" }) }))); };
103
+ export { default as terminalBoxLineSvg } from "remixicon/icons/Development/terminal-box-line.svg";
104
+ export var TerminalBoxLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM12 15H18V17H12V15ZM8.66685 12L5.83842 9.17157L7.25264 7.75736L11.4953 12L7.25264 16.2426L5.83842 14.8284L8.66685 12Z" }) }))); };
105
+ export { default as terminalFillSvg } from "remixicon/icons/Development/terminal-fill.svg";
106
+ export var TerminalFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.9999 11.9998L3.92886 19.0708L2.51465 17.6566L8.1715 11.9998L2.51465 6.34292L3.92886 4.92871L10.9999 11.9998ZM10.9999 18.9998H20.9999V20.9998H10.9999V18.9998Z" }) }))); };
107
+ export { default as terminalLineSvg } from "remixicon/icons/Development/terminal-line.svg";
108
+ export var TerminalLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.9999 11.9998L3.92886 19.0708L2.51465 17.6566L8.1715 11.9998L2.51465 6.34292L3.92886 4.92871L10.9999 11.9998ZM10.9999 18.9998H20.9999V20.9998H10.9999V18.9998Z" }) }))); };
109
+ export { default as terminalWindowFillSvg } from "remixicon/icons/Development/terminal-window-fill.svg";
110
+ export var TerminalWindowFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 10H4V19H20V10ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM5 6V8H7V6H5ZM9 6V8H11V6H9ZM5 11H8V16H5V11Z" }) }))); };
111
+ export { default as terminalWindowLineSvg } from "remixicon/icons/Development/terminal-window-line.svg";
112
+ export var TerminalWindowLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 9V5H4V9H20ZM20 11H4V19H20V11ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM5 12H8V17H5V12ZM5 6H7V8H5V6ZM9 6H11V8H9V6Z" }) }))); };