@medway-ui/icons 1.4.0 → 1.6.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.
Files changed (153) hide show
  1. package/dist/components/icons/AgendaAi.cjs +43 -0
  2. package/dist/components/icons/{TestTime.d.cts → AgendaAi.d.cts} +2 -2
  3. package/dist/components/icons/{TestTime.d.ts → AgendaAi.d.ts} +2 -2
  4. package/dist/components/icons/AgendaAi.js +9 -0
  5. package/dist/components/icons/{Test.cjs → AlmostAi.cjs} +8 -8
  6. package/dist/components/icons/AlmostAi.d.cts +6 -0
  7. package/dist/components/icons/AlmostAi.d.ts +6 -0
  8. package/dist/components/icons/AlmostAi.js +9 -0
  9. package/dist/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +8 -8
  10. package/dist/components/icons/{HistoryBack.d.cts → AttentionAi.d.cts} +2 -2
  11. package/dist/components/icons/{HistoryBack.d.ts → AttentionAi.d.ts} +2 -2
  12. package/dist/components/icons/AttentionAi.js +9 -0
  13. package/dist/components/icons/CalendarEdit.cjs +43 -0
  14. package/dist/components/icons/CalendarEdit.d.cts +6 -0
  15. package/dist/components/icons/CalendarEdit.d.ts +6 -0
  16. package/dist/components/icons/CalendarEdit.js +9 -0
  17. package/dist/components/icons/Card.cjs +43 -0
  18. package/dist/components/icons/{Test.d.cts → Card.d.cts} +2 -2
  19. package/dist/components/icons/{Test.d.ts → Card.d.ts} +2 -2
  20. package/dist/components/icons/Card.js +9 -0
  21. package/dist/components/icons/CloudSync.cjs +43 -0
  22. package/dist/components/icons/CloudSync.d.cts +6 -0
  23. package/dist/components/icons/CloudSync.d.ts +6 -0
  24. package/dist/components/icons/CloudSync.js +9 -0
  25. package/dist/components/icons/Compass02.cjs +43 -0
  26. package/dist/components/icons/Compass02.d.cts +6 -0
  27. package/dist/components/icons/Compass02.d.ts +6 -0
  28. package/dist/components/icons/Compass02.js +9 -0
  29. package/dist/components/icons/CriticalAi.cjs +43 -0
  30. package/dist/components/icons/CriticalAi.d.cts +6 -0
  31. package/dist/components/icons/CriticalAi.d.ts +6 -0
  32. package/dist/components/icons/CriticalAi.js +9 -0
  33. package/dist/components/icons/EventEdit.cjs +43 -0
  34. package/dist/components/icons/EventEdit.d.cts +6 -0
  35. package/dist/components/icons/EventEdit.d.ts +6 -0
  36. package/dist/components/icons/EventEdit.js +9 -0
  37. package/dist/components/icons/GoalAi.cjs +43 -0
  38. package/dist/components/icons/GoalAi.d.cts +6 -0
  39. package/dist/components/icons/GoalAi.d.ts +6 -0
  40. package/dist/components/icons/GoalAi.js +9 -0
  41. package/dist/components/icons/PlaylistAdd.cjs +43 -0
  42. package/dist/components/icons/PlaylistAdd.d.cts +6 -0
  43. package/dist/components/icons/PlaylistAdd.d.ts +6 -0
  44. package/dist/components/icons/PlaylistAdd.js +9 -0
  45. package/dist/components/icons/PlaylistCheck.cjs +43 -0
  46. package/dist/components/icons/PlaylistCheck.d.cts +6 -0
  47. package/dist/components/icons/PlaylistCheck.d.ts +6 -0
  48. package/dist/components/icons/PlaylistCheck.js +9 -0
  49. package/dist/components/icons/Postpone.cjs +43 -0
  50. package/dist/components/icons/Postpone.d.cts +6 -0
  51. package/dist/components/icons/Postpone.d.ts +6 -0
  52. package/dist/components/icons/Postpone.js +9 -0
  53. package/dist/components/icons/SuperGoalAi.cjs +43 -0
  54. package/dist/components/icons/SuperGoalAi.d.cts +6 -0
  55. package/dist/components/icons/SuperGoalAi.d.ts +6 -0
  56. package/dist/components/icons/SuperGoalAi.js +9 -0
  57. package/dist/components/icons/index.cjs +42 -15
  58. package/dist/components/icons/index.d.cts +14 -5
  59. package/dist/components/icons/index.d.ts +14 -5
  60. package/dist/components/icons/index.js +28 -10
  61. package/dist/index.d.cts +14 -5
  62. package/dist/index.d.ts +14 -5
  63. package/native/components/icons/AgendaAi.cjs +45 -0
  64. package/native/components/icons/AgendaAi.d.cts +9 -0
  65. package/native/components/icons/AgendaAi.d.ts +9 -0
  66. package/native/components/icons/AgendaAi.js +11 -0
  67. package/native/components/icons/{Test.cjs → AlmostAi.cjs} +7 -7
  68. package/native/components/icons/AlmostAi.d.cts +9 -0
  69. package/native/components/icons/AlmostAi.d.ts +9 -0
  70. package/native/components/icons/AlmostAi.js +11 -0
  71. package/native/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +7 -8
  72. package/native/components/icons/AttentionAi.d.cts +9 -0
  73. package/native/components/icons/AttentionAi.d.ts +9 -0
  74. package/native/components/icons/AttentionAi.js +11 -0
  75. package/native/components/icons/CalendarEdit.cjs +45 -0
  76. package/native/components/icons/CalendarEdit.d.cts +9 -0
  77. package/native/components/icons/CalendarEdit.d.ts +9 -0
  78. package/native/components/icons/CalendarEdit.js +11 -0
  79. package/native/components/icons/Card.cjs +45 -0
  80. package/native/components/icons/{Test.d.cts → Card.d.cts} +3 -3
  81. package/native/components/icons/{Test.d.ts → Card.d.ts} +3 -3
  82. package/native/components/icons/Card.js +11 -0
  83. package/native/components/icons/CloudSync.cjs +45 -0
  84. package/native/components/icons/CloudSync.d.cts +9 -0
  85. package/native/components/icons/CloudSync.d.ts +9 -0
  86. package/native/components/icons/CloudSync.js +11 -0
  87. package/native/components/icons/Compass02.cjs +45 -0
  88. package/native/components/icons/Compass02.d.cts +9 -0
  89. package/native/components/icons/Compass02.d.ts +9 -0
  90. package/native/components/icons/Compass02.js +11 -0
  91. package/native/components/icons/CriticalAi.cjs +45 -0
  92. package/native/components/icons/CriticalAi.d.cts +9 -0
  93. package/native/components/icons/CriticalAi.d.ts +9 -0
  94. package/native/components/icons/CriticalAi.js +11 -0
  95. package/native/components/icons/EventEdit.cjs +45 -0
  96. package/native/components/icons/EventEdit.d.cts +9 -0
  97. package/native/components/icons/EventEdit.d.ts +9 -0
  98. package/native/components/icons/EventEdit.js +11 -0
  99. package/native/components/icons/GoalAi.cjs +45 -0
  100. package/native/components/icons/GoalAi.d.cts +9 -0
  101. package/native/components/icons/GoalAi.d.ts +9 -0
  102. package/native/components/icons/GoalAi.js +11 -0
  103. package/native/components/icons/PlaylistAdd.cjs +45 -0
  104. package/native/components/icons/PlaylistAdd.d.cts +9 -0
  105. package/native/components/icons/PlaylistAdd.d.ts +9 -0
  106. package/native/components/icons/PlaylistAdd.js +11 -0
  107. package/native/components/icons/PlaylistCheck.cjs +45 -0
  108. package/native/components/icons/PlaylistCheck.d.cts +9 -0
  109. package/native/components/icons/PlaylistCheck.d.ts +9 -0
  110. package/native/components/icons/PlaylistCheck.js +11 -0
  111. package/native/components/icons/Postpone.cjs +45 -0
  112. package/native/components/icons/Postpone.d.cts +9 -0
  113. package/native/components/icons/Postpone.d.ts +9 -0
  114. package/native/components/icons/Postpone.js +11 -0
  115. package/native/components/icons/SuperGoalAi.cjs +45 -0
  116. package/native/components/icons/SuperGoalAi.d.cts +9 -0
  117. package/native/components/icons/SuperGoalAi.d.ts +9 -0
  118. package/native/components/icons/SuperGoalAi.js +11 -0
  119. package/native/components/icons/index.cjs +42 -15
  120. package/native/components/icons/index.d.cts +14 -5
  121. package/native/components/icons/index.d.ts +14 -5
  122. package/native/components/icons/index.js +28 -10
  123. package/native/index.d.cts +85 -31
  124. package/native/index.d.ts +85 -31
  125. package/package.json +8 -1
  126. package/dist/components/icons/Flame.cjs +0 -43
  127. package/dist/components/icons/Flame.d.cts +0 -6
  128. package/dist/components/icons/Flame.d.ts +0 -6
  129. package/dist/components/icons/Flame.js +0 -9
  130. package/dist/components/icons/HistoryBack.js +0 -9
  131. package/dist/components/icons/MedbrainFullAi.cjs +0 -43
  132. package/dist/components/icons/MedbrainFullAi.d.cts +0 -6
  133. package/dist/components/icons/MedbrainFullAi.d.ts +0 -6
  134. package/dist/components/icons/MedbrainFullAi.js +0 -9
  135. package/dist/components/icons/Test.js +0 -9
  136. package/dist/components/icons/TestTime.cjs +0 -43
  137. package/dist/components/icons/TestTime.js +0 -9
  138. package/native/components/icons/Flame.cjs +0 -45
  139. package/native/components/icons/Flame.d.cts +0 -9
  140. package/native/components/icons/Flame.d.ts +0 -9
  141. package/native/components/icons/Flame.js +0 -11
  142. package/native/components/icons/HistoryBack.d.cts +0 -9
  143. package/native/components/icons/HistoryBack.d.ts +0 -9
  144. package/native/components/icons/HistoryBack.js +0 -12
  145. package/native/components/icons/MedbrainFullAi.cjs +0 -48
  146. package/native/components/icons/MedbrainFullAi.d.cts +0 -9
  147. package/native/components/icons/MedbrainFullAi.d.ts +0 -9
  148. package/native/components/icons/MedbrainFullAi.js +0 -14
  149. package/native/components/icons/Test.js +0 -11
  150. package/native/components/icons/TestTime.cjs +0 -49
  151. package/native/components/icons/TestTime.d.cts +0 -9
  152. package/native/components/icons/TestTime.d.ts +0 -9
  153. package/native/components/icons/TestTime.js +0 -15
