@gouvfr-lasuite/ui-kit 0.23.1 → 0.23.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.
package/dist/icons.d.ts CHANGED
@@ -2,6 +2,10 @@ import { JSX } from 'react/jsx-runtime';
2
2
 
3
3
  export declare const All: (props: IconSvgProps) => JSX.Element;
4
4
 
5
+ export declare const AndroidLogo: (props: IconSvgProps) => JSX.Element;
6
+
7
+ export declare const AppleLogo: (props: IconSvgProps) => JSX.Element;
8
+
5
9
  export declare const Archive: (props: IconSvgProps) => JSX.Element;
6
10
 
7
11
  export declare const ArrowCornerDownRight: (props: IconSvgProps) => JSX.Element;
@@ -50,8 +54,13 @@ export declare const BellOff: (props: IconSvgProps) => JSX.Element;
50
54
 
51
55
  export declare const Bento: (props: IconSvgProps) => JSX.Element;
52
56
 
57
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
53
58
  export declare const Blur: (props: IconSvgProps) => JSX.Element;
54
59
 
60
+ export declare const Blur1: (props: IconSvgProps) => JSX.Element;
61
+
62
+ export declare const Blur2: (props: IconSvgProps) => JSX.Element;
63
+
55
64
  export declare const Bold: (props: IconSvgProps) => JSX.Element;
56
65
 
57
66
  export declare const Bolt: (props: IconSvgProps) => JSX.Element;
@@ -76,10 +85,12 @@ export declare const BubbleDashed: (props: IconSvgProps) => JSX.Element;
76
85
 
77
86
  export declare const BubbleEdit: (props: IconSvgProps) => JSX.Element;
78
87
 
88
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
79
89
  export declare const BubbleLock: (props: IconSvgProps) => JSX.Element;
80
90
 
81
91
  export declare const BubbleText: (props: IconSvgProps) => JSX.Element;
82
92
 
93
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
83
94
  export declare const BubbleTextNotif: (props: IconSvgProps) => JSX.Element;
84
95
 
85
96
  export declare const Bug: (props: IconSvgProps) => JSX.Element;
@@ -100,6 +111,9 @@ export declare const CalendarClock: (props: IconSvgProps) => JSX.Element;
100
111
 
101
112
  export declare const Callout: (props: IconSvgProps) => JSX.Element;
102
113
 
114
+ export declare const CameraSwitch: (props: IconSvgProps) => JSX.Element;
115
+
116
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
103
117
  export declare const CamOffAlert: (props: IconSvgProps) => JSX.Element;
104
118
 
105
119
  export declare const CarFilled: (props: IconSvgProps) => JSX.Element;
@@ -141,8 +155,12 @@ export declare const Clock: (props: IconSvgProps) => JSX.Element;
141
155
 
142
156
  export declare const ClockArrowCirclepath: (props: IconSvgProps) => JSX.Element;
143
157
 
158
+ export declare const ClosedCaption: (props: IconSvgProps) => JSX.Element;
159
+
144
160
  export declare const CloudArrow: (props: IconSvgProps) => JSX.Element;
145
161
 
162
+ export declare const CloudDownload: (props: IconSvgProps) => JSX.Element;
163
+
146
164
  export declare const Code: (props: IconSvgProps) => JSX.Element;
147
165
 
148
166
  export declare const Color: (props: IconSvgProps) => JSX.Element;
@@ -161,8 +179,10 @@ export declare const Controls: (props: IconSvgProps) => JSX.Element;
161
179
 
162
180
  export declare const Copy: (props: IconSvgProps) => JSX.Element;
163
181
 
182
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
164
183
  export declare const CsvExport: (props: IconSvgProps) => JSX.Element;
165
184
 
185
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
166
186
  export declare const CsvImport: (props: IconSvgProps) => JSX.Element;
167
187
 
168
188
  export declare const Cube: (props: IconSvgProps) => JSX.Element;
