@medway-ui/icons 1.3.0 → 1.5.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/{Test.cjs → AlmostAi.cjs} +8 -8
  2. package/dist/components/icons/{TestTime.d.cts → AlmostAi.d.cts} +2 -2
  3. package/dist/components/icons/{TestTime.d.ts → AlmostAi.d.ts} +2 -2
  4. package/dist/components/icons/AlmostAi.js +9 -0
  5. package/dist/components/icons/{HistoryBack.cjs → Anticipate.cjs} +8 -8
  6. package/dist/components/icons/Anticipate.d.cts +6 -0
  7. package/dist/components/icons/Anticipate.d.ts +6 -0
  8. package/dist/components/icons/Anticipate.js +9 -0
  9. package/dist/components/icons/AttentionAi.cjs +43 -0
  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/{Test.cjs → AlmostAi.cjs} +7 -7
  64. package/native/components/icons/AlmostAi.d.cts +9 -0
  65. package/native/components/icons/AlmostAi.d.ts +9 -0
  66. package/native/components/icons/AlmostAi.js +11 -0
  67. package/native/components/icons/Anticipate.cjs +45 -0
  68. package/native/components/icons/Anticipate.d.cts +9 -0
  69. package/native/components/icons/Anticipate.d.ts +9 -0
  70. package/native/components/icons/Anticipate.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
@@ -7,6 +7,8 @@ import { AddRow } from "./AddRow";
7
7
  import { AddToQueue } from "./AddToQueue";
8
8
  import { Airplay } from "./Airplay";
9
9
  import { Alarm } from "./Alarm";
10
+ import { AlmostAi } from "./AlmostAi";
11
+ import { Anticipate } from "./Anticipate";
10
12
  import { Archive } from "./Archive";
11
13
  import { ArrowCircleDown } from "./ArrowCircleDown";
12
14
  import { ArrowCircleDownLeft } from "./ArrowCircleDownLeft";
@@ -56,6 +58,7 @@ import { ArrowUpRightMd } from "./ArrowUpRightMd";
56
58
  import { ArrowUpRightSm } from "./ArrowUpRightSm";
57
59
  import { ArrowUpSm } from "./ArrowUpSm";
58
60
  import { ArrowsReload01 } from "./ArrowsReload01";
61
+ import { AttentionAi } from "./AttentionAi";
59
62
  import { BarBottom } from "./BarBottom";
60
63
  import { BarLeft } from "./BarLeft";
61
64
  import { BarRight } from "./BarRight";
@@ -83,12 +86,14 @@ import { CalendarAdd } from "./CalendarAdd";
83
86
  import { CalendarCheck } from "./CalendarCheck";
84
87
  import { CalendarClose } from "./CalendarClose";
85
88
  import { CalendarDays } from "./CalendarDays";
89
+ import { CalendarEdit } from "./CalendarEdit";
86
90
  import { CalendarEvent } from "./CalendarEvent";
87
91
  import { CalendarList } from "./CalendarList";
88
92
  import { CalendarRemove } from "./CalendarRemove";
89
93
  import { CalendarWeek } from "./CalendarWeek";
90
94
  import { Camera } from "./Camera";
91
95
  import { CarAuto } from "./CarAuto";
96
+ import { Card } from "./Card";
92
97
  import { CardLibrary } from "./CardLibrary";
93
98
  import { CaretCircleDown } from "./CaretCircleDown";
94
99
  import { CaretCircleLeft } from "./CaretCircleLeft";
@@ -155,6 +160,7 @@ import { CloudClose } from "./CloudClose";
155
160
  import { CloudDownload } from "./CloudDownload";
156
161
  import { CloudOff } from "./CloudOff";
157
162
  import { CloudRemove } from "./CloudRemove";
163
+ import { CloudSync } from "./CloudSync";
158
164
  import { CloudUpload } from "./CloudUpload";
159
165
  import { Code } from "./Code";
160
166
  import { CoffeToGo } from "./CoffeToGo";
@@ -164,10 +170,12 @@ import { CombineAi } from "./CombineAi";
164
170
  import { CombineCells } from "./CombineCells";
165
171
  import { Command } from "./Command";
166
172
  import { Compass } from "./Compass";
173
+ import { Compass02 } from "./Compass02";
167
174
  import { Cookie } from "./Cookie";
168
175
  import { Copy } from "./Copy";
169
176
  import { CreditCard } from "./CreditCard";
170
177
  import { CreditCard2 } from "./CreditCard2";
