@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.
- package/dist/components/icons/Clap.cjs +43 -0
- package/dist/components/icons/Clap.d.cts +6 -0
- package/dist/components/icons/Clap.d.ts +6 -0
- package/dist/components/icons/Clap.js +9 -0
- package/dist/components/icons/IndexBarHigh.cjs +43 -0
- package/dist/components/icons/IndexBarHigh.d.cts +6 -0
- package/dist/components/icons/IndexBarHigh.d.ts +6 -0
- package/dist/components/icons/IndexBarHigh.js +9 -0
- package/dist/components/icons/IndexBarLow.cjs +43 -0
- package/dist/components/icons/IndexBarLow.d.cts +6 -0
- package/dist/components/icons/IndexBarLow.d.ts +6 -0
- package/dist/components/icons/IndexBarLow.js +9 -0
- package/dist/components/icons/IndexBarMedium.cjs +43 -0
- package/dist/components/icons/IndexBarMedium.d.cts +6 -0
- package/dist/components/icons/IndexBarMedium.d.ts +6 -0
- package/dist/components/icons/IndexBarMedium.js +9 -0
- package/dist/components/icons/IndexBarPriority.cjs +43 -0
- package/dist/components/icons/IndexBarPriority.d.cts +6 -0
- package/dist/components/icons/IndexBarPriority.d.ts +6 -0
- package/dist/components/icons/IndexBarPriority.js +9 -0
- package/dist/components/icons/IndexPyramidHigh.cjs +43 -0
- package/dist/components/icons/IndexPyramidHigh.d.cts +6 -0
- package/dist/components/icons/IndexPyramidHigh.d.ts +6 -0
- package/dist/components/icons/IndexPyramidHigh.js +9 -0
- package/dist/components/icons/IndexPyramidLow.cjs +43 -0
- package/dist/components/icons/IndexPyramidLow.d.cts +6 -0
- package/dist/components/icons/IndexPyramidLow.d.ts +6 -0
- package/dist/components/icons/IndexPyramidLow.js +9 -0
- package/dist/components/icons/IndexPyramidMedium.cjs +43 -0
- package/dist/components/icons/IndexPyramidMedium.d.cts +6 -0
- package/dist/components/icons/IndexPyramidMedium.d.ts +6 -0
- package/dist/components/icons/IndexPyramidMedium.js +9 -0
- package/dist/components/icons/IndexPyramidPriority.cjs +43 -0
- package/dist/components/icons/IndexPyramidPriority.d.cts +6 -0
- package/dist/components/icons/IndexPyramidPriority.d.ts +6 -0
- package/dist/components/icons/IndexPyramidPriority.js +9 -0
- package/dist/components/icons/Rat.cjs +43 -0
- package/dist/components/icons/Rat.d.cts +6 -0
- package/dist/components/icons/Rat.d.ts +6 -0
- package/dist/components/icons/Rat.js +9 -0
- package/dist/components/icons/Shape5.cjs +43 -0
- package/dist/components/icons/Shape5.d.cts +6 -0
- package/dist/components/icons/Shape5.d.ts +6 -0
- package/dist/components/icons/Shape5.js +9 -0
- package/dist/components/icons/Shape6.cjs +43 -0
- package/dist/components/icons/Shape6.d.cts +6 -0
- package/dist/components/icons/Shape6.d.ts +6 -0
- package/dist/components/icons/Shape6.js +9 -0
- package/dist/components/icons/Shape7.cjs +43 -0
- package/dist/components/icons/Shape7.d.cts +6 -0
- package/dist/components/icons/Shape7.d.ts +6 -0
- package/dist/components/icons/Shape7.js +9 -0
- package/dist/components/icons/Shape8.cjs +43 -0
- package/dist/components/icons/Shape8.d.cts +6 -0
- package/dist/components/icons/Shape8.d.ts +6 -0
- package/dist/components/icons/Shape8.js +9 -0
- package/dist/components/icons/TimelineAnticipate.cjs +43 -0
- package/dist/components/icons/TimelineAnticipate.d.cts +6 -0
- package/dist/components/icons/TimelineAnticipate.d.ts +6 -0
- package/dist/components/icons/TimelineAnticipate.js +9 -0
- package/dist/components/icons/index.cjs +45 -0
- package/dist/components/icons/index.d.cts +15 -0
- package/dist/components/icons/index.d.ts +15 -0
- package/dist/components/icons/index.js +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.ts +15 -0
- package/native/components/icons/Clap.cjs +52 -0
- package/native/components/icons/Clap.d.cts +9 -0
- package/native/components/icons/Clap.d.ts +9 -0
- package/native/components/icons/Clap.js +18 -0
- package/native/components/icons/IndexBarHigh.cjs +45 -0
- package/native/components/icons/IndexBarHigh.d.cts +9 -0
- package/native/components/icons/IndexBarHigh.d.ts +9 -0
- package/native/components/icons/IndexBarHigh.js +11 -0
- package/native/components/icons/IndexBarLow.cjs +45 -0
- package/native/components/icons/IndexBarLow.d.cts +9 -0
- package/native/components/icons/IndexBarLow.d.ts +9 -0
- package/native/components/icons/IndexBarLow.js +11 -0
- package/native/components/icons/IndexBarMedium.cjs +45 -0
- package/native/components/icons/IndexBarMedium.d.cts +9 -0
- package/native/components/icons/IndexBarMedium.d.ts +9 -0
- package/native/components/icons/IndexBarMedium.js +11 -0
- package/native/components/icons/IndexBarPriority.cjs +45 -0
- package/native/components/icons/IndexBarPriority.d.cts +9 -0
- package/native/components/icons/IndexBarPriority.d.ts +9 -0
- package/native/components/icons/IndexBarPriority.js +11 -0
- package/native/components/icons/IndexPyramidHigh.cjs +45 -0
- package/native/components/icons/IndexPyramidHigh.d.cts +9 -0
- package/native/components/icons/IndexPyramidHigh.d.ts +9 -0
- package/native/components/icons/IndexPyramidHigh.js +11 -0
- package/native/components/icons/IndexPyramidLow.cjs +45 -0
- package/native/components/icons/IndexPyramidLow.d.cts +9 -0
- package/native/components/icons/IndexPyramidLow.d.ts +9 -0
- package/native/components/icons/IndexPyramidLow.js +11 -0
- package/native/components/icons/IndexPyramidMedium.cjs +45 -0
- package/native/components/icons/IndexPyramidMedium.d.cts +9 -0
- package/native/components/icons/IndexPyramidMedium.d.ts +9 -0
- package/native/components/icons/IndexPyramidMedium.js +11 -0
- package/native/components/icons/IndexPyramidPriority.cjs +45 -0
- package/native/components/icons/IndexPyramidPriority.d.cts +9 -0
- package/native/components/icons/IndexPyramidPriority.d.ts +9 -0
- package/native/components/icons/IndexPyramidPriority.js +11 -0
- package/native/components/icons/Rat.cjs +45 -0
- package/native/components/icons/Rat.d.cts +9 -0
- package/native/components/icons/Rat.d.ts +9 -0
- package/native/components/icons/Rat.js +11 -0
- package/native/components/icons/Shape5.cjs +45 -0
- package/native/components/icons/Shape5.d.cts +9 -0
- package/native/components/icons/Shape5.d.ts +9 -0
- package/native/components/icons/Shape5.js +11 -0
- package/native/components/icons/Shape6.cjs +45 -0
- package/native/components/icons/Shape6.d.cts +9 -0
- package/native/components/icons/Shape6.d.ts +9 -0
- package/native/components/icons/Shape6.js +11 -0
- package/native/components/icons/Shape7.cjs +45 -0
- package/native/components/icons/Shape7.d.cts +9 -0
- package/native/components/icons/Shape7.d.ts +9 -0
- package/native/components/icons/Shape7.js +11 -0
- package/native/components/icons/Shape8.cjs +45 -0
- package/native/components/icons/Shape8.d.cts +9 -0
- package/native/components/icons/Shape8.d.ts +9 -0
- package/native/components/icons/Shape8.js +11 -0
- package/native/components/icons/TimelineAnticipate.cjs +45 -0
- package/native/components/icons/TimelineAnticipate.d.cts +9 -0
- package/native/components/icons/TimelineAnticipate.d.ts +9 -0
- package/native/components/icons/TimelineAnticipate.js +11 -0
- package/native/components/icons/index.cjs +45 -0
- package/native/components/icons/index.d.cts +15 -0
- package/native/components/icons/index.d.ts +15 -0
- package/native/components/icons/index.js +30 -0
- package/native/index.d.cts +91 -1
- package/native/index.d.ts +91 -1
- package/package.json +2 -2
package/native/index.d.cts
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/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.
|
|
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,
|