@fichap/icons-react 1.0.19 → 1.0.21

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/index.d.ts CHANGED
@@ -128,6 +128,10 @@ declare const TimerRegular: ({ size, width, height, className, ...props }: IconS
128
128
 
129
129
  declare const TimerRemoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
130
130
 
131
+ declare const TimerNightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
132
+
133
+ declare const TimerMoonRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
134
+
131
135
  declare const TimerAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
132
136
 
133
137
  declare const TimeSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -572,6 +576,8 @@ declare const GalleryViewRegular: ({ size, width, height, className, ...props }:
572
576
 
573
577
  declare const FrameRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
574
578
 
579
+ declare const ForwardClockTimer11Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
580
+
575
581
  declare const FolderRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
576
582
 
577
583
  declare const FolderFileUpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -580,6 +586,8 @@ declare const FolderFileAddPlusRegular: ({ size, width, height, className, ...pr
580
586
 
581
587
  declare const FlowChartRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
582
588
 
589
+ declare const FlipcalendarTreeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
590
+
583
591
  declare const FlipcalendarTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
584
592
 
585
593
  declare const FlipcalendarPercentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -680,6 +688,8 @@ declare const DangerTriangleRegular: ({ size, width, height, className, ...props
680
688
 
681
689
  declare const DangerCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
682
690
 
691
+ declare const CutTweezersRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
692
+
683
693
  declare const CrecimientoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
684
694
 
685
695
  declare const CreativeQuoteOpenSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -706,6 +716,8 @@ declare const ClockPlusOverlayRegular: ({ size, width, height, className, ...pro
706
716
 
707
717
  declare const ClockFireRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
708
718
 
719
+ declare const ClockCounterRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
720
+
709
721
  declare const ClockCloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
710
722
 
711
723
  declare const ClockCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -714,6 +726,10 @@ declare const ClockAddPlusRegular: ({ size, width, height, className, ...props }
714
726
 
715
727
  declare const Clock24hRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
716
728
 
729
+ declare const ClipboardMenuRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
730
+
731
+ declare const ClipboardAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
732
+
717
733
  declare const CircleMessage2UpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
718
734
 
719
735
  declare const CircleMessage2TextRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -772,6 +788,8 @@ declare const CalendarRegular: ({ size, width, height, className, ...props }: Ic
772
788
 
773
789
  declare const CalendarUsersRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
774
790
 
791
+ declare const CalendarUserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
792
+
775
793
  declare const CalendarTimeDotsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
776
794
 
777
795
  declare const CalendarTimeBoldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -780,6 +798,10 @@ declare const CalendarTime2Regular: ({ size, width, height, className, ...props
780
798
 
781
799
  declare const CalendarTickRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
782
800
 
801
+ declare const CalendarStarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
802
+
803
+ declare const CalendarStar2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
804
+
783
805
  declare const CalendarSettingsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
784
806
 
785
807
  declare const CalendarPinRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -802,6 +824,12 @@ declare const CalendarDashRegular: ({ size, width, height, className, ...props }
802
824
 
803
825
  declare const CalendarCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
804
826
 
827
+ declare const CalendarCakeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
828
+
829
+ declare const CalendarCakeCenterRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
830
+
831
+ declare const CalendarBlankRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
832
+
805
833
  declare const CalendarArrowRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
806
834
 
807
835
  declare const CalendarAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -922,6 +950,8 @@ declare const XcomBold: ({ size, width, height, className, ...props }: IconSvgPr
922
950
 
923
951
  declare const WorkBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
924
952
 
953
+ declare const WhatsappBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
954
+
925
955
  declare const WebPageEditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
926
956
 
927
957
  declare const WebPage5Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1126,6 +1156,8 @@ declare const FolderFileUpBold: ({ size, width, height, className, ...props }: I
1126
1156
 
1127
1157
  declare const FolderFileSearchBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1128
1158
 
1159
+ declare const FlowChartBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1160
+
1129
1161
  declare const FlashBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1130
1162
 
1131
1163
  declare const FlagBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1296,11 +1328,11 @@ type IconComponent = (props: IconSvgProps) => React.ReactElement;
1296
1328
  type IconVariant = 'regular' | 'bold';
1297
1329
  /** Icon names grouped by variant. */
1298
1330
  declare const iconNamesByVariant: {
1299
- readonly regular: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag3", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarEdit2", "calendarHole", "calendarHourglass", "calendarLineRight", "calendarPin", "calendarSettings", "calendarTick", "calendarTime2", "calendarTimeBold", "calendarTimeDots", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "carteleraGrid", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkSquare", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "clock24H", "clockAddPlus", "clockCheck", "clockClose", "clockFire", "clockPlusOverlay", "close", "closeSquare", "closeSquare2", "cloudUpload", "code", "code2", "comment", "comments", "copyLineEdit", "creativeQuoteOpenSquare", "crecimiento", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dcoument3Lines", "decimal", "decrecimiento", "delete", "discount", "discount2", "discovery", "docuemtn2LineEdit", "document", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPin", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editProfile", "editSquare", "emailDownload", "emailOpen3", "emailOpenClose", "emailPlusAdd", "emailTimeWait", "expand", "faceIdFail", "faceIdSucces", "film2", "filter", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFileAddPlus", "folderFileUp", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graduated", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "hashtagCircle", "healthClipboard", "heart", "hide", "hide2", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageAi2", "imageDown", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "input", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "leftSide", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medal", "mention", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus4", "monitor2", "moonvector", "moreCircle", "moreSquare", "move", "moveUp", "movieTime", "movieTime2", "musicAi", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "planeTakeOff2", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "qrScan", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeUser", "reverseLeft", "reverseRight", "rightSide", "rightUpSquare", "roadmap", "rocket", "rotatePhone", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "smartPhoneAi", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "starRemove", "starsCircle", "stopCircle", "stopwatchEnergy", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "timerAdd", "timerRemove", "tired", "toggle", "tools", "touchId", "translateLanguage", "translateVector", "triangle2", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userContact", "userInformation", "userInformation2", "userLoad", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "verticalDrag", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
1300
- readonly bold: readonly ["activity", "addUser", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight3", "arrowRightCircle", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpSquare", "bag", "bag2", "book", "bookmark", "bot", "buy", "calendar", "calendar2", "calendarCheck", "calendarEdit", "calendarForward", "calendarLineRight", "calendarState", "calendarTime", "calendarTimeDots", "call", "callMissed", "callSilent", "calling", "camera", "captchaDiamondStar", "captchaQuestionMarkSquare", "carteleraGrid", "category", "chart", "chat", "chatQuote", "checkCircle", "clockAddPlus", "clockOffSleep", "closeSquare", "cloudRemove", "code", "colorPalette", "counterClockwiseUndo", "danger", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoumentAnalyze", "delete", "discount", "discovery", "document", "documentBadgePlus", "documentPdf", "documentPencil", "documentPin", "documentPin2Lines", "dollarCircle3", "download", "edit", "editSquare", "errorCircle", "eye2", "facebook", "filter", "filter2", "flag", "flash", "folder", "folderFile", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "game", "graph", "heart", "heart2", "heartPlus", "hide", "home", "home2", "homeStar", "hotDrink", "icon2User", "icon3User", "image", "image2", "infoCircle", "infoCircle2", "infoSquare", "instagram", "leftSide", "linkedin", "location", "lock", "login", "logout", "macNotebook", "mapClose", "medium", "message", "messages", "messagesQuestion", "minus2", "minus3", "moon", "moreCircle", "moreSquare", "notification", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperUpload", "password", "planeCheck", "planeTakeOff2", "play", "plus", "profile", "removeCircle", "removeUser", "rightSide", "scan", "search", "send", "send2", "setting", "shieldDone", "shieldFail", "show", "slightlyFrowning", "speakerMegaphone5", "square", "star", "stickerAdd", "stopwatchPlay", "stopwatchStop", "sun", "sun2", "swap", "tag", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timerPlus", "tired", "translateLanguage", "twitter", "unlock", "upload", "user", "userBadge", "userChecked", "userDelete", "userSearch", "video", "voice", "voice2", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage5", "webPageEdit", "work", "xcom", "youtube"];
1331
+ readonly regular: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag3", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarBlank", "calendarCake", "calendarCakeCenter", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarEdit2", "calendarHole", "calendarHourglass", "calendarLineRight", "calendarPin", "calendarSettings", "calendarStar", "calendarStar2", "calendarTick", "calendarTime2", "calendarTimeBold", "calendarTimeDots", "calendarUser", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "carteleraGrid", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkSquare", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "clipboardAdd", "clipboardMenu", "clock24H", "clockAddPlus", "clockCheck", "clockClose", "clockCounter", "clockFire", "clockPlusOverlay", "close", "closeSquare", "closeSquare2", "cloudUpload", "code", "code2", "comment", "comments", "copyLineEdit", "creativeQuoteOpenSquare", "crecimiento", "cutTweezers", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dcoument3Lines", "decimal", "decrecimiento", "delete", "discount", "discount2", "discovery", "docuemtn2LineEdit", "document", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPin", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editProfile", "editSquare", "emailDownload", "emailOpen3", "emailOpenClose", "emailPlusAdd", "emailTimeWait", "expand", "faceIdFail", "faceIdSucces", "film2", "filter", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flipcalendarTree", "flowChart", "folder", "folderFileAddPlus", "folderFileUp", "forwardClockTimer11", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graduated", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "hashtagCircle", "healthClipboard", "heart", "hide", "hide2", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageAi2", "imageDown", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "input", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "leftSide", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medal", "mention", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus4", "monitor2", "moonvector", "moreCircle", "moreSquare", "move", "moveUp", "movieTime", "movieTime2", "musicAi", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "planeTakeOff2", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "qrScan", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeUser", "reverseLeft", "reverseRight", "rightSide", "rightUpSquare", "roadmap", "rocket", "rotatePhone", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "smartPhoneAi", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "starRemove", "starsCircle", "stopCircle", "stopwatchEnergy", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "timerAdd", "timerMoon", "timerNight", "timerRemove", "tired", "toggle", "tools", "touchId", "translateLanguage", "translateVector", "triangle2", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userContact", "userInformation", "userInformation2", "userLoad", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "verticalDrag", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
1332
+ readonly bold: readonly ["activity", "addUser", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight3", "arrowRightCircle", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpSquare", "bag", "bag2", "book", "bookmark", "bot", "buy", "calendar", "calendar2", "calendarCheck", "calendarEdit", "calendarForward", "calendarLineRight", "calendarState", "calendarTime", "calendarTimeDots", "call", "callMissed", "callSilent", "calling", "camera", "captchaDiamondStar", "captchaQuestionMarkSquare", "carteleraGrid", "category", "chart", "chat", "chatQuote", "checkCircle", "clockAddPlus", "clockOffSleep", "closeSquare", "cloudRemove", "code", "colorPalette", "counterClockwiseUndo", "danger", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoumentAnalyze", "delete", "discount", "discovery", "document", "documentBadgePlus", "documentPdf", "documentPencil", "documentPin", "documentPin2Lines", "dollarCircle3", "download", "edit", "editSquare", "errorCircle", "eye2", "facebook", "filter", "filter2", "flag", "flash", "flowChart", "folder", "folderFile", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "game", "graph", "heart", "heart2", "heartPlus", "hide", "home", "home2", "homeStar", "hotDrink", "icon2User", "icon3User", "image", "image2", "infoCircle", "infoCircle2", "infoSquare", "instagram", "leftSide", "linkedin", "location", "lock", "login", "logout", "macNotebook", "mapClose", "medium", "message", "messages", "messagesQuestion", "minus2", "minus3", "moon", "moreCircle", "moreSquare", "notification", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperUpload", "password", "planeCheck", "planeTakeOff2", "play", "plus", "profile", "removeCircle", "removeUser", "rightSide", "scan", "search", "send", "send2", "setting", "shieldDone", "shieldFail", "show", "slightlyFrowning", "speakerMegaphone5", "square", "star", "stickerAdd", "stopwatchPlay", "stopwatchStop", "sun", "sun2", "swap", "tag", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timerPlus", "tired", "translateLanguage", "twitter", "unlock", "upload", "user", "userBadge", "userChecked", "userDelete", "userSearch", "video", "voice", "voice2", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage5", "webPageEdit", "whatsapp", "work", "xcom", "youtube"];
1301
1333
  };
1302
1334
  /** Flat list of all valid icon names accepted by the Icon wrapper. */
1303
- declare const iconNames: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag2", "bag3", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarEdit2", "calendarForward", "calendarHole", "calendarHourglass", "calendarLineRight", "calendarPin", "calendarSettings", "calendarState", "calendarTick", "calendarTime", "calendarTime2", "calendarTimeBold", "calendarTimeDots", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "captchaDiamondStar", "captchaQuestionMarkSquare", "carCrash", "carteleraGrid", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkSquare", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "clock24H", "clockAddPlus", "clockCheck", "clockClose", "clockFire", "clockOffSleep", "clockPlusOverlay", "close", "closeSquare", "closeSquare2", "cloudRemove", "cloudUpload", "code", "code2", "colorPalette", "comment", "comments", "copyLineEdit", "counterClockwiseUndo", "creativeQuoteOpenSquare", "crecimiento", "danger", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoument3Lines", "dcoumentAnalyze", "decimal", "decrecimiento", "delete", "discount", "discount2", "discovery", "docuemtn2LineEdit", "document", "documentBadgePlus", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPencil", "documentPin", "documentPin2Lines", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarCircle3", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editProfile", "editSquare", "emailDownload", "emailOpen3", "emailOpenClose", "emailPlusAdd", "emailTimeWait", "errorCircle", "expand", "eye2", "faceIdFail", "faceIdSucces", "facebook", "film2", "filter", "filter2", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFile", "folderFileAddPlus", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graduated", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "hashtagCircle", "healthClipboard", "heart", "heart2", "heartPlus", "hide", "hide2", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageAi2", "imageDown", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoCircle2", "infoSquare", "information", "input", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "leftSide", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medal", "medium", "mention", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "messages", "messagesQuestion", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "moveUp", "movieTime", "movieTime2", "musicAi", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "planeTakeOff2", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "qrScan", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightSide", "rightUpSquare", "roadmap", "rocket", "rotatePhone", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "slightlyFrowning", "smartPhoneAi", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "starRemove", "starsCircle", "stickerAdd", "stopCircle", "stopwatchEnergy", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerAdd", "timerPlus", "timerRemove", "tired", "toggle", "tools", "touchId", "translateLanguage", "translateVector", "triangle2", "twitter", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "userLoad", "userLock", "userSearch", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "verticalDrag", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPage5", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
1335
+ declare const iconNames: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag2", "bag3", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarBlank", "calendarCake", "calendarCakeCenter", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarEdit2", "calendarForward", "calendarHole", "calendarHourglass", "calendarLineRight", "calendarPin", "calendarSettings", "calendarStar", "calendarStar2", "calendarState", "calendarTick", "calendarTime", "calendarTime2", "calendarTimeBold", "calendarTimeDots", "calendarUser", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "captchaDiamondStar", "captchaQuestionMarkSquare", "carCrash", "carteleraGrid", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkSquare", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "clipboardAdd", "clipboardMenu", "clock24H", "clockAddPlus", "clockCheck", "clockClose", "clockCounter", "clockFire", "clockOffSleep", "clockPlusOverlay", "close", "closeSquare", "closeSquare2", "cloudRemove", "cloudUpload", "code", "code2", "colorPalette", "comment", "comments", "copyLineEdit", "counterClockwiseUndo", "creativeQuoteOpenSquare", "crecimiento", "cutTweezers", "danger", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoument3Lines", "dcoumentAnalyze", "decimal", "decrecimiento", "delete", "discount", "discount2", "discovery", "docuemtn2LineEdit", "document", "documentBadgePlus", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPencil", "documentPin", "documentPin2Lines", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarCircle3", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editProfile", "editSquare", "emailDownload", "emailOpen3", "emailOpenClose", "emailPlusAdd", "emailTimeWait", "errorCircle", "expand", "eye2", "faceIdFail", "faceIdSucces", "facebook", "film2", "filter", "filter2", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flipcalendarTree", "flowChart", "folder", "folderFile", "folderFileAddPlus", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "forwardClockTimer11", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graduated", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "hashtagCircle", "healthClipboard", "heart", "heart2", "heartPlus", "hide", "hide2", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageAi2", "imageDown", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoCircle2", "infoSquare", "information", "input", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "leftSide", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medal", "medium", "mention", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "messages", "messagesQuestion", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "moveUp", "movieTime", "movieTime2", "musicAi", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "planeTakeOff2", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "qrScan", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightSide", "rightUpSquare", "roadmap", "rocket", "rotatePhone", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "slightlyFrowning", "smartPhoneAi", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "starRemove", "starsCircle", "stickerAdd", "stopCircle", "stopwatchEnergy", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerAdd", "timerMoon", "timerNight", "timerPlus", "timerRemove", "tired", "toggle", "tools", "touchId", "translateLanguage", "translateVector", "triangle2", "twitter", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "userLoad", "userLock", "userSearch", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "verticalDrag", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPage5", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
1304
1336
  /** All valid icon names accepted by the Icon wrapper. */
1305
1337
  type IconName = (typeof iconNames)[number];
1306
1338
  declare const iconsByVariant: {
@@ -1365,6 +1397,8 @@ declare const iconsByVariant: {
1365
1397
  readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1366
1398
  readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1367
1399
  readonly timerRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1400
+ readonly timerNight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1401
+ readonly timerMoon: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1368
1402
  readonly timerAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1369
1403
  readonly timeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1370
1404
  readonly timeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1587,10 +1621,12 @@ declare const iconsByVariant: {
1587
1621
  readonly game: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1588
1622
  readonly galleryView: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1589
1623
  readonly frame: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1624
+ readonly forwardClockTimer11: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1590
1625
  readonly folder: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1591
1626
  readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1592
1627
  readonly folderFileAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1593
1628
  readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1629
+ readonly flipcalendarTree: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1594
1630
  readonly flipcalendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1595
1631
  readonly flipcalendarPercent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1596
1632
  readonly flipcalendarBlank: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1641,6 +1677,7 @@ declare const iconsByVariant: {
1641
1677
  readonly darkAndLight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1642
1678
  readonly dangerTriangle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1643
1679
  readonly dangerCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1680
+ readonly cutTweezers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1644
1681
  readonly crecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1645
1682
  readonly creativeQuoteOpenSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1646
1683
  readonly copyLineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1654,10 +1691,13 @@ declare const iconsByVariant: {
1654
1691
  readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1655
1692
  readonly clockPlusOverlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1656
1693
  readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1694
+ readonly clockCounter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1657
1695
  readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1658
1696
  readonly clockCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1659
1697
  readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1660
1698
  readonly clock24H: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1699
+ readonly clipboardMenu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1700
+ readonly clipboardAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1661
1701
  readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1662
1702
  readonly circleMessage2Text: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1663
1703
  readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1687,10 +1727,13 @@ declare const iconsByVariant: {
1687
1727
  readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1688
1728
  readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1689
1729
  readonly calendarUsers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1730
+ readonly calendarUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1690
1731
  readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1691
1732
  readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1692
1733
  readonly calendarTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1693
1734
  readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1735
+ readonly calendarStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1736
+ readonly calendarStar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1694
1737
  readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1695
1738
  readonly calendarPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1696
1739
  readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1702,6 +1745,9 @@ declare const iconsByVariant: {
1702
1745
  readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1703
1746
  readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1704
1747
  readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1748
+ readonly calendarCake: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1749
+ readonly calendarCakeCenter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1750
+ readonly calendarBlank: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1705
1751
  readonly calendarArrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1706
1752
  readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1707
1753
  readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1764,6 +1810,7 @@ declare const iconsByVariant: {
1764
1810
  readonly youtube: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1765
1811
  readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1766
1812
  readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1813
+ readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1767
1814
  readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1768
1815
  readonly webPage5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1769
1816
  readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1866,6 +1913,7 @@ declare const iconsByVariant: {
1866
1913
  readonly folderFile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1867
1914
  readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1868
1915
  readonly folderFileSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1916
+ readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1869
1917
  readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1870
1918
  readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1871
1919
  readonly filter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -1954,6 +2002,7 @@ declare const icons: {
1954
2002
  readonly youtube: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1955
2003
  readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1956
2004
  readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2005
+ readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1957
2006
  readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1958
2007
  readonly webPage5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
1959
2008
  readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2056,6 +2105,7 @@ declare const icons: {
2056
2105
  readonly folderFile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2057
2106
  readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2058
2107
  readonly folderFileSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2108
+ readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2059
2109
  readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2060
2110
  readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2061
2111
  readonly filter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2144,7 +2194,6 @@ declare const icons: {
2144
2194
  readonly world: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2145
2195
  readonly wheelchair2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2146
2196
  readonly wheelchair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2147
- readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2148
2197
  readonly weight1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2149
2198
  readonly webPageEdit2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2150
2199
  readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2183,6 +2232,8 @@ declare const icons: {
2183
2232
  readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2184
2233
  readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2185
2234
  readonly timerRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2235
+ readonly timerNight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2236
+ readonly timerMoon: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2186
2237
  readonly timerAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2187
2238
  readonly textField: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2188
2239
  readonly textColor: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2347,8 +2398,9 @@ declare const icons: {
2347
2398
  readonly ggift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2348
2399
  readonly galleryView: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2349
2400
  readonly frame: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2401
+ readonly forwardClockTimer11: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2350
2402
  readonly folderFileAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2351
- readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2403
+ readonly flipcalendarTree: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2352
2404
  readonly flipcalendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2353
2405
  readonly flipcalendarPercent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2354
2406
  readonly flipcalendarBlank: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2387,6 +2439,7 @@ declare const icons: {
2387
2439
  readonly darkAndLight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2388
2440
  readonly dangerTriangle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2389
2441
  readonly dangerCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2442
+ readonly cutTweezers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2390
2443
  readonly crecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2391
2444
  readonly creativeQuoteOpenSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2392
2445
  readonly copyLineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2398,9 +2451,12 @@ declare const icons: {
2398
2451
  readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2399
2452
  readonly clockPlusOverlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2400
2453
  readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2454
+ readonly clockCounter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2401
2455
  readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2402
2456
  readonly clockCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2403
2457
  readonly clock24H: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2458
+ readonly clipboardMenu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2459
+ readonly clipboardAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2404
2460
  readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2405
2461
  readonly circleMessage2Text: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2406
2462
  readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2418,9 +2474,12 @@ declare const icons: {
2418
2474
  readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2419
2475
  readonly cameraAuto: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2420
2476
  readonly calendarUsers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2477
+ readonly calendarUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2421
2478
  readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2422
2479
  readonly calendarTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2423
2480
  readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2481
+ readonly calendarStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2482
+ readonly calendarStar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2424
2483
  readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2425
2484
  readonly calendarPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2426
2485
  readonly calendarHourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2429,6 +2488,9 @@ declare const icons: {
2429
2488
  readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2430
2489
  readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2431
2490
  readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2491
+ readonly calendarCake: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2492
+ readonly calendarCakeCenter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2493
+ readonly calendarBlank: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2432
2494
  readonly calendarArrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2433
2495
  readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
2434
2496
  readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
@@ -2474,4 +2536,4 @@ type FichapIconProps = IconSvgProps & {
2474
2536
  */
2475
2537
  declare function Icon({ name, variant, decorative, ...props }: FichapIconProps): React.JSX.Element | null;
2476
2538
 
2477
- export { AccidentRegular, Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AiBrainLikeRegular, AlarmSpeakerRegular, AlignLeftRegular, AnthropicRegular, ArchiveRegular, ArrowDown2Bold, ArrowDown2Regular, ArrowDown3Bold, ArrowDown3Regular, ArrowDownBold, ArrowDownCircleBold, ArrowDownCircleRegular, ArrowDownRegular, ArrowDownRightsmRegular, ArrowDownSquareBold, ArrowDownSquareRegular, ArrowLeft22Regular, ArrowLeft2Bold, ArrowLeft2Regular, ArrowLeft3Bold, ArrowLeft3Regular, ArrowLeftBold, ArrowLeftCircleBold, ArrowLeftCircleRegular, ArrowLeftRegular, ArrowLeftSquareBold, ArrowLeftSquareRegular, ArrowRight22Regular, ArrowRight2Bold, ArrowRight2Regular, ArrowRight3Bold, ArrowRight3Regular, ArrowRightBold, ArrowRightCircleBold, ArrowRightCircleRegular, ArrowRightRegular, ArrowRightSmRegular, ArrowRightSquareBold, ArrowRightSquareRegular, ArrowUp2Bold, ArrowUp2Regular, ArrowUp3Bold, ArrowUp3Regular, ArrowUpBold, ArrowUpCircleBold, ArrowUpCircleRegular, ArrowUpRegular, ArrowUpRightsmRegular, ArrowUpSquareBold, ArrowUpSquareRegular, ArrowsDiagonalContractRegular, AttachRegular, Bag2Bold, Bag3Regular, Bag4Regular, BagBold, BagRegular, BankCardInformationRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BotBold, BotRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BuildingRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, CalendarAddRegular, CalendarArrowRightRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEdit2Regular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHoleRegular, CalendarHourglassRegular, CalendarLineRightBold, CalendarLineRightRegular, CalendarPinRegular, CalendarRegular, CalendarSettingsRegular, CalendarStateBold, CalendarTickRegular, CalendarTime2Regular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeDotsBold, CalendarTimeDotsRegular, CalendarUsersRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CaptchaDiamondStarBold, CaptchaQuestionMarkSquareBold, CarCrashRegular, CarteleraGridBold, CarteleraGridRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckSquareRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2TextRegular, CircleMessage2UpRegular, Clock24hRegular, ClockAddPlusBold, ClockAddPlusRegular, ClockCheckRegular, ClockCloseRegular, ClockFireRegular, ClockOffSleepBold, ClockPlusOverlayRegular, CloseRegular, CloseSquare2Regular, CloseSquareBold, CloseSquareRegular, CloudRemoveBold, CloudUploadRegular, Code2Regular, CodeBold, CodeRegular, ColorPaletteBold, CommentRegular, CommentsRegular, CopyLineEditRegular, CounterClockwiseUndoBold, CreativeQuoteOpenSquareRegular, CrecimientoRegular, DangerBold, DangerCircleRegular, DangerTriangleRegular, DarkAndLight2Regular, DarkAndLightRegular, Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold, Dcoument3LinesRegular, DcoumentAnalyzeBold, DecimalRegular, DecrecimientoRegular, DeleteBold, DeleteRegular, Discount2Regular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentCheckRegular, DocumentErrorRegular, DocumentExploreRegular, DocumentPdfBold, DocumentPdfRegular, DocumentPencilBold, DocumentPin2LinesBold, DocumentPinBold, DocumentPinRegular, DocumentRegular, DocumentRemoveRegular, DocumentStarRegular, DocumentVerifiedRegular, DollarAddRegular, DollarCircle3Bold, DollarDocumentRegular, DoubleHeart3Regular, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditProfileRegular, EditRegular, EditSquareBold, EditSquareRegular, EmailDownloadRegular, EmailOpen3Regular, EmailOpenCloseRegular, EmailPlusAddRegular, EmailTimeWaitRegular, ErrorCircleBold, ExpandRegular, Eye2Bold, FaceIdFailRegular, FaceIdSuccesRegular, FacebookBold, type FichapIconProps, Film2Regular, Filter2Bold, Filter3Regular, FilterBold, FilterRegular, FlagBold, FlagRegular, FlashBold, FlashRegular, FlipBackwardRegular, FlipForwardRegular, FlipcalendarBlankRegular, FlipcalendarPercentRegular, FlipcalendarTimeRegular, FlowChartRegular, FolderBold, FolderFileAddPlusRegular, FolderFileBold, FolderFileSearchBold, FolderFileUpBold, FolderFileUpRegular, FolderRegular, ForwardClockTimer10Bold, FrameRegular, GalleryViewRegular, GameBold, GameRegular, GgiftRegular, GiftRegular, GiveDocumentRegular, GraduatedRegular, GraphBold, GraphRegular, GridInterface2Regular, GridInterface3Regular, GridInterface4Regular, GridInterfaceAddPlusRegular, GridInterfaceRegular, GridInterfaceTickRegular, HappyDateRegular, HashtagCircleRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, Hide2Regular, HideBold, HideRegular, Home2Bold, Home2Regular, HomeBold, HomeRegular, HomeStarBold, HomeStarRegular, HospitalRegular, HotDrinkBold, HotDrinkRegular, HourglassRegular, Icon, Icon2UserBold, Icon2UserRegular, Icon3UserBold, Icon3UserRegular, type IconComponent, type IconName, IconSeparateRegular, type IconSvgProps, type IconVariant, IconlyRegularBoldArrowsDiagonalMaximizeRegular, IconlyRegularBoldBoardPinRegular, IconlyRegularBoldCharityCoinsRegular, IconlyRegularBoldChevronExpandVericalRegular, IconlyRegularBoldCircleGridInterface2Regular, IconlyRegularBoldCircleGridInterfaceRegular, IconlyRegularBoldContacts2Regular, IconlyRegularBoldController1Regular, IconlyRegularBoldCupRegular, IconlyRegularBoldDocumentPencilRegular, IconlyRegularBoldExitRegular, IconlyRegularBoldExpandLeftStopRegular, IconlyRegularBoldEye2Regular, IconlyRegularBoldHamburgerMenuRegular, IconlyRegularBoldHashtagSquareRegular, IconlyRegularBoldSalaryRegular, IconlyRegularBoldServersConnect7Regular, IconlyRegularBoldSidebarClose2Regular, IconlyRegularBoldSidebarCloseRegular, IconlyRegularBoldThumbLikeRegular, IconlyRegularBoldUserCheckedRegular, IconlyRegularBoldUserSearchRegular, IconlyRegularBoldVectoruserCheckedRegular, IconlyRegularLighExternalLinkRegular, Image2Bold, Image2Regular, Image3Regular, ImageAi2Regular, ImageAiRegular, ImageBold, ImageDownRegular, ImageRecognitionRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InformationRegular, InputRegular, InstagramBold, InsuranceHand2Regular, InsuranceHandRegular, ItalicRegular, JourneyRegular, LeavesRegular, LeftSideBold, LeftSideRegular, LessRegular, LineChartUpwardRegular, Link2Regular, LinkRegular, LinkedinBold, ListCheckRegular, Loading2Regular, LoadingCircle3Regular, LoadingRegular, LocationBold, LocationRegular, LockBold, LockRegular, LoginBold, LoginRegular, LoginUserRegular, LogoutBold, LogoutRegular, MacNotebookBold, MacNotebookRegular, MagicWandRegular, MapCloseBold, MapCloseRegular, MapRegular, Marker2Regular, MarkerRegular, MedalRegular, MediumBold, MentionRegular, Menu2Regular, MenuCloseLeft2Regular, MenuCloseLeftRegular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MessagesBold, MessagesQuestionBold, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MoveUpRegular, MovieTime2Regular, MovieTimeRegular, MusicAiRegular, NetworkWorldRegular, NewNotificationRegular, NoteLockRegular, NotificationBold, NotificationRegular, NumberedlistRegular, OfficechairRegular, OpenaiRegular, OrderedListRegular, OutdentRegular, PaintingPaletteRegular, PaperBold, PaperDownloadBold, PaperDownloadRegular, PaperFailBold, PaperFailRegular, PaperNegativeBold, PaperNegativeRegular, PaperPlus2Regular, PaperPlusBold, PaperPlusRegular, PaperRegular, PaperUploadBold, PaperUploadRegular, PasswordBold, PasswordRegular, PauseCircleRegular, Pen2Regular, PenRegular, PhotoRegular, PinMapRegular, PlaneCheckBold, PlaneCheckRegular, PlaneTakeOff2Bold, PlaneTakeOff2Regular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PowerButtonRegular, PrinterRegular, ProfileBold, ProfileRegular, QrScanRegular, QuestionMarkCircleRegular, QuestionMarkSquareRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightSideBold, RightSideRegular, RightUpSquareRegular, RoadmapRegular, RocketRegular, RotatePhoneRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, SearchWwwRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlashRegular, SlightlyFrowningBold, SmartPhoneAiRegular, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StarsCircleRegular, StickerAddBold, StopCircleRegular, StopwatchEnergyRegular, StopwatchPlayBold, StopwatchPlayRegular, StopwatchSpeedRegular, StopwatchStopBold, StopwatchStopRegular, StrikethroughRegular, SuccessDocumentsRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, SymbolpngRegular, TableRegular, TagBold, TagRegular, TargetRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerAddRegular, TimerPlusBold, TimerRegular, TimerRemoveRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TouchIdRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnarchiveRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBadgeRegular, UserBoardRegular, UserBold, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLoadRegular, UserLockRegular, UserRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VerticalDragRegular, VideoBold, VideoRegular, Voice2Bold, Voice2Regular, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPage5Bold, WebPageEdit2Regular, WebPageEditBold, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
2539
+ export { AccidentRegular, Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AiBrainLikeRegular, AlarmSpeakerRegular, AlignLeftRegular, AnthropicRegular, ArchiveRegular, ArrowDown2Bold, ArrowDown2Regular, ArrowDown3Bold, ArrowDown3Regular, ArrowDownBold, ArrowDownCircleBold, ArrowDownCircleRegular, ArrowDownRegular, ArrowDownRightsmRegular, ArrowDownSquareBold, ArrowDownSquareRegular, ArrowLeft22Regular, ArrowLeft2Bold, ArrowLeft2Regular, ArrowLeft3Bold, ArrowLeft3Regular, ArrowLeftBold, ArrowLeftCircleBold, ArrowLeftCircleRegular, ArrowLeftRegular, ArrowLeftSquareBold, ArrowLeftSquareRegular, ArrowRight22Regular, ArrowRight2Bold, ArrowRight2Regular, ArrowRight3Bold, ArrowRight3Regular, ArrowRightBold, ArrowRightCircleBold, ArrowRightCircleRegular, ArrowRightRegular, ArrowRightSmRegular, ArrowRightSquareBold, ArrowRightSquareRegular, ArrowUp2Bold, ArrowUp2Regular, ArrowUp3Bold, ArrowUp3Regular, ArrowUpBold, ArrowUpCircleBold, ArrowUpCircleRegular, ArrowUpRegular, ArrowUpRightsmRegular, ArrowUpSquareBold, ArrowUpSquareRegular, ArrowsDiagonalContractRegular, AttachRegular, Bag2Bold, Bag3Regular, Bag4Regular, BagBold, BagRegular, BankCardInformationRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BotBold, BotRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BuildingRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, CalendarAddRegular, CalendarArrowRightRegular, CalendarBlankRegular, CalendarBold, CalendarCakeCenterRegular, CalendarCakeRegular, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEdit2Regular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHoleRegular, CalendarHourglassRegular, CalendarLineRightBold, CalendarLineRightRegular, CalendarPinRegular, CalendarRegular, CalendarSettingsRegular, CalendarStar2Regular, CalendarStarRegular, CalendarStateBold, CalendarTickRegular, CalendarTime2Regular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeDotsBold, CalendarTimeDotsRegular, CalendarUserRegular, CalendarUsersRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CaptchaDiamondStarBold, CaptchaQuestionMarkSquareBold, CarCrashRegular, CarteleraGridBold, CarteleraGridRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckSquareRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2TextRegular, CircleMessage2UpRegular, ClipboardAddRegular, ClipboardMenuRegular, Clock24hRegular, ClockAddPlusBold, ClockAddPlusRegular, ClockCheckRegular, ClockCloseRegular, ClockCounterRegular, ClockFireRegular, ClockOffSleepBold, ClockPlusOverlayRegular, CloseRegular, CloseSquare2Regular, CloseSquareBold, CloseSquareRegular, CloudRemoveBold, CloudUploadRegular, Code2Regular, CodeBold, CodeRegular, ColorPaletteBold, CommentRegular, CommentsRegular, CopyLineEditRegular, CounterClockwiseUndoBold, CreativeQuoteOpenSquareRegular, CrecimientoRegular, CutTweezersRegular, DangerBold, DangerCircleRegular, DangerTriangleRegular, DarkAndLight2Regular, DarkAndLightRegular, Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold, Dcoument3LinesRegular, DcoumentAnalyzeBold, DecimalRegular, DecrecimientoRegular, DeleteBold, DeleteRegular, Discount2Regular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentCheckRegular, DocumentErrorRegular, DocumentExploreRegular, DocumentPdfBold, DocumentPdfRegular, DocumentPencilBold, DocumentPin2LinesBold, DocumentPinBold, DocumentPinRegular, DocumentRegular, DocumentRemoveRegular, DocumentStarRegular, DocumentVerifiedRegular, DollarAddRegular, DollarCircle3Bold, DollarDocumentRegular, DoubleHeart3Regular, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditProfileRegular, EditRegular, EditSquareBold, EditSquareRegular, EmailDownloadRegular, EmailOpen3Regular, EmailOpenCloseRegular, EmailPlusAddRegular, EmailTimeWaitRegular, ErrorCircleBold, ExpandRegular, Eye2Bold, FaceIdFailRegular, FaceIdSuccesRegular, FacebookBold, type FichapIconProps, Film2Regular, Filter2Bold, Filter3Regular, FilterBold, FilterRegular, FlagBold, FlagRegular, FlashBold, FlashRegular, FlipBackwardRegular, FlipForwardRegular, FlipcalendarBlankRegular, FlipcalendarPercentRegular, FlipcalendarTimeRegular, FlipcalendarTreeRegular, FlowChartBold, FlowChartRegular, FolderBold, FolderFileAddPlusRegular, FolderFileBold, FolderFileSearchBold, FolderFileUpBold, FolderFileUpRegular, FolderRegular, ForwardClockTimer10Bold, ForwardClockTimer11Regular, FrameRegular, GalleryViewRegular, GameBold, GameRegular, GgiftRegular, GiftRegular, GiveDocumentRegular, GraduatedRegular, GraphBold, GraphRegular, GridInterface2Regular, GridInterface3Regular, GridInterface4Regular, GridInterfaceAddPlusRegular, GridInterfaceRegular, GridInterfaceTickRegular, HappyDateRegular, HashtagCircleRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, Hide2Regular, HideBold, HideRegular, Home2Bold, Home2Regular, HomeBold, HomeRegular, HomeStarBold, HomeStarRegular, HospitalRegular, HotDrinkBold, HotDrinkRegular, HourglassRegular, Icon, Icon2UserBold, Icon2UserRegular, Icon3UserBold, Icon3UserRegular, type IconComponent, type IconName, IconSeparateRegular, type IconSvgProps, type IconVariant, IconlyRegularBoldArrowsDiagonalMaximizeRegular, IconlyRegularBoldBoardPinRegular, IconlyRegularBoldCharityCoinsRegular, IconlyRegularBoldChevronExpandVericalRegular, IconlyRegularBoldCircleGridInterface2Regular, IconlyRegularBoldCircleGridInterfaceRegular, IconlyRegularBoldContacts2Regular, IconlyRegularBoldController1Regular, IconlyRegularBoldCupRegular, IconlyRegularBoldDocumentPencilRegular, IconlyRegularBoldExitRegular, IconlyRegularBoldExpandLeftStopRegular, IconlyRegularBoldEye2Regular, IconlyRegularBoldHamburgerMenuRegular, IconlyRegularBoldHashtagSquareRegular, IconlyRegularBoldSalaryRegular, IconlyRegularBoldServersConnect7Regular, IconlyRegularBoldSidebarClose2Regular, IconlyRegularBoldSidebarCloseRegular, IconlyRegularBoldThumbLikeRegular, IconlyRegularBoldUserCheckedRegular, IconlyRegularBoldUserSearchRegular, IconlyRegularBoldVectoruserCheckedRegular, IconlyRegularLighExternalLinkRegular, Image2Bold, Image2Regular, Image3Regular, ImageAi2Regular, ImageAiRegular, ImageBold, ImageDownRegular, ImageRecognitionRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InformationRegular, InputRegular, InstagramBold, InsuranceHand2Regular, InsuranceHandRegular, ItalicRegular, JourneyRegular, LeavesRegular, LeftSideBold, LeftSideRegular, LessRegular, LineChartUpwardRegular, Link2Regular, LinkRegular, LinkedinBold, ListCheckRegular, Loading2Regular, LoadingCircle3Regular, LoadingRegular, LocationBold, LocationRegular, LockBold, LockRegular, LoginBold, LoginRegular, LoginUserRegular, LogoutBold, LogoutRegular, MacNotebookBold, MacNotebookRegular, MagicWandRegular, MapCloseBold, MapCloseRegular, MapRegular, Marker2Regular, MarkerRegular, MedalRegular, MediumBold, MentionRegular, Menu2Regular, MenuCloseLeft2Regular, MenuCloseLeftRegular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MessagesBold, MessagesQuestionBold, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MoveUpRegular, MovieTime2Regular, MovieTimeRegular, MusicAiRegular, NetworkWorldRegular, NewNotificationRegular, NoteLockRegular, NotificationBold, NotificationRegular, NumberedlistRegular, OfficechairRegular, OpenaiRegular, OrderedListRegular, OutdentRegular, PaintingPaletteRegular, PaperBold, PaperDownloadBold, PaperDownloadRegular, PaperFailBold, PaperFailRegular, PaperNegativeBold, PaperNegativeRegular, PaperPlus2Regular, PaperPlusBold, PaperPlusRegular, PaperRegular, PaperUploadBold, PaperUploadRegular, PasswordBold, PasswordRegular, PauseCircleRegular, Pen2Regular, PenRegular, PhotoRegular, PinMapRegular, PlaneCheckBold, PlaneCheckRegular, PlaneTakeOff2Bold, PlaneTakeOff2Regular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PowerButtonRegular, PrinterRegular, ProfileBold, ProfileRegular, QrScanRegular, QuestionMarkCircleRegular, QuestionMarkSquareRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightSideBold, RightSideRegular, RightUpSquareRegular, RoadmapRegular, RocketRegular, RotatePhoneRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, SearchWwwRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlashRegular, SlightlyFrowningBold, SmartPhoneAiRegular, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StarsCircleRegular, StickerAddBold, StopCircleRegular, StopwatchEnergyRegular, StopwatchPlayBold, StopwatchPlayRegular, StopwatchSpeedRegular, StopwatchStopBold, StopwatchStopRegular, StrikethroughRegular, SuccessDocumentsRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, SymbolpngRegular, TableRegular, TagBold, TagRegular, TargetRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerAddRegular, TimerMoonRegular, TimerNightRegular, TimerPlusBold, TimerRegular, TimerRemoveRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TouchIdRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnarchiveRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBadgeRegular, UserBoardRegular, UserBold, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLoadRegular, UserLockRegular, UserRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VerticalDragRegular, VideoBold, VideoRegular, Voice2Bold, Voice2Regular, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPage5Bold, WebPageEdit2Regular, WebPageEditBold, WebPageEditRegular, Weight1Regular, WhatsappBold, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };