@medway-ui/icons 1.7.0 → 1.9.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 (53) hide show
  1. package/dist/components/icons/ClockProgress.cjs +43 -0
  2. package/dist/components/icons/ClockProgress.d.cts +6 -0
  3. package/dist/components/icons/ClockProgress.d.ts +6 -0
  4. package/dist/components/icons/ClockProgress.js +9 -0
  5. package/dist/components/icons/DrawingPencil.cjs +43 -0
  6. package/dist/components/icons/DrawingPencil.d.cts +6 -0
  7. package/dist/components/icons/DrawingPencil.d.ts +6 -0
  8. package/dist/components/icons/DrawingPencil.js +9 -0
  9. package/dist/components/icons/FlashcardAi.cjs +43 -0
  10. package/dist/components/icons/FlashcardAi.d.cts +6 -0
  11. package/dist/components/icons/FlashcardAi.d.ts +6 -0
  12. package/dist/components/icons/FlashcardAi.js +9 -0
  13. package/dist/components/icons/MedicineStudy.cjs +43 -0
  14. package/dist/components/icons/MedicineStudy.d.cts +6 -0
  15. package/dist/components/icons/MedicineStudy.d.ts +6 -0
  16. package/dist/components/icons/MedicineStudy.js +9 -0
  17. package/dist/components/icons/TwoCards.cjs +43 -0
  18. package/dist/components/icons/TwoCards.d.cts +6 -0
  19. package/dist/components/icons/TwoCards.d.ts +6 -0
  20. package/dist/components/icons/TwoCards.js +9 -0
  21. package/dist/components/icons/index.cjs +15 -0
  22. package/dist/components/icons/index.d.cts +5 -0
  23. package/dist/components/icons/index.d.ts +5 -0
  24. package/dist/components/icons/index.js +10 -0
  25. package/dist/index.d.cts +5 -0
  26. package/dist/index.d.ts +5 -0
  27. package/native/components/icons/ClockProgress.cjs +45 -0
  28. package/native/components/icons/ClockProgress.d.cts +9 -0
  29. package/native/components/icons/ClockProgress.d.ts +9 -0
  30. package/native/components/icons/ClockProgress.js +11 -0
  31. package/native/components/icons/DrawingPencil.cjs +45 -0
  32. package/native/components/icons/DrawingPencil.d.cts +9 -0
  33. package/native/components/icons/DrawingPencil.d.ts +9 -0
  34. package/native/components/icons/DrawingPencil.js +11 -0
  35. package/native/components/icons/FlashcardAi.cjs +45 -0
  36. package/native/components/icons/FlashcardAi.d.cts +9 -0
  37. package/native/components/icons/FlashcardAi.d.ts +9 -0
  38. package/native/components/icons/FlashcardAi.js +11 -0
  39. package/native/components/icons/MedicineStudy.cjs +45 -0
  40. package/native/components/icons/MedicineStudy.d.cts +9 -0
  41. package/native/components/icons/MedicineStudy.d.ts +9 -0
  42. package/native/components/icons/MedicineStudy.js +11 -0
  43. package/native/components/icons/TwoCards.cjs +45 -0
  44. package/native/components/icons/TwoCards.d.cts +9 -0
  45. package/native/components/icons/TwoCards.d.ts +9 -0
  46. package/native/components/icons/TwoCards.js +11 -0
  47. package/native/components/icons/index.cjs +15 -0
  48. package/native/components/icons/index.d.cts +5 -0
  49. package/native/components/icons/index.d.ts +5 -0
  50. package/native/components/icons/index.js +10 -0
  51. package/native/index.d.cts +31 -1
  52. package/native/index.d.ts +31 -1
  53. package/package.json +1 -1
@@ -149,6 +149,7 @@ export { CircleCheck } from './CircleCheck.cjs';
149
149
  export { CircleHelp } from './CircleHelp.cjs';
150
150
  export { CircleWarning } from './CircleWarning.cjs';
151
151
  export { Clock } from './Clock.cjs';
152
+ export { ClockProgress } from './ClockProgress.cjs';
152
153
  export { CloseCircle } from './CloseCircle.cjs';
153
154
  export { CloseLg } from './CloseLg.cjs';
154
155
  export { CloseMd } from './CloseMd.cjs';
@@ -193,6 +194,7 @@ export { Download } from './Download.cjs';
193
194
  export { DownloadPackage } from './DownloadPackage.cjs';
194
195
  export { DragHorizontal } from './DragHorizontal.cjs';
195
196
  export { DragVertical } from './DragVertical.cjs';
197
+ export { DrawingPencil } from './DrawingPencil.cjs';
196
198
  export { DummyCircle } from './DummyCircle.cjs';
197
199
  export { DummyCircleSmall } from './DummyCircleSmall.cjs';
198
200
  export { DummySquare } from './DummySquare.cjs';
@@ -225,6 +227,7 @@ export { Fire } from './Fire.cjs';
225
227
  export { FirstAid } from './FirstAid.cjs';
226
228
  export { Flag } from './Flag.cjs';
227
229
  export { Flashcard } from './Flashcard.cjs';
230
+ export { FlashcardAi } from './FlashcardAi.cjs';
228
231
  export { Focus } from './Focus.cjs';
229
232
  export { Folder } from './Folder.cjs';
230
233
  export { FolderAdd } from './FolderAdd.cjs';
@@ -317,6 +320,7 @@ export { MapPin } from './MapPin.cjs';
317
320
  export { Medbrain } from './Medbrain.cjs';
318
321
  export { MedbrainAi } from './MedbrainAi.cjs';
319
322
  export { MedicalClinic } from './MedicalClinic.cjs';
323
+ export { MedicineStudy } from './MedicineStudy.cjs';
320
324
  export { MentalDisorder } from './MentalDisorder.cjs';
321
325
  export { Mention } from './Mention.cjs';
322
326
  export { MenuAlt } from './MenuAlt.cjs';
@@ -473,6 +477,7 @@ export { Triangle } from './Triangle.cjs';
473
477
  export { TriangleCheck } from './TriangleCheck.cjs';
474
478
  export { TriangleWarning } from './TriangleWarning.cjs';
475
479
  export { TurboReview } from './TurboReview.cjs';
480
+ export { TwoCards } from './TwoCards.cjs';
476
481
  export { Underline } from './Underline.cjs';
477
482
  export { Undo } from './Undo.cjs';
478
483
  export { UnfoldLess } from './UnfoldLess.cjs';
@@ -149,6 +149,7 @@ export { CircleCheck } from './CircleCheck.js';
149
149
  export { CircleHelp } from './CircleHelp.js';
150
150
  export { CircleWarning } from './CircleWarning.js';
151
151
  export { Clock } from './Clock.js';
152
+ export { ClockProgress } from './ClockProgress.js';
152
153
  export { CloseCircle } from './CloseCircle.js';
153
154
  export { CloseLg } from './CloseLg.js';
154
155
  export { CloseMd } from './CloseMd.js';
@@ -193,6 +194,7 @@ export { Download } from './Download.js';
193
194
  export { DownloadPackage } from './DownloadPackage.js';
194
195
  export { DragHorizontal } from './DragHorizontal.js';
195
196
  export { DragVertical } from './DragVertical.js';
197
+ export { DrawingPencil } from './DrawingPencil.js';
196
198
  export { DummyCircle } from './DummyCircle.js';
197
199
  export { DummyCircleSmall } from './DummyCircleSmall.js';
198
200
  export { DummySquare } from './DummySquare.js';
@@ -225,6 +227,7 @@ export { Fire } from './Fire.js';
225
227
  export { FirstAid } from './FirstAid.js';
226
228
  export { Flag } from './Flag.js';
227
229
  export { Flashcard } from './Flashcard.js';
230
+ export { FlashcardAi } from './FlashcardAi.js';
228
231
  export { Focus } from './Focus.js';
229
232
  export { Folder } from './Folder.js';
230
233
  export { FolderAdd } from './FolderAdd.js';
@@ -317,6 +320,7 @@ export { MapPin } from './MapPin.js';
317
320
  export { Medbrain } from './Medbrain.js';
318
321
  export { MedbrainAi } from './MedbrainAi.js';
