@medway-ui/icons 1.10.0 → 1.11.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 (133) hide show
  1. package/dist/components/icons/Clap.cjs +43 -0
  2. package/dist/components/icons/Clap.d.cts +6 -0
  3. package/dist/components/icons/Clap.d.ts +6 -0
  4. package/dist/components/icons/Clap.js +9 -0
  5. package/dist/components/icons/IndexBarHigh.cjs +43 -0
  6. package/dist/components/icons/IndexBarHigh.d.cts +6 -0
  7. package/dist/components/icons/IndexBarHigh.d.ts +6 -0
  8. package/dist/components/icons/IndexBarHigh.js +9 -0
  9. package/dist/components/icons/IndexBarLow.cjs +43 -0
  10. package/dist/components/icons/IndexBarLow.d.cts +6 -0
  11. package/dist/components/icons/IndexBarLow.d.ts +6 -0
  12. package/dist/components/icons/IndexBarLow.js +9 -0
  13. package/dist/components/icons/IndexBarMedium.cjs +43 -0
  14. package/dist/components/icons/IndexBarMedium.d.cts +6 -0
  15. package/dist/components/icons/IndexBarMedium.d.ts +6 -0
  16. package/dist/components/icons/IndexBarMedium.js +9 -0
  17. package/dist/components/icons/IndexBarPriority.cjs +43 -0
  18. package/dist/components/icons/IndexBarPriority.d.cts +6 -0
  19. package/dist/components/icons/IndexBarPriority.d.ts +6 -0
  20. package/dist/components/icons/IndexBarPriority.js +9 -0
  21. package/dist/components/icons/IndexPyramidHigh.cjs +43 -0
  22. package/dist/components/icons/IndexPyramidHigh.d.cts +6 -0
  23. package/dist/components/icons/IndexPyramidHigh.d.ts +6 -0
  24. package/dist/components/icons/IndexPyramidHigh.js +9 -0
  25. package/dist/components/icons/IndexPyramidLow.cjs +43 -0
  26. package/dist/components/icons/IndexPyramidLow.d.cts +6 -0
  27. package/dist/components/icons/IndexPyramidLow.d.ts +6 -0
  28. package/dist/components/icons/IndexPyramidLow.js +9 -0
  29. package/dist/components/icons/IndexPyramidMedium.cjs +43 -0
  30. package/dist/components/icons/IndexPyramidMedium.d.cts +6 -0
  31. package/dist/components/icons/IndexPyramidMedium.d.ts +6 -0
  32. package/dist/components/icons/IndexPyramidMedium.js +9 -0
  33. package/dist/components/icons/IndexPyramidPriority.cjs +43 -0
  34. package/dist/components/icons/IndexPyramidPriority.d.cts +6 -0
  35. package/dist/components/icons/IndexPyramidPriority.d.ts +6 -0
  36. package/dist/components/icons/IndexPyramidPriority.js +9 -0
  37. package/dist/components/icons/Rat.cjs +43 -0
  38. package/dist/components/icons/Rat.d.cts +6 -0
  39. package/dist/components/icons/Rat.d.ts +6 -0
  40. package/dist/components/icons/Rat.js +9 -0
  41. package/dist/components/icons/Shape5.cjs +43 -0
  42. package/dist/components/icons/Shape5.d.cts +6 -0
  43. package/dist/components/icons/Shape5.d.ts +6 -0
  44. package/dist/components/icons/Shape5.js +9 -0
  45. package/dist/components/icons/Shape6.cjs +43 -0
  46. package/dist/components/icons/Shape6.d.cts +6 -0
  47. package/dist/components/icons/Shape6.d.ts +6 -0
  48. package/dist/components/icons/Shape6.js +9 -0
  49. package/dist/components/icons/Shape7.cjs +43 -0
  50. package/dist/components/icons/Shape7.d.cts +6 -0
  51. package/dist/components/icons/Shape7.d.ts +6 -0
  52. package/dist/components/icons/Shape7.js +9 -0
  53. package/dist/components/icons/Shape8.cjs +43 -0
  54. package/dist/components/icons/Shape8.d.cts +6 -0
  55. package/dist/components/icons/Shape8.d.ts +6 -0
  56. package/dist/components/icons/Shape8.js +9 -0
  57. package/dist/components/icons/TimelineAnticipate.cjs +43 -0
  58. package/dist/components/icons/TimelineAnticipate.d.cts +6 -0
  59. package/dist/components/icons/TimelineAnticipate.d.ts +6 -0
  60. package/dist/components/icons/TimelineAnticipate.js +9 -0
  61. package/dist/components/icons/index.cjs +45 -0
  62. package/dist/components/icons/index.d.cts +15 -0
  63. package/dist/components/icons/index.d.ts +15 -0
  64. package/dist/components/icons/index.js +30 -0
  65. package/dist/index.d.cts +15 -0
  66. package/dist/index.d.ts +15 -0
  67. package/native/components/icons/Clap.cjs +52 -0
  68. package/native/components/icons/Clap.d.cts +9 -0
  69. package/native/components/icons/Clap.d.ts +9 -0
  70. package/native/components/icons/Clap.js +18 -0
  71. package/native/components/icons/IndexBarHigh.cjs +45 -0
  72. package/native/components/icons/IndexBarHigh.d.cts +9 -0
  73. package/native/components/icons/IndexBarHigh.d.ts +9 -0
  74. package/native/components/icons/IndexBarHigh.js +11 -0
  75. package/native/components/icons/IndexBarLow.cjs +45 -0
  76. package/native/components/icons/IndexBarLow.d.cts +9 -0
  77. package/native/components/icons/IndexBarLow.d.ts +9 -0
  78. package/native/components/icons/IndexBarLow.js +11 -0
  79. package/native/components/icons/IndexBarMedium.cjs +45 -0
  80. package/native/components/icons/IndexBarMedium.d.cts +9 -0
  81. package/native/components/icons/IndexBarMedium.d.ts +9 -0
  82. package/native/components/icons/IndexBarMedium.js +11 -0
  83. package/native/components/icons/IndexBarPriority.cjs +45 -0
  84. package/native/components/icons/IndexBarPriority.d.cts +9 -0
  85. package/native/components/icons/IndexBarPriority.d.ts +9 -0
  86. package/native/components/icons/IndexBarPriority.js +11 -0
  87. package/native/components/icons/IndexPyramidHigh.cjs +45 -0
  88. package/native/components/icons/IndexPyramidHigh.d.cts +9 -0
  89. package/native/components/icons/IndexPyramidHigh.d.ts +9 -0
  90. package/native/components/icons/IndexPyramidHigh.js +11 -0
  91. package/native/components/icons/IndexPyramidLow.cjs +45 -0
  92. package/native/components/icons/IndexPyramidLow.d.cts +9 -0
  93. package/native/components/icons/IndexPyramidLow.d.ts +9 -0
  94. package/native/components/icons/IndexPyramidLow.js +11 -0
  95. package/native/components/icons/IndexPyramidMedium.cjs +45 -0
  96. package/native/components/icons/IndexPyramidMedium.d.cts +9 -0
  97. package/native/components/icons/IndexPyramidMedium.d.ts +9 -0
  98. package/native/components/icons/IndexPyramidMedium.js +11 -0
  99. package/native/components/icons/IndexPyramidPriority.cjs +45 -0
  100. package/native/components/icons/IndexPyramidPriority.d.cts +9 -0
  101. package/native/components/icons/IndexPyramidPriority.d.ts +9 -0
  102. package/native/components/icons/IndexPyramidPriority.js +11 -0
  103. package/native/components/icons/Rat.cjs +45 -0
  104. package/native/components/icons/Rat.d.cts +9 -0
  105. package/native/components/icons/Rat.d.ts +9 -0
  106. package/native/components/icons/Rat.js +11 -0
  107. package/native/components/icons/Shape5.cjs +45 -0
  108. package/native/components/icons/Shape5.d.cts +9 -0
  109. package/native/components/icons/Shape5.d.ts +9 -0
  110. package/native/components/icons/Shape5.js +11 -0
  111. package/native/components/icons/Shape6.cjs +45 -0
  112. package/native/components/icons/Shape6.d.cts +9 -0
  113. package/native/components/icons/Shape6.d.ts +9 -0
  114. package/native/components/icons/Shape6.js +11 -0
  115. package/native/components/icons/Shape7.cjs +45 -0
  116. package/native/components/icons/Shape7.d.cts +9 -0
  117. package/native/components/icons/Shape7.d.ts +9 -0
  118. package/native/components/icons/Shape7.js +11 -0
  119. package/native/components/icons/Shape8.cjs +45 -0
  120. package/native/components/icons/Shape8.d.cts +9 -0
  121. package/native/components/icons/Shape8.d.ts +9 -0
  122. package/native/components/icons/Shape8.js +11 -0
  123. package/native/components/icons/TimelineAnticipate.cjs +45 -0
  124. package/native/components/icons/TimelineAnticipate.d.cts +9 -0
  125. package/native/components/icons/TimelineAnticipate.d.ts +9 -0
  126. package/native/components/icons/TimelineAnticipate.js +11 -0
  127. package/native/components/icons/index.cjs +45 -0
  128. package/native/components/icons/index.d.cts +15 -0
  129. package/native/components/icons/index.d.ts +15 -0
  130. package/native/components/icons/index.js +30 -0
  131. package/native/index.d.cts +91 -1
  132. package/native/index.d.ts +91 -1
  133. package/package.json +2 -2
