@gouvfr-lasuite/ui-kit 0.23.1 → 0.24.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.
- package/README.md +4 -1
- package/dist/{PdfPreview-BOBDAlTZ.js → PdfPreview-CLFZxX-1.js} +3 -3
- package/dist/{PdfPreview-BOBDAlTZ.js.map → PdfPreview-CLFZxX-1.js.map} +1 -1
- package/dist/{PdfPreview-C7taj-bH.cjs → PdfPreview-WRGeH0v3.cjs} +2 -2
- package/dist/{PdfPreview-C7taj-bH.cjs.map → PdfPreview-WRGeH0v3.cjs.map} +1 -1
- package/dist/{ZoomPlus-pBCoSTnV.js → ZoomPlus-BpYaKE3S.js} +285 -185
- package/dist/ZoomPlus-BpYaKE3S.js.map +1 -0
- package/dist/ZoomPlus-Buc4s50D.cjs +23 -0
- package/dist/ZoomPlus-Buc4s50D.cjs.map +1 -0
- package/dist/cunningham.ts +5 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.d.ts +150 -0
- package/dist/icons.js +1521 -755
- package/dist/icons.js.map +1 -1
- package/dist/index-8IuJhpRl.cjs +87 -0
- package/dist/index-8IuJhpRl.cjs.map +1 -0
- package/dist/{index-B6GHSbZ5.js → index-QmW7lImF.js} +5668 -5419
- package/dist/index-QmW7lImF.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +105 -4
- package/dist/index.js +87 -85
- package/dist/pdf.worker.mjs +58008 -0
- package/dist/storybook/preview-files/pdf_with_js.pdf +0 -0
- package/dist/storybook/preview-files/pdf_with_js_link.pdf +0 -0
- package/dist/storybook/preview-files/pdf_with_links.pdf +0 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/ZoomPlus-CiQptg56.cjs +0 -23
- package/dist/ZoomPlus-CiQptg56.cjs.map +0 -1
- package/dist/ZoomPlus-pBCoSTnV.js.map +0 -1
- package/dist/index-B6GHSbZ5.js.map +0 -1
- package/dist/index-Dw-xw-QF.cjs +0 -87
- package/dist/index-Dw-xw-QF.cjs.map +0 -1
package/dist/icons.d.ts
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { JSX } from 'react/jsx-runtime';
|
|
2
2
|
|
|
3
|
+
export declare const Accessibility: (props: IconSvgProps) => JSX.Element;
|
|
4
|
+
|
|
3
5
|
export declare const All: (props: IconSvgProps) => JSX.Element;
|
|
4
6
|
|
|
7
|
+
export declare const AndroidLogo: (props: IconSvgProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export declare const AppleLogo: (props: IconSvgProps) => JSX.Element;
|
|
10
|
+
|
|
5
11
|
export declare const Archive: (props: IconSvgProps) => JSX.Element;
|
|
6
12
|
|
|
7
13
|
export declare const ArrowCornerDownRight: (props: IconSvgProps) => JSX.Element;
|
|
@@ -16,6 +22,8 @@ export declare const ArrowDownLeft: (props: IconSvgProps) => JSX.Element;
|
|
|
16
22
|
|
|
17
23
|
export declare const ArrowDownRight: (props: IconSvgProps) => JSX.Element;
|
|
18
24
|
|
|
25
|
+
export declare const ArrowDownWideNarrow: (props: IconSvgProps) => JSX.Element;
|
|
26
|
+
|
|
19
27
|
export declare const ArrowDropDown: (props: IconSvgProps) => JSX.Element;
|
|
20
28
|
|
|
21
29
|
export declare const ArrowLeft: (props: IconSvgProps) => JSX.Element;
|
|
@@ -38,20 +46,31 @@ export declare const ArrowUpDownCircle: (props: IconSvgProps) => JSX.Element;
|
|
|
38
46
|
|
|
39
47
|
export declare const ArrowUpLeft: (props: IconSvgProps) => JSX.Element;
|
|
40
48
|
|
|
49
|
+
export declare const ArrowUpNarrowWide: (props: IconSvgProps) => JSX.Element;
|
|
50
|
+
|
|
41
51
|
export declare const ArrowUpRight: (props: IconSvgProps) => JSX.Element;
|
|
42
52
|
|
|
53
|
+
export declare const AttachFile: (props: IconSvgProps) => JSX.Element;
|
|
54
|
+
|
|
43
55
|
export declare const BadgeCheck: (props: IconSvgProps) => JSX.Element;
|
|
44
56
|
|
|
45
57
|
export declare const BadgeQuestion: (props: IconSvgProps) => JSX.Element;
|
|
46
58
|
|
|
59
|
+
export declare const Ban: (props: IconSvgProps) => JSX.Element;
|
|
60
|
+
|
|
47
61
|
export declare const Bell: (props: IconSvgProps) => JSX.Element;
|
|
48
62
|
|
|
49
63
|
export declare const BellOff: (props: IconSvgProps) => JSX.Element;
|
|
50
64
|
|
|
51
65
|
export declare const Bento: (props: IconSvgProps) => JSX.Element;
|
|
52
66
|
|
|
67
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
53
68
|
export declare const Blur: (props: IconSvgProps) => JSX.Element;
|
|
54
69
|
|
|
70
|
+
export declare const Blur1: (props: IconSvgProps) => JSX.Element;
|
|
71
|
+
|
|
72
|
+
export declare const Blur2: (props: IconSvgProps) => JSX.Element;
|
|
73
|
+
|
|
55
74
|
export declare const Bold: (props: IconSvgProps) => JSX.Element;
|
|
56
75
|
|
|
57
76
|
export declare const Bolt: (props: IconSvgProps) => JSX.Element;
|
|
@@ -72,16 +91,21 @@ export declare const Briefcase: (props: IconSvgProps) => JSX.Element;
|
|
|
72
91
|
|
|
73
92
|
export declare const Bubble: (props: IconSvgProps) => JSX.Element;
|
|
74
93
|
|
|
94
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
75
95
|
export declare const BubbleDashed: (props: IconSvgProps) => JSX.Element;
|
|
76
96
|
|
|
77
97
|
export declare const BubbleEdit: (props: IconSvgProps) => JSX.Element;
|
|
78
98
|
|
|
99
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
79
100
|
export declare const BubbleLock: (props: IconSvgProps) => JSX.Element;
|
|
80
101
|
|
|
81
102
|
export declare const BubbleText: (props: IconSvgProps) => JSX.Element;
|
|
82
103
|
|
|
104
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
83
105
|
export declare const BubbleTextNotif: (props: IconSvgProps) => JSX.Element;
|
|
84
106
|
|
|
107
|
+
export declare const BubbleXMark: (props: IconSvgProps) => JSX.Element;
|
|
108
|
+
|
|
85
109
|
export declare const Bug: (props: IconSvgProps) => JSX.Element;
|
|
86
110
|
|
|
87
111
|
export declare const Building: (props: IconSvgProps) => JSX.Element;
|
|
@@ -100,6 +124,9 @@ export declare const CalendarClock: (props: IconSvgProps) => JSX.Element;
|
|
|
100
124
|
|
|
101
125
|
export declare const Callout: (props: IconSvgProps) => JSX.Element;
|
|
102
126
|
|
|
127
|
+
export declare const CameraSwitch: (props: IconSvgProps) => JSX.Element;
|
|
128
|
+
|
|
129
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
103
130
|
export declare const CamOffAlert: (props: IconSvgProps) => JSX.Element;
|
|
104
131
|
|
|
105
132
|
export declare const CarFilled: (props: IconSvgProps) => JSX.Element;
|
|
@@ -137,12 +164,18 @@ export declare const CircleCheckFilled: (props: IconSvgProps) => JSX.Element;
|
|
|
137
164
|
|
|
138
165
|
export declare const CircleDot: (props: IconSvgProps) => JSX.Element;
|
|
139
166
|
|
|
167
|
+
export declare const CirclePause: (props: IconSvgProps) => JSX.Element;
|
|
168
|
+
|
|
140
169
|
export declare const Clock: (props: IconSvgProps) => JSX.Element;
|
|
141
170
|
|
|
142
171
|
export declare const ClockArrowCirclepath: (props: IconSvgProps) => JSX.Element;
|
|
143
172
|
|
|
173
|
+
export declare const ClosedCaption: (props: IconSvgProps) => JSX.Element;
|
|
174
|
+
|
|
144
175
|
export declare const CloudArrow: (props: IconSvgProps) => JSX.Element;
|
|
145
176
|
|
|
177
|
+
export declare const CloudDownload: (props: IconSvgProps) => JSX.Element;
|
|
178
|
+
|
|
146
179
|
export declare const Code: (props: IconSvgProps) => JSX.Element;
|
|
147
180
|
|
|
148
181
|
export declare const Color: (props: IconSvgProps) => JSX.Element;
|
|
@@ -161,8 +194,10 @@ export declare const Controls: (props: IconSvgProps) => JSX.Element;
|
|
|
161
194
|
|
|
162
195
|
export declare const Copy: (props: IconSvgProps) => JSX.Element;
|
|
163
196
|
|
|
197
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
164
198
|
export declare const CsvExport: (props: IconSvgProps) => JSX.Element;
|
|
165
199
|
|
|
200
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
166
201
|
export declare const CsvImport: (props: IconSvgProps) => JSX.Element;
|
|
167
202
|
|
|
168
203
|
export declare const Cube: (props: IconSvgProps) => JSX.Element;
|
|
@@ -184,10 +219,14 @@ export declare const DocDiff: (props: IconSvgProps) => JSX.Element;
|
|
|
184
219
|
|
|
185
220
|
export declare const DocLink: (props: IconSvgProps) => JSX.Element;
|
|
186
221
|
|
|
222
|
+
export declare const DocMic: (props: IconSvgProps) => JSX.Element;
|
|
223
|
+
|
|
187
224
|
export declare const DocMoveIn: (props: IconSvgProps) => JSX.Element;
|
|
188
225
|
|
|
189
226
|
export declare const DocMoveOut: (props: IconSvgProps) => JSX.Element;
|
|
190
227
|
|
|
228
|
+
export declare const DocNewSubdoc: (props: IconSvgProps) => JSX.Element;
|
|
229
|
+
|
|
191
230
|
export declare const DocPlus: (props: IconSvgProps) => JSX.Element;
|
|
192
231
|
|
|
193
232
|
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
@@ -212,10 +251,15 @@ export declare const Enter: (props: IconSvgProps) => JSX.Element;
|
|
|
212
251
|
declare const Error_2: (props: IconSvgProps) => JSX.Element;
|
|
213
252
|
export { Error_2 as Error }
|
|
214
253
|
|
|
254
|
+
export declare const ErrorFilled: (props: IconSvgProps) => JSX.Element;
|
|
255
|
+
|
|
215
256
|
export declare const EuroFilled: (props: IconSvgProps) => JSX.Element;
|
|
216
257
|
|
|
217
258
|
export declare const ExternalLink: (props: IconSvgProps) => JSX.Element;
|
|
218
259
|
|
|
260
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
261
|
+
export declare const Eye: (props: IconSvgProps) => JSX.Element;
|
|
262
|
+
|
|
219
263
|
export declare const Face: (props: IconSvgProps) => JSX.Element;
|
|
220
264
|
|
|
221
265
|
export declare const FaceRemove: (props: IconSvgProps) => JSX.Element;
|
|
@@ -253,6 +297,7 @@ export declare const Filter: (props: IconSvgProps) => JSX.Element;
|
|
|
253
297
|
|
|
254
298
|
export declare const Filtered: (props: IconSvgProps) => JSX.Element;
|
|
255
299
|
|
|
300
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
256
301
|
export declare const FilterNotification: (props: IconSvgProps) => JSX.Element;
|
|
257
302
|
|
|
258
303
|
export declare const Folder: (props: IconSvgProps) => JSX.Element;
|
|
@@ -277,6 +322,8 @@ export declare const FolderPlus: (props: IconSvgProps) => JSX.Element;
|
|
|
277
322
|
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
278
323
|
export declare const FolderPublic: (props: IconSvgProps) => JSX.Element;
|
|
279
324
|
|
|
325
|
+
export declare const FolderRestricted: (props: IconSvgProps) => JSX.Element;
|
|
326
|
+
|
|
280
327
|
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
281
328
|
export declare const FolderShared: (props: IconSvgProps) => JSX.Element;
|
|
282
329
|
|
|
@@ -318,14 +365,21 @@ export declare const Ghost: (props: IconSvgProps) => JSX.Element;
|
|
|
318
365
|
|
|
319
366
|
export declare const Github: (props: IconSvgProps) => JSX.Element;
|
|
320
367
|
|
|
368
|
+
export declare const Glass: (props: IconSvgProps) => JSX.Element;
|
|
369
|
+
|
|
370
|
+
export declare const Glasses: (props: IconSvgProps) => JSX.Element;
|
|
371
|
+
|
|
321
372
|
export declare const Globe: (props: IconSvgProps) => JSX.Element;
|
|
322
373
|
|
|
374
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
323
375
|
export declare const Globe2: (props: IconSvgProps) => JSX.Element;
|
|
324
376
|
|
|
325
377
|
export declare const GlobeLock: (props: IconSvgProps) => JSX.Element;
|
|
326
378
|
|
|
327
379
|
export declare const Grip: (props: IconSvgProps) => JSX.Element;
|
|
328
380
|
|
|
381
|
+
export declare const Hand: (props: IconSvgProps) => JSX.Element;
|
|
382
|
+
|
|
329
383
|
export declare const HandsClap: (props: IconSvgProps) => JSX.Element;
|
|
330
384
|
|
|
331
385
|
export declare const HandTap: (props: IconSvgProps) => JSX.Element;
|
|
@@ -350,6 +404,8 @@ export { Highlight_2 as Highlight }
|
|
|
350
404
|
declare const History_2: (props: IconSvgProps) => JSX.Element;
|
|
351
405
|
export { History_2 as History }
|
|
352
406
|
|
|
407
|
+
export declare const Hourglass: (props: IconSvgProps) => JSX.Element;
|
|
408
|
+
|
|
353
409
|
export declare const House: (props: IconSvgProps) => JSX.Element;
|
|
354
410
|
|
|
355
411
|
export declare const Icon10CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
@@ -436,8 +492,18 @@ declare enum IconType {
|
|
|
436
492
|
|
|
437
493
|
export declare const Identity: (props: IconSvgProps) => JSX.Element;
|
|
438
494
|
|
|
495
|
+
export declare const ImageAdd: (props: IconSvgProps) => JSX.Element;
|
|
496
|
+
|
|
497
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
498
|
+
export declare const ImagePlus: (props: IconSvgProps) => JSX.Element;
|
|
499
|
+
|
|
500
|
+
export declare const ImageSpark: (props: IconSvgProps) => JSX.Element;
|
|
501
|
+
|
|
439
502
|
export declare const Incognito: (props: IconSvgProps) => JSX.Element;
|
|
440
503
|
|
|
504
|
+
declare const Infinity_2: (props: IconSvgProps) => JSX.Element;
|
|
505
|
+
export { Infinity_2 as Infinity }
|
|
506
|
+
|
|
441
507
|
export declare const Info: (props: IconSvgProps) => JSX.Element;
|
|
442
508
|
|
|
443
509
|
export declare const Info2: (props: IconSvgProps) => JSX.Element;
|
|
@@ -448,10 +514,14 @@ export declare const JusticeFilled: (props: IconSvgProps) => JSX.Element;
|
|
|
448
514
|
|
|
449
515
|
export declare const Key: (props: IconSvgProps) => JSX.Element;
|
|
450
516
|
|
|
517
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
451
518
|
export declare const Key2: (props: IconSvgProps) => JSX.Element;
|
|
452
519
|
|
|
520
|
+
export declare const Keyboard: (props: IconSvgProps) => JSX.Element;
|
|
521
|
+
|
|
453
522
|
export declare const KeyboardHide: (props: IconSvgProps) => JSX.Element;
|
|
454
523
|
|
|
524
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
455
525
|
export declare const KeyFilled: (props: IconSvgProps) => JSX.Element;
|
|
456
526
|
|
|
457
527
|
export declare const Language: (props: IconSvgProps) => JSX.Element;
|
|
@@ -481,16 +551,33 @@ export declare const Mail: (props: IconSvgProps) => JSX.Element;
|
|
|
481
551
|
|
|
482
552
|
export declare const MailCheckFilled: (props: IconSvgProps) => JSX.Element;
|
|
483
553
|
|
|
554
|
+
export declare const MapPin: (props: IconSvgProps) => JSX.Element;
|
|
555
|
+
|
|
484
556
|
export declare const Maximize: (props: IconSvgProps) => JSX.Element;
|
|
485
557
|
|
|
486
558
|
export declare const Measure: (props: IconSvgProps) => JSX.Element;
|
|
487
559
|
|
|
488
560
|
export declare const Meet: (props: IconSvgProps) => JSX.Element;
|
|
489
561
|
|
|
562
|
+
export declare const MeetOff: (props: IconSvgProps) => JSX.Element;
|
|
563
|
+
|
|
564
|
+
export declare const Megaphone: (props: IconSvgProps) => JSX.Element;
|
|
565
|
+
|
|
490
566
|
export declare const MegaphoneFilled: (props: IconSvgProps) => JSX.Element;
|
|
491
567
|
|
|
568
|
+
export declare const Mic: (props: IconSvgProps) => JSX.Element;
|
|
569
|
+
|
|
570
|
+
export declare const MicFilled: (props: IconSvgProps) => JSX.Element;
|
|
571
|
+
|
|
572
|
+
export declare const MicOff: (props: IconSvgProps) => JSX.Element;
|
|
573
|
+
|
|
574
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
492
575
|
export declare const MicOffAlert: (props: IconSvgProps) => JSX.Element;
|
|
493
576
|
|
|
577
|
+
export declare const MicOffFilled: (props: IconSvgProps) => JSX.Element;
|
|
578
|
+
|
|
579
|
+
export declare const Minimize: (props: IconSvgProps) => JSX.Element;
|
|
580
|
+
|
|
494
581
|
export declare const Minus: (props: IconSvgProps) => JSX.Element;
|
|
495
582
|
|
|
496
583
|
export declare const MinusFilled: (props: IconSvgProps) => JSX.Element;
|
|
@@ -499,6 +586,8 @@ export declare const More: (props: IconSvgProps) => JSX.Element;
|
|
|
499
586
|
|
|
500
587
|
export declare const MoreCircle: (props: IconSvgProps) => JSX.Element;
|
|
501
588
|
|
|
589
|
+
export declare const MoreVertical: (props: IconSvgProps) => JSX.Element;
|
|
590
|
+
|
|
502
591
|
export declare const MusicFilled: (props: IconSvgProps) => JSX.Element;
|
|
503
592
|
|
|
504
593
|
export declare const Mute: (props: IconSvgProps) => JSX.Element;
|
|
@@ -522,8 +611,10 @@ export declare const PersoFilled: (props: IconSvgProps) => JSX.Element;
|
|
|
522
611
|
|
|
523
612
|
export declare const Phone: (props: IconSvgProps) => JSX.Element;
|
|
524
613
|
|
|
614
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
525
615
|
export declare const PhoneArrowUpRight: (props: IconSvgProps) => JSX.Element;
|
|
526
616
|
|
|
617
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
527
618
|
export declare const PhoneArrowUpRightFilled: (props: IconSvgProps) => JSX.Element;
|
|
528
619
|
|
|
529
620
|
export declare const PhoneDesktop: (props: IconSvgProps) => JSX.Element;
|
|
@@ -534,12 +625,15 @@ export declare const Picture: (props: IconSvgProps) => JSX.Element;
|
|
|
534
625
|
|
|
535
626
|
export declare const PictureFilled: (props: IconSvgProps) => JSX.Element;
|
|
536
627
|
|
|
628
|
+
export declare const PictureInPicture: (props: IconSvgProps) => JSX.Element;
|
|
629
|
+
|
|
537
630
|
export declare const PictureRemove: (props: IconSvgProps) => JSX.Element;
|
|
538
631
|
|
|
539
632
|
export declare const Pin: (props: IconSvgProps) => JSX.Element;
|
|
540
633
|
|
|
541
634
|
export declare const PinFilled: (props: IconSvgProps) => JSX.Element;
|
|
542
635
|
|
|
636
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
543
637
|
export declare const PinOff: (props: IconSvgProps) => JSX.Element;
|
|
544
638
|
|
|
545
639
|
export declare const Play: (props: IconSvgProps) => JSX.Element;
|
|
@@ -554,12 +648,15 @@ export declare const Plus: (props: IconSvgProps) => JSX.Element;
|
|
|
554
648
|
|
|
555
649
|
export declare const PlusDashed: (props: IconSvgProps) => JSX.Element;
|
|
556
650
|
|
|
651
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
557
652
|
export declare const PlusDashedEdit: (props: IconSvgProps) => JSX.Element;
|
|
558
653
|
|
|
559
654
|
export declare const Present: (props: IconSvgProps) => JSX.Element;
|
|
560
655
|
|
|
561
656
|
export declare const Presentation: (props: IconSvgProps) => JSX.Element;
|
|
562
657
|
|
|
658
|
+
export declare const Print: (props: IconSvgProps) => JSX.Element;
|
|
659
|
+
|
|
563
660
|
export declare const Public: (props: IconSvgProps) => JSX.Element;
|
|
564
661
|
|
|
565
662
|
export declare const Puzzle: (props: IconSvgProps) => JSX.Element;
|
|
@@ -575,6 +672,8 @@ export { Record_2 as Record }
|
|
|
575
672
|
|
|
576
673
|
export declare const RecordFilled: (props: IconSvgProps) => JSX.Element;
|
|
577
674
|
|
|
675
|
+
export declare const RecordScreen: (props: IconSvgProps) => JSX.Element;
|
|
676
|
+
|
|
578
677
|
export declare const RecordStop: (props: IconSvgProps) => JSX.Element;
|
|
579
678
|
|
|
580
679
|
export declare const RectangleRotate: (props: IconSvgProps) => JSX.Element;
|
|
@@ -593,16 +692,25 @@ export declare const RoleUp: (props: IconSvgProps) => JSX.Element;
|
|
|
593
692
|
|
|
594
693
|
export declare const Scale: (props: IconSvgProps) => JSX.Element;
|
|
595
694
|
|
|
695
|
+
export declare const ScreenShareOff: (props: IconSvgProps) => JSX.Element;
|
|
696
|
+
|
|
697
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
596
698
|
export declare const Sd: (props: IconSvgProps) => JSX.Element;
|
|
597
699
|
|
|
700
|
+
export declare const Send: (props: IconSvgProps) => JSX.Element;
|
|
701
|
+
|
|
598
702
|
export declare const Server: (props: IconSvgProps) => JSX.Element;
|
|
599
703
|
|
|
704
|
+
export declare const Settings: (props: IconSvgProps) => JSX.Element;
|
|
705
|
+
|
|
600
706
|
export declare const Shapes: (props: IconSvgProps) => JSX.Element;
|
|
601
707
|
|
|
602
708
|
export declare const Share: (props: IconSvgProps) => JSX.Element;
|
|
603
709
|
|
|
604
710
|
export declare const Shared: (props: IconSvgProps) => JSX.Element;
|
|
605
711
|
|
|
712
|
+
export declare const ShareScreen: (props: IconSvgProps) => JSX.Element;
|
|
713
|
+
|
|
606
714
|
export declare const Shield: (props: IconSvgProps) => JSX.Element;
|
|
607
715
|
|
|
608
716
|
export declare const ShieldAlert: (props: IconSvgProps) => JSX.Element;
|
|
@@ -611,6 +719,7 @@ export declare const ShieldCheck: (props: IconSvgProps) => JSX.Element;
|
|
|
611
719
|
|
|
612
720
|
export declare const ShieldGear: (props: IconSvgProps) => JSX.Element;
|
|
613
721
|
|
|
722
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
614
723
|
export declare const ShieldLockFilled: (props: IconSvgProps) => JSX.Element;
|
|
615
724
|
|
|
616
725
|
export declare const ShieldOff: (props: IconSvgProps) => JSX.Element;
|
|
@@ -625,10 +734,20 @@ export declare const Shortcut: (props: IconSvgProps) => JSX.Element;
|
|
|
625
734
|
|
|
626
735
|
export declare const Show: (props: IconSvgProps) => JSX.Element;
|
|
627
736
|
|
|
737
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
628
738
|
export declare const Solo: (props: IconSvgProps) => JSX.Element;
|
|
629
739
|
|
|
740
|
+
export declare const Sparkle: (props: IconSvgProps) => JSX.Element;
|
|
741
|
+
|
|
742
|
+
export declare const Sparkle2: (props: IconSvgProps) => JSX.Element;
|
|
743
|
+
|
|
744
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
630
745
|
export declare const Sparkles2: (props: IconSvgProps) => JSX.Element;
|
|
631
746
|
|
|
747
|
+
export declare const Speaker: (props: IconSvgProps) => JSX.Element;
|
|
748
|
+
|
|
749
|
+
export declare const Spotlight: (props: IconSvgProps) => JSX.Element;
|
|
750
|
+
|
|
632
751
|
export declare const Stack: (props: IconSvgProps) => JSX.Element;
|
|
633
752
|
|
|
634
753
|
export declare const StackTemplate: (props: IconSvgProps) => JSX.Element;
|
|
@@ -641,12 +760,28 @@ export declare const StarSlash: (props: IconSvgProps) => JSX.Element;
|
|
|
641
760
|
|
|
642
761
|
export declare const Strikethrough: (props: IconSvgProps) => JSX.Element;
|
|
643
762
|
|
|
763
|
+
export declare const Suggest: (props: IconSvgProps) => JSX.Element;
|
|
764
|
+
|
|
644
765
|
export declare const Sun: (props: IconSvgProps) => JSX.Element;
|
|
645
766
|
|
|
646
767
|
export declare const Table: (props: IconSvgProps) => JSX.Element;
|
|
647
768
|
|
|
769
|
+
export declare const TagAdd: (props: IconSvgProps) => JSX.Element;
|
|
770
|
+
|
|
771
|
+
export declare const TagOff: (props: IconSvgProps) => JSX.Element;
|
|
772
|
+
|
|
773
|
+
export declare const Tchap: (props: IconSvgProps) => JSX.Element;
|
|
774
|
+
|
|
648
775
|
export declare const TerminalFilled: (props: IconSvgProps) => JSX.Element;
|
|
649
776
|
|
|
777
|
+
export declare const TextAlignCenter: (props: IconSvgProps) => JSX.Element;
|
|
778
|
+
|
|
779
|
+
export declare const TextAlignEnd: (props: IconSvgProps) => JSX.Element;
|
|
780
|
+
|
|
781
|
+
export declare const TextAlignJustify: (props: IconSvgProps) => JSX.Element;
|
|
782
|
+
|
|
783
|
+
export declare const TextAlignStart: (props: IconSvgProps) => JSX.Element;
|
|
784
|
+
|
|
650
785
|
export declare const Thread: (props: IconSvgProps) => JSX.Element;
|
|
651
786
|
|
|
652
787
|
export declare const ThumbDown: (props: IconSvgProps) => JSX.Element;
|
|
@@ -690,12 +825,20 @@ export declare const UnpinFilled: (props: IconSvgProps) => JSX.Element;
|
|
|
690
825
|
|
|
691
826
|
export declare const Upload: (props: IconSvgProps) => JSX.Element;
|
|
692
827
|
|
|
828
|
+
export declare const User: (props: IconSvgProps) => JSX.Element;
|
|
829
|
+
|
|
830
|
+
export declare const UserAdd: (props: IconSvgProps) => JSX.Element;
|
|
831
|
+
|
|
693
832
|
export declare const UserCheck: (props: IconSvgProps) => JSX.Element;
|
|
694
833
|
|
|
834
|
+
export declare const UserLock: (props: IconSvgProps) => JSX.Element;
|
|
835
|
+
|
|
695
836
|
export declare const UserSearch: (props: IconSvgProps) => JSX.Element;
|
|
696
837
|
|
|
697
838
|
export declare const Volume2: (props: IconSvgProps) => JSX.Element;
|
|
698
839
|
|
|
840
|
+
export declare const VolumeDown: (props: IconSvgProps) => JSX.Element;
|
|
841
|
+
|
|
699
842
|
export declare const VolumeX: (props: IconSvgProps) => JSX.Element;
|
|
700
843
|
|
|
701
844
|
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
@@ -726,3 +869,10 @@ export declare const ZoomMinus: (props: IconSvgProps) => JSX.Element;
|
|
|
726
869
|
export declare const ZoomPlus: (props: IconSvgProps) => JSX.Element;
|
|
727
870
|
|
|
728
871
|
export { }
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
declare global {
|
|
875
|
+
interface Window {
|
|
876
|
+
__helpMenuCalls: string[];
|
|
877
|
+
}
|
|
878
|
+
}
|