@fichap/icons-react 1.0.16 → 1.0.18
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/README.md +4 -0
- package/dist/index.d.mts +36 -5
- package/dist/index.d.ts +36 -5
- package/dist/index.js +1409 -1194
- package/dist/index.mjs +1401 -1194
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -76,6 +76,8 @@ declare const UserRegular: ({ size, width, height, className, ...props }: IconSv
|
|
|
76
76
|
|
|
77
77
|
declare const UserLockRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
78
78
|
|
|
79
|
+
declare const UserLoadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
80
|
+
|
|
79
81
|
declare const UserInformationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
80
82
|
|
|
81
83
|
declare const UserInformation2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -114,6 +116,8 @@ declare const TranslateVectorRegular: ({ size, width, height, className, ...prop
|
|
|
114
116
|
|
|
115
117
|
declare const TranslateLanguageRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
116
118
|
|
|
119
|
+
declare const TouchIdRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
120
|
+
|
|
117
121
|
declare const ToolsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
118
122
|
|
|
119
123
|
declare const ToggleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -268,6 +272,8 @@ declare const QuestionMarkSquareRegular: ({ size, width, height, className, ...p
|
|
|
268
272
|
|
|
269
273
|
declare const QuestionMarkCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
270
274
|
|
|
275
|
+
declare const QrScanRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
276
|
+
|
|
271
277
|
declare const ProfileRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
272
278
|
|
|
273
279
|
declare const PrinterRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -654,6 +660,8 @@ declare const DiscoveryRegular: ({ size, width, height, className, ...props }: I
|
|
|
654
660
|
|
|
655
661
|
declare const DiscountRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
656
662
|
|
|
663
|
+
declare const Discount2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
664
|
+
|
|
657
665
|
declare const DeleteRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
658
666
|
|
|
659
667
|
declare const DecrecimientoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -702,6 +710,8 @@ declare const ClockCheckRegular: ({ size, width, height, className, ...props }:
|
|
|
702
710
|
|
|
703
711
|
declare const ClockAddPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
704
712
|
|
|
713
|
+
declare const Clock24hRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
714
|
+
|
|
705
715
|
declare const CircleMessage2UpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
706
716
|
|
|
707
717
|
declare const CircleMessage2TextRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -712,6 +722,8 @@ declare const ChevronExpandVericalRegular: ({ size, width, height, className, ..
|
|
|
712
722
|
|
|
713
723
|
declare const CheckmarkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
714
724
|
|
|
725
|
+
declare const CheckSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
726
|
+
|
|
715
727
|
declare const CheckCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
716
728
|
|
|
717
729
|
declare const ChatRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -920,6 +932,8 @@ declare const Voice2Bold: ({ size, width, height, className, ...props }: IconSvg
|
|
|
920
932
|
|
|
921
933
|
declare const VideoBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
922
934
|
|
|
935
|
+
declare const UserBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
936
|
+
|
|
923
937
|
declare const UserSearchBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
924
938
|
|
|
925
939
|
declare const UserDeleteBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1116,6 +1130,8 @@ declare const FacebookBold: ({ size, width, height, className, ...props }: IconS
|
|
|
1116
1130
|
|
|
1117
1131
|
declare const Eye2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1118
1132
|
|
|
1133
|
+
declare const ErrorCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1134
|
+
|
|
1119
1135
|
declare const EditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1120
1136
|
|
|
1121
1137
|
declare const EditSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1272,11 +1288,11 @@ type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
|
1272
1288
|
type IconVariant = 'regular' | 'bold';
|
|
1273
1289
|
/** Icon names grouped by variant. */
|
|
1274
1290
|
declare const iconNamesByVariant: {
|
|
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"];
|
|
1291
|
+
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", "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", "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"];
|
|
1292
|
+
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"];
|
|
1277
1293
|
};
|
|
1278
1294
|
/** Flat list of all valid icon names accepted by the Icon wrapper. */
|
|
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"];
|
|
1295
|
+
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", "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"];
|
|
1280
1296
|
/** All valid icon names accepted by the Icon wrapper. */
|
|
1281
1297
|
type IconName = (typeof iconNames)[number];
|
|
1282
1298
|
declare const iconsByVariant: {
|
|
@@ -1315,6 +1331,7 @@ declare const iconsByVariant: {
|
|
|
1315
1331
|
readonly usersGroup: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1316
1332
|
readonly user: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1317
1333
|
readonly userLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1334
|
+
readonly userLoad: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1318
1335
|
readonly userInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1319
1336
|
readonly userInformation2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1320
1337
|
readonly userContact: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1334,6 +1351,7 @@ declare const iconsByVariant: {
|
|
|
1334
1351
|
readonly triangle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1335
1352
|
readonly translateVector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1336
1353
|
readonly translateLanguage: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1354
|
+
readonly touchId: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1337
1355
|
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1338
1356
|
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1339
1357
|
readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1411,6 +1429,7 @@ declare const iconsByVariant: {
|
|
|
1411
1429
|
readonly questions: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1412
1430
|
readonly questionMarkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1413
1431
|
readonly questionMarkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1432
|
+
readonly qrScan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1414
1433
|
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1415
1434
|
readonly printer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1416
1435
|
readonly powerButton: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1604,6 +1623,7 @@ declare const iconsByVariant: {
|
|
|
1604
1623
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1605
1624
|
readonly discovery: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1606
1625
|
readonly discount: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1626
|
+
readonly discount2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1607
1627
|
readonly delete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1608
1628
|
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1609
1629
|
readonly decimal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1628,11 +1648,13 @@ declare const iconsByVariant: {
|
|
|
1628
1648
|
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1629
1649
|
readonly clockCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1630
1650
|
readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1651
|
+
readonly clock24H: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1631
1652
|
readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1632
1653
|
readonly circleMessage2Text: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1633
1654
|
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1634
1655
|
readonly chevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1635
1656
|
readonly checkmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1657
|
+
readonly checkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1636
1658
|
readonly checkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1637
1659
|
readonly chat: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1638
1660
|
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1739,6 +1761,7 @@ declare const iconsByVariant: {
|
|
|
1739
1761
|
readonly voice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1740
1762
|
readonly voice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1741
1763
|
readonly video: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1764
|
+
readonly user: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1742
1765
|
readonly userSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1743
1766
|
readonly userDelete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1744
1767
|
readonly userChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1837,6 +1860,7 @@ declare const iconsByVariant: {
|
|
|
1837
1860
|
readonly filter2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1838
1861
|
readonly facebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1839
1862
|
readonly eye2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1863
|
+
readonly errorCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1840
1864
|
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1841
1865
|
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1842
1866
|
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1927,6 +1951,7 @@ declare const icons: {
|
|
|
1927
1951
|
readonly voice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1928
1952
|
readonly voice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1929
1953
|
readonly video: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1954
|
+
readonly user: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1930
1955
|
readonly userSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1931
1956
|
readonly userDelete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1932
1957
|
readonly userChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2025,6 +2050,7 @@ declare const icons: {
|
|
|
2025
2050
|
readonly filter2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2026
2051
|
readonly facebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2027
2052
|
readonly eye2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2053
|
+
readonly errorCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2028
2054
|
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2029
2055
|
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2030
2056
|
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2123,8 +2149,8 @@ declare const icons: {
|
|
|
2123
2149
|
readonly vectorcalendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2124
2150
|
readonly users: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2125
2151
|
readonly usersGroup: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2126
|
-
readonly user: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2127
2152
|
readonly userLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2153
|
+
readonly userLoad: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2128
2154
|
readonly userInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2129
2155
|
readonly userInformation2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2130
2156
|
readonly userContact: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2140,6 +2166,7 @@ declare const icons: {
|
|
|
2140
2166
|
readonly type: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2141
2167
|
readonly triangle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2142
2168
|
readonly translateVector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2169
|
+
readonly touchId: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2143
2170
|
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2144
2171
|
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2145
2172
|
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2195,6 +2222,7 @@ declare const icons: {
|
|
|
2195
2222
|
readonly questions: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2196
2223
|
readonly questionMarkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2197
2224
|
readonly questionMarkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2225
|
+
readonly qrScan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2198
2226
|
readonly printer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2199
2227
|
readonly powerButton: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2200
2228
|
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2339,6 +2367,7 @@ declare const icons: {
|
|
|
2339
2367
|
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2340
2368
|
readonly documentCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2341
2369
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2370
|
+
readonly discount2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2342
2371
|
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2343
2372
|
readonly decimal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2344
2373
|
readonly dcoument3Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2359,11 +2388,13 @@ declare const icons: {
|
|
|
2359
2388
|
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2360
2389
|
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2361
2390
|
readonly clockCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2391
|
+
readonly clock24H: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2362
2392
|
readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2363
2393
|
readonly circleMessage2Text: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2364
2394
|
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2365
2395
|
readonly chevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2366
2396
|
readonly checkmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2397
|
+
readonly checkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2367
2398
|
readonly chartInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2368
2399
|
readonly chartAnalysish: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2369
2400
|
readonly chart3BarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2429,4 +2460,4 @@ type FichapIconProps = IconSvgProps & {
|
|
|
2429
2460
|
*/
|
|
2430
2461
|
declare function Icon({ name, variant, decorative, ...props }: FichapIconProps): React.JSX.Element | null;
|
|
2431
2462
|
|
|
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 };
|
|
2463
|
+
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, 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, 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 };
|