@@ -5,8 +5,10 @@ import { AddPlusCircle } from "./AddPlusCircle";
5
5
  import { AddPlusSquare } from "./AddPlusSquare";
6
6
  import { AddRow } from "./AddRow";
7
7
  import { AddToQueue } from "./AddToQueue";
8
+ import { AgendaAi } from "./AgendaAi";
8
9
  import { Airplay } from "./Airplay";
9
10
  import { Alarm } from "./Alarm";
11
+ import { AlmostAi } from "./AlmostAi";
10
12
  import { Anticipate } from "./Anticipate";
11
13
  import { Archive } from "./Archive";
12
14
  import { ArrowCircleDown } from "./ArrowCircleDown";
@@ -57,6 +59,7 @@ import { ArrowUpRightMd } from "./ArrowUpRightMd";
57
59
  import { ArrowUpRightSm } from "./ArrowUpRightSm";
58
60
  import { ArrowUpSm } from "./ArrowUpSm";
59
61
  import { ArrowsReload01 } from "./ArrowsReload01";
62
+ import { AttentionAi } from "./AttentionAi";
60
63
  import { BarBottom } from "./BarBottom";
61
64
  import { BarLeft } from "./BarLeft";
62
65
  import { BarRight } from "./BarRight";
@@ -84,12 +87,14 @@ import { CalendarAdd } from "./CalendarAdd";
84
87
  import { CalendarCheck } from "./CalendarCheck";
