@@ -9,6 +9,7 @@ export const SvgIcons = (props) => (
9
9
strokeWidth = "2"
10
10
strokeLinecap = "round"
11
11
strokeLinejoin = "round"
12
+ className = "feather feather-arrow-down"
12
13
id = "arrow"
13
14
xmlns = "http://www.w3.org/2000/svg"
14
15
>
@@ -20,6 +21,7 @@ export const SvgIcons = (props) => (
20
21
strokeWidth = "2"
21
22
strokeLinecap = "round"
22
23
strokeLinejoin = "round"
24
+ className = "feather feather-arrow-right-circle"
23
25
viewBox = "0 0 24 24"
24
26
id = "arrow-right-circle"
25
27
xmlns = "http://www.w3.org/2000/svg"
@@ -45,6 +47,7 @@ export const SvgIcons = (props) => (
45
47
strokeWidth = "2"
46
48
strokeLinecap = "round"
47
49
strokeLinejoin = "round"
50
+ className = "lucide lucide-chevron-down"
48
51
viewBox = "0 0 24 24"
49
52
id = "chevron-down"
50
53
xmlns = "http://www.w3.org/2000/svg"
@@ -57,6 +60,7 @@ export const SvgIcons = (props) => (
57
60
strokeWidth = "2"
58
61
strokeLinecap = "round"
59
62
strokeLinejoin = "round"
63
+ className = "lucide lucide-chevron-up"
60
64
viewBox = "0 0 24 24"
61
65
id = "chevron-up"
62
66
xmlns = "http://www.w3.org/2000/svg"
@@ -97,6 +101,7 @@ export const SvgIcons = (props) => (
97
101
strokeWidth = "2"
98
102
strokeLinecap = "round"
99
103
strokeLinejoin = "round"
104
+ className = "feather feather-clock"
100
105
id = "clock"
101
106
xmlns = "http://www.w3.org/2000/svg"
102
107
>
@@ -109,6 +114,7 @@ export const SvgIcons = (props) => (
109
114
strokeWidth = "2"
110
115
strokeLinecap = "round"
111
116
strokeLinejoin = "round"
117
+ className = "feather feather-x-circle"
112
118
viewBox = "0 0 24 24"
113
119
id = "close"
114
120
xmlns = "http://www.w3.org/2000/svg"
@@ -123,6 +129,7 @@ export const SvgIcons = (props) => (
123
129
strokeWidth = "2"
124
130
strokeLinecap = "round"
125
131
strokeLinejoin = "round"
132
+ className = "feather feather-git-commit"
126
133
id = "commit"
127
134
xmlns = "http://www.w3.org/2000/svg"
128
135
>
@@ -157,6 +164,7 @@ export const SvgIcons = (props) => (
157
164
strokeWidth = "2"
158
165
strokeLinecap = "round"
159
166
strokeLinejoin = "round"
167
+ className = "feather feather-external-link"
160
168
viewBox = "0 0 24 24"
161
169
id = "external-link"
162
170
xmlns = "http://www.w3.org/2000/svg"
@@ -170,6 +178,7 @@ export const SvgIcons = (props) => (
170
178
strokeWidth = "2"
171
179
strokeLinecap = "round"
172
180
strokeLinejoin = "round"
181
+ className = "feather feather-bar-chart"
173
182
id = "filter"
174
183
xmlns = "http://www.w3.org/2000/svg"
175
184
>
@@ -190,6 +199,7 @@ export const SvgIcons = (props) => (
190
199
strokeWidth = "2"
191
200
strokeLinecap = "round"
192
201
strokeLinejoin = "round"
202
+ className = "feather feather-help-circle"
193
203
id = "help"
194
204
xmlns = "http://www.w3.org/2000/svg"
195
205
>
@@ -216,11 +226,37 @@ export const SvgIcons = (props) => (
216
226
strokeWidth = "2"
217
227
strokeLinecap = "round"
218
228
strokeLinejoin = "round"
229
+ className = "feather feather-menu"
219
230
id = "menu"
220
231
xmlns = "http://www.w3.org/2000/svg"
221
232
>
222
233
< path d = "M3 12h18M3 6h18M3 18h18" />
223
234
</ symbol >
235
+ < symbol
236
+ fill = "none"
237
+ stroke = "currentColor"
238
+ strokeLinecap = "round"
239
+ strokeLinejoin = "round"
240
+ strokeWidth = "2"
241
+ viewBox = "0 0 24 24"
242
+ id = "monitor"
243
+ xmlns = "http://www.w3.org/2000/svg"
244
+ >
245
+ < rect width = "20" height = "14" x = "2" y = "3" rx = "2" />
246
+ < path d = "M8 21h8m-4-4v4" />
247
+ </ symbol >
248
+ < symbol
249
+ fill = "none"
250
+ stroke = "currentColor"
251
+ strokeLinecap = "round"
252
+ strokeLinejoin = "round"
253
+ strokeWidth = "2"
254
+ viewBox = "0 0 24 24"
255
+ id = "moon"
256
+ xmlns = "http://www.w3.org/2000/svg"
257
+ >
258
+ < path d = "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9" />
259
+ </ symbol >
224
260
< symbol
225
261
fill = "none"
226
262
stroke = "currentColor"
@@ -239,6 +275,19 @@ export const SvgIcons = (props) => (
239
275
< path d = "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z" />
240
276
< path d = "M0 0h24v24H0z" fill = "none" />
241
277
</ symbol >
278
+ < symbol
279
+ fill = "none"
280
+ stroke = "currentColor"
281
+ strokeLinecap = "round"
282
+ strokeLinejoin = "round"
283
+ strokeWidth = "2"
284
+ viewBox = "0 0 24 24"
285
+ id = "sun"
286
+ xmlns = "http://www.w3.org/2000/svg"
287
+ >
288
+ < circle cx = "12" cy = "12" r = "4" />
289
+ < path d = "M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32 1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41" />
290
+ </ symbol >
242
291
< symbol
243
292
fill = "none"
244
293
stroke = "currentColor"
@@ -270,6 +319,7 @@ export const SvgIcons = (props) => (
270
319
strokeWidth = "2"
271
320
strokeLinecap = "round"
272
321
strokeLinejoin = "round"
322
+ className = "feather feather-alert-triangle"
273
323
id = "warning"
274
324
xmlns = "http://www.w3.org/2000/svg"
275
325
>
0 commit comments