@fichap/icons-react 1.0.14 → 1.0.16
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.mts +56 -18
- package/dist/index.d.ts +56 -18
- package/dist/index.js +1458 -1190
- package/dist/index.mjs +1444 -1186
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -124,6 +124,8 @@ declare const TimerRegular: ({ size, width, height, className, ...props }: IconS
|
|
|
124
124
|
|
|
125
125
|
declare const TimerRemoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
126
126
|
|
|
127
|
+
declare const TimerAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
128
|
+
|
|
127
129
|
declare const TimeSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
128
130
|
|
|
129
131
|
declare const TimeCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -340,6 +342,8 @@ declare const MovieTime2Regular: ({ size, width, height, className, ...props }:
|
|
|
340
342
|
|
|
341
343
|
declare const MoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
342
344
|
|
|
345
|
+
declare const MoveUpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
346
|
+
|
|
343
347
|
declare const MoreSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
344
348
|
|
|
345
349
|
declare const MoreCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -546,6 +550,8 @@ declare const GridInterface2Regular: ({ size, width, height, className, ...props
|
|
|
546
550
|
|
|
547
551
|
declare const GraphRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
548
552
|
|
|
553
|
+
declare const GraduatedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
554
|
+
|
|
549
555
|
declare const GiveDocumentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
550
556
|
|
|
551
557
|
declare const GiftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -600,6 +606,8 @@ declare const EmailOpenCloseRegular: ({ size, width, height, className, ...props
|
|
|
600
606
|
|
|
601
607
|
declare const EmailOpen3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
602
608
|
|
|
609
|
+
declare const EmailDownloadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
610
|
+
|
|
603
611
|
declare const EditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
604
612
|
|
|
605
613
|
declare const EditSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -684,10 +692,14 @@ declare const CloseSquareRegular: ({ size, width, height, className, ...props }:
|
|
|
684
692
|
|
|
685
693
|
declare const CloseSquare2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
686
694
|
|
|
695
|
+
declare const ClockPlusOverlayRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
696
|
+
|
|
687
697
|
declare const ClockFireRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
688
698
|
|
|
689
699
|
declare const ClockCloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
690
700
|
|
|
701
|
+
declare const ClockCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
702
|
+
|
|
691
703
|
declare const ClockAddPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
692
704
|
|
|
693
705
|
declare const CircleMessage2UpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -724,6 +736,8 @@ declare const CategoriesRegular: ({ size, width, height, className, ...props }:
|
|
|
724
736
|
|
|
725
737
|
declare const CatSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
726
738
|
|
|
739
|
+
declare const CarteleraGridRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
740
|
+
|
|
727
741
|
declare const CarCrashRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
728
742
|
|
|
729
743
|
declare const CameraRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -744,7 +758,7 @@ declare const CalendarRegular: ({ size, width, height, className, ...props }: Ic
|
|
|
744
758
|
|
|
745
759
|
declare const CalendarUsersRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
746
760
|
|
|
747
|
-
declare const
|
|
761
|
+
declare const CalendarTimeDotsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
748
762
|
|
|
749
763
|
declare const CalendarTimeBoldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
750
764
|
|
|
@@ -756,6 +770,8 @@ declare const CalendarSettingsRegular: ({ size, width, height, className, ...pro
|
|
|
756
770
|
|
|
757
771
|
declare const CalendarPinRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
758
772
|
|
|
773
|
+
declare const CalendarLineRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
774
|
+
|
|
759
775
|
declare const CalendarHourglassRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
760
776
|
|
|
761
777
|
declare const CalendarEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -772,8 +788,6 @@ declare const CalendarArrowRightRegular: ({ size, width, height, className, ...p
|
|
|
772
788
|
|
|
773
789
|
declare const CalendarAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
774
790
|
|
|
775
|
-
declare const Calendar2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
776
|
-
|
|
777
791
|
declare const BuyRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
778
792
|
|
|
779
793
|
declare const BulletedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -994,6 +1008,8 @@ declare const PlusBold: ({ size, width, height, className, ...props }: IconSvgPr
|
|
|
994
1008
|
|
|
995
1009
|
declare const PlayBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
996
1010
|
|
|
1011
|
+
declare const PlaneTakeOff2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1012
|
+
|
|
997
1013
|
declare const PlaneCheckBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
998
1014
|
|
|
999
1015
|
declare const PasswordBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1156,6 +1172,8 @@ declare const ChartBold: ({ size, width, height, className, ...props }: IconSvgP
|
|
|
1156
1172
|
|
|
1157
1173
|
declare const CategoryBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1158
1174
|
|
|
1175
|
+
declare const CarteleraGridBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1176
|
+
|
|
1159
1177
|
declare const CaptchaQuestionMarkSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1160
1178
|
|
|
1161
1179
|
declare const CaptchaDiamondStarBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1174,16 +1192,18 @@ declare const CalendarBold: ({ size, width, height, className, ...props }: IconS
|
|
|
1174
1192
|
|
|
1175
1193
|
declare const CalendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1176
1194
|
|
|
1195
|
+
declare const CalendarTimeDotsBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1196
|
+
|
|
1197
|
+
declare const CalendarStateBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1198
|
+
|
|
1199
|
+
declare const CalendarLineRightBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1200
|
+
|
|
1177
1201
|
declare const CalendarForwardBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1178
1202
|
|
|
1179
1203
|
declare const CalendarEditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1180
1204
|
|
|
1181
1205
|
declare const CalendarCheckBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1182
1206
|
|
|
1183
|
-
declare const Calendar4Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1184
|
-
|
|
1185
|
-
declare const Calendar3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1186
|
-
|
|
1187
1207
|
declare const Calendar2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1188
1208
|
|
|
1189
1209
|
declare const BuyBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1252,11 +1272,11 @@ type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
|
1252
1272
|
type IconVariant = 'regular' | 'bold';
|
|
1253
1273
|
/** Icon names grouped by variant. */
|
|
1254
1274
|
declare const iconNamesByVariant: {
|
|
1255
|
-
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", "
|
|
1256
|
-
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", "
|
|
1275
|
+
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", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "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", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "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", "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", "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", "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", "translateLanguage", "translateVector", "triangle2", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userContact", "userInformation", "userInformation2", "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"];
|
|
1276
|
+
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", "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", "userBadge", "userChecked", "userDelete", "userSearch", "video", "voice", "voice2", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage5", "webPageEdit", "work", "xcom", "youtube"];
|
|
1257
1277
|
};
|
|
1258
1278
|
/** Flat list of all valid icon names accepted by the Icon wrapper. */
|
|
1259
|
-
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", "
|
|
1279
|
+
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", "calendarForward", "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", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "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", "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", "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", "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", "translateLanguage", "translateVector", "triangle2", "twitter", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "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"];
|
|
1260
1280
|
/** All valid icon names accepted by the Icon wrapper. */
|
|
1261
1281
|
type IconName = (typeof iconNames)[number];
|
|
1262
1282
|
declare const iconsByVariant: {
|
|
@@ -1319,6 +1339,7 @@ declare const iconsByVariant: {
|
|
|
1319
1339
|
readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1320
1340
|
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1321
1341
|
readonly timerRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1342
|
+
readonly timerAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1322
1343
|
readonly timeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1323
1344
|
readonly timeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1324
1345
|
readonly ticket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1427,6 +1448,7 @@ declare const iconsByVariant: {
|
|
|
1427
1448
|
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1428
1449
|
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1429
1450
|
readonly move: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1451
|
+
readonly moveUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1430
1452
|
readonly moreSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1431
1453
|
readonly moreCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1432
1454
|
readonly moonvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1530,6 +1552,7 @@ declare const iconsByVariant: {
|
|
|
1530
1552
|
readonly gridInterface3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1531
1553
|
readonly gridInterface2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1532
1554
|
readonly graph: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1555
|
+
readonly graduated: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1533
1556
|
readonly giveDocument: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1534
1557
|
readonly gift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1535
1558
|
readonly ggift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1557,6 +1580,7 @@ declare const iconsByVariant: {
|
|
|
1557
1580
|
readonly emailPlusAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1558
1581
|
readonly emailOpenClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1559
1582
|
readonly emailOpen3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1583
|
+
readonly emailDownload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1560
1584
|
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1561
1585
|
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1562
1586
|
readonly editProfile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1599,8 +1623,10 @@ declare const iconsByVariant: {
|
|
|
1599
1623
|
readonly close: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1600
1624
|
readonly closeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1601
1625
|
readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1626
|
+
readonly clockPlusOverlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1602
1627
|
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1603
1628
|
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1629
|
+
readonly clockCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1604
1630
|
readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1605
1631
|
readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1606
1632
|
readonly circleMessage2Text: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1619,6 +1645,7 @@ declare const iconsByVariant: {
|
|
|
1619
1645
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1620
1646
|
readonly categories: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1621
1647
|
readonly catSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1648
|
+
readonly carteleraGrid: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1622
1649
|
readonly carCrash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1623
1650
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1624
1651
|
readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1629,12 +1656,13 @@ declare const iconsByVariant: {
|
|
|
1629
1656
|
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1630
1657
|
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1631
1658
|
readonly calendarUsers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1632
|
-
readonly
|
|
1659
|
+
readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1633
1660
|
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1634
1661
|
readonly calendarTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1635
1662
|
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1636
1663
|
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1637
1664
|
readonly calendarPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1665
|
+
readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1638
1666
|
readonly calendarHourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1639
1667
|
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1640
1668
|
readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1643,7 +1671,6 @@ declare const iconsByVariant: {
|
|
|
1643
1671
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1644
1672
|
readonly calendarArrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1645
1673
|
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1646
|
-
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1647
1674
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1648
1675
|
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1649
1676
|
readonly building: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1756,6 +1783,7 @@ declare const iconsByVariant: {
|
|
|
1756
1783
|
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1757
1784
|
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1758
1785
|
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1786
|
+
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1759
1787
|
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1760
1788
|
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1761
1789
|
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1837,6 +1865,7 @@ declare const iconsByVariant: {
|
|
|
1837
1865
|
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1838
1866
|
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1839
1867
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1868
|
+
readonly carteleraGrid: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1840
1869
|
readonly captchaQuestionMarkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1841
1870
|
readonly captchaDiamondStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1842
1871
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1846,11 +1875,12 @@ declare const iconsByVariant: {
|
|
|
1846
1875
|
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1847
1876
|
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1848
1877
|
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1878
|
+
readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1879
|
+
readonly calendarState: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1880
|
+
readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1849
1881
|
readonly calendarForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1850
1882
|
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1851
1883
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1852
|
-
readonly calendar4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1853
|
-
readonly calendar3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1854
1884
|
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1855
1885
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1856
1886
|
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1941,6 +1971,7 @@ declare const icons: {
|
|
|
1941
1971
|
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1942
1972
|
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1943
1973
|
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1974
|
+
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1944
1975
|
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1945
1976
|
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1946
1977
|
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2022,6 +2053,7 @@ declare const icons: {
|
|
|
2022
2053
|
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2023
2054
|
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2024
2055
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2056
|
+
readonly carteleraGrid: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2025
2057
|
readonly captchaQuestionMarkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2026
2058
|
readonly captchaDiamondStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2027
2059
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2031,11 +2063,12 @@ declare const icons: {
|
|
|
2031
2063
|
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2032
2064
|
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2033
2065
|
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2066
|
+
readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2067
|
+
readonly calendarState: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2068
|
+
readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2034
2069
|
readonly calendarForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2035
2070
|
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2036
2071
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2037
|
-
readonly calendar4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2038
|
-
readonly calendar3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2039
2072
|
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2040
2073
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2041
2074
|
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2111,6 +2144,7 @@ declare const icons: {
|
|
|
2111
2144
|
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2112
2145
|
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2113
2146
|
readonly timerRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2147
|
+
readonly timerAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2114
2148
|
readonly textField: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2115
2149
|
readonly textColor: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2116
2150
|
readonly textAlignRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2166,7 +2200,6 @@ declare const icons: {
|
|
|
2166
2200
|
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2167
2201
|
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2168
2202
|
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2169
|
-
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2170
2203
|
readonly pinMap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2171
2204
|
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2172
2205
|
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2186,6 +2219,7 @@ declare const icons: {
|
|
|
2186
2219
|
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2187
2220
|
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2188
2221
|
readonly move: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2222
|
+
readonly moveUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2189
2223
|
readonly moonvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2190
2224
|
readonly monitor2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2191
2225
|
readonly minus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2267,6 +2301,7 @@ declare const icons: {
|
|
|
2267
2301
|
readonly gridInterface4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2268
2302
|
readonly gridInterface3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2269
2303
|
readonly gridInterface2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2304
|
+
readonly graduated: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2270
2305
|
readonly giveDocument: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2271
2306
|
readonly gift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2272
2307
|
readonly ggift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2288,6 +2323,7 @@ declare const icons: {
|
|
|
2288
2323
|
readonly emailPlusAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2289
2324
|
readonly emailOpenClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2290
2325
|
readonly emailOpen3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2326
|
+
readonly emailDownload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2291
2327
|
readonly editProfile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2292
2328
|
readonly earth: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2293
2329
|
readonly draghorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2319,8 +2355,10 @@ declare const icons: {
|
|
|
2319
2355
|
readonly cloudUpload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2320
2356
|
readonly close: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2321
2357
|
readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2358
|
+
readonly clockPlusOverlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2322
2359
|
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2323
2360
|
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2361
|
+
readonly clockCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2324
2362
|
readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2325
2363
|
readonly circleMessage2Text: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2326
2364
|
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2391,4 +2429,4 @@ type FichapIconProps = IconSvgProps & {
|
|
|
2391
2429
|
*/
|
|
2392
2430
|
declare function Icon({ name, variant, decorative, ...props }: FichapIconProps): React.JSX.Element | null;
|
|
2393
2431
|
|
|
2394
|
-
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, Calendar3Bold, Calendar4Bold, CalendarAddRegular, CalendarArrowRightRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHourglassRegular, CalendarPinRegular, CalendarRegular, CalendarSettingsRegular, CalendarTickRegular, CalendarTime2Regular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeRegular, CalendarUsersRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CaptchaDiamondStarBold, CaptchaQuestionMarkSquareBold, CarCrashRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2TextRegular, CircleMessage2UpRegular, ClockAddPlusBold, ClockAddPlusRegular, ClockCloseRegular, ClockFireRegular, ClockOffSleepBold, 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, 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, EmailOpen3Regular, EmailOpenCloseRegular, EmailPlusAddRegular, EmailTimeWaitRegular, 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, 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, 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, PlaneTakeOff2Regular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PowerButtonRegular, PrinterRegular, ProfileBold, ProfileRegular, 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, 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, TimerPlusBold, TimerRegular, TimerRemoveRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnarchiveRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBadgeRegular, UserBoardRegular, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, 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 };
|
|
2432
|
+
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, CalendarAddRegular, CalendarArrowRightRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, 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, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2TextRegular, CircleMessage2UpRegular, 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, 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, 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, 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, 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, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnarchiveRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBadgeRegular, UserBoardRegular, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, 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 };
|