85
88
  import { CalendarClose } from "./CalendarClose";
86
89
  import { CalendarDays } from "./CalendarDays";
90
+ import { CalendarEdit } from "./CalendarEdit";
87
91
  import { CalendarEvent } from "./CalendarEvent";
88
92
  import { CalendarList } from "./CalendarList";
89
93
  import { CalendarRemove } from "./CalendarRemove";
90
94
  import { CalendarWeek } from "./CalendarWeek";
91
95
  import { Camera } from "./Camera";
92
96
  import { CarAuto } from "./CarAuto";
97
+ import { Card } from "./Card";
93
98
  import { CardLibrary } from "./CardLibrary";
94
99
  import { CaretCircleDown } from "./CaretCircleDown";
95
100
  import { CaretCircleLeft } from "./CaretCircleLeft";
@@ -156,6 +161,7 @@ import { CloudClose } from "./CloudClose";
156
161
  import { CloudDownload } from "./CloudDownload";
157
162
  import { CloudOff } from "./CloudOff";
158
163
  import { CloudRemove } from "./CloudRemove";
164
+ import { CloudSync } from "./CloudSync";
159
165
  import { CloudUpload } from "./CloudUpload";
160
166
  import { Code } from "./Code";
161
167
  import { CoffeToGo } from "./CoffeToGo";