319
322
  export { MedicalClinic } from './MedicalClinic.js';
323
+ export { MedicineStudy } from './MedicineStudy.js';
320
324
  export { MentalDisorder } from './MentalDisorder.js';
321
325
  export { Mention } from './Mention.js';
322
326
  export { MenuAlt } from './MenuAlt.js';
@@ -473,6 +477,7 @@ export { Triangle } from './Triangle.js';
473
477
  export { TriangleCheck } from './TriangleCheck.js';
474
478
  export { TriangleWarning } from './TriangleWarning.js';
475
479
  export { TurboReview } from './TurboReview.js';
480
+ export { TwoCards } from './TwoCards.js';
476
481
  export { Underline } from './Underline.js';
477
482
  export { Undo } from './Undo.js';
478
483
  export { UnfoldLess } from './UnfoldLess.js';
@@ -149,6 +149,7 @@ import { CircleCheck } from "./CircleCheck";
149
149
  import { CircleHelp } from "./CircleHelp";
150
150
  import { CircleWarning } from "./CircleWarning";
151
151
  import { Clock } from "./Clock";
152
+ import { ClockProgress } from "./ClockProgress";
152
153
  import { CloseCircle } from "./CloseCircle";
153
154
  import { CloseLg } from "./CloseLg";
154
155
  import { CloseMd } from "./CloseMd";
@@ -193,6 +194,7 @@ import { Download } from "./Download";
193
194
  import { DownloadPackage } from "./DownloadPackage";
194
195
  import { DragHorizontal } from "./DragHorizontal";
195
196
  import { DragVertical } from "./DragVertical";
197
+ import { DrawingPencil } from "./DrawingPencil";
196
198
  import { DummyCircle } from "./DummyCircle";
197
199
  import { DummyCircleSmall } from "./DummyCircleSmall";
198
200
  import { DummySquare } from "./DummySquare";
@@ -225,6 +227,7 @@ import { Fire } from "./Fire";
225
227
  import { FirstAid } from "./FirstAid";
226
228
  import { Flag } from "./Flag";
227
229
  import { Flashcard } from "./Flashcard";
230
+ import { FlashcardAi } from "./FlashcardAi";
228
231
  import { Focus } from "./Focus";
229
232
  import { Folder } from "./Folder";
230
233
  import { FolderAdd } from "./FolderAdd";
@@ -317,6 +320,7 @@ import { MapPin } from "./MapPin";
317
320
  import { Medbrain } from "./Medbrain";
318
321
  import { MedbrainAi } from "./MedbrainAi";
319
322
  import { MedicalClinic } from "./MedicalClinic";
323
+ import { MedicineStudy } from "./MedicineStudy";
320
324
  import { MentalDisorder } from "./MentalDisorder";
321
325
  import { Mention } from "./Mention";
322
326
  import { MenuAlt } from "./MenuAlt";
@@ -473,6 +477,7 @@ import { Triangle } from "./Triangle";
473
477
  import { TriangleCheck } from "./TriangleCheck";
474
478
  import { TriangleWarning } from "./TriangleWarning";
475
479
  import { TurboReview } from "./TurboReview";
480
+ import { TwoCards } from "./TwoCards";
476
481
  import { Underline } from "./Underline";
477
482
  import { Undo } from "./Undo";
478
483
  import { UnfoldLess } from "./UnfoldLess";
@@ -667,6 +672,7 @@ export {
667
672
  CircleHelp,
668
673
  CircleWarning,
669
674
  Clock,
675
+ ClockProgress,
670
676
  CloseCircle,
671
677
  CloseLg,
672
678
  CloseMd,
@@ -711,6 +717,7 @@ export {
711
717
  DownloadPackage,
712
718
  DragHorizontal,
713
719
  DragVertical,
720
+ DrawingPencil,
714
721
  DummyCircle,
715
722
  DummyCircleSmall,
716
723
  DummySquare,
@@ -743,6 +750,7 @@ export {
743
750
  FirstAid,
744
751
  Flag,
745
752
  Flashcard,
753
+ FlashcardAi,
746
754
  Focus,
747
755
  Folder,
748
756
  FolderAdd,
@@ -835,6 +843,7 @@ export {
835
843
  Medbrain,
836
844
  MedbrainAi,
837
845
  MedicalClinic,
846
+ MedicineStudy,
838
847
  MentalDisorder,
839
848
  Mention,
840
849
  MenuAlt,
@@ -991,6 +1000,7 @@ export {
991
1000
  TriangleCheck,
992
1001
  TriangleWarning,
993
1002
  TurboReview,
1003
+ TwoCards,
994
1004
  Underline,
995
1005
  Undo,
996
1006
  UnfoldLess,
@@ -906,6 +906,12 @@ type ClockProps = {
906
906
  } & SvgProps;
907
907
  declare const Clock: ({ height, width, color, strokeWidth }: ClockProps) => JSX.Element;
908
908
 
909
+ type ClockProgressProps = {
910
+ color: string;
911
+ strokeWidth?: number;
912
+ } & SvgProps;
913
+ declare const ClockProgress: ({ height, width, color, strokeWidth }: ClockProgressProps) => JSX.Element;
914
+
909
915
  type CloseCircleProps = {
910
916
  color: string;
911
917
  strokeWidth?: number;
@@ -1170,6 +1176,12 @@ type DragVerticalProps = {
1170
1176
  } & SvgProps;
1171
1177
  declare const DragVertical: ({ height, width, color, strokeWidth }: DragVerticalProps) => JSX.Element;
1172
1178
 
1179
+ type DrawingPencilProps = {
1180
+ color: string;
1181
+ strokeWidth?: number;
1182
+ } & SvgProps;
1183
+ declare const DrawingPencil: ({ height, width, color, strokeWidth }: DrawingPencilProps) => JSX.Element;
1184
+
1173
1185
  type DummyCircleProps = {
1174
1186
  color: string;
1175
1187
  strokeWidth?: number;
@@ -1362,6 +1374,12 @@ type FlashcardProps = {
1362
1374
  } & SvgProps;
1363
1375
  declare const Flashcard: ({ height, width, color, strokeWidth }: FlashcardProps) => JSX.Element;
1364
1376
 
1377
+ type FlashcardAiProps = {
1378
+ color: string;
1379
+ strokeWidth?: number;
1380
+ } & SvgProps;
1381
+ declare const FlashcardAi: ({ height, width, color, strokeWidth }: FlashcardAiProps) => JSX.Element;
1382
+
1365
1383
  type FocusProps = {
1366
1384
  color: string;
1367
1385
  strokeWidth?: number;
@@ -1914,6 +1932,12 @@ type MedicalClinicProps = {
1914
1932
  } & SvgProps;
1915
1933
  declare const MedicalClinic: ({ height, width, color, strokeWidth }: MedicalClinicProps) => JSX.Element;
1916
1934
 
1935
+ type MedicineStudyProps = {
1936
+ color: string;
1937
+ strokeWidth?: number;
1938
+ } & SvgProps;
1939
+ declare const MedicineStudy: ({ height, width, color, strokeWidth }: MedicineStudyProps) => JSX.Element;
1940
+
1917
1941
  type MentalDisorderProps = {
1918
1942
  color: string;
1919
1943
  strokeWidth?: number;
@@ -2850,6 +2874,12 @@ type TurboReviewProps = {
2850
2874
  } & SvgProps;
2851
2875
  declare const TurboReview: ({ height, width, color, strokeWidth }: TurboReviewProps) => JSX.Element;
2852
2876
 
2877
+ type TwoCardsProps = {
2878
+ color: string;
2879
+ strokeWidth?: number;
2880
+ } & SvgProps;
2881
+ declare const TwoCards: ({ height, width, color, strokeWidth }: TwoCardsProps) => JSX.Element;
2882
+
2853
2883
  type UnderlineProps = {
2854
2884
  color: string;
2855
2885
  strokeWidth?: number;
@@ -3102,4 +3132,4 @@ type WindowTerminalProps = {
3102
3132
  } & SvgProps;
3103
3133
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3104
3134
 
3105
- 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, Dermatology, 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, MentalDisorder, 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, Radiology, 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 };
3135
+ 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, ClockProgress, 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, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DrawingPencil, 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, FlashcardAi, 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, MedicineStudy, MentalDisorder, 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, Radiology, 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, TwoCards, 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 };
package/native/index.d.ts CHANGED
@@ -906,6 +906,12 @@ type ClockProps = {
906
906
  } & SvgProps;
907
907
  declare const Clock: ({ height, width, color, strokeWidth }: ClockProps) => JSX.Element;
908
908
 
909
+ type ClockProgressProps = {
910
+ color: string;
911
+ strokeWidth?: number;
912
+ } & SvgProps;
913
+ declare const ClockProgress: ({ height, width, color, strokeWidth }: ClockProgressProps) => JSX.Element;
914
+
909
915
  type CloseCircleProps = {
910
916
  color: string;
911
917
  strokeWidth?: number;
@@ -1170,6 +1176,12 @@ type DragVerticalProps = {
1170
1176
  } & SvgProps;
1171
1177
  declare const DragVertical: ({ height, width, color, strokeWidth }: DragVerticalProps) => JSX.Element;
1172
1178
 
1179
+ type DrawingPencilProps = {
1180
+ color: string;
1181
+ strokeWidth?: number;
1182
+ } & SvgProps;
1183
+ declare const DrawingPencil: ({ height, width, color, strokeWidth }: DrawingPencilProps) => JSX.Element;
1184
+
1173
1185
  type DummyCircleProps = {
1174
1186
  color: string;
1175
1187
  strokeWidth?: number;
@@ -1362,6 +1374,12 @@ type FlashcardProps = {
1362
1374
  } & SvgProps;
1363
1375
  declare const Flashcard: ({ height, width, color, strokeWidth }: FlashcardProps) => JSX.Element;
1364
1376
 
1377
+ type FlashcardAiProps = {
1378
+ color: string;
1379
+ strokeWidth?: number;
1380
+ } & SvgProps;
1381
+ declare const FlashcardAi: ({ height, width, color, strokeWidth }: FlashcardAiProps) => JSX.Element;
1382
+
1365
1383
  type FocusProps = {
1366
1384
  color: string;
1367
1385
  strokeWidth?: number;
@@ -1914,6 +1932,12 @@ type MedicalClinicProps = {
1914
1932
  } & SvgProps;
1915
1933
  declare const MedicalClinic: ({ height, width, color, strokeWidth }: MedicalClinicProps) => JSX.Element;
1916
1934
 
1935
+ type MedicineStudyProps = {
1936
+ color: string;
1937
+ strokeWidth?: number;
1938
+ } & SvgProps;
1939
+ declare const MedicineStudy: ({ height, width, color, strokeWidth }: MedicineStudyProps) => JSX.Element;
1940
+
1917
1941
  type MentalDisorderProps = {
1918
1942
  color: string;
1919
1943
  strokeWidth?: number;
@@ -2850,6 +2874,12 @@ type TurboReviewProps = {
2850
2874
  } & SvgProps;
2851
2875
  declare const TurboReview: ({ height, width, color, strokeWidth }: TurboReviewProps) => JSX.Element;
2852
2876
 
2877
+ type TwoCardsProps = {
2878
+ color: string;
2879
+ strokeWidth?: number;
2880
+ } & SvgProps;
2881
+ declare const TwoCards: ({ height, width, color, strokeWidth }: TwoCardsProps) => JSX.Element;
2882
+
2853
2883
  type UnderlineProps = {
2854
2884
  color: string;
2855
2885
  strokeWidth?: number;
@@ -3102,4 +3132,4 @@ type WindowTerminalProps = {
3102
3132
  } & SvgProps;
3103
3133
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3104
3134
 
3105
- 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, Dermatology, 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, MentalDisorder, 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, Radiology, 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 };
3135
+ 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, ClockProgress, 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, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DrawingPencil, 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, FlashcardAi, 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, MedicineStudy, MentalDisorder, 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, Radiology, 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, TwoCards, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medway-ui/icons",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "Pacote para geração e gerenciamento de ícones Medway.",
5
5
  "homepage": "https://main.d13e8l5cmf2py3.amplifyapp.com/",
6
6
  "main": "dist/index.cjs",