178
+ import { CriticalAi } from "./CriticalAi";
171
179
  import { Crop } from "./Crop";
172
180
  import { Cupcake } from "./Cupcake";
173
181
  import { Cylinder } from "./Cylinder";
@@ -191,6 +199,7 @@ import { EditPencil } from "./EditPencil";
191
199
  import { EditPencil2 } from "./EditPencil2";
192
200
  import { EditPencilLine } from "./EditPencilLine";
193
201
  import { EditPencilLine2 } from "./EditPencilLine2";
202
+ import { EventEdit } from "./EventEdit";
194
203
  import { EventShortcut } from "./EventShortcut";
195
204
  import { Exit } from "./Exit";
196
205
  import { Expand } from "./Expand";
@@ -213,7 +222,6 @@ import { FilterOff } from "./FilterOff";
213
222
  import { Fire } from "./Fire";
214
223
  import { FirstAid } from "./FirstAid";
215
224
  import { Flag } from "./Flag";
216
- import { Flame } from "./Flame";
217
225
  import { Flashcard } from "./Flashcard";
218
226
  import { Focus } from "./Focus";
219
227
  import { Folder } from "./Folder";
@@ -233,6 +241,7 @@ import { Font } from "./Font";
233
241
  import { Forward } from "./Forward";
234
242
  import { Gift } from "./Gift";
235
243
  import { Globe } from "./Globe";
244
+ import { GoalAi } from "./GoalAi";
236
245
  import { Graduation } from "./Graduation";
237
246
  import { Grid } from "./Grid";
238
247
  import { GynecologyAndObstetrics } from "./GynecologyAndObstetrics";
@@ -252,7 +261,6 @@ import { Heart } from "./Heart";
252
261
  import { Heart2 } from "./Heart2";
253
262
  import { Help } from "./Help";
254
263
  import { Hide } from "./Hide";
255
- import { HistoryBack } from "./HistoryBack";
256
264
  import { House } from "./House";
257
265
  import { House2 } from "./House2";
258
266
  import { House3 } from "./House3";
@@ -306,7 +314,6 @@ import { Map } from "./Map";
306
314
  import { MapPin } from "./MapPin";
307
315
  import { Medbrain } from "./Medbrain";
308
316
  import { MedbrainAi } from "./MedbrainAi";
309
- import { MedbrainFullAi } from "./MedbrainFullAi";
310
317
  import { MedicalClinic } from "./MedicalClinic";
311
318
  import { Mention } from "./Mention";
312
319
  import { MenuAlt } from "./MenuAlt";
@@ -354,6 +361,9 @@ import { Planet } from "./Planet";
354
361
  import { Play } from "./Play";
355
362
  import { PlayCircle } from "./PlayCircle";
356
363
  import { Playlist } from "./Playlist";
364
+ import { PlaylistAdd } from "./PlaylistAdd";
365
+ import { PlaylistCheck } from "./PlaylistCheck";
366
+ import { Postpone } from "./Postpone";
357
367
  import { Preventive } from "./Preventive";
358
368
  import { Printer } from "./Printer";
359
369
  import { Puzzle } from "./Puzzle";
@@ -420,6 +430,7 @@ import { StopSign } from "./StopSign";
420
430
  import { Strikethrough } from "./Strikethrough";
421
431
  import { Suitcase } from "./Suitcase";
422
432
  import { Sun } from "./Sun";
433
+ import { SuperGoalAi } from "./SuperGoalAi";
423
434
  import { Surgery } from "./Surgery";
424
435
  import { SwatchesPalette } from "./SwatchesPalette";
425
436
  import { SwichtLeft } from "./SwichtLeft";
@@ -433,9 +444,7 @@ import { Tag } from "./Tag";
433
444
  import { Target } from "./Target";
434
445
  import { TarguetArrow } from "./TarguetArrow";
435
446
  import { Terminal } from "./Terminal";
436
- import { Test } from "./Test";
437
447
  import { TestAi } from "./TestAi";
438
- import { TestTime } from "./TestTime";
439
448
  import { Text } from "./Text";
440
449
  import { TextAlignCenter } from "./TextAlignCenter";
441
450
  import { TextAlignJustify } from "./TextAlignJustify";