@@ -165,10 +171,12 @@ import { CombineAi } from "./CombineAi";
165
171
  import { CombineCells } from "./CombineCells";
166
172
  import { Command } from "./Command";
167
173
  import { Compass } from "./Compass";
174
+ import { Compass02 } from "./Compass02";
168
175
  import { Cookie } from "./Cookie";
169
176
  import { Copy } from "./Copy";
170
177
  import { CreditCard } from "./CreditCard";
171
178
  import { CreditCard2 } from "./CreditCard2";
179
+ import { CriticalAi } from "./CriticalAi";
172
180
  import { Crop } from "./Crop";
173
181
  import { Cupcake } from "./Cupcake";
174
182
  import { Cylinder } from "./Cylinder";
@@ -192,6 +200,7 @@ import { EditPencil } from "./EditPencil";
192
200
  import { EditPencil2 } from "./EditPencil2";
193
201
  import { EditPencilLine } from "./EditPencilLine";
194
202
  import { EditPencilLine2 } from "./EditPencilLine2";
203
+ import { EventEdit } from "./EventEdit";
195
204
  import { EventShortcut } from "./EventShortcut";
196
205
  import { Exit } from "./Exit";
197
206
  import { Expand } from "./Expand";
@@ -214,7 +223,6 @@ import { FilterOff } from "./FilterOff";
214
223
  import { Fire } from "./Fire";
215
224
  import { FirstAid } from "./FirstAid";
216
225
  import { Flag } from "./Flag";
217
- import { Flame } from "./Flame";
218
226
  import { Flashcard } from "./Flashcard";
219
227
  import { Focus } from "./Focus";
220
228
  import { Folder } from "./Folder";
@@ -234,6 +242,7 @@ import { Font } from "./Font";
234
242
  import { Forward } from "./Forward";
235
243
  import { Gift } from "./Gift";
236
244
  import { Globe } from "./Globe";
245
+ import { GoalAi } from "./GoalAi";
237
246
  import { Graduation } from "./Graduation";
238
247
  import { Grid } from "./Grid";
239
248
  import { GynecologyAndObstetrics } from "./GynecologyAndObstetrics";
@@ -253,7 +262,6 @@ import { Heart } from "./Heart";
253
262
  import { Heart2 } from "./Heart2";
254
263
  import { Help } from "./Help";
255
264
  import { Hide } from "./Hide";
256
- import { HistoryBack } from "./HistoryBack";
257
265
  import { House } from "./House";
258
266
  import { House2 } from "./House2";
259
267
  import { House3 } from "./House3";
@@ -307,7 +315,6 @@ import { Map } from "./Map";
307
315
  import { MapPin } from "./MapPin";
308
316
  import { Medbrain } from "./Medbrain";
309
317
  import { MedbrainAi } from "./MedbrainAi";
310
- import { MedbrainFullAi } from "./MedbrainFullAi";
311
318
  import { MedicalClinic } from "./MedicalClinic";
312
319
  import { Mention } from "./Mention";
313
320
  import { MenuAlt } from "./MenuAlt";
@@ -355,6 +362,9 @@ import { Planet } from "./Planet";
355
362
  import { Play } from "./Play";
356
363
  import { PlayCircle } from "./PlayCircle";
357
364
  import { Playlist } from "./Playlist";