@@ -900,6 +900,12 @@ type CircleWarningProps = {
900
900
  } & SvgProps;
901
901
  declare const CircleWarning: ({ height, width, color, strokeWidth }: CircleWarningProps) => JSX.Element;
902
902
 
903
+ type ClapProps = {
904
+ color: string;
905
+ strokeWidth?: number;
906
+ } & SvgProps;
907
+ declare const Clap: ({ height, width, color, strokeWidth }: ClapProps) => JSX.Element;
908
+
903
909
  type ClockProps = {
904
910
  color: string;
905
911
  strokeWidth?: number;
@@ -1668,6 +1674,30 @@ type Image2Props = {
1668
1674
  } & SvgProps;
1669
1675
  declare const Image2: ({ height, width, color, strokeWidth }: Image2Props) => JSX.Element;
1670
1676
 
1677
+ type IndexBarHighProps = {
1678
+ color: string;
1679
+ strokeWidth?: number;
1680
+ } & SvgProps;
1681
+ declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
1682
+
1683
+ type IndexBarLowProps = {
1684
+ color: string;
1685
+ strokeWidth?: number;
1686
+ } & SvgProps;
1687
+ declare const IndexBarLow: ({ height, width, color, strokeWidth }: IndexBarLowProps) => JSX.Element;
1688
+
1689
+ type IndexBarMediumProps = {
1690
+ color: string;
1691
+ strokeWidth?: number;
1692
+ } & SvgProps;
1693
+ declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
1694
+
1695
+ type IndexBarPriorityProps = {
1696
+ color: string;
1697
+ strokeWidth?: number;
1698
+ } & SvgProps;
1699
+ declare const IndexBarPriority: ({ height, width, color, strokeWidth }: IndexBarPriorityProps) => JSX.Element;
1700
+
1671
1701
  type IndexHighProps = {
1672
1702
  color: string;
1673
1703
  strokeWidth?: number;
@@ -1692,6 +1722,30 @@ type IndexPriorityProps = {
1692
1722
  } & SvgProps;
1693
1723
  declare const IndexPriority: ({ height, width, color, strokeWidth }: IndexPriorityProps) => JSX.Element;
1694
1724
 
1725
+ type IndexPyramidHighProps = {
1726
+ color: string;
1727
+ strokeWidth?: number;
1728
+ } & SvgProps;
1729
+ declare const IndexPyramidHigh: ({ height, width, color, strokeWidth }: IndexPyramidHighProps) => JSX.Element;
1730
+
1731
+ type IndexPyramidLowProps = {
1732
+ color: string;
1733
+ strokeWidth?: number;
1734
+ } & SvgProps;
1735
+ declare const IndexPyramidLow: ({ height, width, color, strokeWidth }: IndexPyramidLowProps) => JSX.Element;
1736
+
1737
+ type IndexPyramidMediumProps = {
1738
+ color: string;
1739
+ strokeWidth?: number;
1740
+ } & SvgProps;
1741
+ declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
1742
+
1743
+ type IndexPyramidPriorityProps = {
1744
+ color: string;
1745
+ strokeWidth?: number;
1746
+ } & SvgProps;
1747
+ declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
1748
+
1695
1749
  type InfoProps = {
1696
1750
  color: string;
1697
1751
  strokeWidth?: number;
@@ -2298,6 +2352,12 @@ type RainbowProps = {
2298
2352
  } & SvgProps;
2299
2353
  declare const Rainbow: ({ height, width, color, strokeWidth }: RainbowProps) => JSX.Element;
2300
2354
 
2355
+ type RatProps = {
2356
+ color: string;
2357
+ strokeWidth?: number;
2358
+ } & SvgProps;
2359
+ declare const Rat: ({ height, width, color, strokeWidth }: RatProps) => JSX.Element;
2360
+
2301
2361
  type RedoProps = {
2302
2362
  color: string;
2303
2363
  strokeWidth?: number;
@@ -2394,6 +2454,30 @@ type SettingsFutureProps = {
2394
2454
  } & SvgProps;
2395
2455
  declare const SettingsFuture: ({ height, width, color, strokeWidth }: SettingsFutureProps) => JSX.Element;
2396
2456
 
2457
+ type Shape5Props = {
2458
+ color: string;
2459
+ strokeWidth?: number;
2460
+ } & SvgProps;
2461
+ declare const Shape5: ({ height, width, color, strokeWidth }: Shape5Props) => JSX.Element;
2462
+
2463
+ type Shape6Props = {
2464
+ color: string;
2465
+ strokeWidth?: number;
2466
+ } & SvgProps;
2467
+ declare const Shape6: ({ height, width, color, strokeWidth }: Shape6Props) => JSX.Element;
2468
+
2469
+ type Shape7Props = {
2470
+ color: string;
2471
+ strokeWidth?: number;
2472
+ } & SvgProps;
2473
+ declare const Shape7: ({ height, width, color, strokeWidth }: Shape7Props) => JSX.Element;
2474
+
2475
+ type Shape8Props = {
2476
+ color: string;
2477
+ strokeWidth?: number;
2478
+ } & SvgProps;
2479
+ declare const Shape8: ({ height, width, color, strokeWidth }: Shape8Props) => JSX.Element;
2480
+
2397
2481
  type ShareAndroidProps = {
2398
2482
  color: string;
2399
2483
  strokeWidth?: number;
@@ -2808,6 +2892,12 @@ type TimelineAiProps = {
2808
2892
  } & SvgProps;
2809
2893
  declare const TimelineAi: ({ height, width, color, strokeWidth }: TimelineAiProps) => JSX.Element;
2810
2894
 
2895
+ type TimelineAnticipateProps = {
2896
+ color: string;
2897
+ strokeWidth?: number;
2898
+ } & SvgProps;
2899
+ declare const TimelineAnticipate: ({ height, width, color, strokeWidth }: TimelineAnticipateProps) => JSX.Element;
2900
+
2811
2901
  type TimerProps = {
2812
2902
  color: string;
2813
2903
  strokeWidth?: number;
@@ -3144,4 +3234,4 @@ type WindowTerminalProps = {
3144
3234
  } & SvgProps;
3145
3235
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3146
3236
 
3147
- 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, ContentUpdate, 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, SearchError, 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 };
3237
+ 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, Clap, 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, ContentUpdate, 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, IndexBarHigh, IndexBarLow, IndexBarMedium, IndexBarPriority, IndexHigh, IndexLow, IndexMedium, IndexPriority, IndexPyramidHigh, IndexPyramidLow, IndexPyramidMedium, IndexPyramidPriority, 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, Rat, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchError, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, Shape5, Shape6, Shape7, Shape8, 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, TimelineAnticipate, 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
@@ -900,6 +900,12 @@ type CircleWarningProps = {
900
900
  } & SvgProps;
901
901
  declare const CircleWarning: ({ height, width, color, strokeWidth }: CircleWarningProps) => JSX.Element;
902
902
 
903
+ type ClapProps = {
904
+ color: string;
905
+ strokeWidth?: number;
906
+ } & SvgProps;
907
+ declare const Clap: ({ height, width, color, strokeWidth }: ClapProps) => JSX.Element;
908
+
903
909
  type ClockProps = {
904
910
  color: string;
905
911
  strokeWidth?: number;
@@ -1668,6 +1674,30 @@ type Image2Props = {
1668
1674
  } & SvgProps;
1669
1675
  declare const Image2: ({ height, width, color, strokeWidth }: Image2Props) => JSX.Element;
1670
1676
 
1677
+ type IndexBarHighProps = {
1678
+ color: string;
1679
+ strokeWidth?: number;
1680
+ } & SvgProps;
1681
+ declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
1682
+
1683
+ type IndexBarLowProps = {
1684
+ color: string;
1685
+ strokeWidth?: number;
1686
+ } & SvgProps;
1687
+ declare const IndexBarLow: ({ height, width, color, strokeWidth }: IndexBarLowProps) => JSX.Element;
1688
+
1689
+ type IndexBarMediumProps = {
1690
+ color: string;
1691
+ strokeWidth?: number;
1692
+ } & SvgProps;
1693
+ declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
1694
+
1695
+ type IndexBarPriorityProps = {
1696
+ color: string;
1697
+ strokeWidth?: number;
1698
+ } & SvgProps;
1699
+ declare const IndexBarPriority: ({ height, width, color, strokeWidth }: IndexBarPriorityProps) => JSX.Element;
1700
+
1671
1701
  type IndexHighProps = {
1672
1702
  color: string;
1673
1703
  strokeWidth?: number;
@@ -1692,6 +1722,30 @@ type IndexPriorityProps = {
1692
1722
  } & SvgProps;
1693
1723
  declare const IndexPriority: ({ height, width, color, strokeWidth }: IndexPriorityProps) => JSX.Element;
1694
1724
 
1725
+ type IndexPyramidHighProps = {
1726
+ color: string;
1727
+ strokeWidth?: number;
1728
+ } & SvgProps;
1729
+ declare const IndexPyramidHigh: ({ height, width, color, strokeWidth }: IndexPyramidHighProps) => JSX.Element;
1730
+
1731
+ type IndexPyramidLowProps = {
1732
+ color: string;
1733
+ strokeWidth?: number;
1734
+ } & SvgProps;
1735
+ declare const IndexPyramidLow: ({ height, width, color, strokeWidth }: IndexPyramidLowProps) => JSX.Element;
1736
+
1737
+ type IndexPyramidMediumProps = {
1738
+ color: string;
1739
+ strokeWidth?: number;
1740
+ } & SvgProps;
1741
+ declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
1742
+
1743
+ type IndexPyramidPriorityProps = {
1744
+ color: string;
1745
+ strokeWidth?: number;
1746
+ } & SvgProps;
1747
+ declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
1748
+
1695
1749
  type InfoProps = {
1696
1750
  color: string;
1697
1751
  strokeWidth?: number;
@@ -2298,6 +2352,12 @@ type RainbowProps = {
2298
2352
  } & SvgProps;
2299
2353
  declare const Rainbow: ({ height, width, color, strokeWidth }: RainbowProps) => JSX.Element;
2300
2354
 
2355
+ type RatProps = {
2356
+ color: string;
2357
+ strokeWidth?: number;
2358
+ } & SvgProps;
2359
+ declare const Rat: ({ height, width, color, strokeWidth }: RatProps) => JSX.Element;
2360
+
2301
2361
  type RedoProps = {
2302
2362
  color: string;
2303
2363
  strokeWidth?: number;
@@ -2394,6 +2454,30 @@ type SettingsFutureProps = {
2394
2454
  } & SvgProps;
2395
2455
  declare const SettingsFuture: ({ height, width, color, strokeWidth }: SettingsFutureProps) => JSX.Element;
2396
2456
 
2457
+ type Shape5Props = {
2458
+ color: string;
2459
+ strokeWidth?: number;
2460
+ } & SvgProps;
2461
+ declare const Shape5: ({ height, width, color, strokeWidth }: Shape5Props) => JSX.Element;
2462
+
2463
+ type Shape6Props = {
2464
+ color: string;
2465
+ strokeWidth?: number;
2466
+ } & SvgProps;
2467
+ declare const Shape6: ({ height, width, color, strokeWidth }: Shape6Props) => JSX.Element;
2468
+
2469
+ type Shape7Props = {
2470
+ color: string;
2471
+ strokeWidth?: number;
2472
+ } & SvgProps;
2473
+ declare const Shape7: ({ height, width, color, strokeWidth }: Shape7Props) => JSX.Element;
2474
+
2475
+ type Shape8Props = {
2476
+ color: string;
2477
+ strokeWidth?: number;
2478
+ } & SvgProps;
2479
+ declare const Shape8: ({ height, width, color, strokeWidth }: Shape8Props) => JSX.Element;
2480
+
2397
2481
  type ShareAndroidProps = {
2398
2482
  color: string;
2399
2483
  strokeWidth?: number;
@@ -2808,6 +2892,12 @@ type TimelineAiProps = {
2808
2892
  } & SvgProps;
2809
2893
  declare const TimelineAi: ({ height, width, color, strokeWidth }: TimelineAiProps) => JSX.Element;
2810
2894
 
2895
+ type TimelineAnticipateProps = {
2896
+ color: string;
2897
+ strokeWidth?: number;
2898
+ } & SvgProps;
2899
+ declare const TimelineAnticipate: ({ height, width, color, strokeWidth }: TimelineAnticipateProps) => JSX.Element;
2900
+
2811
2901
  type TimerProps = {
2812
2902
  color: string;
2813
2903
  strokeWidth?: number;
@@ -3144,4 +3234,4 @@ type WindowTerminalProps = {
3144
3234
  } & SvgProps;
3145
3235
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3146
3236
 
3147
- 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, ContentUpdate, 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, SearchError, 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 };
3237
+ 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, Clap, 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, ContentUpdate, 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, IndexBarHigh, IndexBarLow, IndexBarMedium, IndexBarPriority, IndexHigh, IndexLow, IndexMedium, IndexPriority, IndexPyramidHigh, IndexPyramidLow, IndexPyramidMedium, IndexPyramidPriority, 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, Rat, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchError, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, Shape5, Shape6, Shape7, Shape8, 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, TimelineAnticipate, 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.10.0",
3
+ "version": "1.11.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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsup",
24
- "release": "npm publish --access public",
24
+ "release": "yarn build && npm publish --access public",
25
25
  "generate-icons": "ts-node --esm scripts/generate-icons.mjs && ts-node --esm scripts/generate-icons-native.mjs"
26
26
  },
27
27
  "sideEffects": false,