@@ -512,6 +521,8 @@ export {
512
521
  AddToQueue,
513
522
  Airplay,
514
523
  Alarm,
524
+ AlmostAi,
525
+ Anticipate,
515
526
  Archive,
516
527
  ArrowCircleDown,
517
528
  ArrowCircleDownLeft,
@@ -561,6 +572,7 @@ export {
561
572
  ArrowUpRightSm,
562
573
  ArrowUpSm,
563
574
  ArrowsReload01,
575
+ AttentionAi,
564
576
  BarBottom,
565
577
  BarLeft,
566
578
  BarRight,
@@ -588,12 +600,14 @@ export {
588
600
  CalendarCheck,
589
601
  CalendarClose,
590
602
  CalendarDays,
603
+ CalendarEdit,
591
604
  CalendarEvent,
592
605
  CalendarList,
593
606
  CalendarRemove,
594
607
  CalendarWeek,
595
608
  Camera,
596
609
  CarAuto,
610
+ Card,
597
611
  CardLibrary,
598
612
  CaretCircleDown,
599
613
  CaretCircleLeft,
@@ -660,6 +674,7 @@ export {
660
674
  CloudDownload,
661
675
  CloudOff,
662
676
  CloudRemove,
677
+ CloudSync,
663
678
  CloudUpload,
664
679
  Code,
665
680
  CoffeToGo,
@@ -669,10 +684,12 @@ export {
669
684
  CombineCells,
670
685
  Command,
671
686
  Compass,
687
+ Compass02,
672
688
  Cookie,
673
689
  Copy,
674
690
  CreditCard,
675
691
  CreditCard2,
692
+ CriticalAi,
676
693
  Crop,
677
694
  Cupcake,
678
695
  Cylinder,
@@ -696,6 +713,7 @@ export {
696
713
  EditPencil2,
697
714
  EditPencilLine,
698
715
  EditPencilLine2,
716
+ EventEdit,
699
717
  EventShortcut,
700
718
  Exit,
701
719
  Expand,
@@ -718,7 +736,6 @@ export {
718
736
  Fire,
719
737
  FirstAid,
720
738
  Flag,
721
- Flame,
722
739
  Flashcard,
723
740
  Focus,
724
741
  Folder,
@@ -738,6 +755,7 @@ export {
738
755
  Forward,
739
756
  Gift,
740
757
  Globe,
758
+ GoalAi,
741
759
  Graduation,
742
760
  Grid,
743
761
  GynecologyAndObstetrics,
@@ -757,7 +775,6 @@ export {
757
775
  Heart2,
758
776
  Help,
759
777
  Hide,
760
- HistoryBack,
761
778
  House,
762
779
  House2,
763
780
  House3,
@@ -811,7 +828,6 @@ export {
811
828
  MapPin,
812
829
  Medbrain,
813
830
  MedbrainAi,
814
- MedbrainFullAi,
815
831
  MedicalClinic,
816
832
  Mention,
817
833
  MenuAlt,
@@ -859,6 +875,9 @@ export {
859
875
  Play,
860
876
  PlayCircle,
861
877
  Playlist,
878
+ PlaylistAdd,
879
+ PlaylistCheck,
880
+ Postpone,
862
881
  Preventive,
863
882
  Printer,
864
883
  Puzzle,
@@ -925,6 +944,7 @@ export {
925
944
  Strikethrough,
926
945
  Suitcase,
927
946
  Sun,
947
+ SuperGoalAi,
928
948
  Surgery,
929
949
  SwatchesPalette,
930
950
  SwichtLeft,
@@ -938,9 +958,7 @@ export {
938
958
  Target,
939
959
  TarguetArrow,
940
960
  Terminal,
941
- Test,
942
961
  TestAi,
943
- TestTime,
944
962
  Text,
945
963
  TextAlignCenter,
946
964
  TextAlignJustify,
package/dist/index.d.cts CHANGED
@@ -8,6 +8,8 @@ export { AddRow } from './components/icons/AddRow.cjs';
8
8
  export { AddToQueue } from './components/icons/AddToQueue.cjs';
9
9
  export { Airplay } from './components/icons/Airplay.cjs';
10
10
  export { Alarm } from './components/icons/Alarm.cjs';
11
+ export { AlmostAi } from './components/icons/AlmostAi.cjs';
12
+ export { Anticipate } from './components/icons/Anticipate.cjs';
11
13
  export { Archive } from './components/icons/Archive.cjs';
12
14
  export { ArrowCircleDown } from './components/icons/ArrowCircleDown.cjs';
13
15
  export { ArrowCircleDownLeft } from './components/icons/ArrowCircleDownLeft.cjs';
@@ -57,6 +59,7 @@ export { ArrowUpRightMd } from './components/icons/ArrowUpRightMd.cjs';
57
59
  export { ArrowUpRightSm } from './components/icons/ArrowUpRightSm.cjs';
58
60
  export { ArrowUpSm } from './components/icons/ArrowUpSm.cjs';
59
61
  export { ArrowsReload01 } from './components/icons/ArrowsReload01.cjs';
62
+ export { AttentionAi } from './components/icons/AttentionAi.cjs';
60
63
  export { BarBottom } from './components/icons/BarBottom.cjs';
61
64
  export { BarLeft } from './components/icons/BarLeft.cjs';
62
65
  export { BarRight } from './components/icons/BarRight.cjs';
@@ -84,12 +87,14 @@ export { CalendarAdd } from './components/icons/CalendarAdd.cjs';
84
87
  export { CalendarCheck } from './components/icons/CalendarCheck.cjs';
85
88
  export { CalendarClose } from './components/icons/CalendarClose.cjs';
86
89
  export { CalendarDays } from './components/icons/CalendarDays.cjs';
90
+ export { CalendarEdit } from './components/icons/CalendarEdit.cjs';
87
91
  export { CalendarEvent } from './components/icons/CalendarEvent.cjs';
88
92
  export { CalendarList } from './components/icons/CalendarList.cjs';
89
93
  export { CalendarRemove } from './components/icons/CalendarRemove.cjs';
90
94
  export { CalendarWeek } from './components/icons/CalendarWeek.cjs';
91
95
  export { Camera } from './components/icons/Camera.cjs';
92
96
  export { CarAuto } from './components/icons/CarAuto.cjs';
97
+ export { Card } from './components/icons/Card.cjs';
93
98
  export { CardLibrary } from './components/icons/CardLibrary.cjs';
94
99
  export { CaretCircleDown } from './components/icons/CaretCircleDown.cjs';
95
100
  export { CaretCircleLeft } from './components/icons/CaretCircleLeft.cjs';
@@ -156,6 +161,7 @@ export { CloudClose } from './components/icons/CloudClose.cjs';
156
161
  export { CloudDownload } from './components/icons/CloudDownload.cjs';
157
162
  export { CloudOff } from './components/icons/CloudOff.cjs';
158
163
  export { CloudRemove } from './components/icons/CloudRemove.cjs';
164
+ export { CloudSync } from './components/icons/CloudSync.cjs';
159
165
  export { CloudUpload } from './components/icons/CloudUpload.cjs';
160
166
  export { Code } from './components/icons/Code.cjs';
161
167
  export { CoffeToGo } from './components/icons/CoffeToGo.cjs';
@@ -165,10 +171,12 @@ export { CombineAi } from './components/icons/CombineAi.cjs';
165
171
  export { CombineCells } from './components/icons/CombineCells.cjs';
166
172
  export { Command } from './components/icons/Command.cjs';
167
173
  export { Compass } from './components/icons/Compass.cjs';
174
+ export { Compass02 } from './components/icons/Compass02.cjs';
168
175
  export { Cookie } from './components/icons/Cookie.cjs';
169
176
  export { Copy } from './components/icons/Copy.cjs';
170
177
  export { CreditCard } from './components/icons/CreditCard.cjs';
171
178
  export { CreditCard2 } from './components/icons/CreditCard2.cjs';
179
+ export { CriticalAi } from './components/icons/CriticalAi.cjs';
172
180
  export { Crop } from './components/icons/Crop.cjs';
173
181
  export { Cupcake } from './components/icons/Cupcake.cjs';
174
182
  export { Cylinder } from './components/icons/Cylinder.cjs';
@@ -192,6 +200,7 @@ export { EditPencil } from './components/icons/EditPencil.cjs';
192
200
  export { EditPencil2 } from './components/icons/EditPencil2.cjs';
193
201
  export { EditPencilLine } from './components/icons/EditPencilLine.cjs';
194
202
  export { EditPencilLine2 } from './components/icons/EditPencilLine2.cjs';
203
+ export { EventEdit } from './components/icons/EventEdit.cjs';
195
204
  export { EventShortcut } from './components/icons/EventShortcut.cjs';
196
205
  export { Exit } from './components/icons/Exit.cjs';
197
206
  export { Expand } from './components/icons/Expand.cjs';
@@ -214,7 +223,6 @@ export { FilterOff } from './components/icons/FilterOff.cjs';
214
223
  export { Fire } from './components/icons/Fire.cjs';
215
224
  export { FirstAid } from './components/icons/FirstAid.cjs';
216
225
  export { Flag } from './components/icons/Flag.cjs';
217
- export { Flame } from './components/icons/Flame.cjs';
218
226
  export { Flashcard } from './components/icons/Flashcard.cjs';
219
227
  export { Focus } from './components/icons/Focus.cjs';
220
228
  export { Folder } from './components/icons/Folder.cjs';
@@ -234,6 +242,7 @@ export { Font } from './components/icons/Font.cjs';
234
242
  export { Forward } from './components/icons/Forward.cjs';
235
243
  export { Gift } from './components/icons/Gift.cjs';
236
244
  export { Globe } from './components/icons/Globe.cjs';
245
+ export { GoalAi } from './components/icons/GoalAi.cjs';
237
246
  export { Graduation } from './components/icons/Graduation.cjs';
238
247
  export { Grid } from './components/icons/Grid.cjs';
239
248
  export { GynecologyAndObstetrics } from './components/icons/GynecologyAndObstetrics.cjs';
@@ -253,7 +262,6 @@ export { Heart } from './components/icons/Heart.cjs';
253
262
  export { Heart2 } from './components/icons/Heart2.cjs';
254
263
  export { Help } from './components/icons/Help.cjs';
255
264
  export { Hide } from './components/icons/Hide.cjs';
256
- export { HistoryBack } from './components/icons/HistoryBack.cjs';
257
265
  export { House } from './components/icons/House.cjs';
258
266
  export { House2 } from './components/icons/House2.cjs';
259
267
  export { House3 } from './components/icons/House3.cjs';
@@ -307,7 +315,6 @@ export { Map } from './components/icons/Map.cjs';
307
315
  export { MapPin } from './components/icons/MapPin.cjs';
308
316
  export { Medbrain } from './components/icons/Medbrain.cjs';
309
317
  export { MedbrainAi } from './components/icons/MedbrainAi.cjs';
310
- export { MedbrainFullAi } from './components/icons/MedbrainFullAi.cjs';
311
318
  export { MedicalClinic } from './components/icons/MedicalClinic.cjs';
312
319
  export { Mention } from './components/icons/Mention.cjs';
313
320
  export { MenuAlt } from './components/icons/MenuAlt.cjs';
@@ -355,6 +362,9 @@ export { Planet } from './components/icons/Planet.cjs';
355
362
  export { Play } from './components/icons/Play.cjs';
356
363
  export { PlayCircle } from './components/icons/PlayCircle.cjs';
357
364
  export { Playlist } from './components/icons/Playlist.cjs';
365
+ export { PlaylistAdd } from './components/icons/PlaylistAdd.cjs';
366
+ export { PlaylistCheck } from './components/icons/PlaylistCheck.cjs';
367
+ export { Postpone } from './components/icons/Postpone.cjs';
358
368
  export { Preventive } from './components/icons/Preventive.cjs';
359
369
  export { Printer } from './components/icons/Printer.cjs';
360
370
  export { Puzzle } from './components/icons/Puzzle.cjs';
@@ -421,6 +431,7 @@ export { StopSign } from './components/icons/StopSign.cjs';
421
431
  export { Strikethrough } from './components/icons/Strikethrough.cjs';
422
432
  export { Suitcase } from './components/icons/Suitcase.cjs';
423
433
  export { Sun } from './components/icons/Sun.cjs';
434
+ export { SuperGoalAi } from './components/icons/SuperGoalAi.cjs';
424
435
  export { Surgery } from './components/icons/Surgery.cjs';
425
436
  export { SwatchesPalette } from './components/icons/SwatchesPalette.cjs';
426
437
  export { SwichtLeft } from './components/icons/SwichtLeft.cjs';
@@ -434,9 +445,7 @@ export { Tag } from './components/icons/Tag.cjs';
434
445
  export { Target } from './components/icons/Target.cjs';
435
446
  export { TarguetArrow } from './components/icons/TarguetArrow.cjs';
436
447
  export { Terminal } from './components/icons/Terminal.cjs';
437
- export { Test } from './components/icons/Test.cjs';
438
448
  export { TestAi } from './components/icons/TestAi.cjs';
439
- export { TestTime } from './components/icons/TestTime.cjs';
440
449
  export { Text } from './components/icons/Text.cjs';
441
450
  export { TextAlignCenter } from './components/icons/TextAlignCenter.cjs';
442
451
  export { TextAlignJustify } from './components/icons/TextAlignJustify.cjs';
package/dist/index.d.ts CHANGED
@@ -8,6 +8,8 @@ export { AddRow } from './components/icons/AddRow.js';
8
8
  export { AddToQueue } from './components/icons/AddToQueue.js';
9
9
  export { Airplay } from './components/icons/Airplay.js';
10
10
  export { Alarm } from './components/icons/Alarm.js';
11
+ export { AlmostAi } from './components/icons/AlmostAi.js';
12
+ export { Anticipate } from './components/icons/Anticipate.js';
11
13
  export { Archive } from './components/icons/Archive.js';
12
14
  export { ArrowCircleDown } from './components/icons/ArrowCircleDown.js';
13
15
  export { ArrowCircleDownLeft } from './components/icons/ArrowCircleDownLeft.js';
@@ -57,6 +59,7 @@ export { ArrowUpRightMd } from './components/icons/ArrowUpRightMd.js';
57
59
  export { ArrowUpRightSm } from './components/icons/ArrowUpRightSm.js';
58
60
  export { ArrowUpSm } from './components/icons/ArrowUpSm.js';
59
61
  export { ArrowsReload01 } from './components/icons/ArrowsReload01.js';
62
+ export { AttentionAi } from './components/icons/AttentionAi.js';
60
63
  export { BarBottom } from './components/icons/BarBottom.js';
61
64
  export { BarLeft } from './components/icons/BarLeft.js';
62
65
  export { BarRight } from './components/icons/BarRight.js';
@@ -84,12 +87,14 @@ export { CalendarAdd } from './components/icons/CalendarAdd.js';
84
87
  export { CalendarCheck } from './components/icons/CalendarCheck.js';
85
88
  export { CalendarClose } from './components/icons/CalendarClose.js';
86
89
  export { CalendarDays } from './components/icons/CalendarDays.js';
90
+ export { CalendarEdit } from './components/icons/CalendarEdit.js';
87
91
  export { CalendarEvent } from './components/icons/CalendarEvent.js';
88
92
  export { CalendarList } from './components/icons/CalendarList.js';
89
93
  export { CalendarRemove } from './components/icons/CalendarRemove.js';
90
94
  export { CalendarWeek } from './components/icons/CalendarWeek.js';
91
95
  export { Camera } from './components/icons/Camera.js';
92
96
  export { CarAuto } from './components/icons/CarAuto.js';
97
+ export { Card } from './components/icons/Card.js';
93
98
  export { CardLibrary } from './components/icons/CardLibrary.js';
94
99
  export { CaretCircleDown } from './components/icons/CaretCircleDown.js';
95
100
  export { CaretCircleLeft } from './components/icons/CaretCircleLeft.js';
@@ -156,6 +161,7 @@ export { CloudClose } from './components/icons/CloudClose.js';
156
161
  export { CloudDownload } from './components/icons/CloudDownload.js';
157
162
  export { CloudOff } from './components/icons/CloudOff.js';
158
163
  export { CloudRemove } from './components/icons/CloudRemove.js';
164
+ export { CloudSync } from './components/icons/CloudSync.js';
159
165
  export { CloudUpload } from './components/icons/CloudUpload.js';
160
166
  export { Code } from './components/icons/Code.js';
161
167
  export { CoffeToGo } from './components/icons/CoffeToGo.js';
@@ -165,10 +171,12 @@ export { CombineAi } from './components/icons/CombineAi.js';
165
171
  export { CombineCells } from './components/icons/CombineCells.js';
166
172
  export { Command } from './components/icons/Command.js';
167
173
  export { Compass } from './components/icons/Compass.js';
174
+ export { Compass02 } from './components/icons/Compass02.js';
168
175
  export { Cookie } from './components/icons/Cookie.js';
169
176
  export { Copy } from './components/icons/Copy.js';
170
177
  export { CreditCard } from './components/icons/CreditCard.js';
171
178
  export { CreditCard2 } from './components/icons/CreditCard2.js';
179
+ export { CriticalAi } from './components/icons/CriticalAi.js';
172
180
  export { Crop } from './components/icons/Crop.js';
173
181
  export { Cupcake } from './components/icons/Cupcake.js';
174
182
  export { Cylinder } from './components/icons/Cylinder.js';
@@ -192,6 +200,7 @@ export { EditPencil } from './components/icons/EditPencil.js';
192
200
  export { EditPencil2 } from './components/icons/EditPencil2.js';
193
201
  export { EditPencilLine } from './components/icons/EditPencilLine.js';
194
202
  export { EditPencilLine2 } from './components/icons/EditPencilLine2.js';
203
+ export { EventEdit } from './components/icons/EventEdit.js';
195
204
  export { EventShortcut } from './components/icons/EventShortcut.js';
196
205
  export { Exit } from './components/icons/Exit.js';
197
206
  export { Expand } from './components/icons/Expand.js';
@@ -214,7 +223,6 @@ export { FilterOff } from './components/icons/FilterOff.js';
214
223
  export { Fire } from './components/icons/Fire.js';
215
224
  export { FirstAid } from './components/icons/FirstAid.js';
216
225
  export { Flag } from './components/icons/Flag.js';
217
- export { Flame } from './components/icons/Flame.js';
218
226
  export { Flashcard } from './components/icons/Flashcard.js';
219
227
  export { Focus } from './components/icons/Focus.js';
220
228
  export { Folder } from './components/icons/Folder.js';
@@ -234,6 +242,7 @@ export { Font } from './components/icons/Font.js';
234
242
  export { Forward } from './components/icons/Forward.js';
235
243
  export { Gift } from './components/icons/Gift.js';
236
244
  export { Globe } from './components/icons/Globe.js';
245
+ export { GoalAi } from './components/icons/GoalAi.js';
237
246
  export { Graduation } from './components/icons/Graduation.js';
238
247
  export { Grid } from './components/icons/Grid.js';
239
248
  export { GynecologyAndObstetrics } from './components/icons/GynecologyAndObstetrics.js';
@@ -253,7 +262,6 @@ export { Heart } from './components/icons/Heart.js';
253
262
  export { Heart2 } from './components/icons/Heart2.js';
254
263
  export { Help } from './components/icons/Help.js';
255
264
  export { Hide } from './components/icons/Hide.js';
256
- export { HistoryBack } from './components/icons/HistoryBack.js';
257
265
  export { House } from './components/icons/House.js';
258
266
  export { House2 } from './components/icons/House2.js';
259
267
  export { House3 } from './components/icons/House3.js';
@@ -307,7 +315,6 @@ export { Map } from './components/icons/Map.js';
307
315
  export { MapPin } from './components/icons/MapPin.js';
308
316
  export { Medbrain } from './components/icons/Medbrain.js';
309
317
  export { MedbrainAi } from './components/icons/MedbrainAi.js';
310
- export { MedbrainFullAi } from './components/icons/MedbrainFullAi.js';
311
318
  export { MedicalClinic } from './components/icons/MedicalClinic.js';
312
319
  export { Mention } from './components/icons/Mention.js';
313
320
  export { MenuAlt } from './components/icons/MenuAlt.js';
@@ -355,6 +362,9 @@ export { Planet } from './components/icons/Planet.js';
355
362
  export { Play } from './components/icons/Play.js';
356
363
  export { PlayCircle } from './components/icons/PlayCircle.js';
357
364
  export { Playlist } from './components/icons/Playlist.js';
365
+ export { PlaylistAdd } from './components/icons/PlaylistAdd.js';
366
+ export { PlaylistCheck } from './components/icons/PlaylistCheck.js';
367
+ export { Postpone } from './components/icons/Postpone.js';
358
368
  export { Preventive } from './components/icons/Preventive.js';
359
369
  export { Printer } from './components/icons/Printer.js';
360
370
  export { Puzzle } from './components/icons/Puzzle.js';
@@ -421,6 +431,7 @@ export { StopSign } from './components/icons/StopSign.js';
421
431
  export { Strikethrough } from './components/icons/Strikethrough.js';
422
432
  export { Suitcase } from './components/icons/Suitcase.js';
423
433
  export { Sun } from './components/icons/Sun.js';
434
+ export { SuperGoalAi } from './components/icons/SuperGoalAi.js';
424
435
  export { Surgery } from './components/icons/Surgery.js';
425
436
  export { SwatchesPalette } from './components/icons/SwatchesPalette.js';
426
437
  export { SwichtLeft } from './components/icons/SwichtLeft.js';
@@ -434,9 +445,7 @@ export { Tag } from './components/icons/Tag.js';
434
445
  export { Target } from './components/icons/Target.js';
435
446
  export { TarguetArrow } from './components/icons/TarguetArrow.js';
436
447
  export { Terminal } from './components/icons/Terminal.js';
437
- export { Test } from './components/icons/Test.js';
438
448
  export { TestAi } from './components/icons/TestAi.js';
439
- export { TestTime } from './components/icons/TestTime.js';
440
449
  export { Text } from './components/icons/Text.js';
441
450
  export { TextAlignCenter } from './components/icons/TextAlignCenter.js';
442
451
  export { TextAlignJustify } from './components/icons/TextAlignJustify.js';
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var Test_exports = {};
30
- __export(Test_exports, {
31
- Test: () => Test
29
+ var AlmostAi_exports = {};
30
+ __export(AlmostAi_exports, {
31
+ AlmostAi: () => AlmostAi
32
32
  });
33
- module.exports = __toCommonJS(Test_exports);
33
+ module.exports = __toCommonJS(AlmostAi_exports);
34
34
  var import_react = __toESM(require("react"), 1);
35
35
  var import_react_native_svg = require("react-native-svg");
36
- const Test = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
36
+ const AlmostAi = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
37
  return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
- <path d="M7 16H14V18H7V16ZM7 12H17V14H7V12ZM7 8H17V10H7V8ZM19 4H14.82C14.4 2.84 13.3 2 12 2C10.7 2 9.6 2.84 9.18 4H5C4.86 4 4.73 4.01 4.6 4.04C4.21 4.12 3.86 4.32 3.59 4.59C3.41 4.77 3.26 4.99 3.16 5.23C3.06 5.46 3 5.72 3 6V20C3 20.27 3.06 20.54 3.16 20.78C3.26 21.02 3.41 21.23 3.59 21.42C3.86 21.69 4.21 21.89 4.6 21.97C4.73 21.99 4.86 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 3.75C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75ZM19 20H5V6H19V20Z" fill="${color}"/>
38
+ <path d="M9 12H23M23 12L17 6M23 12L17 18M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
39
  </svg>
40
40
  `, height, width, color, strokeWidth });
41
41
  };
42
42
  // Annotate the CommonJS export names for ESM import in node:
43
43
  0 && (module.exports = {
44
- Test
44
+ AlmostAi
45
45
  });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type AlmostAiProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const AlmostAi: ({ height, width, color, strokeWidth }: AlmostAiProps) => JSX.Element;
8
+
9
+ export { AlmostAi };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type AlmostAiProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const AlmostAi: ({ height, width, color, strokeWidth }: AlmostAiProps) => JSX.Element;
8
+
9
+ export { AlmostAi };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const AlmostAi = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M9 12H23M23 12L17 6M23 12L17 18M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ AlmostAi
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Anticipate_exports = {};
30
+ __export(Anticipate_exports, {
31
+ Anticipate: () => Anticipate
32
+ });
33
+ module.exports = __toCommonJS(Anticipate_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const Anticipate = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M8.00333 19.0088H5.00083C4.47013 19.0088 3.96113 18.7981 3.58587 18.4229C3.21061 18.0476 3 17.5386 3 17.0079V6.00083C3 5.47013 3.21061 4.96113 3.58587 4.58587C3.96113 4.21061 4.47013 4 5.00083 4H19.0067C19.5374 4 20.0464 4.21061 20.4216 4.58587C20.7969 4.96113 21.0075 5.47013 21.0075 6.00083V8.5M7.00171 9.00546H12M7.00171 12.9941C7.78209 12.9915 8.21962 12.9967 9 12.9941M21.2426 16H12.7574M12.7574 16L15.9393 19.182M12.7574 16L15.9393 12.818" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ Anticipate
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type AnticipateProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Anticipate: ({ height, width, color, strokeWidth }: AnticipateProps) => JSX.Element;
8
+
9
+ export { Anticipate };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type AnticipateProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Anticipate: ({ height, width, color, strokeWidth }: AnticipateProps) => JSX.Element;
8
+
9
+ export { Anticipate };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const Anticipate = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M8.00333 19.0088H5.00083C4.47013 19.0088 3.96113 18.7981 3.58587 18.4229C3.21061 18.0476 3 17.5386 3 17.0079V6.00083C3 5.47013 3.21061 4.96113 3.58587 4.58587C3.96113 4.21061 4.47013 4 5.00083 4H19.0067C19.5374 4 20.0464 4.21061 20.4216 4.58587C20.7969 4.96113 21.0075 5.47013 21.0075 6.00083V8.5M7.00171 9.00546H12M7.00171 12.9941C7.78209 12.9915 8.21962 12.9967 9 12.9941M21.2426 16H12.7574M12.7574 16L15.9393 19.182M12.7574 16L15.9393 12.818" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ Anticipate
11
+ };