365
+ import { PlaylistAdd } from "./PlaylistAdd";
366
+ import { PlaylistCheck } from "./PlaylistCheck";
367
+ import { Postpone } from "./Postpone";
358
368
  import { Preventive } from "./Preventive";
359
369
  import { Printer } from "./Printer";
360
370
  import { Puzzle } from "./Puzzle";
@@ -421,6 +431,7 @@ import { StopSign } from "./StopSign";
421
431
  import { Strikethrough } from "./Strikethrough";
422
432
  import { Suitcase } from "./Suitcase";
423
433
  import { Sun } from "./Sun";
434
+ import { SuperGoalAi } from "./SuperGoalAi";
424
435
  import { Surgery } from "./Surgery";
425
436
  import { SwatchesPalette } from "./SwatchesPalette";
426
437
  import { SwichtLeft } from "./SwichtLeft";
@@ -434,9 +445,7 @@ import { Tag } from "./Tag";
434
445
  import { Target } from "./Target";
435
446
  import { TarguetArrow } from "./TarguetArrow";
436
447
  import { Terminal } from "./Terminal";
437
- import { Test } from "./Test";
438
448
  import { TestAi } from "./TestAi";
439
- import { TestTime } from "./TestTime";
440
449
  import { Text } from "./Text";
441
450
  import { TextAlignCenter } from "./TextAlignCenter";
442
451
  import { TextAlignJustify } from "./TextAlignJustify";