@@ -184,10 +204,14 @@ export declare const DocDiff: (props: IconSvgProps) => JSX.Element;
184
204
 
185
205
  export declare const DocLink: (props: IconSvgProps) => JSX.Element;
186
206
 
207
+ export declare const DocMic: (props: IconSvgProps) => JSX.Element;
208
+
187
209
  export declare const DocMoveIn: (props: IconSvgProps) => JSX.Element;
188
210
 
189
211
  export declare const DocMoveOut: (props: IconSvgProps) => JSX.Element;
190
212
 
213
+ export declare const DocNewSubdoc: (props: IconSvgProps) => JSX.Element;
214
+
191
215
  export declare const DocPlus: (props: IconSvgProps) => JSX.Element;
192
216
 
193
217
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
@@ -212,10 +236,14 @@ export declare const Enter: (props: IconSvgProps) => JSX.Element;
212
236
  declare const Error_2: (props: IconSvgProps) => JSX.Element;
213
237
  export { Error_2 as Error }
214
238
 
239
+ export declare const ErrorFilled: (props: IconSvgProps) => JSX.Element;
240
+
215
241
  export declare const EuroFilled: (props: IconSvgProps) => JSX.Element;
216
242
 
217
243
  export declare const ExternalLink: (props: IconSvgProps) => JSX.Element;
218
244
 
245
+ export declare const Eye: (props: IconSvgProps) => JSX.Element;
246
+
219
247
  export declare const Face: (props: IconSvgProps) => JSX.Element;
220
248
 
221
249
  export declare const FaceRemove: (props: IconSvgProps) => JSX.Element;
@@ -253,6 +281,7 @@ export declare const Filter: (props: IconSvgProps) => JSX.Element;
253
281
 
254
282
  export declare const Filtered: (props: IconSvgProps) => JSX.Element;
255
283
 
284
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
256
285
  export declare const FilterNotification: (props: IconSvgProps) => JSX.Element;
257
286
 
258
287
  export declare const Folder: (props: IconSvgProps) => JSX.Element;
@@ -318,14 +347,21 @@ export declare const Ghost: (props: IconSvgProps) => JSX.Element;
318
347
 
319
348
  export declare const Github: (props: IconSvgProps) => JSX.Element;
320
349
 
350
+ export declare const Glass: (props: IconSvgProps) => JSX.Element;
351
+
352
+ export declare const Glasses: (props: IconSvgProps) => JSX.Element;
353
+
321
354
  export declare const Globe: (props: IconSvgProps) => JSX.Element;
322
355
 
356
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
323
357
  export declare const Globe2: (props: IconSvgProps) => JSX.Element;
324
358
 
325
359
  export declare const GlobeLock: (props: IconSvgProps) => JSX.Element;
326
360
 
327
361
  export declare const Grip: (props: IconSvgProps) => JSX.Element;
328
362
 
363
+ export declare const Hand: (props: IconSvgProps) => JSX.Element;
364
+
329
365
  export declare const HandsClap: (props: IconSvgProps) => JSX.Element;
330
366
 
331
367
  export declare const HandTap: (props: IconSvgProps) => JSX.Element;
@@ -350,6 +386,8 @@ export { Highlight_2 as Highlight }
350
386
  declare const History_2: (props: IconSvgProps) => JSX.Element;
351
387
  export { History_2 as History }
352
388
 
389
+ export declare const Hourglass: (props: IconSvgProps) => JSX.Element;
390
+
353
391
  export declare const House: (props: IconSvgProps) => JSX.Element;
354
392
 
355
393
  export declare const Icon10CircleFilled: (props: IconSvgProps) => JSX.Element;
@@ -436,8 +474,15 @@ declare enum IconType {
436
474
 
437
475
  export declare const Identity: (props: IconSvgProps) => JSX.Element;
438
476
 
477
+ export declare const ImagePlus: (props: IconSvgProps) => JSX.Element;
478
+
479
+ export declare const ImageSpark: (props: IconSvgProps) => JSX.Element;
480
+
439
481
  export declare const Incognito: (props: IconSvgProps) => JSX.Element;
440
482
 
483
+ declare const Infinity_2: (props: IconSvgProps) => JSX.Element;
484
+ export { Infinity_2 as Infinity }
485
+
441
486
  export declare const Info: (props: IconSvgProps) => JSX.Element;
442
487
 
443
488
  export declare const Info2: (props: IconSvgProps) => JSX.Element;
@@ -450,6 +495,8 @@ export declare const Key: (props: IconSvgProps) => JSX.Element;
450
495
 
451
496
  export declare const Key2: (props: IconSvgProps) => JSX.Element;
452
497
 
498
+ export declare const Keyboard: (props: IconSvgProps) => JSX.Element;
499
+
453
500
  export declare const KeyboardHide: (props: IconSvgProps) => JSX.Element;
454
501
 
455
502
  export declare const KeyFilled: (props: IconSvgProps) => JSX.Element;
@@ -487,10 +534,25 @@ export declare const Measure: (props: IconSvgProps) => JSX.Element;
487
534
 
488
535
  export declare const Meet: (props: IconSvgProps) => JSX.Element;
489
536
 
537
+ export declare const MeetOff: (props: IconSvgProps) => JSX.Element;
538
+
539
+ export declare const Megaphone: (props: IconSvgProps) => JSX.Element;
540
+
490
541
  export declare const MegaphoneFilled: (props: IconSvgProps) => JSX.Element;
491
542
 
543
+ export declare const Mic: (props: IconSvgProps) => JSX.Element;
544
+
545
+ export declare const MicFilled: (props: IconSvgProps) => JSX.Element;
546
+
547
+ export declare const MicOff: (props: IconSvgProps) => JSX.Element;
548
+
549
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
492
550
  export declare const MicOffAlert: (props: IconSvgProps) => JSX.Element;
493
551
 
552
+ export declare const MicOffFilled: (props: IconSvgProps) => JSX.Element;
553
+
554
+ export declare const Minimize: (props: IconSvgProps) => JSX.Element;
555
+
494
556
  export declare const Minus: (props: IconSvgProps) => JSX.Element;
495
557
 
496
558
  export declare const MinusFilled: (props: IconSvgProps) => JSX.Element;
@@ -499,6 +561,8 @@ export declare const More: (props: IconSvgProps) => JSX.Element;
499
561
 
500
562
  export declare const MoreCircle: (props: IconSvgProps) => JSX.Element;
501
563
 
564
+ export declare const MoreVertical: (props: IconSvgProps) => JSX.Element;
565
+
502
566
  export declare const MusicFilled: (props: IconSvgProps) => JSX.Element;
503
567
 
504
568
  export declare const Mute: (props: IconSvgProps) => JSX.Element;
@@ -522,8 +586,10 @@ export declare const PersoFilled: (props: IconSvgProps) => JSX.Element;
522
586
 
523
587
  export declare const Phone: (props: IconSvgProps) => JSX.Element;
524
588
 
589
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
525
590
  export declare const PhoneArrowUpRight: (props: IconSvgProps) => JSX.Element;
526
591
 
592
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
527
593
  export declare const PhoneArrowUpRightFilled: (props: IconSvgProps) => JSX.Element;
528
594
 
529
595
  export declare const PhoneDesktop: (props: IconSvgProps) => JSX.Element;
@@ -534,6 +600,8 @@ export declare const Picture: (props: IconSvgProps) => JSX.Element;
534
600
 
535
601
  export declare const PictureFilled: (props: IconSvgProps) => JSX.Element;
536
602
 
603
+ export declare const PictureInPicture: (props: IconSvgProps) => JSX.Element;
604
+
537
605
  export declare const PictureRemove: (props: IconSvgProps) => JSX.Element;
538
606
 
539
607
  export declare const Pin: (props: IconSvgProps) => JSX.Element;
@@ -575,6 +643,8 @@ export { Record_2 as Record }
575
643
 
576
644
  export declare const RecordFilled: (props: IconSvgProps) => JSX.Element;
577
645
 
646
+ export declare const RecordScreen: (props: IconSvgProps) => JSX.Element;
647
+
578
648
  export declare const RecordStop: (props: IconSvgProps) => JSX.Element;
579
649
 
580
650
  export declare const RectangleRotate: (props: IconSvgProps) => JSX.Element;
@@ -593,16 +663,23 @@ export declare const RoleUp: (props: IconSvgProps) => JSX.Element;
593
663
 
594
664
  export declare const Scale: (props: IconSvgProps) => JSX.Element;
595
665
 
666
+ export declare const ScreenShareOff: (props: IconSvgProps) => JSX.Element;
667
+
668
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
596
669
  export declare const Sd: (props: IconSvgProps) => JSX.Element;
597
670
 
598
671
  export declare const Server: (props: IconSvgProps) => JSX.Element;
599
672
 
673
+ export declare const Settings: (props: IconSvgProps) => JSX.Element;
674
+
600
675
  export declare const Shapes: (props: IconSvgProps) => JSX.Element;
601
676
 
602
677
  export declare const Share: (props: IconSvgProps) => JSX.Element;
603
678
 
604
679
  export declare const Shared: (props: IconSvgProps) => JSX.Element;
605
680
 
681
+ export declare const ShareScreen: (props: IconSvgProps) => JSX.Element;
682
+
606
683
  export declare const Shield: (props: IconSvgProps) => JSX.Element;
607
684
 
608
685
  export declare const ShieldAlert: (props: IconSvgProps) => JSX.Element;
@@ -611,6 +688,7 @@ export declare const ShieldCheck: (props: IconSvgProps) => JSX.Element;
611
688
 
612
689
  export declare const ShieldGear: (props: IconSvgProps) => JSX.Element;
613
690
 
691
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
614
692
  export declare const ShieldLockFilled: (props: IconSvgProps) => JSX.Element;
615
693
 
616
694
  export declare const ShieldOff: (props: IconSvgProps) => JSX.Element;
@@ -625,10 +703,13 @@ export declare const Shortcut: (props: IconSvgProps) => JSX.Element;
625
703
 
626
704
  export declare const Show: (props: IconSvgProps) => JSX.Element;
627
705
 
706
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
628
707
  export declare const Solo: (props: IconSvgProps) => JSX.Element;
629
708
 
630
709
  export declare const Sparkles2: (props: IconSvgProps) => JSX.Element;
631
710
 
711
+ export declare const Speaker: (props: IconSvgProps) => JSX.Element;
712
+
632
713
  export declare const Stack: (props: IconSvgProps) => JSX.Element;
633
714
 
634
715
  export declare const StackTemplate: (props: IconSvgProps) => JSX.Element;
@@ -690,12 +771,18 @@ export declare const UnpinFilled: (props: IconSvgProps) => JSX.Element;
690
771
 
691
772
  export declare const Upload: (props: IconSvgProps) => JSX.Element;
692
773
 
774
+ export declare const User: (props: IconSvgProps) => JSX.Element;
775
+
693
776
  export declare const UserCheck: (props: IconSvgProps) => JSX.Element;
694
777
 
778
+ export declare const UserLock: (props: IconSvgProps) => JSX.Element;
779
+
695
780
  export declare const UserSearch: (props: IconSvgProps) => JSX.Element;
696
781
 
697
782
  export declare const Volume2: (props: IconSvgProps) => JSX.Element;
698
783
 
784
+ export declare const VolumeDown: (props: IconSvgProps) => JSX.Element;
785
+
699
786
  export declare const VolumeX: (props: IconSvgProps) => JSX.Element;
700
787
 
701
788
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */