@astryxdesign/theme-matcha 0.0.0-bootstrap.0 → 0.0.15

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/theme.css ADDED
@@ -0,0 +1,415 @@
1
+ /*
2
+ * @generated by `astryx theme build` — do not edit manually.
3
+ * Source: src/matchaTheme.ts
4
+ * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
+ * Generated: 2026-06-24T18:16:11.457Z
6
+ */
7
+
8
+ @layer reset {
9
+ @scope ([data-astryx-theme="matcha"]) to ([data-astryx-theme]) {
10
+ :where(h1, h2, h3, h4, h5, h6) {
11
+ font-family: var(--font-family-heading);
12
+ color: var(--color-text-primary);
13
+ }
14
+
15
+ :where(h1) {
16
+ font-size: var(--font-size-2xl);
17
+ font-weight: var(--font-weight-semibold);
18
+ line-height: 1.4194;
19
+ }
20
+
21
+ :where(h2) {
22
+ font-size: var(--font-size-xl);
23
+ font-weight: var(--font-weight-semibold);
24
+ line-height: 1.44;
25
+ }
26
+
27
+ :where(h3) {
28
+ font-size: var(--font-size-lg);
29
+ font-weight: var(--font-weight-semibold);
30
+ line-height: 1.4;
31
+ }
32
+
33
+ :where(h4) {
34
+ font-size: var(--font-size-base);
35
+ font-weight: var(--font-weight-semibold);
36
+ line-height: 1.5;
37
+ }
38
+
39
+ :where(h5) {
40
+ font-size: var(--font-size-sm);
41
+ font-weight: var(--font-weight-semibold);
42
+ line-height: 1.5385;
43
+ }
44
+
45
+ :where(h6) {
46
+ font-size: var(--font-size-xs);
47
+ font-weight: var(--font-weight-semibold);
48
+ line-height: 1.6;
49
+ }
50
+
51
+ :where(p) {
52
+ font-family: var(--font-family-body);
53
+ font-size: var(--font-size-base);
54
+ font-weight: var(--font-weight-normal);
55
+ line-height: 1.5;
56
+ color: var(--color-text-primary);
57
+ }
58
+
59
+ :where(small) {
60
+ font-size: var(--font-size-sm);
61
+ font-weight: var(--font-weight-normal);
62
+ line-height: 1.5385;
63
+ color: var(--color-text-secondary);
64
+ }
65
+
66
+ :where(code, pre) {
67
+ font-family: var(--font-family-code);
68
+ font-size: var(--font-size-base);
69
+ line-height: 1.5;
70
+ }
71
+
72
+ :where(hr) {
73
+ border: none;
74
+ border-top: 1px solid var(--color-border);
75
+ }
76
+ }
77
+ }
78
+
79
+ @layer astryx-theme {
80
+ :root { color-scheme: light dark; }
81
+
82
+ @scope ([data-astryx-theme="matcha"]) to ([data-astryx-theme]) {
83
+ :scope {
84
+ --font-size-4xs: 0.3125rem;
85
+ --font-size-3xs: 0.4375rem;
86
+ --font-size-2xs: 0.5rem;
87
+ --font-size-xs: 0.625rem;
88
+ --font-size-sm: 0.8125rem;
89
+ --font-size-base: 1rem;
90
+ --font-size-lg: 1.25rem;
91
+ --font-size-xl: 1.5625rem;
92
+ --font-size-2xl: 1.9375rem;
93
+ --font-size-3xl: 2.4375rem;
94
+ --font-size-4xl: 3.0625rem;
95
+ --font-size-5xl: 3.8125rem;
96
+ --text-heading-1-size: var(--font-size-2xl);
97
+ --text-heading-1-weight: var(--font-weight-semibold);
98
+ --text-heading-1-leading: 1.4194;
99
+ --text-heading-2-size: var(--font-size-xl);
100
+ --text-heading-2-weight: var(--font-weight-semibold);
101
+ --text-heading-2-leading: 1.44;
102
+ --text-heading-3-size: var(--font-size-lg);
103
+ --text-heading-3-weight: var(--font-weight-semibold);
104
+ --text-heading-3-leading: 1.4;
105
+ --text-heading-4-size: var(--font-size-base);
106
+ --text-heading-4-weight: var(--font-weight-semibold);
107
+ --text-heading-4-leading: 1.5;
108
+ --text-heading-5-size: var(--font-size-sm);
109
+ --text-heading-5-weight: var(--font-weight-semibold);
110
+ --text-heading-5-leading: 1.5385;
111
+ --text-heading-6-size: var(--font-size-xs);
112
+ --text-heading-6-weight: var(--font-weight-semibold);
113
+ --text-heading-6-leading: 1.6;
114
+ --text-body-size: var(--font-size-base);
115
+ --text-body-weight: var(--font-weight-normal);
116
+ --text-body-leading: 1.5;
117
+ --text-large-size: var(--font-size-lg);
118
+ --text-large-weight: var(--font-weight-semibold);
119
+ --text-large-leading: 1.4;
120
+ --text-label-size: var(--font-size-base);
121
+ --text-label-weight: var(--font-weight-medium);
122
+ --text-label-leading: 1.5;
123
+ --text-code-size: var(--font-size-base);
124
+ --text-code-weight: var(--font-weight-normal);
125
+ --text-code-leading: 1.5;
126
+ --text-supporting-size: var(--font-size-sm);
127
+ --text-supporting-weight: var(--font-weight-normal);
128
+ --text-supporting-leading: 1.5385;
129
+ --text-display-1-size: var(--font-size-5xl);
130
+ --text-display-1-weight: var(--font-weight-normal);
131
+ --text-display-1-leading: 1.2459;
132
+ --text-display-2-size: var(--font-size-4xl);
133
+ --text-display-2-weight: var(--font-weight-normal);
134
+ --text-display-2-leading: 1.2245;
135
+ --text-display-3-size: var(--font-size-3xl);
136
+ --text-display-3-weight: var(--font-weight-normal);
137
+ --text-display-3-leading: 1.2308;
138
+ --duration-fast-min: 95ms;
139
+ --duration-fast: 125ms;
140
+ --duration-fast-max: 165ms;
141
+ --duration-medium-min: 225ms;
142
+ --duration-medium: 300ms;
143
+ --duration-medium-max: 400ms;
144
+ --duration-slow-min: 525ms;
145
+ --duration-slow: 700ms;
146
+ --duration-slow-max: 935ms;
147
+ --font-family-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
148
+ --font-family-heading: "Playwrite US Trad", Georgia, "Times New Roman", Times, serif;
149
+ --font-family-code: "JetBrains Mono", "SF Mono", Monaco, Consolas, monospace;
150
+ --color-syntax-keyword: light-dark(#5a6b2a, #a8bf6a);
151
+ --color-syntax-string: light-dark(#2e6b4a, #7bc49e);
152
+ --color-syntax-comment: light-dark(#707E46, #707E46);
153
+ --color-syntax-number: light-dark(#8c6b30, #d4b870);
154
+ --color-syntax-function: light-dark(#3a5e8c, #7ba8d4);
155
+ --color-syntax-type: light-dark(#6b4a8c, #b08ed4);
156
+ --color-syntax-variable: light-dark(#3E481D, #C0CBA9);
157
+ --color-syntax-operator: light-dark(#707E46, #94a468);
158
+ --color-syntax-constant: light-dark(#8c6b30, #d4b870);
159
+ --color-syntax-tag: light-dark(#8c3a3a, #d47a7a);
160
+ --color-syntax-attribute: light-dark(#7c5e3a, #c4a882);
161
+ --color-syntax-property: light-dark(#3a7c6b, #70c4b0);
162
+ --color-syntax-punctuation: light-dark(#707E46, #5a6440);
163
+ --color-syntax-background: light-dark(#F0F0E0, #1a1c14);
164
+ --color-accent: light-dark(#3E481D, #C0CBA9);
165
+ --color-accent-muted: light-dark(#3E481D14, #C0CBA920);
166
+ --color-neutral: light-dark(#3E481D0F, #C0CBA91A);
167
+ --color-background-surface: light-dark(#FFFFFF, #1a1c14);
168
+ --color-background-body: light-dark(#F0F0E0, #12140e);
169
+ --color-overlay: light-dark(#3E481D80, #3E481DCC);
170
+ --color-overlay-hover: light-dark(#3E481D0D, #C0CBA90D);
171
+ --color-overlay-pressed: light-dark(#3E481D1A, #C0CBA91A);
172
+ --color-background-muted: light-dark(#F0F0E0, #3E481D);
173
+ --color-text-primary: light-dark(#3E481D, #C0CBA9);
174
+ --color-text-secondary: light-dark(#707E46, #94a468);
175
+ --color-text-disabled: light-dark(#C0CBA9, #5a6440);
176
+ --color-text-accent: light-dark(#3E481D, #C0CBA9);
177
+ --color-on-dark: #FFFFFF;
178
+ --color-on-light: #3E481D;
179
+ --color-on-accent: light-dark(#FFFFFF, #3E481D);
180
+ --color-on-success: light-dark(#FFFFFF, #3E481D);
181
+ --color-on-error: light-dark(#FFFFFF, #3E481D);
182
+ --color-on-warning: light-dark(#3E481D, #3E481D);
183
+ --color-icon-accent: light-dark(#3E481D, #C0CBA9);
184
+ --color-icon-primary: light-dark(#3E481D, #C0CBA9);
185
+ --color-icon-secondary: light-dark(#707E46, #94a468);
186
+ --color-icon-disabled: light-dark(#C0CBA9, #5a6440);
187
+ --color-background-card: light-dark(#FFFFFF, #1e2016);
188
+ --color-background-popover: light-dark(#FFFFFF, #3E481D);
189
+ --color-background-inverted: light-dark(#3E481D, #C0CBA9);
190
+ --color-success: light-dark(#4D9900, #6dbf2a);
191
+ --color-success-muted: light-dark(#4D990020, #6dbf2a20);
192
+ --color-error: light-dark(#FD0000, #ff5c5c);
193
+ --color-error-muted: light-dark(#FD000020, #ff5c5c20);
194
+ --color-warning: light-dark(#FFB600, #ffc940);
195
+ --color-warning-muted: light-dark(#FFB60020, #ffc94020);
196
+ --color-border: light-dark(#DCE3CE, #C0CBA91A);
197
+ --color-border-emphasized: light-dark(#B7C29E, #5a6440);
198
+ --color-skeleton: light-dark(#C0CBA9, #5a6440);
199
+ --color-shadow: light-dark(#3E481D1A, #0000004D);
200
+ --color-tint-hover: light-dark(black, white);
201
+ --color-background-blue: light-dark(#3a5e8c33, #3a5e8c33);
202
+ --color-border-blue: light-dark(#3a5e8c, #7ba8d4);
203
+ --color-icon-blue: light-dark(#3a5e8c, #7ba8d4);
204
+ --color-text-blue: light-dark(#2e4a6e, #8dbce0);
205
+ --color-background-cyan: light-dark(#3a7c7c33, #3a7c7c33);
206
+ --color-border-cyan: light-dark(#3a7c7c, #70c4c4);
207
+ --color-icon-cyan: light-dark(#3a7c7c, #70c4c4);
208
+ --color-text-cyan: light-dark(#2e6060, #82d4d4);
209
+ --color-background-gray: light-dark(#707E4633, #5a644033);
210
+ --color-border-gray: light-dark(#707E46, #707E46);
211
+ --color-icon-gray: light-dark(#707E46, #94a468);
212
+ --color-text-gray: light-dark(#3E481D, #C0CBA9);
213
+ --color-background-green: light-dark(#4D990033, #6dbf2a33);
214
+ --color-border-green: light-dark(#4D9900, #6dbf2a);
215
+ --color-icon-green: light-dark(#4D9900, #6dbf2a);
216
+ --color-text-green: light-dark(#3d7a00, #80d43a);
217
+ --color-background-orange: light-dark(#c4762033, #d4903a33);
218
+ --color-border-orange: light-dark(#c47620, #d4903a);
219
+ --color-icon-orange: light-dark(#c47620, #d4903a);
220
+ --color-text-orange: light-dark(#a06018, #e0a04a);
221
+ --color-background-pink: light-dark(#c44a7033, #e07a9a33);
222
+ --color-border-pink: light-dark(#c44a70, #e07a9a);
223
+ --color-icon-pink: light-dark(#c44a70, #e07a9a);
224
+ --color-text-pink: light-dark(#a03a5a, #f08aaa);
225
+ --color-background-purple: light-dark(#6b4a8c33, #b08ed433);
226
+ --color-border-purple: light-dark(#6b4a8c, #b08ed4);
227
+ --color-icon-purple: light-dark(#6b4a8c, #b08ed4);
228
+ --color-text-purple: light-dark(#553a70, #c0a0e0);
229
+ --color-background-red: light-dark(#FD000033, #ff5c5c33);
230
+ --color-border-red: light-dark(#FD0000, #ff5c5c);
231
+ --color-icon-red: light-dark(#FD0000, #ff5c5c);
232
+ --color-text-red: light-dark(#cc0000, #ff7a7a);
233
+ --color-background-teal: light-dark(#2e6b5a33, #5ab89833);
234
+ --color-border-teal: light-dark(#2e6b5a, #5ab898);
235
+ --color-icon-teal: light-dark(#2e6b5a, #5ab898);
236
+ --color-text-teal: light-dark(#245546, #6ccaaa);
237
+ --color-background-yellow: light-dark(#FFB60033, #ffc94033);
238
+ --color-border-yellow: light-dark(#FFB600, #ffc940);
239
+ --color-icon-yellow: light-dark(#FFB600, #ffc940);
240
+ --color-text-yellow: light-dark(#cc9200, #ffd960);
241
+ --spacing-0-5: 3px;
242
+ --spacing-1: 6px;
243
+ --spacing-1-5: 9px;
244
+ --spacing-2: 12px;
245
+ --spacing-3: 18px;
246
+ --spacing-4: 24px;
247
+ --spacing-5: 30px;
248
+ --spacing-6: 36px;
249
+ --spacing-7: 42px;
250
+ --spacing-8: 48px;
251
+ --spacing-9: 54px;
252
+ --spacing-10: 60px;
253
+ --spacing-11: 66px;
254
+ --spacing-12: 72px;
255
+ --radius-inner: 6px;
256
+ --radius-element: 12px;
257
+ --radius-container: 18px;
258
+ --radius-page: 42px;
259
+ --size-element-sm: 36px;
260
+ --size-element-md: 40px;
261
+ --size-element-lg: 44px;
262
+ --shadow-low: 0 2px 4px #3E481D0D, 0 4px 8px #3E481D1A;
263
+ --shadow-med: 0 2px 4px #3E481D0D, 0 4px 12px #3E481D1A;
264
+ --shadow-high: 0 4px 6px #3E481D1A, 0 12px 24px #3E481D26;
265
+ --shadow-inset-hover: inset 0px 0px 0px 2px #3E481D30;
266
+ --shadow-inset-selected: inset 0px 0px 0px 2px #3E481D50;
267
+ --shadow-inset-success: inset 0px 0px 0px 2px #4D990050;
268
+ --shadow-inset-warning: inset 0px 0px 0px 2px #FFB60050;
269
+ --shadow-inset-error: inset 0px 0px 0px 2px #FD000050;
270
+ }
271
+
272
+ .astryx-heading.level-1 {
273
+ font-family: var(--font-family-heading);
274
+ font-size: var(--text-heading-1-size);
275
+ font-weight: var(--text-heading-1-weight);
276
+ line-height: var(--text-heading-1-leading);
277
+ }
278
+
279
+ .astryx-heading.level-2 {
280
+ font-family: var(--font-family-heading);
281
+ font-size: var(--text-heading-2-size);
282
+ font-weight: var(--text-heading-2-weight);
283
+ line-height: var(--text-heading-2-leading);
284
+ }
285
+
286
+ .astryx-heading.level-3 {
287
+ font-family: var(--font-family-heading);
288
+ font-size: var(--text-heading-3-size);
289
+ font-weight: var(--text-heading-3-weight);
290
+ line-height: var(--text-heading-3-leading);
291
+ }
292
+
293
+ .astryx-heading.level-4 {
294
+ font-family: var(--font-family-heading);
295
+ font-size: var(--text-heading-4-size);
296
+ font-weight: var(--text-heading-4-weight);
297
+ line-height: var(--text-heading-4-leading);
298
+ }
299
+
300
+ .astryx-heading.level-5 {
301
+ font-family: var(--font-family-heading);
302
+ font-size: var(--text-heading-5-size);
303
+ font-weight: var(--text-heading-5-weight);
304
+ line-height: var(--text-heading-5-leading);
305
+ }
306
+
307
+ .astryx-heading.level-6 {
308
+ font-family: var(--font-family-heading);
309
+ font-size: var(--text-heading-6-size);
310
+ font-weight: var(--text-heading-6-weight);
311
+ line-height: var(--text-heading-6-leading);
312
+ }
313
+
314
+ .astryx-text.body {
315
+ font-family: var(--font-family-body);
316
+ font-size: var(--text-body-size);
317
+ line-height: var(--text-body-leading);
318
+ }
319
+
320
+ .astryx-text.large {
321
+ font-family: var(--font-family-body);
322
+ font-size: var(--text-large-size);
323
+ line-height: var(--text-large-leading);
324
+ }
325
+
326
+ .astryx-text.label {
327
+ font-family: var(--font-family-body);
328
+ font-size: var(--text-label-size);
329
+ line-height: var(--text-label-leading);
330
+ }
331
+
332
+ .astryx-text.code {
333
+ font-family: var(--font-family-code);
334
+ font-size: var(--text-code-size);
335
+ line-height: var(--text-code-leading);
336
+ }
337
+
338
+ .astryx-text.supporting {
339
+ font-family: var(--font-family-body);
340
+ font-size: var(--text-supporting-size);
341
+ line-height: var(--text-supporting-leading);
342
+ }
343
+
344
+ .astryx-text.display-1 {
345
+ font-family: var(--font-family-heading);
346
+ font-size: var(--text-display-1-size);
347
+ line-height: var(--text-display-1-leading);
348
+ }
349
+
350
+ .astryx-text.display-2 {
351
+ font-family: var(--font-family-heading);
352
+ font-size: var(--text-display-2-size);
353
+ line-height: var(--text-display-2-leading);
354
+ }
355
+
356
+ .astryx-text.display-3 {
357
+ font-family: var(--font-family-heading);
358
+ font-size: var(--text-display-3-size);
359
+ line-height: var(--text-display-3-leading);
360
+ }
361
+
362
+ .astryx-button {
363
+ border-radius: var(--radius-full);
364
+ --_button-radius: var(--radius-full);
365
+ }
366
+
367
+ .astryx-card {
368
+ border-radius: var(--radius-page);
369
+ --astryx-card-padding: var(--spacing-3);
370
+ --_card-radius: var(--radius-page);
371
+ }
372
+
373
+ .astryx-section {
374
+ --astryx-section-padding: var(--spacing-3);
375
+ }
376
+
377
+ .astryx-text.primary { color: var(--color-text-primary); }
378
+
379
+ .astryx-heading.primary { color: var(--color-text-primary); }
380
+
381
+ .astryx-text.secondary { color: var(--color-text-secondary); }
382
+
383
+ .astryx-heading.secondary { color: var(--color-text-secondary); }
384
+
385
+ .astryx-text.disabled { color: var(--color-text-disabled); }
386
+
387
+ .astryx-heading.disabled { color: var(--color-text-disabled); }
388
+
389
+ .astryx-text.placeholder { color: var(--color-text-secondary); }
390
+
391
+ .astryx-heading.placeholder { color: var(--color-text-secondary); }
392
+
393
+ .astryx-text.active { color: var(--color-accent); }
394
+
395
+ .astryx-heading.active { color: var(--color-accent); }
396
+ }
397
+ }
398
+
399
+ @layer astryx-theme {
400
+ @scope ([data-astryx-theme="matcha"]) to ([data-astryx-theme]) {
401
+ [data-astryx-media="dark"] {
402
+ color-scheme: dark;
403
+ --color-text-primary: var(--color-on-dark);
404
+ --color-icon-primary: var(--color-on-dark);
405
+ --color-accent: var(--color-on-dark);
406
+ }
407
+
408
+ [data-astryx-media="light"] {
409
+ color-scheme: light;
410
+ --color-text-primary: var(--color-on-light);
411
+ --color-icon-primary: var(--color-on-light);
412
+ --color-accent: var(--color-on-light);
413
+ }
414
+ }
415
+ }
package/package.json CHANGED
@@ -1,11 +1,61 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-matcha",
3
- "version": "0.0.0-bootstrap.0",
4
- "description": "Placeholder published to claim the npm name during trusted publishing setup. Do not install.",
5
- "homepage": "https://github.com/facebook/astryx",
3
+ "version": "0.0.15",
4
+ "private": false,
5
+ "description": "Earthy greens with a calm, organic feel. Naturalistic and grounded, great for wellness or content-first apps.",
6
+ "author": "Meta Open Source",
6
7
  "license": "MIT",
8
+ "homepage": "https://github.com/facebook/astryx#readme",
7
9
  "repository": {
8
10
  "type": "git",
9
- "url": "git+https://github.com/facebook/astryx.git"
11
+ "url": "git+https://github.com/facebook/astryx.git",
12
+ "directory": "packages/themes/matcha"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/facebook/astryx/issues"
16
+ },
17
+ "keywords": [
18
+ "xds",
19
+ "theme",
20
+ "design-system",
21
+ "lucide",
22
+ "design-tokens"
23
+ ],
24
+ "sideEffects": false,
25
+ "main": "./dist/source.js",
26
+ "types": "./dist/source.d.ts",
27
+ "exports": {
28
+ ".": {
29
+ "types": "./dist/source.d.ts",
30
+ "import": "./dist/source.mjs",
31
+ "require": "./dist/source.js"
32
+ },
33
+ "./built": {
34
+ "types": "./dist/matcha.d.ts",
35
+ "import": "./dist/matcha.js",
36
+ "require": "./dist/matcha.js"
37
+ },
38
+ "./theme.css": {
39
+ "types": "./theme.css.d.ts",
40
+ "default": "./dist/theme.css"
41
+ }
42
+ },
43
+ "files": [
44
+ "dist",
45
+ "src"
46
+ ],
47
+ "dependencies": {
48
+ "lucide-react": "^1.18.0"
49
+ },
50
+ "peerDependencies": {
51
+ "@astryxdesign/core": "0.0.15",
52
+ "react": ">=19"
53
+ },
54
+ "devDependencies": {
55
+ "@astryxdesign/cli": "0.0.15"
56
+ },
57
+ "module": "./dist/source.mjs",
58
+ "scripts": {
59
+ "build": "astryx theme build src/matchaTheme.ts -o dist/theme.css && tsup && tsc --project tsconfig.build.json"
10
60
  }
11
- }
61
+ }
package/src/icons.tsx ADDED
@@ -0,0 +1,67 @@
1
+ // Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
3
+ import React from 'react';
4
+ import type {IconRegistry} from '@astryxdesign/core/Icon';
5
+
6
+ import {
7
+ X,
8
+ ChevronDown,
9
+ ChevronLeft,
10
+ ChevronRight,
11
+ Check,
12
+ CheckCircle,
13
+ XCircle,
14
+ AlertTriangle,
15
+ Info,
16
+ Calendar,
17
+ Clock,
18
+ ExternalLink,
19
+ Menu,
20
+ MoreHorizontal,
21
+ Search,
22
+ ArrowUp,
23
+ ArrowDown,
24
+ ArrowUpDown,
25
+ Filter,
26
+ EyeOff,
27
+ Columns,
28
+ Copy,
29
+ CheckCheck,
30
+ Wrench,
31
+ Square,
32
+ Mic,
33
+ } from 'lucide-react';
34
+
35
+ const iconProps = {
36
+ size: '1em',
37
+ 'aria-hidden': true as const,
38
+ };
39
+
40
+ export const matchaIconRegistry: IconRegistry = {
41
+ close: <X {...iconProps} />,
42
+ chevronDown: <ChevronDown {...iconProps} />,
43
+ chevronLeft: <ChevronLeft {...iconProps} />,
44
+ chevronRight: <ChevronRight {...iconProps} />,
45
+ check: <Check {...iconProps} />,
46
+ success: <CheckCircle {...iconProps} />,
47
+ error: <XCircle {...iconProps} />,
48
+ warning: <AlertTriangle {...iconProps} />,
49
+ info: <Info {...iconProps} />,
50
+ calendar: <Calendar {...iconProps} />,
51
+ clock: <Clock {...iconProps} />,
52
+ externalLink: <ExternalLink {...iconProps} />,
53
+ menu: <Menu {...iconProps} />,
54
+ moreHorizontal: <MoreHorizontal {...iconProps} />,
55
+ search: <Search {...iconProps} />,
56
+ arrowUp: <ArrowUp {...iconProps} />,
57
+ arrowDown: <ArrowDown {...iconProps} />,
58
+ arrowsUpDown: <ArrowUpDown {...iconProps} />,
59
+ funnel: <Filter {...iconProps} />,
60
+ eyeSlash: <EyeOff {...iconProps} />,
61
+ viewColumns: <Columns {...iconProps} />,
62
+ copy: <Copy {...iconProps} />,
63
+ checkDouble: <CheckCheck {...iconProps} />,
64
+ wrench: <Wrench {...iconProps} />,
65
+ stop: <Square {...iconProps} />,
66
+ microphone: <Mic {...iconProps} />,
67
+ };