@@ -511,8 +520,10 @@ export {
511
520
  AddPlusSquare,
512
521
  AddRow,
513
522
  AddToQueue,
523
+ AgendaAi,
514
524
  Airplay,
515
525
  Alarm,
526
+ AlmostAi,
516
527
  Anticipate,
517
528
  Archive,
518
529
  ArrowCircleDown,
@@ -563,6 +574,7 @@ export {
563
574
  ArrowUpRightSm,
564
575
  ArrowUpSm,
565
576
  ArrowsReload01,
577
+ AttentionAi,
566
578
  BarBottom,
567
579
  BarLeft,
568
580
  BarRight,
@@ -590,12 +602,14 @@ export {
590
602
  CalendarCheck,
591
603
  CalendarClose,
592
604
  CalendarDays,
605
+ CalendarEdit,
593
606
  CalendarEvent,
594
607
  CalendarList,
595
608
  CalendarRemove,
596
609
  CalendarWeek,
597
610
  Camera,
598
611
  CarAuto,
612
+ Card,
599
613
  CardLibrary,
600
614
  CaretCircleDown,
601
615
  CaretCircleLeft,
@@ -662,6 +676,7 @@ export {
662
676
  CloudDownload,
663
677
  CloudOff,
664
678
  CloudRemove,
679
+ CloudSync,
665
680
  CloudUpload,
666
681
  Code,
667
682
  CoffeToGo,
@@ -671,10 +686,12 @@ export {
671
686
  CombineCells,
672
687
  Command,
673
688
  Compass,
689
+ Compass02,
674
690
  Cookie,
675
691
  Copy,
676
692
  CreditCard,
677
693
  CreditCard2,
694
+ CriticalAi,
678
695
  Crop,
679
696
  Cupcake,
680
697
  Cylinder,
@@ -698,6 +715,7 @@ export {
698
715
  EditPencil2,
699
716
  EditPencilLine,
700
717
  EditPencilLine2,
718
+ EventEdit,
701
719
  EventShortcut,
702
720
  Exit,
703
721
  Expand,
@@ -720,7 +738,6 @@ export {
720
738
  Fire,
721
739
  FirstAid,
722
740
  Flag,
723
- Flame,
724
741
  Flashcard,
725
742
  Focus,
726
743
  Folder,
@@ -740,6 +757,7 @@ export {
740
757
  Forward,
741
758
  Gift,
742
759
  Globe,
760
+ GoalAi,
743
761
  Graduation,
744
762
  Grid,
745
763
  GynecologyAndObstetrics,
@@ -759,7 +777,6 @@ export {
759
777
  Heart2,
760
778
  Help,
761
779
  Hide,
762
- HistoryBack,
763
780
  House,
764
781
  House2,
765
782
  House3,
@@ -813,7 +830,6 @@ export {
813
830
  MapPin,
814
831
  Medbrain,
815
832
  MedbrainAi,
816
- MedbrainFullAi,
817
833
  MedicalClinic,
818
834
  Mention,
819
835
  MenuAlt,
@@ -861,6 +877,9 @@ export {
861
877
  Play,
862
878
  PlayCircle,
863
879
  Playlist,
880
+ PlaylistAdd,
881
+ PlaylistCheck,
882
+ Postpone,
864
883
  Preventive,
865
884
  Printer,
866
885
  Puzzle,
@@ -927,6 +946,7 @@ export {
927
946
  Strikethrough,
928
947
  Suitcase,
929
948
  Sun,
949
+ SuperGoalAi,
930
950
  Surgery,
931
951
  SwatchesPalette,
932
952
  SwichtLeft,
@@ -940,9 +960,7 @@ export {
940
960
  Target,
941
961
  TarguetArrow,
942
962
  Terminal,
943
- Test,
944
963
  TestAi,
945
- TestTime,
946
964
  Text,
947
965
  TextAlignCenter,
948
966
  TextAlignJustify,
@@ -42,6 +42,12 @@ type AddToQueueProps = {
42
42
  } & SvgProps;
43
43
  declare const AddToQueue: ({ height, width, color, strokeWidth }: AddToQueueProps) => JSX.Element;
44
44
 
45
+ type AgendaAiProps = {
46
+ color: string;
47
+ strokeWidth?: number;
48
+ } & SvgProps;
49
+ declare const AgendaAi: ({ height, width, color, strokeWidth }: AgendaAiProps) => JSX.Element;
50
+
45
51
  type AirplayProps = {
46
52
  color: string;
47
53
  strokeWidth?: number;
@@ -54,6 +60,12 @@ type AlarmProps = {
54
60
  } & SvgProps;
55
61
  declare const Alarm: ({ height, width, color, strokeWidth }: AlarmProps) => JSX.Element;
56
62
 
63
+ type AlmostAiProps = {
64
+ color: string;
65
+ strokeWidth?: number;
66
+ } & SvgProps;
67
+ declare const AlmostAi: ({ height, width, color, strokeWidth }: AlmostAiProps) => JSX.Element;
68
+
57
69
  type AnticipateProps = {
58
70
  color: string;
59
71
  strokeWidth?: number;
@@ -354,6 +366,12 @@ type ArrowsReload01Props = {
354
366
  } & SvgProps;
355
367
  declare const ArrowsReload01: ({ height, width, color, strokeWidth }: ArrowsReload01Props) => JSX.Element;
356
368
 
369
+ type AttentionAiProps = {
370
+ color: string;
371
+ strokeWidth?: number;
372
+ } & SvgProps;
373
+ declare const AttentionAi: ({ height, width, color, strokeWidth }: AttentionAiProps) => JSX.Element;
374
+
357
375
  type BarBottomProps = {
358
376
  color: string;
359
377
  strokeWidth?: number;
@@ -516,6 +534,12 @@ type CalendarDaysProps = {
516
534
  } & SvgProps;
517
535
  declare const CalendarDays: ({ height, width, color, strokeWidth }: CalendarDaysProps) => JSX.Element;
518
536
 
537
+ type CalendarEditProps = {
538
+ color: string;
539
+ strokeWidth?: number;
540
+ } & SvgProps;
541
+ declare const CalendarEdit: ({ height, width, color, strokeWidth }: CalendarEditProps) => JSX.Element;
542
+
519
543
  type CalendarEventProps = {
520
544
  color: string;
521
545
  strokeWidth?: number;
@@ -552,6 +576,12 @@ type CarAutoProps = {
552
576
  } & SvgProps;
553
577
  declare const CarAuto: ({ height, width, color, strokeWidth }: CarAutoProps) => JSX.Element;
554
578
 
579
+ type CardProps = {
580
+ color: string;
581
+ strokeWidth?: number;
582
+ } & SvgProps;
583
+ declare const Card: ({ height, width, color, strokeWidth }: CardProps) => JSX.Element;
584
+
555
585
  type CardLibraryProps = {
556
586
  color: string;
557
587
  strokeWidth?: number;
@@ -948,6 +978,12 @@ type CloudRemoveProps = {
948
978
  } & SvgProps;
949
979
  declare const CloudRemove: ({ height, width, color, strokeWidth }: CloudRemoveProps) => JSX.Element;
950
980
 
981
+ type CloudSyncProps = {
982
+ color: string;
983
+ strokeWidth?: number;
984
+ } & SvgProps;
985
+ declare const CloudSync: ({ height, width, color, strokeWidth }: CloudSyncProps) => JSX.Element;
986
+
951
987
  type CloudUploadProps = {
952
988
  color: string;
953
989
  strokeWidth?: number;
@@ -1002,6 +1038,12 @@ type CompassProps = {
1002
1038
  } & SvgProps;
1003
1039
  declare const Compass: ({ height, width, color, strokeWidth }: CompassProps) => JSX.Element;
1004
1040
 
1041
+ type Compass02Props = {
1042
+ color: string;
1043
+ strokeWidth?: number;
1044
+ } & SvgProps;
1045
+ declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
1046
+
1005
1047
  type CookieProps = {
1006
1048
  color: string;
1007
1049
  strokeWidth?: number;
@@ -1026,6 +1068,12 @@ type CreditCard2Props = {
1026
1068
  } & SvgProps;
1027
1069
  declare const CreditCard2: ({ height, width, color, strokeWidth }: CreditCard2Props) => JSX.Element;
1028
1070
 
1071
+ type CriticalAiProps = {
1072
+ color: string;
1073
+ strokeWidth?: number;
1074
+ } & SvgProps;
1075
+ declare const CriticalAi: ({ height, width, color, strokeWidth }: CriticalAiProps) => JSX.Element;
1076
+
1029
1077
  type CropProps = {
1030
1078
  color: string;
1031
1079
  strokeWidth?: number;
@@ -1164,6 +1212,12 @@ type EditPencilLine2Props = {
1164
1212
  } & SvgProps;
1165
1213
  declare const EditPencilLine2: ({ height, width, color, strokeWidth }: EditPencilLine2Props) => JSX.Element;
1166
1214
 
1215
+ type EventEditProps = {
1216
+ color: string;
1217
+ strokeWidth?: number;
1218
+ } & SvgProps;
1219
+ declare const EventEdit: ({ height, width, color, strokeWidth }: EventEditProps) => JSX.Element;
1220
+
1167
1221
  type EventShortcutProps = {
1168
1222
  color: string;
1169
1223
  strokeWidth?: number;
@@ -1296,12 +1350,6 @@ type FlagProps = {
1296
1350
  } & SvgProps;
1297
1351
  declare const Flag: ({ height, width, color, strokeWidth }: FlagProps) => JSX.Element;
1298
1352
 
1299
- type FlameProps = {
1300
- color: string;
1301
- strokeWidth?: number;
1302
- } & SvgProps;
1303
- declare const Flame: ({ height, width, color, strokeWidth }: FlameProps) => JSX.Element;
1304
-
1305
1353
  type FlashcardProps = {
1306
1354
  color: string;
1307
1355
  strokeWidth?: number;
@@ -1416,6 +1464,12 @@ type GlobeProps = {
1416
1464
  } & SvgProps;
1417
1465
  declare const Globe: ({ height, width, color, strokeWidth }: GlobeProps) => JSX.Element;
1418
1466
 
1467
+ type GoalAiProps = {
1468
+ color: string;
1469
+ strokeWidth?: number;
1470
+ } & SvgProps;
1471
+ declare const GoalAi: ({ height, width, color, strokeWidth }: GoalAiProps) => JSX.Element;
1472
+
1419
1473
  type GraduationProps = {
1420
1474
  color: string;
1421
1475
  strokeWidth?: number;
@@ -1530,12 +1584,6 @@ type HideProps = {
1530
1584
  } & SvgProps;
1531
1585
  declare const Hide: ({ height, width, color, strokeWidth }: HideProps) => JSX.Element;
1532
1586
 
1533
- type HistoryBackProps = {
1534
- color: string;
1535
- strokeWidth?: number;
1536
- } & SvgProps;
1537
- declare const HistoryBack: ({ height, width, color, strokeWidth }: HistoryBackProps) => JSX.Element;
1538
-
1539
1587
  type HouseProps = {
1540
1588
  color: string;
1541
1589
  strokeWidth?: number;
@@ -1854,12 +1902,6 @@ type MedbrainAiProps = {
1854
1902
  } & SvgProps;
1855
1903
  declare const MedbrainAi: ({ height, width, color, strokeWidth }: MedbrainAiProps) => JSX.Element;
1856
1904
 
1857
- type MedbrainFullAiProps = {
1858
- color: string;
1859
- strokeWidth?: number;
1860
- } & SvgProps;
1861
- declare const MedbrainFullAi: ({ height, width, color, strokeWidth }: MedbrainFullAiProps) => JSX.Element;
1862
-
1863
1905
  type MedicalClinicProps = {
1864
1906
  color: string;
1865
1907
  strokeWidth?: number;
@@ -2142,6 +2184,24 @@ type PlaylistProps = {
2142
2184
  } & SvgProps;
2143
2185
  declare const Playlist: ({ height, width, color, strokeWidth }: PlaylistProps) => JSX.Element;
2144
2186
 
2187
+ type PlaylistAddProps = {
2188
+ color: string;
2189
+ strokeWidth?: number;
2190
+ } & SvgProps;
2191
+ declare const PlaylistAdd: ({ height, width, color, strokeWidth }: PlaylistAddProps) => JSX.Element;
2192
+
2193
+ type PlaylistCheckProps = {
2194
+ color: string;
2195
+ strokeWidth?: number;
2196
+ } & SvgProps;
2197
+ declare const PlaylistCheck: ({ height, width, color, strokeWidth }: PlaylistCheckProps) => JSX.Element;
2198
+
2199
+ type PostponeProps = {
2200
+ color: string;
2201
+ strokeWidth?: number;
2202
+ } & SvgProps;
2203
+ declare const Postpone: ({ height, width, color, strokeWidth }: PostponeProps) => JSX.Element;
2204
+
2145
2205
  type PreventiveProps = {
2146
2206
  color: string;
2147
2207
  strokeWidth?: number;
@@ -2538,6 +2598,12 @@ type SunProps = {
2538
2598
  } & SvgProps;
2539
2599
  declare const Sun: ({ height, width, color, strokeWidth }: SunProps) => JSX.Element;
2540
2600
 
2601
+ type SuperGoalAiProps = {
2602
+ color: string;
2603
+ strokeWidth?: number;
2604
+ } & SvgProps;
2605
+ declare const SuperGoalAi: ({ height, width, color, strokeWidth }: SuperGoalAiProps) => JSX.Element;
2606
+
2541
2607
  type SurgeryProps = {
2542
2608
  color: string;
2543
2609
  strokeWidth?: number;
@@ -2616,24 +2682,12 @@ type TerminalProps = {
2616
2682
  } & SvgProps;
2617
2683
  declare const Terminal: ({ height, width, color, strokeWidth }: TerminalProps) => JSX.Element;
2618
2684
 
2619
- type TestProps = {
2620
- color: string;
2621
- strokeWidth?: number;
2622
- } & SvgProps;
2623
- declare const Test: ({ height, width, color, strokeWidth }: TestProps) => JSX.Element;
2624
-
2625
2685
  type TestAiProps = {
2626
2686
  color: string;
2627
2687
  strokeWidth?: number;
2628
2688
  } & SvgProps;
2629
2689
  declare const TestAi: ({ height, width, color, strokeWidth }: TestAiProps) => JSX.Element;
2630
2690
 
2631
- type TestTimeProps = {
2632
- color: string;
2633
- strokeWidth?: number;
2634
- } & SvgProps;
2635
- declare const TestTime: ({ height, width, color, strokeWidth }: TestTimeProps) => JSX.Element;
2636
-
2637
2691
  type TextProps = {
2638
2692
  color: string;
2639
2693
  strokeWidth?: number;
@@ -3030,4 +3084,4 @@ type WindowTerminalProps = {
3030
3084
  } & SvgProps;
3031
3085
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3032
3086
 
3033
- export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, Airplay, Alarm, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Cookie, Copy, CreditCard, CreditCard2, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flame, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, HistoryBack, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedbrainFullAi, MedicalClinic, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, Test, TestAi, TestTime, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
3087
+ export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };