@nlxai/touchpoint-ui 1.0.5-alpha.0 → 1.0.5-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,857 @@
1
+ # Namespace: Icons
2
+
3
+ ## Interfaces
4
+
5
+ - [IconProps](../interfaces/Icons.IconProps.md)
6
+
7
+ ## Type Aliases
8
+
9
+ ### Icon
10
+
11
+ Ƭ **Icon**: `FC`\<[`IconProps`](../interfaces/Icons.IconProps.md)\>
12
+
13
+ Type definition for an icon component
14
+
15
+ #### Defined in
16
+
17
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:21](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L21)
18
+
19
+ ## Functions
20
+
21
+ ### Action
22
+
23
+ ▸ **Action**(`props`, `deprecatedLegacyContext?`): `ReactNode`
24
+
25
+ #### Parameters
26
+
27
+ | Name | Type | Description |
28
+ | :------ | :------ | :------ |
29
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
30
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
31
+
32
+ #### Returns
33
+
34
+ `ReactNode`
35
+
36
+ #### Defined in
37
+
38
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:29](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L29)
39
+
40
+ ___
41
+
42
+ ### Assistant
43
+
44
+ ▸ **Assistant**(`props`, `deprecatedLegacyContext?`): `ReactNode`
45
+
46
+ #### Parameters
47
+
48
+ | Name | Type | Description |
49
+ | :------ | :------ | :------ |
50
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
51
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
52
+
53
+ #### Returns
54
+
55
+ `ReactNode`
56
+
57
+ #### Defined in
58
+
59
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:40](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L40)
60
+
61
+ ___
62
+
63
+ ### AssistantOld
64
+
65
+ ▸ **AssistantOld**(`props`, `deprecatedLegacyContext?`): `ReactNode`
66
+
67
+ #### Parameters
68
+
69
+ | Name | Type | Description |
70
+ | :------ | :------ | :------ |
71
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
72
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
73
+
74
+ #### Returns
75
+
76
+ `ReactNode`
77
+
78
+ #### Defined in
79
+
80
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:67](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L67)
81
+
82
+ ___
83
+
84
+ ### Add
85
+
86
+ ▸ **Add**(`props`, `deprecatedLegacyContext?`): `ReactNode`
87
+
88
+ #### Parameters
89
+
90
+ | Name | Type | Description |
91
+ | :------ | :------ | :------ |
92
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
93
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
94
+
95
+ #### Returns
96
+
97
+ `ReactNode`
98
+
99
+ #### Defined in
100
+
101
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:78](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L78)
102
+
103
+ ___
104
+
105
+ ### ArrowDown
106
+
107
+ ▸ **ArrowDown**(`props`, `deprecatedLegacyContext?`): `ReactNode`
108
+
109
+ #### Parameters
110
+
111
+ | Name | Type | Description |
112
+ | :------ | :------ | :------ |
113
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
114
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
115
+
116
+ #### Returns
117
+
118
+ `ReactNode`
119
+
120
+ #### Defined in
121
+
122
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:86](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L86)
123
+
124
+ ___
125
+
126
+ ### ArrowLeft
127
+
128
+ ▸ **ArrowLeft**(`props`, `deprecatedLegacyContext?`): `ReactNode`
129
+
130
+ #### Parameters
131
+
132
+ | Name | Type | Description |
133
+ | :------ | :------ | :------ |
134
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
135
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
136
+
137
+ #### Returns
138
+
139
+ `ReactNode`
140
+
141
+ #### Defined in
142
+
143
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:97](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L97)
144
+
145
+ ___
146
+
147
+ ### ArrowRight
148
+
149
+ ▸ **ArrowRight**(`props`, `deprecatedLegacyContext?`): `ReactNode`
150
+
151
+ #### Parameters
152
+
153
+ | Name | Type | Description |
154
+ | :------ | :------ | :------ |
155
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
156
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
157
+
158
+ #### Returns
159
+
160
+ `ReactNode`
161
+
162
+ #### Defined in
163
+
164
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:108](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L108)
165
+
166
+ ___
167
+
168
+ ### ArrowUp
169
+
170
+ ▸ **ArrowUp**(`props`, `deprecatedLegacyContext?`): `ReactNode`
171
+
172
+ #### Parameters
173
+
174
+ | Name | Type | Description |
175
+ | :------ | :------ | :------ |
176
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
177
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
178
+
179
+ #### Returns
180
+
181
+ `ReactNode`
182
+
183
+ #### Defined in
184
+
185
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:119](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L119)
186
+
187
+ ___
188
+
189
+ ### ArrowForward
190
+
191
+ ▸ **ArrowForward**(`props`, `deprecatedLegacyContext?`): `ReactNode`
192
+
193
+ #### Parameters
194
+
195
+ | Name | Type | Description |
196
+ | :------ | :------ | :------ |
197
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
198
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
199
+
200
+ #### Returns
201
+
202
+ `ReactNode`
203
+
204
+ #### Defined in
205
+
206
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:130](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L130)
207
+
208
+ ___
209
+
210
+ ### Attachment
211
+
212
+ ▸ **Attachment**(`props`, `deprecatedLegacyContext?`): `ReactNode`
213
+
214
+ #### Parameters
215
+
216
+ | Name | Type | Description |
217
+ | :------ | :------ | :------ |
218
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
219
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
220
+
221
+ #### Returns
222
+
223
+ `ReactNode`
224
+
225
+ #### Defined in
226
+
227
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:141](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L141)
228
+
229
+ ___
230
+
231
+ ### Camera
232
+
233
+ ▸ **Camera**(`props`, `deprecatedLegacyContext?`): `ReactNode`
234
+
235
+ #### Parameters
236
+
237
+ | Name | Type | Description |
238
+ | :------ | :------ | :------ |
239
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
240
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
241
+
242
+ #### Returns
243
+
244
+ `ReactNode`
245
+
246
+ #### Defined in
247
+
248
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:152](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L152)
249
+
250
+ ___
251
+
252
+ ### Check
253
+
254
+ ▸ **Check**(`props`, `deprecatedLegacyContext?`): `ReactNode`
255
+
256
+ #### Parameters
257
+
258
+ | Name | Type | Description |
259
+ | :------ | :------ | :------ |
260
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
261
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
262
+
263
+ #### Returns
264
+
265
+ `ReactNode`
266
+
267
+ #### Defined in
268
+
269
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:167](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L167)
270
+
271
+ ___
272
+
273
+ ### Close
274
+
275
+ ▸ **Close**(`props`, `deprecatedLegacyContext?`): `ReactNode`
276
+
277
+ #### Parameters
278
+
279
+ | Name | Type | Description |
280
+ | :------ | :------ | :------ |
281
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
282
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
283
+
284
+ #### Returns
285
+
286
+ `ReactNode`
287
+
288
+ #### Defined in
289
+
290
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:178](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L178)
291
+
292
+ ___
293
+
294
+ ### Copy
295
+
296
+ ▸ **Copy**(`props`, `deprecatedLegacyContext?`): `ReactNode`
297
+
298
+ #### Parameters
299
+
300
+ | Name | Type | Description |
301
+ | :------ | :------ | :------ |
302
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
303
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
304
+
305
+ #### Returns
306
+
307
+ `ReactNode`
308
+
309
+ #### Defined in
310
+
311
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:189](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L189)
312
+
313
+ ___
314
+
315
+ ### Date
316
+
317
+ ▸ **Date**(`props`, `deprecatedLegacyContext?`): `ReactNode`
318
+
319
+ #### Parameters
320
+
321
+ | Name | Type | Description |
322
+ | :------ | :------ | :------ |
323
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
324
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
325
+
326
+ #### Returns
327
+
328
+ `ReactNode`
329
+
330
+ #### Defined in
331
+
332
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:200](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L200)
333
+
334
+ ___
335
+
336
+ ### Delete
337
+
338
+ ▸ **Delete**(`props`, `deprecatedLegacyContext?`): `ReactNode`
339
+
340
+ #### Parameters
341
+
342
+ | Name | Type | Description |
343
+ | :------ | :------ | :------ |
344
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
345
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
346
+
347
+ #### Returns
348
+
349
+ `ReactNode`
350
+
351
+ #### Defined in
352
+
353
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:211](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L211)
354
+
355
+ ___
356
+
357
+ ### Escalate
358
+
359
+ ▸ **Escalate**(`props`, `deprecatedLegacyContext?`): `ReactNode`
360
+
361
+ #### Parameters
362
+
363
+ | Name | Type | Description |
364
+ | :------ | :------ | :------ |
365
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
366
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
367
+
368
+ #### Returns
369
+
370
+ `ReactNode`
371
+
372
+ #### Defined in
373
+
374
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:225](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L225)
375
+
376
+ ___
377
+
378
+ ### Error
379
+
380
+ ▸ **Error**(`props`, `deprecatedLegacyContext?`): `ReactNode`
381
+
382
+ #### Parameters
383
+
384
+ | Name | Type | Description |
385
+ | :------ | :------ | :------ |
386
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
387
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
388
+
389
+ #### Returns
390
+
391
+ `ReactNode`
392
+
393
+ #### Defined in
394
+
395
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:248](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L248)
396
+
397
+ ___
398
+
399
+ ### FullScreen
400
+
401
+ ▸ **FullScreen**(`props`, `deprecatedLegacyContext?`): `ReactNode`
402
+
403
+ #### Parameters
404
+
405
+ | Name | Type | Description |
406
+ | :------ | :------ | :------ |
407
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
408
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
409
+
410
+ #### Returns
411
+
412
+ `ReactNode`
413
+
414
+ #### Defined in
415
+
416
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:259](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L259)
417
+
418
+ ___
419
+
420
+ ### Mic
421
+
422
+ ▸ **Mic**(`props`, `deprecatedLegacyContext?`): `ReactNode`
423
+
424
+ #### Parameters
425
+
426
+ | Name | Type | Description |
427
+ | :------ | :------ | :------ |
428
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
429
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
430
+
431
+ #### Returns
432
+
433
+ `ReactNode`
434
+
435
+ #### Defined in
436
+
437
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:270](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L270)
438
+
439
+ ___
440
+
441
+ ### MicOff
442
+
443
+ ▸ **MicOff**(`props`, `deprecatedLegacyContext?`): `ReactNode`
444
+
445
+ #### Parameters
446
+
447
+ | Name | Type | Description |
448
+ | :------ | :------ | :------ |
449
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
450
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
451
+
452
+ #### Returns
453
+
454
+ `ReactNode`
455
+
456
+ #### Defined in
457
+
458
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:281](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L281)
459
+
460
+ ___
461
+
462
+ ### Location
463
+
464
+ ▸ **Location**(`props`, `deprecatedLegacyContext?`): `ReactNode`
465
+
466
+ #### Parameters
467
+
468
+ | Name | Type | Description |
469
+ | :------ | :------ | :------ |
470
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
471
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
472
+
473
+ #### Returns
474
+
475
+ `ReactNode`
476
+
477
+ #### Defined in
478
+
479
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:292](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L292)
480
+
481
+ ___
482
+
483
+ ### Volume
484
+
485
+ ▸ **Volume**(`props`, `deprecatedLegacyContext?`): `ReactNode`
486
+
487
+ #### Parameters
488
+
489
+ | Name | Type | Description |
490
+ | :------ | :------ | :------ |
491
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
492
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
493
+
494
+ #### Returns
495
+
496
+ `ReactNode`
497
+
498
+ #### Defined in
499
+
500
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:303](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L303)
501
+
502
+ ___
503
+
504
+ ### VolumeOff
505
+
506
+ ▸ **VolumeOff**(`props`, `deprecatedLegacyContext?`): `ReactNode`
507
+
508
+ #### Parameters
509
+
510
+ | Name | Type | Description |
511
+ | :------ | :------ | :------ |
512
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
513
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
514
+
515
+ #### Returns
516
+
517
+ `ReactNode`
518
+
519
+ #### Defined in
520
+
521
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:314](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L314)
522
+
523
+ ___
524
+
525
+ ### Translate
526
+
527
+ ▸ **Translate**(`props`, `deprecatedLegacyContext?`): `ReactNode`
528
+
529
+ #### Parameters
530
+
531
+ | Name | Type | Description |
532
+ | :------ | :------ | :------ |
533
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
534
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
535
+
536
+ #### Returns
537
+
538
+ `ReactNode`
539
+
540
+ #### Defined in
541
+
542
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:325](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L325)
543
+
544
+ ___
545
+
546
+ ### OpenInNew
547
+
548
+ ▸ **OpenInNew**(`props`, `deprecatedLegacyContext?`): `ReactNode`
549
+
550
+ #### Parameters
551
+
552
+ | Name | Type | Description |
553
+ | :------ | :------ | :------ |
554
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
555
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
556
+
557
+ #### Returns
558
+
559
+ `ReactNode`
560
+
561
+ #### Defined in
562
+
563
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:336](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L336)
564
+
565
+ ___
566
+
567
+ ### Play
568
+
569
+ ▸ **Play**(`props`, `deprecatedLegacyContext?`): `ReactNode`
570
+
571
+ #### Parameters
572
+
573
+ | Name | Type | Description |
574
+ | :------ | :------ | :------ |
575
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
576
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
577
+
578
+ #### Returns
579
+
580
+ `ReactNode`
581
+
582
+ #### Defined in
583
+
584
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:347](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L347)
585
+
586
+ ___
587
+
588
+ ### Preview
589
+
590
+ ▸ **Preview**(`props`, `deprecatedLegacyContext?`): `ReactNode`
591
+
592
+ #### Parameters
593
+
594
+ | Name | Type | Description |
595
+ | :------ | :------ | :------ |
596
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
597
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
598
+
599
+ #### Returns
600
+
601
+ `ReactNode`
602
+
603
+ #### Defined in
604
+
605
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:355](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L355)
606
+
607
+ ___
608
+
609
+ ### Reorder
610
+
611
+ ▸ **Reorder**(`props`, `deprecatedLegacyContext?`): `ReactNode`
612
+
613
+ #### Parameters
614
+
615
+ | Name | Type | Description |
616
+ | :------ | :------ | :------ |
617
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
618
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
619
+
620
+ #### Returns
621
+
622
+ `ReactNode`
623
+
624
+ #### Defined in
625
+
626
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:372](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L372)
627
+
628
+ ___
629
+
630
+ ### Restart
631
+
632
+ ▸ **Restart**(`props`, `deprecatedLegacyContext?`): `ReactNode`
633
+
634
+ #### Parameters
635
+
636
+ | Name | Type | Description |
637
+ | :------ | :------ | :------ |
638
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
639
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
640
+
641
+ #### Returns
642
+
643
+ `ReactNode`
644
+
645
+ #### Defined in
646
+
647
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:383](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L383)
648
+
649
+ ___
650
+
651
+ ### Settings
652
+
653
+ ▸ **Settings**(`props`, `deprecatedLegacyContext?`): `ReactNode`
654
+
655
+ #### Parameters
656
+
657
+ | Name | Type | Description |
658
+ | :------ | :------ | :------ |
659
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
660
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
661
+
662
+ #### Returns
663
+
664
+ `ReactNode`
665
+
666
+ #### Defined in
667
+
668
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:394](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L394)
669
+
670
+ ___
671
+
672
+ ### Search
673
+
674
+ ▸ **Search**(`props`, `deprecatedLegacyContext?`): `ReactNode`
675
+
676
+ #### Parameters
677
+
678
+ | Name | Type | Description |
679
+ | :------ | :------ | :------ |
680
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
681
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
682
+
683
+ #### Returns
684
+
685
+ `ReactNode`
686
+
687
+ #### Defined in
688
+
689
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:405](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L405)
690
+
691
+ ___
692
+
693
+ ### Share
694
+
695
+ ▸ **Share**(`props`, `deprecatedLegacyContext?`): `ReactNode`
696
+
697
+ #### Parameters
698
+
699
+ | Name | Type | Description |
700
+ | :------ | :------ | :------ |
701
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
702
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
703
+
704
+ #### Returns
705
+
706
+ `ReactNode`
707
+
708
+ #### Defined in
709
+
710
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:416](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L416)
711
+
712
+ ___
713
+
714
+ ### Warning
715
+
716
+ ▸ **Warning**(`props`, `deprecatedLegacyContext?`): `ReactNode`
717
+
718
+ #### Parameters
719
+
720
+ | Name | Type | Description |
721
+ | :------ | :------ | :------ |
722
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
723
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
724
+
725
+ #### Returns
726
+
727
+ `ReactNode`
728
+
729
+ #### Defined in
730
+
731
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:427](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L427)
732
+
733
+ ___
734
+
735
+ ### ThumbDown
736
+
737
+ ▸ **ThumbDown**(`props`, `deprecatedLegacyContext?`): `ReactNode`
738
+
739
+ #### Parameters
740
+
741
+ | Name | Type | Description |
742
+ | :------ | :------ | :------ |
743
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
744
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
745
+
746
+ #### Returns
747
+
748
+ `ReactNode`
749
+
750
+ #### Defined in
751
+
752
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:438](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L438)
753
+
754
+ ___
755
+
756
+ ### ThumbUp
757
+
758
+ ▸ **ThumbUp**(`props`, `deprecatedLegacyContext?`): `ReactNode`
759
+
760
+ #### Parameters
761
+
762
+ | Name | Type | Description |
763
+ | :------ | :------ | :------ |
764
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
765
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
766
+
767
+ #### Returns
768
+
769
+ `ReactNode`
770
+
771
+ #### Defined in
772
+
773
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:449](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L449)
774
+
775
+ ___
776
+
777
+ ### Time
778
+
779
+ ▸ **Time**(`props`, `deprecatedLegacyContext?`): `ReactNode`
780
+
781
+ #### Parameters
782
+
783
+ | Name | Type | Description |
784
+ | :------ | :------ | :------ |
785
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
786
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
787
+
788
+ #### Returns
789
+
790
+ `ReactNode`
791
+
792
+ #### Defined in
793
+
794
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:460](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L460)
795
+
796
+ ___
797
+
798
+ ### Undo
799
+
800
+ ▸ **Undo**(`props`, `deprecatedLegacyContext?`): `ReactNode`
801
+
802
+ #### Parameters
803
+
804
+ | Name | Type | Description |
805
+ | :------ | :------ | :------ |
806
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
807
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
808
+
809
+ #### Returns
810
+
811
+ `ReactNode`
812
+
813
+ #### Defined in
814
+
815
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:477](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L477)
816
+
817
+ ___
818
+
819
+ ### Refresh
820
+
821
+ ▸ **Refresh**(`props`, `deprecatedLegacyContext?`): `ReactNode`
822
+
823
+ #### Parameters
824
+
825
+ | Name | Type | Description |
826
+ | :------ | :------ | :------ |
827
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
828
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
829
+
830
+ #### Returns
831
+
832
+ `ReactNode`
833
+
834
+ #### Defined in
835
+
836
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:488](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L488)
837
+
838
+ ___
839
+
840
+ ### Help
841
+
842
+ ▸ **Help**(`props`, `deprecatedLegacyContext?`): `ReactNode`
843
+
844
+ #### Parameters
845
+
846
+ | Name | Type | Description |
847
+ | :------ | :------ | :------ |
848
+ | `props` | [`IconProps`](../interfaces/Icons.IconProps.md) | - |
849
+ | `deprecatedLegacyContext?` | `any` | **`Deprecated`** **`See`** [React Docs](https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods) |
850
+
851
+ #### Returns
852
+
853
+ `ReactNode`
854
+
855
+ #### Defined in
856
+
857
+ [packages/touchpoint-ui/src/components/ui/Icons.tsx:499](https://github.com/nlxai/sdk/blob/8b853457d427626d7c75ba959ddb9dd0754725af/packages/touchpoint-ui/src/components/ui/Icons.tsx#L499)