qlu-20-ui-library 1.12.1 → 1.12.3
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/build/qlu-20-ui-library.cjs +42 -42
- package/dist/build/qlu-20-ui-library.js +4703 -4411
- package/dist/components/Svg/ArrowNarrowRight.d.ts +7 -0
- package/dist/components/Svg/BookMark.d.ts +7 -0
- package/dist/components/Svg/GoogleCalendarEmpty.d.ts +7 -0
- package/dist/components/Svg/Hello.d.ts +7 -0
- package/dist/components/Svg/MoreOptions.d.ts +7 -0
- package/dist/types/components/GetSvgIcon/index.js +6 -1
- package/dist/types/components/Svg/ArrowNarrowRight.d.ts +7 -0
- package/dist/types/components/Svg/ArrowNarrowRight.js +4 -0
- package/dist/types/components/Svg/BookMark.d.ts +7 -0
- package/dist/types/components/Svg/BookMark.js +4 -0
- package/dist/types/components/Svg/GoogleCalendarEmpty.d.ts +7 -0
- package/dist/types/components/Svg/GoogleCalendarEmpty.js +4 -0
- package/dist/types/components/Svg/Hello.d.ts +7 -0
- package/dist/types/components/Svg/Hello.js +5 -0
- package/dist/types/components/Svg/MoreOptions.d.ts +7 -0
- package/dist/types/components/Svg/MoreOptions.js +4 -0
- package/dist/types/types.d.ts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -270,7 +270,12 @@ import SadFace from "../Svg/SadFace";
|
|
|
270
270
|
import Group from "../Svg/Group";
|
|
271
271
|
import QontactFinderLogo from "../Svg/QontactFinderLogo";
|
|
272
272
|
import QontactFinderLogoThin from "../Svg/QontactFinderLogoThin";
|
|
273
|
+
import ArrowNarrowRight from "../Svg/ArrowNarrowRight";
|
|
274
|
+
import GoogleCalendarEmpty from "../Svg/GoogleCalendarEmpty";
|
|
275
|
+
import BookMark from "../Svg/BookMark";
|
|
276
|
+
import MoreOptions from "../Svg/MoreOptions";
|
|
277
|
+
import Hello from "../Svg/Hello";
|
|
273
278
|
const GetSvgIcon = ({ iconType = "cross", iconSize = "24" }) => {
|
|
274
|
-
return iconType === "cross" ? (_jsx(Cross, { width: iconSize, height: iconSize })) : iconType === "plus" ? (_jsx(Plus, { width: iconSize, height: iconSize })) : iconType === "thumb" ? (_jsx(Thumb, { width: iconSize, height: iconSize })) : iconType === "clock" ? (_jsx(Clock, { width: iconSize, height: iconSize })) : iconType === "tick" ? (_jsx(Tick, { width: iconSize, height: iconSize })) : iconType === "linkedinLogo" ? (_jsx(LinkedinLogo, { width: iconSize, height: iconSize })) : iconType === "searchArrow" ? (_jsx(SearchArrow, { width: iconSize, height: iconSize })) : iconType === "excalamationCircle" ? (_jsx(ExclamationCircle, { width: iconSize, height: iconSize })) : iconType === "edit" ? (_jsx(Edit, { width: iconSize, height: iconSize })) : iconType === "delete" ? (_jsx(Delete, { width: iconSize, height: iconSize })) : iconType === "chatOneBallon" ? (_jsx(ChatOneballon, { width: iconSize, height: iconSize })) : iconType === "qluLogo" ? (_jsx(QluLogo, { width: iconSize, height: iconSize })) : iconType === "gear" ? (_jsx(Gear, { width: iconSize, height: iconSize })) : iconType === "home" ? (_jsx(Home, { width: iconSize, height: iconSize })) : iconType === "paperPlaneUpRight" ? (_jsx(PaperPlaneUpRight, { width: iconSize, height: iconSize })) : iconType === "search" ? (_jsx(Search, { width: iconSize, height: iconSize })) : iconType === "chat" ? (_jsx(Chat, { width: iconSize, height: iconSize })) : iconType === "briefcase" ? (_jsx(Briefcase, { width: iconSize, height: iconSize })) : iconType === "barGraph" ? (_jsx(BarGraph, { width: iconSize, height: iconSize })) : iconType === "book" ? (_jsx(Book, { width: iconSize, height: iconSize })) : iconType === "company" ? (_jsx(Company, { width: iconSize, height: iconSize })) : iconType === "dollarBriefcase" ? (_jsx(DollarBriefcase, { width: iconSize, height: iconSize })) : iconType === "industry" ? (_jsx(Industry, { width: iconSize, height: iconSize })) : iconType === "jobTitle" ? (_jsx(JobTitle, { width: iconSize, height: iconSize })) : iconType === "location" ? (_jsx(Location, { width: iconSize, height: iconSize })) : iconType === "strategyPath" ? (_jsx(StrategyPath, { width: iconSize, height: iconSize })) : iconType === "tools" ? (_jsx(Tools, { width: iconSize, height: iconSize })) : iconType === "management" ? (_jsx(Management, { width: iconSize, height: iconSize })) : iconType === "employees" ? (_jsx(Employees, { width: iconSize, height: iconSize })) : iconType === "cheveronDown" ? (_jsx(CheveronDown, { width: iconSize, height: iconSize })) : iconType === "cheveronUp" ? (_jsx(CheveronUp, { width: iconSize, height: iconSize })) : iconType === "arrowLeft" ? (_jsx(ArrowLeft, { width: iconSize, height: iconSize })) : iconType === "arrowRight" ? (_jsx(ArrowRight, { width: iconSize, height: iconSize })) : iconType === "passTick" ? (_jsx(PassTick, { width: iconSize, height: iconSize })) : iconType === "doNotInclude" ? (_jsx(DoNotInclude, { width: iconSize, height: iconSize })) : iconType === "tickCircle" ? (_jsx(TickCircle, { width: iconSize, height: iconSize })) : iconType === "phone" ? (_jsx(Phone, { width: iconSize, height: iconSize })) : iconType === "email" ? (_jsx(Email, { width: iconSize, height: iconSize })) : iconType === "eye" ? (_jsx(Eye, { width: iconSize, height: iconSize })) : iconType === "eyeOff" ? (_jsx(EyeOff, { width: iconSize, height: iconSize })) : iconType === "congratulations" ? (_jsx(Congratulations, {})) : iconType === "heart" ? (_jsx(Heart, { width: iconSize, height: iconSize })) : iconType === "questionMark" ? (_jsx(QuestionMark, { width: iconSize, height: iconSize })) : iconType === "kebab" ? (_jsx(Kebab, { width: iconSize, height: iconSize })) : iconType === "calendar" ? (_jsx(Calendar, { width: iconSize, height: iconSize })) : iconType === "officeBuilding" ? (_jsx(OfficeBuilding, { width: iconSize, height: iconSize })) : iconType === "notes" ? (_jsx(Notes, { width: iconSize, height: iconSize })) : iconType === "star" ? (_jsx(Star, { width: iconSize, height: iconSize })) : iconType === "starBorder" ? (_jsx(StarBorder, { width: iconSize, height: iconSize })) : iconType === "flag" ? (_jsx(Flag, { width: iconSize, height: iconSize })) : iconType === "filterFunel" ? (_jsx(FilterFunel, { width: iconSize, height: iconSize })) : iconType === "sortUpDownArrows" ? (_jsx(SortUpDownArrows, { width: iconSize, height: iconSize })) : iconType === "download" ? (_jsx(Download, { width: iconSize, height: iconSize })) : iconType === "sparkles" ? (_jsx(Sparkles, { width: iconSize, height: iconSize })) : iconType === "writeNotes" ? (_jsx(WriteNotes, { width: iconSize, height: iconSize })) : iconType === "undo" ? (_jsx(Undo, { width: iconSize, height: iconSize })) : iconType === "emailSend" ? (_jsx(EmailSend, { width: iconSize, height: iconSize })) : iconType === "copy" ? (_jsx(Copy, { width: iconSize, height: iconSize })) : iconType === "openLink" ? (_jsx(OpenLink, { width: iconSize, height: iconSize })) : iconType === "internalUser" ? (_jsx(InternalUser, { width: iconSize, height: iconSize })) : iconType === "link" ? (_jsx(Link, { width: iconSize, height: iconSize })) : iconType === "bell" ? (_jsx(Bell, { width: iconSize, height: iconSize })) : iconType === "graduationHat" ? (_jsx(GraduationHat, { width: iconSize, height: iconSize })) : iconType === "user" ? (_jsx(User, { width: iconSize, height: iconSize })) : iconType === "password" ? (_jsx(Password, { width: iconSize, height: iconSize })) : iconType === "emailDisconnected" ? (_jsx(EmailDisconnected, { width: iconSize, height: iconSize })) : iconType === "bolt" ? (_jsx(Bolt, { width: iconSize, height: iconSize })) : iconType === "images" ? (_jsx(Images, { width: iconSize, height: iconSize })) : iconType === "information" ? (_jsx(Information, { width: iconSize, height: iconSize })) : iconType === "inviteUser" ? (_jsx(InviteUser, { width: iconSize, height: iconSize })) : iconType === "list" ? (_jsx(List, { width: iconSize, height: iconSize })) : iconType === "table" ? (_jsx(Table, { width: iconSize, height: iconSize })) : iconType === "arrowDown" ? (_jsx(ArrowDown, { width: iconSize, height: iconSize })) : iconType === "arrowUp" ? (_jsx(ArrowUp, { width: iconSize, height: iconSize })) : iconType === "chevronLeft" ? (_jsx(ChevronLeft, { width: iconSize, height: iconSize })) : iconType === "chevronRight" ? (_jsx(ChevronRight, { width: iconSize, height: iconSize })) : iconType === "radio" ? (_jsx(Radio, { width: iconSize, height: iconSize })) : iconType === "like" ? (_jsx(Like, { width: iconSize, height: iconSize })) : iconType === "unlike" ? (_jsx(Unlike, { width: iconSize, height: iconSize })) : iconType === "refresh" ? (_jsx(Refresh, { width: iconSize, height: iconSize })) : iconType === "emailRound" ? (_jsx(EmailRound, { width: iconSize, height: iconSize })) : iconType === "abstractGeometric" ? (_jsx(AbstractGeometric, { width: iconSize, height: iconSize })) : iconType === "seo" ? (_jsx(Seo, { width: iconSize, height: iconSize })) : iconType === "abstractCircle" ? (_jsx(AbstractCircle, { width: iconSize, height: iconSize })) : iconType === "checkList" ? (_jsx(CheckList, { width: iconSize, height: iconSize })) : iconType === "penEdit" ? (_jsx(PenEdit, { width: iconSize, height: iconSize })) : iconType === "globeSearch" ? (_jsx(GlobeSearch, { width: iconSize, height: iconSize })) : iconType === "groupIcon" ? (_jsx(GroupIcon, { width: iconSize, height: iconSize })) : iconType === "jD" ? (_jsx(JD, {})) : iconType === "expand" ? (_jsx(Expand, { width: iconSize, height: iconSize })) : iconType === "hiringCompany" ? (_jsx(HiringCompany, {})) : iconType === "sampleProfiles" ? (_jsx(SampleProfiles, {})) : iconType === "addToCollection" ? (_jsx(AddToCollection, { width: iconSize, height: iconSize })) : iconType === "pointingDown" ? (_jsx(PointingDown, { width: iconSize, height: iconSize })) : iconType === "pencilEdit" ? (_jsx(PencilEdit, { width: iconSize, height: iconSize })) : iconType === "matchingProfile" ? (_jsx(MatchingProfile, {})) : iconType === "stop" ? (_jsx(Stop, { width: iconSize, height: iconSize })) : iconType === "clipBoard" ? (_jsx(ClipBoard, { width: iconSize, height: iconSize })) : iconType === "sortascending" ? (_jsx(SortAscending, { width: iconSize, height: iconSize })) : iconType === "sortdescending" ? (_jsx(SortDescending, { width: iconSize, height: iconSize })) : iconType === "hourglass" ? (_jsx(HourGlass, { width: iconSize, height: iconSize })) : iconType === "exclamation" ? (_jsx(Exclamation, { width: iconSize, height: iconSize })) : iconType === "refresh-ccw" ? (_jsx(RefreshCounterClockWise, { width: iconSize, height: iconSize })) : iconType === "adjustment" ? (_jsx(Adjustment, { width: iconSize, height: iconSize })) : iconType === "outlook" ? (_jsx(Outlook, { width: iconSize, height: iconSize })) : iconType === "menu-alt" ? (_jsx(MenuAlt, { width: iconSize, height: iconSize })) : iconType === "simpler-tick" ? (_jsx(SimplerTick, { width: iconSize, height: iconSize })) : iconType === "menu-extended" ? (_jsx(MenuExtended, { width: iconSize, height: iconSize })) : iconType === "umberalla" ? (_jsx(Umberalla, { width: iconSize, height: iconSize })) : iconType === "sidebar" ? (_jsx(Sidebar, { width: iconSize, height: iconSize })) : iconType === "paperClip" ? (_jsx(PaperClip, { width: iconSize, height: iconSize })) : iconType === "document" ? (_jsx(Document, { width: iconSize, height: iconSize })) : iconType === "file" ? (_jsx(File, { width: iconSize, height: iconSize })) : iconType === "google" ? (_jsx(Google, { width: iconSize, height: iconSize })) : iconType === "pdf" ? (_jsx(PDF, { width: iconSize, height: iconSize })) : iconType === "enter" ? (_jsx(Enter, { width: iconSize, height: iconSize })) : iconType === "key" ? (_jsx(Key, { width: iconSize, height: iconSize })) : iconType === "cornerDown" ? (_jsx(CornerDown, { width: iconSize, height: iconSize })) : iconType === "notAllowed" ? (_jsx(NotAllowed, { width: iconSize, height: iconSize })) : iconType === "university" ? (_jsx(University, { width: iconSize, height: iconSize })) : iconType === "pause" ? (_jsx(Pause, { width: iconSize, height: iconSize })) : iconType === "resume" ? (_jsx(Resume, { width: iconSize, height: iconSize })) : iconType === "ascendingOrder" ? (_jsx(AscendingOrder, { width: iconSize, height: iconSize })) : iconType === "descendingOrder" ? (_jsx(DescendingOrder, { width: iconSize, height: iconSize })) : iconType === "userClock" ? (_jsx(UserClock, { width: iconSize, height: iconSize })) : iconType === "tickVerification" ? (_jsx(TickVerification, { width: iconSize, height: iconSize })) : iconType === "copied" ? (_jsx(Copied, { width: iconSize, height: iconSize })) : iconType === "archive" ? (_jsx(Archive, { width: iconSize, height: iconSize })) : iconType === "additionalInformation" ? (_jsx(AdditionalInformation, { width: iconSize, height: iconSize })) : iconType === "checkCircle" ? (_jsx(CheckCircle, { width: iconSize, height: iconSize })) : iconType === "companyClock" ? (_jsx(CompanyClock, { width: iconSize, height: iconSize })) : iconType === "boldPlus" ? (_jsx(BoldPlus, { width: iconSize, height: iconSize })) : iconType === "square" ? (_jsx(Square, { width: iconSize, height: iconSize })) : iconType === "boxPencil" ? (_jsx(BoxPencil, { width: iconSize, height: iconSize })) : iconType === "companyOwnership" ? (_jsx(CompanyOwnership, { width: iconSize, height: iconSize })) : iconType === "cutBriefcase" ? (_jsx(CutBriefcase, { width: iconSize, height: iconSize })) : iconType === "box" ? (_jsx(Box, { width: iconSize, height: iconSize })) : iconType === "googleLogo" ? (_jsx(GoogleLogo, { width: iconSize, height: iconSize })) : iconType === "microsoftLogo" ? (_jsx(MicrosoftLogo, { width: iconSize, height: iconSize })) : iconType === "people" ? (_jsx(People, { width: iconSize, height: iconSize })) : iconType === "crunchBaseLogo" ? (_jsx(CrunchBaseLogo, { width: iconSize, height: iconSize })) : iconType === "linkedinColoredLogo" ? (_jsx(LinkedinColoredLogo, { width: iconSize, height: iconSize })) : iconType === "googleColoredLogo" ? (_jsx(GoogleColoredLogo, { width: iconSize, height: iconSize })) : iconType === "websiteBadge" ? (_jsx(WebsiteBadge, { width: iconSize, height: iconSize })) : iconType === "arrowLeftShort" ? (_jsx(ArrowLeftShort, { width: iconSize, height: iconSize })) : iconType === "notDownloaded" ? (_jsx(NotDownloaded, { width: iconSize, height: iconSize })) : iconType === "lock" ? (_jsx(Lock, { width: iconSize, height: iconSize })) : iconType === "companyStrategy" ? (_jsx(CompanyStrategy, { width: iconSize, height: iconSize })) : iconType === "industryStrategy" ? (_jsx(IndustryStrategy, { width: iconSize, height: iconSize })) : iconType === "strategyUpdate" ? (_jsx(UpdateStrategy, { width: iconSize, height: iconSize })) : iconType === "unarchive" ? (_jsx(Unarchive, { width: iconSize, height: iconSize })) : iconType === "roundedDocument" ? (_jsx(RoundedDocument, { width: iconSize, height: iconSize })) : iconType === "marketMap" ? (_jsx(MarketMap, { width: iconSize, height: iconSize })) : iconType === "leadership" ? (_jsx(Leadership, { width: iconSize, height: iconSize })) : iconType === "fullScreen" ? (_jsx(FullScreen, { width: iconSize, height: iconSize })) : iconType === "exitFullScreen" ? (_jsx(ExitFullScreen, { width: iconSize, height: iconSize })) : iconType === "plannerTable" ? (_jsx(PlannerTable, { width: iconSize, height: iconSize })) : iconType === "upload" ? (_jsx(Upload, { width: iconSize, height: iconSize })) : iconType === "agent" ? (_jsx(Agent, { width: iconSize, height: iconSize })) : iconType === "doubleTick" ? (_jsx(DoubleTick, { width: iconSize, height: iconSize })) : iconType === "reply" ? (_jsx(Reply, { width: iconSize, height: iconSize })) : iconType === "lowCreditWarning" ? (_jsx(LowCreditWarning, { width: iconSize, height: iconSize })) : iconType === "threeDots" ? (_jsx(ThreeDots, { width: iconSize, height: iconSize })) : iconType === "creditAdmin" ? (_jsx(CreditAdmin, { width: iconSize, height: iconSize })) : iconType === "collection" ? (_jsx(Collection, { width: iconSize, height: iconSize })) : iconType === "save" ? (_jsx(Save, { width: iconSize, height: iconSize })) : iconType === "sidebarArrow" ? (_jsx(SidebarArrow, { width: iconSize, height: iconSize })) : iconType === "gradientSparkles" ? (_jsx(AiGradientSparkles, { width: iconSize, height: iconSize })) : iconType === "plusCircle" ? (_jsx(PlusCircle, { width: iconSize, height: iconSize })) : iconType === "incomingCall" ? (_jsx(IncomingCall, { width: iconSize, height: iconSize })) : iconType === "outgoingCall" ? (_jsx(OutGoingCall, { width: iconSize, height: iconSize })) : iconType === "message" ? (_jsx(Message, { width: iconSize, height: iconSize })) : iconType === "missedCall" ? (_jsx(MissedCall, { width: iconSize, height: iconSize })) : iconType === "filter" ? (_jsx(Filter, { width: iconSize, height: iconSize })) : iconType === "call" ? (_jsx(Call, { width: iconSize, height: iconSize })) : iconType === "voiceCall" ? (_jsx(VoiceCall, { width: iconSize, height: iconSize })) : iconType === "messageLogo" ? (_jsx(MessageLogo, { width: iconSize, height: iconSize })) : iconType === "requisitionLogo" ? (_jsx(RequisitionLogo, { width: iconSize, height: iconSize })) : iconType === "actionLogo" ? (_jsx(ActionLogo, { width: iconSize, height: iconSize })) : iconType === "organizationPlaceholder" ? (_jsx(OrganizationPlaceholder, { width: iconSize, height: iconSize })) : iconType === "approved" ? (_jsx(Approved, { width: iconSize, height: iconSize })) : iconType === "rejected" ? (_jsx(Reject, { width: iconSize, height: iconSize })) : iconType === "pending" ? (_jsx(Pending, { width: iconSize, height: iconSize })) : iconType === "default" ? (_jsx(Default, { width: iconSize, height: iconSize })) : iconType === "creditSystemUser" ? (_jsx(CreditSystemUser, { width: iconSize, height: iconSize })) : iconType === "usFlag" ? (_jsx(USFlag, { width: iconSize, height: iconSize })) : iconType === "canadaFlag" ? (_jsx(CanadaFlag, { width: iconSize, height: iconSize })) : iconType === "australiaFlag" ? (_jsx(AustraliaFlag, { width: iconSize, height: iconSize })) : iconType === "mexicoFlag" ? (_jsx(MexicoFlag, { width: iconSize, height: iconSize })) : iconType === "newZealandFlag" ? (_jsx(NewZealandFlag, { width: iconSize, height: iconSize })) : iconType === "inbox" ? (_jsx(Inbox, { width: iconSize, height: iconSize })) : iconType === "ukFlag" ? (_jsx(UkFlag, { width: iconSize, height: iconSize })) : iconType === "lightBulb" ? (_jsx(LightBulb, { width: iconSize, height: iconSize })) : iconType === "linkedin" ? (_jsx(LinkedinIcon, { width: iconSize, height: iconSize })) : iconType === "outlookColored" ? (_jsx(OutlookColored, { width: iconSize, height: iconSize })) : iconType === "googleColored" ? (_jsx(GoogleIcon, { width: iconSize, height: iconSize })) : iconType === "linkedinPremium" ? (_jsx(InmailIcon, { width: iconSize, height: iconSize })) : iconType === "text" ? (_jsx(TextIcon, { width: iconSize, height: iconSize })) : iconType === "telephone" ? (_jsx(PhoneIcon, { width: iconSize, height: iconSize })) : iconType === "welcomeAboard" ? (_jsx(WelcomeAboard, { width: iconSize, height: iconSize })) : iconType === "googleDriveLogo" ? (_jsx(GoogleDriveLogo, { width: iconSize, height: iconSize })) : iconType === "spreadsheet" ? (_jsx(Spreadsheet, { width: iconSize, height: iconSize })) : iconType === "sparklingStars" ? (_jsx(SparklingStars, { width: iconSize, height: iconSize })) : iconType === "syncLoader" ? (_jsx(SyncLoader, { width: iconSize, height: iconSize })) : iconType === "accessRevoke" ? (_jsx(AccessRevoke, { width: iconSize, height: iconSize })) : iconType === "pipeline" ? (_jsx(Pipeline, { width: iconSize, height: iconSize })) : iconType === "chatSend" ? (_jsx(ChatSend, { width: iconSize, height: iconSize })) : iconType === "stopwatch" ? (_jsx(Stopwatch, { width: iconSize, height: iconSize })) : iconType === "companySourcePlaceholder" ? (_jsx(CompanySourcePlaceholder, { width: iconSize, height: iconSize })) : iconType === "tickCircleFilled" ? (_jsx(TickCircleFilled, { width: iconSize, height: iconSize })) : iconType === "exclamationCircleFilled" ? (_jsx(ExclamationCircleFilled, { width: iconSize, height: iconSize })) : iconType === "basicPlan" ? (_jsx(BasicPlan, { width: iconSize, height: iconSize })) : iconType === "growthPlan" ? (_jsx(GrowthPlan, { width: iconSize, height: iconSize })) : iconType === "enterprisePlan" ? (_jsx(EnterprisePlan, { width: iconSize, height: iconSize })) : iconType === "customPlan" ? (_jsx(CustomPlan, { width: iconSize, height: iconSize })) : iconType === "loader" ? (_jsx(Loader, { width: iconSize, height: iconSize })) : iconType === "dollarCircle" ? (_jsx(DollarCircle, { width: iconSize, height: iconSize })) : iconType === "arrowRightCircle" ? (_jsx(ArrowRightCircle, { width: iconSize, height: iconSize })) : iconType === "kanban" ? (_jsx(Kanban, { width: iconSize, height: iconSize })) : iconType === "linkedinProfile" ? (_jsx(LinkedinProfile, { width: iconSize, height: iconSize })) : iconType === "linkedinConnection" ? (_jsx(LinkedinConnection, { width: iconSize, height: iconSize })) : iconType === "successFull" ? (_jsx(SuccessFull, { width: iconSize, height: iconSize })) : iconType === "searchAi" ? (_jsx(SearchAi, { width: iconSize, height: iconSize })) : iconType === "greenDot" ? (_jsx(GreenDot, { width: iconSize, height: iconSize })) : iconType === "starIcon" ? (_jsx(StarIcon, { width: iconSize, height: iconSize })) : iconType === "thunder" ? (_jsx(Thunder, { width: iconSize, height: iconSize })) : iconType === "logout" ? (_jsx(Logout, { width: iconSize, height: iconSize })) : iconType === "billingAndPricing" ? (_jsx(BillingAndPricing, { width: iconSize, height: iconSize })) : iconType === "creditSystem" ? (_jsx(CreditSystem, { width: iconSize, height: iconSize })) : iconType === "changePassword" ? (_jsx(ChangePassword, { width: iconSize, height: iconSize })) : iconType === "settings" ? (_jsx(Settings, { width: iconSize, height: iconSize })) : iconType === "googleCalenderIcon" ? (_jsx(GoogleCalendarLogo, { width: iconSize, height: iconSize })) : iconType === "employeeCard" ? (_jsx(EmployeeCard, { width: iconSize, height: iconSize })) : iconType === "dash" ? (_jsx(Dash, { width: iconSize, height: iconSize })) : iconType === "dotsMenu" ? (_jsx(DotsMenu, { width: iconSize, height: iconSize })) : iconType === "crossCircle" ? (_jsx(CrossCircle, { width: iconSize, height: iconSize })) : iconType === "smileyFace" ? (_jsx(SmileyFace, { width: iconSize, height: iconSize })) : iconType === "bookOpen" ? (_jsx(BookOpen, { width: iconSize, height: iconSize })) : iconType === "collapse" ? (_jsx(Collapse, { width: iconSize, height: iconSize })) : iconType === "circleInformation" ? (_jsx(CircleInformation, { width: iconSize, height: iconSize })) : iconType === "arrowThroughDoor" ? (_jsx(ArrowThroughDoor, { width: iconSize, height: iconSize })) : iconType === "contactInterested" ? (_jsx(ContactInterested, { width: iconSize, height: iconSize })) : iconType === "contactNotInterested" ? (_jsx(ContactNotInterested, { width: iconSize, height: iconSize })) : iconType === "userAdd" ? (_jsx(UserAdd, { width: iconSize, height: iconSize })) : iconType === "userRemove" ? (_jsx(UserRemove, { width: iconSize, height: iconSize })) : iconType === "microsoftColoredLogo" ? (_jsx(MicrosoftColoredLogo, { width: iconSize, height: iconSize })) : iconType === "contactBook" ? (_jsx(ContactBook, { width: iconSize, height: iconSize })) : iconType === "massUpdate" ? (_jsx(MassUpdate, { width: iconSize, height: iconSize })) : iconType === "internetSearch" ? (_jsx(InternetSearch, { width: iconSize, height: iconSize })) : iconType === "newsFeed" ? (_jsx(NewsFeed, { width: iconSize, height: iconSize })) : iconType === "paragraph" ? (_jsx(Paragraph, { width: iconSize, height: iconSize })) : iconType === "gridView" ? (_jsx(GridView, { width: iconSize, height: iconSize })) : iconType === "searchThin" ? (_jsx(SearchThin, { width: iconSize, height: iconSize })) : iconType === "companyPlaceholderAvatar" ? (_jsx(CompanyPlaceholderAvatar, { width: iconSize, height: iconSize })) : iconType === "profilePlaceholderAvatar" ? (_jsx(ProfilePlaceholderAvatar, { width: iconSize, height: iconSize })) : iconType === "videoPlayIcon" ? (_jsx(VideoPlayIcon, { width: iconSize, height: iconSize })) : iconType === "cloudUpload" ? (_jsx(CloudUpload, { width: iconSize, height: iconSize })) : iconType === "microphone" ? (_jsx(Microphone, { width: iconSize, height: iconSize })) : iconType === "pauseIcon" ? (_jsx(PauseIcon, { width: iconSize, height: iconSize })) : iconType === "playIcon" ? (_jsx(PlayIcon, { width: iconSize, height: iconSize })) : iconType === "retry" ? (_jsx(Retry, { width: iconSize, height: iconSize })) : iconType === "trendingUp" ? (_jsx(TrendingUp, { width: iconSize, height: iconSize })) : iconType === "database" ? (_jsx(Database, { width: iconSize, height: iconSize })) : iconType === "socialBadge" ? (_jsx(SocialBadge, { width: iconSize, height: iconSize })) : iconType === "emojiSad" ? (_jsx(EmojiSad, { width: iconSize, height: iconSize })) : iconType === "coin" ? (_jsx(Coin, { width: iconSize, height: iconSize })) : iconType === "squiggleTick" ? (_jsx(SquiggleTick, { width: iconSize, height: iconSize })) : iconType === "sadFace" ? (_jsx(SadFace, { width: iconSize, height: iconSize })) : iconType === "group" ? (_jsx(Group, { width: iconSize, height: iconSize })) : iconType === "qontactFinderLogo" ? (_jsx(QontactFinderLogo, { width: iconSize, height: iconSize })) : iconType === "qontactFinderLogoThin" ? (_jsx(QontactFinderLogoThin, { width: iconSize, height: iconSize })) : null;
|
|
279
|
+
return iconType === "cross" ? (_jsx(Cross, { width: iconSize, height: iconSize })) : iconType === "plus" ? (_jsx(Plus, { width: iconSize, height: iconSize })) : iconType === "thumb" ? (_jsx(Thumb, { width: iconSize, height: iconSize })) : iconType === "clock" ? (_jsx(Clock, { width: iconSize, height: iconSize })) : iconType === "tick" ? (_jsx(Tick, { width: iconSize, height: iconSize })) : iconType === "linkedinLogo" ? (_jsx(LinkedinLogo, { width: iconSize, height: iconSize })) : iconType === "searchArrow" ? (_jsx(SearchArrow, { width: iconSize, height: iconSize })) : iconType === "excalamationCircle" ? (_jsx(ExclamationCircle, { width: iconSize, height: iconSize })) : iconType === "edit" ? (_jsx(Edit, { width: iconSize, height: iconSize })) : iconType === "delete" ? (_jsx(Delete, { width: iconSize, height: iconSize })) : iconType === "chatOneBallon" ? (_jsx(ChatOneballon, { width: iconSize, height: iconSize })) : iconType === "qluLogo" ? (_jsx(QluLogo, { width: iconSize, height: iconSize })) : iconType === "gear" ? (_jsx(Gear, { width: iconSize, height: iconSize })) : iconType === "home" ? (_jsx(Home, { width: iconSize, height: iconSize })) : iconType === "paperPlaneUpRight" ? (_jsx(PaperPlaneUpRight, { width: iconSize, height: iconSize })) : iconType === "search" ? (_jsx(Search, { width: iconSize, height: iconSize })) : iconType === "chat" ? (_jsx(Chat, { width: iconSize, height: iconSize })) : iconType === "briefcase" ? (_jsx(Briefcase, { width: iconSize, height: iconSize })) : iconType === "barGraph" ? (_jsx(BarGraph, { width: iconSize, height: iconSize })) : iconType === "book" ? (_jsx(Book, { width: iconSize, height: iconSize })) : iconType === "company" ? (_jsx(Company, { width: iconSize, height: iconSize })) : iconType === "dollarBriefcase" ? (_jsx(DollarBriefcase, { width: iconSize, height: iconSize })) : iconType === "industry" ? (_jsx(Industry, { width: iconSize, height: iconSize })) : iconType === "jobTitle" ? (_jsx(JobTitle, { width: iconSize, height: iconSize })) : iconType === "location" ? (_jsx(Location, { width: iconSize, height: iconSize })) : iconType === "strategyPath" ? (_jsx(StrategyPath, { width: iconSize, height: iconSize })) : iconType === "tools" ? (_jsx(Tools, { width: iconSize, height: iconSize })) : iconType === "management" ? (_jsx(Management, { width: iconSize, height: iconSize })) : iconType === "employees" ? (_jsx(Employees, { width: iconSize, height: iconSize })) : iconType === "cheveronDown" ? (_jsx(CheveronDown, { width: iconSize, height: iconSize })) : iconType === "cheveronUp" ? (_jsx(CheveronUp, { width: iconSize, height: iconSize })) : iconType === "arrowLeft" ? (_jsx(ArrowLeft, { width: iconSize, height: iconSize })) : iconType === "arrowRight" ? (_jsx(ArrowRight, { width: iconSize, height: iconSize })) : iconType === "passTick" ? (_jsx(PassTick, { width: iconSize, height: iconSize })) : iconType === "doNotInclude" ? (_jsx(DoNotInclude, { width: iconSize, height: iconSize })) : iconType === "tickCircle" ? (_jsx(TickCircle, { width: iconSize, height: iconSize })) : iconType === "phone" ? (_jsx(Phone, { width: iconSize, height: iconSize })) : iconType === "email" ? (_jsx(Email, { width: iconSize, height: iconSize })) : iconType === "eye" ? (_jsx(Eye, { width: iconSize, height: iconSize })) : iconType === "eyeOff" ? (_jsx(EyeOff, { width: iconSize, height: iconSize })) : iconType === "congratulations" ? (_jsx(Congratulations, {})) : iconType === "heart" ? (_jsx(Heart, { width: iconSize, height: iconSize })) : iconType === "questionMark" ? (_jsx(QuestionMark, { width: iconSize, height: iconSize })) : iconType === "kebab" ? (_jsx(Kebab, { width: iconSize, height: iconSize })) : iconType === "calendar" ? (_jsx(Calendar, { width: iconSize, height: iconSize })) : iconType === "officeBuilding" ? (_jsx(OfficeBuilding, { width: iconSize, height: iconSize })) : iconType === "notes" ? (_jsx(Notes, { width: iconSize, height: iconSize })) : iconType === "star" ? (_jsx(Star, { width: iconSize, height: iconSize })) : iconType === "starBorder" ? (_jsx(StarBorder, { width: iconSize, height: iconSize })) : iconType === "flag" ? (_jsx(Flag, { width: iconSize, height: iconSize })) : iconType === "filterFunel" ? (_jsx(FilterFunel, { width: iconSize, height: iconSize })) : iconType === "sortUpDownArrows" ? (_jsx(SortUpDownArrows, { width: iconSize, height: iconSize })) : iconType === "download" ? (_jsx(Download, { width: iconSize, height: iconSize })) : iconType === "sparkles" ? (_jsx(Sparkles, { width: iconSize, height: iconSize })) : iconType === "writeNotes" ? (_jsx(WriteNotes, { width: iconSize, height: iconSize })) : iconType === "undo" ? (_jsx(Undo, { width: iconSize, height: iconSize })) : iconType === "emailSend" ? (_jsx(EmailSend, { width: iconSize, height: iconSize })) : iconType === "copy" ? (_jsx(Copy, { width: iconSize, height: iconSize })) : iconType === "openLink" ? (_jsx(OpenLink, { width: iconSize, height: iconSize })) : iconType === "internalUser" ? (_jsx(InternalUser, { width: iconSize, height: iconSize })) : iconType === "link" ? (_jsx(Link, { width: iconSize, height: iconSize })) : iconType === "bell" ? (_jsx(Bell, { width: iconSize, height: iconSize })) : iconType === "graduationHat" ? (_jsx(GraduationHat, { width: iconSize, height: iconSize })) : iconType === "user" ? (_jsx(User, { width: iconSize, height: iconSize })) : iconType === "password" ? (_jsx(Password, { width: iconSize, height: iconSize })) : iconType === "emailDisconnected" ? (_jsx(EmailDisconnected, { width: iconSize, height: iconSize })) : iconType === "bolt" ? (_jsx(Bolt, { width: iconSize, height: iconSize })) : iconType === "images" ? (_jsx(Images, { width: iconSize, height: iconSize })) : iconType === "information" ? (_jsx(Information, { width: iconSize, height: iconSize })) : iconType === "inviteUser" ? (_jsx(InviteUser, { width: iconSize, height: iconSize })) : iconType === "list" ? (_jsx(List, { width: iconSize, height: iconSize })) : iconType === "table" ? (_jsx(Table, { width: iconSize, height: iconSize })) : iconType === "arrowDown" ? (_jsx(ArrowDown, { width: iconSize, height: iconSize })) : iconType === "arrowUp" ? (_jsx(ArrowUp, { width: iconSize, height: iconSize })) : iconType === "chevronLeft" ? (_jsx(ChevronLeft, { width: iconSize, height: iconSize })) : iconType === "chevronRight" ? (_jsx(ChevronRight, { width: iconSize, height: iconSize })) : iconType === "radio" ? (_jsx(Radio, { width: iconSize, height: iconSize })) : iconType === "like" ? (_jsx(Like, { width: iconSize, height: iconSize })) : iconType === "unlike" ? (_jsx(Unlike, { width: iconSize, height: iconSize })) : iconType === "refresh" ? (_jsx(Refresh, { width: iconSize, height: iconSize })) : iconType === "emailRound" ? (_jsx(EmailRound, { width: iconSize, height: iconSize })) : iconType === "abstractGeometric" ? (_jsx(AbstractGeometric, { width: iconSize, height: iconSize })) : iconType === "seo" ? (_jsx(Seo, { width: iconSize, height: iconSize })) : iconType === "abstractCircle" ? (_jsx(AbstractCircle, { width: iconSize, height: iconSize })) : iconType === "checkList" ? (_jsx(CheckList, { width: iconSize, height: iconSize })) : iconType === "penEdit" ? (_jsx(PenEdit, { width: iconSize, height: iconSize })) : iconType === "globeSearch" ? (_jsx(GlobeSearch, { width: iconSize, height: iconSize })) : iconType === "groupIcon" ? (_jsx(GroupIcon, { width: iconSize, height: iconSize })) : iconType === "jD" ? (_jsx(JD, {})) : iconType === "expand" ? (_jsx(Expand, { width: iconSize, height: iconSize })) : iconType === "hiringCompany" ? (_jsx(HiringCompany, {})) : iconType === "sampleProfiles" ? (_jsx(SampleProfiles, {})) : iconType === "addToCollection" ? (_jsx(AddToCollection, { width: iconSize, height: iconSize })) : iconType === "pointingDown" ? (_jsx(PointingDown, { width: iconSize, height: iconSize })) : iconType === "pencilEdit" ? (_jsx(PencilEdit, { width: iconSize, height: iconSize })) : iconType === "matchingProfile" ? (_jsx(MatchingProfile, {})) : iconType === "stop" ? (_jsx(Stop, { width: iconSize, height: iconSize })) : iconType === "clipBoard" ? (_jsx(ClipBoard, { width: iconSize, height: iconSize })) : iconType === "sortascending" ? (_jsx(SortAscending, { width: iconSize, height: iconSize })) : iconType === "sortdescending" ? (_jsx(SortDescending, { width: iconSize, height: iconSize })) : iconType === "hourglass" ? (_jsx(HourGlass, { width: iconSize, height: iconSize })) : iconType === "exclamation" ? (_jsx(Exclamation, { width: iconSize, height: iconSize })) : iconType === "refresh-ccw" ? (_jsx(RefreshCounterClockWise, { width: iconSize, height: iconSize })) : iconType === "adjustment" ? (_jsx(Adjustment, { width: iconSize, height: iconSize })) : iconType === "outlook" ? (_jsx(Outlook, { width: iconSize, height: iconSize })) : iconType === "menu-alt" ? (_jsx(MenuAlt, { width: iconSize, height: iconSize })) : iconType === "simpler-tick" ? (_jsx(SimplerTick, { width: iconSize, height: iconSize })) : iconType === "menu-extended" ? (_jsx(MenuExtended, { width: iconSize, height: iconSize })) : iconType === "umberalla" ? (_jsx(Umberalla, { width: iconSize, height: iconSize })) : iconType === "sidebar" ? (_jsx(Sidebar, { width: iconSize, height: iconSize })) : iconType === "paperClip" ? (_jsx(PaperClip, { width: iconSize, height: iconSize })) : iconType === "document" ? (_jsx(Document, { width: iconSize, height: iconSize })) : iconType === "file" ? (_jsx(File, { width: iconSize, height: iconSize })) : iconType === "google" ? (_jsx(Google, { width: iconSize, height: iconSize })) : iconType === "pdf" ? (_jsx(PDF, { width: iconSize, height: iconSize })) : iconType === "enter" ? (_jsx(Enter, { width: iconSize, height: iconSize })) : iconType === "key" ? (_jsx(Key, { width: iconSize, height: iconSize })) : iconType === "cornerDown" ? (_jsx(CornerDown, { width: iconSize, height: iconSize })) : iconType === "notAllowed" ? (_jsx(NotAllowed, { width: iconSize, height: iconSize })) : iconType === "university" ? (_jsx(University, { width: iconSize, height: iconSize })) : iconType === "pause" ? (_jsx(Pause, { width: iconSize, height: iconSize })) : iconType === "resume" ? (_jsx(Resume, { width: iconSize, height: iconSize })) : iconType === "ascendingOrder" ? (_jsx(AscendingOrder, { width: iconSize, height: iconSize })) : iconType === "descendingOrder" ? (_jsx(DescendingOrder, { width: iconSize, height: iconSize })) : iconType === "userClock" ? (_jsx(UserClock, { width: iconSize, height: iconSize })) : iconType === "tickVerification" ? (_jsx(TickVerification, { width: iconSize, height: iconSize })) : iconType === "copied" ? (_jsx(Copied, { width: iconSize, height: iconSize })) : iconType === "archive" ? (_jsx(Archive, { width: iconSize, height: iconSize })) : iconType === "additionalInformation" ? (_jsx(AdditionalInformation, { width: iconSize, height: iconSize })) : iconType === "checkCircle" ? (_jsx(CheckCircle, { width: iconSize, height: iconSize })) : iconType === "companyClock" ? (_jsx(CompanyClock, { width: iconSize, height: iconSize })) : iconType === "boldPlus" ? (_jsx(BoldPlus, { width: iconSize, height: iconSize })) : iconType === "square" ? (_jsx(Square, { width: iconSize, height: iconSize })) : iconType === "boxPencil" ? (_jsx(BoxPencil, { width: iconSize, height: iconSize })) : iconType === "companyOwnership" ? (_jsx(CompanyOwnership, { width: iconSize, height: iconSize })) : iconType === "cutBriefcase" ? (_jsx(CutBriefcase, { width: iconSize, height: iconSize })) : iconType === "box" ? (_jsx(Box, { width: iconSize, height: iconSize })) : iconType === "googleLogo" ? (_jsx(GoogleLogo, { width: iconSize, height: iconSize })) : iconType === "microsoftLogo" ? (_jsx(MicrosoftLogo, { width: iconSize, height: iconSize })) : iconType === "people" ? (_jsx(People, { width: iconSize, height: iconSize })) : iconType === "crunchBaseLogo" ? (_jsx(CrunchBaseLogo, { width: iconSize, height: iconSize })) : iconType === "linkedinColoredLogo" ? (_jsx(LinkedinColoredLogo, { width: iconSize, height: iconSize })) : iconType === "googleColoredLogo" ? (_jsx(GoogleColoredLogo, { width: iconSize, height: iconSize })) : iconType === "websiteBadge" ? (_jsx(WebsiteBadge, { width: iconSize, height: iconSize })) : iconType === "arrowLeftShort" ? (_jsx(ArrowLeftShort, { width: iconSize, height: iconSize })) : iconType === "notDownloaded" ? (_jsx(NotDownloaded, { width: iconSize, height: iconSize })) : iconType === "lock" ? (_jsx(Lock, { width: iconSize, height: iconSize })) : iconType === "companyStrategy" ? (_jsx(CompanyStrategy, { width: iconSize, height: iconSize })) : iconType === "industryStrategy" ? (_jsx(IndustryStrategy, { width: iconSize, height: iconSize })) : iconType === "strategyUpdate" ? (_jsx(UpdateStrategy, { width: iconSize, height: iconSize })) : iconType === "unarchive" ? (_jsx(Unarchive, { width: iconSize, height: iconSize })) : iconType === "roundedDocument" ? (_jsx(RoundedDocument, { width: iconSize, height: iconSize })) : iconType === "marketMap" ? (_jsx(MarketMap, { width: iconSize, height: iconSize })) : iconType === "leadership" ? (_jsx(Leadership, { width: iconSize, height: iconSize })) : iconType === "fullScreen" ? (_jsx(FullScreen, { width: iconSize, height: iconSize })) : iconType === "exitFullScreen" ? (_jsx(ExitFullScreen, { width: iconSize, height: iconSize })) : iconType === "plannerTable" ? (_jsx(PlannerTable, { width: iconSize, height: iconSize })) : iconType === "upload" ? (_jsx(Upload, { width: iconSize, height: iconSize })) : iconType === "agent" ? (_jsx(Agent, { width: iconSize, height: iconSize })) : iconType === "doubleTick" ? (_jsx(DoubleTick, { width: iconSize, height: iconSize })) : iconType === "reply" ? (_jsx(Reply, { width: iconSize, height: iconSize })) : iconType === "lowCreditWarning" ? (_jsx(LowCreditWarning, { width: iconSize, height: iconSize })) : iconType === "threeDots" ? (_jsx(ThreeDots, { width: iconSize, height: iconSize })) : iconType === "creditAdmin" ? (_jsx(CreditAdmin, { width: iconSize, height: iconSize })) : iconType === "collection" ? (_jsx(Collection, { width: iconSize, height: iconSize })) : iconType === "save" ? (_jsx(Save, { width: iconSize, height: iconSize })) : iconType === "sidebarArrow" ? (_jsx(SidebarArrow, { width: iconSize, height: iconSize })) : iconType === "gradientSparkles" ? (_jsx(AiGradientSparkles, { width: iconSize, height: iconSize })) : iconType === "plusCircle" ? (_jsx(PlusCircle, { width: iconSize, height: iconSize })) : iconType === "incomingCall" ? (_jsx(IncomingCall, { width: iconSize, height: iconSize })) : iconType === "outgoingCall" ? (_jsx(OutGoingCall, { width: iconSize, height: iconSize })) : iconType === "message" ? (_jsx(Message, { width: iconSize, height: iconSize })) : iconType === "missedCall" ? (_jsx(MissedCall, { width: iconSize, height: iconSize })) : iconType === "filter" ? (_jsx(Filter, { width: iconSize, height: iconSize })) : iconType === "call" ? (_jsx(Call, { width: iconSize, height: iconSize })) : iconType === "voiceCall" ? (_jsx(VoiceCall, { width: iconSize, height: iconSize })) : iconType === "messageLogo" ? (_jsx(MessageLogo, { width: iconSize, height: iconSize })) : iconType === "requisitionLogo" ? (_jsx(RequisitionLogo, { width: iconSize, height: iconSize })) : iconType === "actionLogo" ? (_jsx(ActionLogo, { width: iconSize, height: iconSize })) : iconType === "organizationPlaceholder" ? (_jsx(OrganizationPlaceholder, { width: iconSize, height: iconSize })) : iconType === "approved" ? (_jsx(Approved, { width: iconSize, height: iconSize })) : iconType === "rejected" ? (_jsx(Reject, { width: iconSize, height: iconSize })) : iconType === "pending" ? (_jsx(Pending, { width: iconSize, height: iconSize })) : iconType === "default" ? (_jsx(Default, { width: iconSize, height: iconSize })) : iconType === "creditSystemUser" ? (_jsx(CreditSystemUser, { width: iconSize, height: iconSize })) : iconType === "usFlag" ? (_jsx(USFlag, { width: iconSize, height: iconSize })) : iconType === "canadaFlag" ? (_jsx(CanadaFlag, { width: iconSize, height: iconSize })) : iconType === "australiaFlag" ? (_jsx(AustraliaFlag, { width: iconSize, height: iconSize })) : iconType === "mexicoFlag" ? (_jsx(MexicoFlag, { width: iconSize, height: iconSize })) : iconType === "newZealandFlag" ? (_jsx(NewZealandFlag, { width: iconSize, height: iconSize })) : iconType === "inbox" ? (_jsx(Inbox, { width: iconSize, height: iconSize })) : iconType === "ukFlag" ? (_jsx(UkFlag, { width: iconSize, height: iconSize })) : iconType === "lightBulb" ? (_jsx(LightBulb, { width: iconSize, height: iconSize })) : iconType === "linkedin" ? (_jsx(LinkedinIcon, { width: iconSize, height: iconSize })) : iconType === "outlookColored" ? (_jsx(OutlookColored, { width: iconSize, height: iconSize })) : iconType === "googleColored" ? (_jsx(GoogleIcon, { width: iconSize, height: iconSize })) : iconType === "linkedinPremium" ? (_jsx(InmailIcon, { width: iconSize, height: iconSize })) : iconType === "text" ? (_jsx(TextIcon, { width: iconSize, height: iconSize })) : iconType === "telephone" ? (_jsx(PhoneIcon, { width: iconSize, height: iconSize })) : iconType === "welcomeAboard" ? (_jsx(WelcomeAboard, { width: iconSize, height: iconSize })) : iconType === "googleDriveLogo" ? (_jsx(GoogleDriveLogo, { width: iconSize, height: iconSize })) : iconType === "spreadsheet" ? (_jsx(Spreadsheet, { width: iconSize, height: iconSize })) : iconType === "sparklingStars" ? (_jsx(SparklingStars, { width: iconSize, height: iconSize })) : iconType === "syncLoader" ? (_jsx(SyncLoader, { width: iconSize, height: iconSize })) : iconType === "accessRevoke" ? (_jsx(AccessRevoke, { width: iconSize, height: iconSize })) : iconType === "pipeline" ? (_jsx(Pipeline, { width: iconSize, height: iconSize })) : iconType === "chatSend" ? (_jsx(ChatSend, { width: iconSize, height: iconSize })) : iconType === "stopwatch" ? (_jsx(Stopwatch, { width: iconSize, height: iconSize })) : iconType === "companySourcePlaceholder" ? (_jsx(CompanySourcePlaceholder, { width: iconSize, height: iconSize })) : iconType === "tickCircleFilled" ? (_jsx(TickCircleFilled, { width: iconSize, height: iconSize })) : iconType === "exclamationCircleFilled" ? (_jsx(ExclamationCircleFilled, { width: iconSize, height: iconSize })) : iconType === "basicPlan" ? (_jsx(BasicPlan, { width: iconSize, height: iconSize })) : iconType === "growthPlan" ? (_jsx(GrowthPlan, { width: iconSize, height: iconSize })) : iconType === "enterprisePlan" ? (_jsx(EnterprisePlan, { width: iconSize, height: iconSize })) : iconType === "customPlan" ? (_jsx(CustomPlan, { width: iconSize, height: iconSize })) : iconType === "loader" ? (_jsx(Loader, { width: iconSize, height: iconSize })) : iconType === "dollarCircle" ? (_jsx(DollarCircle, { width: iconSize, height: iconSize })) : iconType === "arrowRightCircle" ? (_jsx(ArrowRightCircle, { width: iconSize, height: iconSize })) : iconType === "kanban" ? (_jsx(Kanban, { width: iconSize, height: iconSize })) : iconType === "linkedinProfile" ? (_jsx(LinkedinProfile, { width: iconSize, height: iconSize })) : iconType === "linkedinConnection" ? (_jsx(LinkedinConnection, { width: iconSize, height: iconSize })) : iconType === "successFull" ? (_jsx(SuccessFull, { width: iconSize, height: iconSize })) : iconType === "searchAi" ? (_jsx(SearchAi, { width: iconSize, height: iconSize })) : iconType === "greenDot" ? (_jsx(GreenDot, { width: iconSize, height: iconSize })) : iconType === "starIcon" ? (_jsx(StarIcon, { width: iconSize, height: iconSize })) : iconType === "thunder" ? (_jsx(Thunder, { width: iconSize, height: iconSize })) : iconType === "logout" ? (_jsx(Logout, { width: iconSize, height: iconSize })) : iconType === "billingAndPricing" ? (_jsx(BillingAndPricing, { width: iconSize, height: iconSize })) : iconType === "creditSystem" ? (_jsx(CreditSystem, { width: iconSize, height: iconSize })) : iconType === "changePassword" ? (_jsx(ChangePassword, { width: iconSize, height: iconSize })) : iconType === "settings" ? (_jsx(Settings, { width: iconSize, height: iconSize })) : iconType === "googleCalenderIcon" ? (_jsx(GoogleCalendarLogo, { width: iconSize, height: iconSize })) : iconType === "employeeCard" ? (_jsx(EmployeeCard, { width: iconSize, height: iconSize })) : iconType === "dash" ? (_jsx(Dash, { width: iconSize, height: iconSize })) : iconType === "dotsMenu" ? (_jsx(DotsMenu, { width: iconSize, height: iconSize })) : iconType === "crossCircle" ? (_jsx(CrossCircle, { width: iconSize, height: iconSize })) : iconType === "smileyFace" ? (_jsx(SmileyFace, { width: iconSize, height: iconSize })) : iconType === "bookOpen" ? (_jsx(BookOpen, { width: iconSize, height: iconSize })) : iconType === "collapse" ? (_jsx(Collapse, { width: iconSize, height: iconSize })) : iconType === "circleInformation" ? (_jsx(CircleInformation, { width: iconSize, height: iconSize })) : iconType === "arrowThroughDoor" ? (_jsx(ArrowThroughDoor, { width: iconSize, height: iconSize })) : iconType === "contactInterested" ? (_jsx(ContactInterested, { width: iconSize, height: iconSize })) : iconType === "contactNotInterested" ? (_jsx(ContactNotInterested, { width: iconSize, height: iconSize })) : iconType === "userAdd" ? (_jsx(UserAdd, { width: iconSize, height: iconSize })) : iconType === "userRemove" ? (_jsx(UserRemove, { width: iconSize, height: iconSize })) : iconType === "microsoftColoredLogo" ? (_jsx(MicrosoftColoredLogo, { width: iconSize, height: iconSize })) : iconType === "contactBook" ? (_jsx(ContactBook, { width: iconSize, height: iconSize })) : iconType === "massUpdate" ? (_jsx(MassUpdate, { width: iconSize, height: iconSize })) : iconType === "internetSearch" ? (_jsx(InternetSearch, { width: iconSize, height: iconSize })) : iconType === "newsFeed" ? (_jsx(NewsFeed, { width: iconSize, height: iconSize })) : iconType === "paragraph" ? (_jsx(Paragraph, { width: iconSize, height: iconSize })) : iconType === "gridView" ? (_jsx(GridView, { width: iconSize, height: iconSize })) : iconType === "searchThin" ? (_jsx(SearchThin, { width: iconSize, height: iconSize })) : iconType === "companyPlaceholderAvatar" ? (_jsx(CompanyPlaceholderAvatar, { width: iconSize, height: iconSize })) : iconType === "profilePlaceholderAvatar" ? (_jsx(ProfilePlaceholderAvatar, { width: iconSize, height: iconSize })) : iconType === "videoPlayIcon" ? (_jsx(VideoPlayIcon, { width: iconSize, height: iconSize })) : iconType === "cloudUpload" ? (_jsx(CloudUpload, { width: iconSize, height: iconSize })) : iconType === "microphone" ? (_jsx(Microphone, { width: iconSize, height: iconSize })) : iconType === "pauseIcon" ? (_jsx(PauseIcon, { width: iconSize, height: iconSize })) : iconType === "playIcon" ? (_jsx(PlayIcon, { width: iconSize, height: iconSize })) : iconType === "retry" ? (_jsx(Retry, { width: iconSize, height: iconSize })) : iconType === "trendingUp" ? (_jsx(TrendingUp, { width: iconSize, height: iconSize })) : iconType === "database" ? (_jsx(Database, { width: iconSize, height: iconSize })) : iconType === "socialBadge" ? (_jsx(SocialBadge, { width: iconSize, height: iconSize })) : iconType === "emojiSad" ? (_jsx(EmojiSad, { width: iconSize, height: iconSize })) : iconType === "coin" ? (_jsx(Coin, { width: iconSize, height: iconSize })) : iconType === "squiggleTick" ? (_jsx(SquiggleTick, { width: iconSize, height: iconSize })) : iconType === "sadFace" ? (_jsx(SadFace, { width: iconSize, height: iconSize })) : iconType === "group" ? (_jsx(Group, { width: iconSize, height: iconSize })) : iconType === "qontactFinderLogo" ? (_jsx(QontactFinderLogo, { width: iconSize, height: iconSize })) : iconType === "qontactFinderLogoThin" ? (_jsx(QontactFinderLogoThin, { width: iconSize, height: iconSize })) : iconType === "arrowNarrowRight" ? (_jsx(ArrowNarrowRight, { width: iconSize, height: iconSize })) : iconType === "googleCalendarEmpty" ? (_jsx(GoogleCalendarEmpty, { width: iconSize, height: iconSize })) : iconType === "bookMark" ? (_jsx(BookMark, { width: iconSize, height: iconSize })) : iconType === "moreOptions" ? (_jsx(MoreOptions, { width: iconSize, height: iconSize })) : iconType === "hello" ? (_jsx(Hello, { width: iconSize, height: iconSize })) : null;
|
|
275
280
|
};
|
|
276
281
|
export default GetSvgIcon;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export default function ArrowNarrowRight({ width = "18", height = "18", className = "", }) {
|
|
3
|
+
return (_jsxs("svg", { className: className, width: width, height: height, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("g", { clipPath: "url(#clip0_12242_3965)", children: _jsx("path", { d: "M12.75 6L15.75 9M15.75 9L12.75 12M15.75 9H2.25", stroke: "#1B0F09", strokeWidth: "1.25", strokeLinecap: "round", strokeLinejoin: "round" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_12242_3965", children: _jsx("rect", { width: "18", height: "18", fill: "white" }) }) })] }));
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
export default function BookMark({ width = "17", height = "17", className = "", }) {
|
|
3
|
+
return (_jsx("svg", { className: className, width: width, height: height, viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M3.5258 2.13518C3.26417 2.39681 3.11719 2.75166 3.11719 3.12166V14.2825L8.00004 11.841L12.8829 14.2825V3.12166C12.8829 2.75166 12.7359 2.39681 12.4743 2.13518C12.2126 1.87355 11.8578 1.72656 11.4878 1.72656H4.51229C4.14228 1.72656 3.78743 1.87355 3.5258 2.13518Z", stroke: "#999999", strokeWidth: "1.3951", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export default function GoogleCalendarEmpty({ width = "24", height = "24", className = "", }) {
|
|
3
|
+
return (_jsxs("svg", { className: className, width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_12069_143774)", children: [_jsx("path", { d: "M16.7367 21.0018L20.9999 16.7387L18.8683 16.375L16.7367 16.7387L16.3477 18.6884L16.7367 21.0018Z", fill: "#EA4335" }), _jsx("path", { d: "M3 16.7387V19.5808C3 20.3659 3.63591 21.0018 4.42102 21.0018H7.26319L7.70088 18.8703L7.26319 16.7387L4.94055 16.375L3 16.7387Z", fill: "#188038" }), _jsx("path", { d: "M20.9999 7.26319V4.42102C20.9999 3.63591 20.364 3 19.5789 3H16.7367C16.4774 4.05722 16.3477 4.83525 16.3477 5.33409C16.3477 5.83289 16.4773 6.47592 16.7367 7.26319C17.6796 7.53319 18.3901 7.66819 18.8683 7.66819C19.3465 7.66819 20.057 7.53323 20.9999 7.26319Z", fill: "#1967D2" }), _jsx("path", { d: "M20.9995 7.26562H16.7363V16.7392H20.9995V7.26562Z", fill: "#FBBC04" }), _jsx("path", { d: "M16.7373 16.7344H7.26367V20.9976H16.7373V16.7344Z", fill: "#34A853" }), _jsx("path", { d: "M16.7368 3H4.42109C3.63591 3 3 3.63591 3 4.42102V16.7368H7.26319V7.26319H16.7368V3Z", fill: "#4285F4" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_12069_143774", children: _jsx("rect", { width: "18", height: "18", fill: "white", transform: "translate(3 3)" }) }) })] }));
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This is Hello Hand Icon
|
|
3
|
+
export default function Hello({ width = "58", height = "58", className = "", }) {
|
|
4
|
+
return (_jsxs("svg", { className: className, width: width, height: height, viewBox: "0 0 58 58", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { "clip-path": "url(#clip0_12285_56918)", children: [_jsx("path", { d: "M20.2244 43.7581C19.8423 43.7726 19.5331 43.7697 19.1334 43.7112C18.7338 43.6528 18.4246 43.6498 18.0979 43.5739C17.3715 43.4395 16.7006 43.2148 16.0123 42.9171C14.653 42.3946 13.4425 41.5279 12.3984 40.39C11.3718 39.325 10.5845 37.9713 10.1793 36.6031C9.93151 35.8912 9.84706 35.2173 9.74512 34.4705C9.73062 34.0884 9.7336 33.7791 9.7191 33.397C9.7046 33.0148 9.78052 32.6881 9.76602 32.306L10.0838 33.3096C10.1712 33.6742 10.3141 33.9485 10.4745 34.2956C10.7048 34.9346 11.008 35.556 11.2938 36.1045C11.8828 37.2744 12.6002 38.3364 13.5189 39.273C14.4376 40.2096 15.4117 41.0558 16.5872 41.7766C17.1297 42.1093 17.7452 42.4245 18.3606 42.7396C18.6319 42.906 18.9761 43.0548 19.3203 43.2037L20.2244 43.7581Z", fill: "#AAAAAA" }), _jsx("path", { d: "M20.6358 46.437C20.452 46.6353 20.1778 46.7782 19.9035 46.9211C19.6293 47.064 19.428 47.1894 19.1362 47.2593C18.6432 47.4547 18.0772 47.6675 17.4763 47.7344C16.3648 47.9238 15.1279 47.9119 14.0574 47.6287C12.9139 47.363 11.8464 46.7705 11.0356 45.9623C10.6389 45.5947 10.2248 45.1541 9.88357 44.696C9.75817 44.4947 9.61529 44.2205 9.47241 43.9462C9.41995 43.7274 9.29456 43.5261 9.22461 43.2344C9.49587 43.4007 9.6942 43.5845 9.87504 43.6954C10.1463 43.8618 10.3446 44.0456 10.5255 44.1565C10.9776 44.4337 11.3567 44.7284 11.7913 44.9327C12.6781 45.4143 13.5473 45.8228 14.5274 46.0506C15.4346 46.2958 16.4701 46.4332 17.4153 46.5151C17.8879 46.556 18.4159 46.5065 18.9614 46.53C19.1977 46.5505 19.4894 46.4805 19.7257 46.501C20.1078 46.4865 20.3266 46.434 20.6358 46.437Z", fill: "#AAAAAA" }), _jsx("path", { d: "M28.6191 7.03125C29.0013 7.01675 29.328 7.09267 29.7276 7.1511C30.1273 7.20953 30.454 7.28545 30.7807 7.36136C31.5245 7.56864 32.1954 7.79341 32.8838 8.09111C34.2606 8.68652 35.4885 9.62611 36.4597 10.7815C37.4308 11.9369 38.1452 13.3082 38.4775 14.6939C38.6523 15.4232 38.7368 16.0971 38.7658 16.8614C38.7803 17.2435 38.7773 17.5528 38.7189 17.9524C38.6604 18.352 38.6575 18.6613 38.5815 18.988L38.2638 17.9844C38.1764 17.6197 38.1064 17.328 37.946 16.9808L37.2551 15.0641C36.739 13.8767 36.0041 12.7418 35.1409 11.7147C34.2776 10.6877 33.3035 9.8415 32.201 9.10322C31.641 8.69761 31.0255 8.38242 30.4655 7.97682C30.1942 7.81048 29.85 7.66163 29.5059 7.51278L28.6191 7.03125Z", fill: "#AAAAAA" }), _jsx("path", { d: "M34.8926 5.21875C35.2018 5.22173 35.4381 5.24221 35.6919 5.33561C35.9281 5.35608 36.2548 5.432 36.5086 5.52541C37.0162 5.71222 37.5237 5.89903 38.0487 6.15877C39.0259 6.69574 39.8921 7.41355 40.5016 8.34718C41.184 9.26331 41.5922 10.3223 41.7086 11.4513C41.7581 11.9793 41.7346 12.5248 41.7112 13.0703C41.6907 13.3066 41.6148 13.6333 41.5943 13.8696C41.5009 14.1234 41.4804 14.3597 41.3141 14.6309L40.9644 13.1723C40.842 12.6617 40.6641 12.2416 40.5592 11.804C40.186 10.8909 39.8303 10.0507 39.2733 9.33583C38.6987 8.54807 38.0863 7.92366 37.3834 7.24381C37.0042 6.94909 36.6076 6.58144 36.2284 6.28672C36.0301 6.1029 35.8492 5.99201 35.578 5.82567C35.3447 5.49598 35.0734 5.32964 34.8926 5.21875Z", fill: "#AAAAAA" }), _jsx("path", { d: "M10.441 22.5812C9.13974 23.5873 9.04889 25.4601 10.055 26.7614L23.8436 43.7394L28.3719 40.1085L14.5658 23.0576C13.5596 21.7563 11.7248 21.5021 10.441 22.5812Z", fill: "#FFCE47" }), _jsx("path", { d: "M38.2379 32.0356L43.0229 28.1889L27.2745 8.82721C26.1954 7.54342 24.2876 7.30671 22.9309 8.40327C21.6471 9.48233 21.4104 11.3901 22.507 12.7468L38.2379 32.0356Z", fill: "#FFCE47" }), _jsx("path", { d: "M22.9836 8.3024C22.8553 8.41031 22.7269 8.51821 22.616 8.69905C23.9143 8.00214 25.5303 8.30879 26.5015 9.4642L42.2499 28.8259L43.0931 28.161L27.3447 8.79927C26.2481 7.44255 24.3404 7.20585 22.9836 8.3024Z", fill: "#EBA352" }), _jsx("path", { d: "M28.354 40.0262L33.3228 35.9812L17.2506 16.2343C16.1541 14.8776 14.083 14.6029 12.7262 15.6995C11.3695 16.796 11.1678 18.8497 12.2643 20.2064L28.354 40.0262Z", fill: "#FFCE47" }), _jsx("path", { d: "M12.745 15.7774C12.6166 15.8853 12.4882 15.9932 12.3773 16.1741C13.6756 15.4772 15.4375 15.7488 16.4262 16.9772L26.4031 29.3161L28.235 29.8795L17.2694 16.3123C16.1554 14.8826 14.1746 14.6634 12.745 15.7774Z", fill: "#EBA352" }), _jsx("path", { d: "M32.0279 34.4435L36.9967 30.3985L20.9246 10.6517C19.828 9.29493 17.7569 9.02027 16.4177 10.1898C15.061 11.2863 14.8592 13.3399 15.9558 14.6967L32.0279 34.4435Z", fill: "#FFCE47" }), _jsx("path", { d: "M16.4012 10.1212C16.2729 10.2291 16.162 10.4099 16.0336 10.5178C17.3319 9.82091 19.0938 10.0926 20.0824 11.3209L31.3717 25.2733L33.2036 25.8367L20.9256 10.656C19.8116 9.22636 17.758 9.02462 16.4012 10.1212Z", fill: "#EBA352" }), _jsx("path", { d: "M10.4426 22.5758C10.3143 22.6837 10.1859 22.7917 10.075 22.9725C11.3003 22.2931 12.8434 22.6172 13.7417 23.7901L21.9571 33.929L23.789 34.4925L14.5849 23.1252C13.5613 21.751 11.7264 21.4968 10.4426 22.5758Z", fill: "#EBA352" }), _jsx("path", { d: "M46.9654 11.4973C44.6289 10.4379 41.8221 12.8848 41.4766 18.5206C41.257 22.4296 41.3734 23.5586 39.3019 25.2121L37.3421 22.8284C37.3421 22.8284 19.0249 37.7865 20.2118 39.1987C20.2118 39.1987 24.5452 46.335 29.6321 48.8944C37.1984 52.7876 50.4764 43.511 47.7928 29.4235C46.2164 21.2405 49.4826 12.6677 46.9654 11.4973Z", fill: "#FFCE47" }), _jsx("path", { d: "M46.9657 11.5118C46.5311 11.3075 46.0585 11.2666 45.6034 11.2986C45.6939 11.354 45.8397 11.319 45.9302 11.3745C48.5203 12.5273 47.1862 16.9349 46.7857 20.7329C46.4292 23.7492 46.236 26.8034 47.0464 29.5399C50.5327 41.5068 39.7343 50.1889 31.9164 49.7496C39.7808 51.0261 51.6906 42.1547 48.0819 29.6772C47.2716 26.9407 47.4268 24.0499 47.8213 20.8702C48.1489 17.0897 49.483 12.6821 46.9657 11.5118Z", fill: "#EBA352" }), _jsx("path", { d: "M39.8895 24.7727C35.4901 26.3674 30.4096 34.4497 36.7735 40.4051C31.6319 34.0795 36.0936 27.9195 39.2651 25.3851C39.5598 25.006 39.8895 24.7727 39.8895 24.7727Z", fill: "#EBA352" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_12285_56918", children: _jsx("rect", { width: "48", height: "48", fill: "white", transform: "translate(0 11.1953) rotate(-13.4832)" }) }) })] }));
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
export default function MoreOptions({ width = "17", height = "17", className = "", }) {
|
|
3
|
+
return (_jsx("svg", { className: className, width: width, height: height, viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M8.00028 3.11942V3.1264M8.00028 8.00227V8.00925M8.00028 12.8851V12.8921M8.00028 3.81697C7.81528 3.81697 7.63786 3.74348 7.50704 3.61267C7.37623 3.48185 7.30273 3.30443 7.30273 3.11942C7.30273 2.93442 7.37623 2.757 7.50704 2.62618C7.63786 2.49537 7.81528 2.42187 8.00028 2.42188C8.18529 2.42187 8.36271 2.49537 8.49353 2.62618C8.62434 2.757 8.69783 2.93442 8.69783 3.11942C8.69783 3.30443 8.62434 3.48185 8.49353 3.61267C8.36271 3.74348 8.18529 3.81697 8.00028 3.81697ZM8.00028 8.69982C7.81528 8.69982 7.63786 8.62633 7.50704 8.49552C7.37623 8.3647 7.30273 8.18728 7.30273 8.00227C7.30273 7.81727 7.37623 7.63985 7.50704 7.50903C7.63786 7.37822 7.81528 7.30472 8.00028 7.30472C8.18529 7.30472 8.36271 7.37822 8.49353 7.50903C8.62434 7.63985 8.69783 7.81727 8.69783 8.00227C8.69783 8.18728 8.62434 8.3647 8.49353 8.49552C8.36271 8.62633 8.18529 8.69982 8.00028 8.69982ZM8.00028 13.5827C7.81528 13.5827 7.63786 13.5092 7.50704 13.3784C7.37623 13.2476 7.30273 13.0701 7.30273 12.8851C7.30273 12.7001 7.37623 12.5227 7.50704 12.3919C7.63786 12.2611 7.81528 12.1876 8.00028 12.1876C8.18529 12.1876 8.36271 12.2611 8.49353 12.3919C8.62434 12.5227 8.69783 12.7001 8.69783 12.8851C8.69783 13.0701 8.62434 13.2476 8.49353 13.3784C8.36271 13.5092 8.18529 13.5827 8.00028 13.5827Z", stroke: "#999999", strokeWidth: "1.16258", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
|
+
}
|
package/dist/types/types.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { companyLineChartFinancialTabProp } from "./components/CompanyLineChartF
|
|
|
4
4
|
import { IProduct } from "./components/CompanyProductsTab";
|
|
5
5
|
import { ICompetitor } from "./components/CompetitorsCompanyTab";
|
|
6
6
|
import { Education, Experience } from "./components/PeopleCard/interface";
|
|
7
|
-
export type IconType = "emojiSad" | "socialBadge" | "checkList" | "abstractCircle" | "seo" | "abstractGeometric" | "penEdit" | "plus" | "cross" | "thumb" | "clock" | "tick" | "linkedinLogo" | "searchArrow" | "excalamationCircle" | "edit" | "delete" | "chatOneBallon" | "qluLogo" | "gear" | "home" | "paperPlaneUpRight" | "search" | "chat" | "briefcase" | "barGraph" | "book" | "company" | "dollarBriefcase" | "industry" | "jobTitle" | "location" | "strategyPath" | "tools" | "employees" | "management" | "cheveronDown" | "cheveronUp" | "passTick" | "arrowLeft" | "arrowRight" | "doNotInclude" | "tickCircle" | "phone" | "email" | "eye" | "eyeOff" | "congratulations" | "heart" | "questionMark" | "officeBuilding" | "calendar" | "notes" | "kebab" | "star" | "starBorder" | "flag" | "filterFunel" | "sortUpDownArrows" | "download" | "sparkles" | "writeNotes" | "undo" | "emailSend" | "copy" | "openLink" | "internalUser" | "bell" | "graduationHat" | "link" | "user" | "password" | "emailDisconnected" | "bolt" | "images" | "information" | "inviteUser" | "list" | "table" | "arrowDown" | "arrowUp" | "chevronLeft" | "chevronRight" | "radio" | "like" | "unlike" | "refresh" | "emailRound" | "globeSearch" | "groupIcon" | "jD" | "hiringCompany" | "sampleProfiles" | "matchingProfile" | "clipBoard" | "sortascending" | "sortdescending" | "exclamation" | "refresh-ccw" | "hourglass" | "outlook" | "menu-alt" | "simpler-tick" | "menu-extended" | "umberalla" | "sidebar" | "paperClip" | "adjustment" | "document" | "file" | "google" | "enter" | "key" | "cornerDown" | "pdf" | "notAllowed" | "pause" | "resume" | "university" | "userClock" | "ascendingOrder" | "descendingOrder" | "tickVerification" | "copied" | "archive" | "additionalInformation" | "checkCircle" | "companyClock" | "companyOwnership" | "cutBriefcase" | "box" | "lock" | "boldPlus" | "square" | "boxPencil" | "people" | "microsoftLogo" | "googleLogo" | "crunchBaseLogo" | "linkedinColoredLogo" | "googleColoredLogo" | "websiteBadge" | "arrowLeftShort" | "companyStrategy" | "industryStrategy" | "strategyUpdate" | "notDownloaded" | "unarchive" | "roundedDocument" | "marketMap" | "leadership" | "fullScreen" | "exitFullScreen" | "plannerTable" | "upload" | "agent" | "doubleTick" | "save" | "collection" | "sidebarArrow" | "lowCreditWarning" | "threeDots" | "creditAdmin" | "reply" | "gradientSparkles" | "creditAdmin" | "plusCircle" | "incomingCall" | "outgoingCall" | "message" | "missedCall" | "filter" | "call" | "voiceCall" | "messageLogo" | "requisitionLogo" | "actionLogo" | "organizationPlaceholder" | "creditSystemUser" | "addToCollection" | "pointingDown" | "stop" | "pencilEdit" | "pending" | "approved" | "rejected" | "usFlag" | "canadaFlag" | "australiaFlag" | "mexicoFlag" | "newZealandFlag" | "ukFlag" | "inbox" | "trendingUp" | "default" | "linkedin" | "outlookColored" | "googleColored" | "linkedinPremium" | "text" | "telephone" | "lightBulb" | "welcomeAboard" | "googleDriveLogo" | "spreadsheet" | "sparklingStars" | "syncLoader" | "accessRevoke" | "pipeline" | "chatSend" | "stopwatch" | "expand" | "companySourcePlaceholder" | "tickCircleFilled" | "exclamationCircleFilled" | "basicPlan" | "growthPlan" | "enterprisePlan" | "customPlan" | "loader" | "dollarCircle" | "arrowRightCircle" | "kanban" | "linkedinProfile" | "linkedinConnection" | "successFull" | "searchAi" | "greenDot" | "starIcon" | "thunder" | "logout" | "billingAndPricing" | "creditSystem" | "changePassword" | "settings" | "googleCalenderIcon" | "employeeCard" | "dash" | "dotsMenu" | "crossCircle" | "smileyFace" | "bookOpen" | "circleInformation" | "collapse" | "arrowThroughDoor" | "contactInterested" | "contactNotInterested" | "userAdd" | "userRemove" | "microsoftColoredLogo" | "contactBook" | "massUpdate" | "internetSearch" | "newsFeed" | "paragraph" | "gridView" | "searchThin" | "companyPlaceholderAvatar" | "profilePlaceholderAvatar" | "videoPlayIcon" | "cloudUpload" | "microphone" | "pauseIcon" | "playIcon" | "retry" | "coin" | "database" | "squiggleTick" | "sadFace" | "group" | "qontactFinderLogo" | "qontactFinderLogoThin";
|
|
7
|
+
export type IconType = "emojiSad" | "socialBadge" | "checkList" | "abstractCircle" | "seo" | "abstractGeometric" | "penEdit" | "plus" | "cross" | "thumb" | "clock" | "tick" | "linkedinLogo" | "searchArrow" | "excalamationCircle" | "edit" | "delete" | "chatOneBallon" | "qluLogo" | "gear" | "home" | "paperPlaneUpRight" | "search" | "chat" | "briefcase" | "barGraph" | "book" | "company" | "dollarBriefcase" | "industry" | "jobTitle" | "location" | "strategyPath" | "tools" | "employees" | "management" | "cheveronDown" | "cheveronUp" | "passTick" | "arrowLeft" | "arrowRight" | "doNotInclude" | "tickCircle" | "phone" | "email" | "eye" | "eyeOff" | "congratulations" | "heart" | "questionMark" | "officeBuilding" | "calendar" | "notes" | "kebab" | "star" | "starBorder" | "flag" | "filterFunel" | "sortUpDownArrows" | "download" | "sparkles" | "writeNotes" | "undo" | "emailSend" | "copy" | "openLink" | "internalUser" | "bell" | "graduationHat" | "link" | "user" | "password" | "emailDisconnected" | "bolt" | "images" | "information" | "inviteUser" | "list" | "table" | "arrowDown" | "arrowUp" | "chevronLeft" | "chevronRight" | "radio" | "like" | "unlike" | "refresh" | "emailRound" | "globeSearch" | "groupIcon" | "jD" | "hiringCompany" | "sampleProfiles" | "matchingProfile" | "clipBoard" | "sortascending" | "sortdescending" | "exclamation" | "refresh-ccw" | "hourglass" | "outlook" | "menu-alt" | "simpler-tick" | "menu-extended" | "umberalla" | "sidebar" | "paperClip" | "adjustment" | "document" | "file" | "google" | "enter" | "key" | "cornerDown" | "pdf" | "notAllowed" | "pause" | "resume" | "university" | "userClock" | "ascendingOrder" | "descendingOrder" | "tickVerification" | "copied" | "archive" | "additionalInformation" | "checkCircle" | "companyClock" | "companyOwnership" | "cutBriefcase" | "box" | "lock" | "boldPlus" | "square" | "boxPencil" | "people" | "microsoftLogo" | "googleLogo" | "crunchBaseLogo" | "linkedinColoredLogo" | "googleColoredLogo" | "websiteBadge" | "arrowLeftShort" | "companyStrategy" | "industryStrategy" | "strategyUpdate" | "notDownloaded" | "unarchive" | "roundedDocument" | "marketMap" | "leadership" | "fullScreen" | "exitFullScreen" | "plannerTable" | "upload" | "agent" | "doubleTick" | "save" | "collection" | "sidebarArrow" | "lowCreditWarning" | "threeDots" | "creditAdmin" | "reply" | "gradientSparkles" | "creditAdmin" | "plusCircle" | "incomingCall" | "outgoingCall" | "message" | "missedCall" | "filter" | "call" | "voiceCall" | "messageLogo" | "requisitionLogo" | "actionLogo" | "organizationPlaceholder" | "creditSystemUser" | "addToCollection" | "pointingDown" | "stop" | "pencilEdit" | "pending" | "approved" | "rejected" | "usFlag" | "canadaFlag" | "australiaFlag" | "mexicoFlag" | "newZealandFlag" | "ukFlag" | "inbox" | "trendingUp" | "default" | "linkedin" | "outlookColored" | "googleColored" | "linkedinPremium" | "text" | "telephone" | "lightBulb" | "welcomeAboard" | "googleDriveLogo" | "spreadsheet" | "sparklingStars" | "syncLoader" | "accessRevoke" | "pipeline" | "chatSend" | "stopwatch" | "expand" | "companySourcePlaceholder" | "tickCircleFilled" | "exclamationCircleFilled" | "basicPlan" | "growthPlan" | "enterprisePlan" | "customPlan" | "loader" | "dollarCircle" | "arrowRightCircle" | "kanban" | "linkedinProfile" | "linkedinConnection" | "successFull" | "searchAi" | "greenDot" | "starIcon" | "thunder" | "logout" | "billingAndPricing" | "creditSystem" | "changePassword" | "settings" | "googleCalenderIcon" | "employeeCard" | "dash" | "dotsMenu" | "crossCircle" | "smileyFace" | "bookOpen" | "circleInformation" | "collapse" | "arrowThroughDoor" | "contactInterested" | "contactNotInterested" | "userAdd" | "userRemove" | "microsoftColoredLogo" | "contactBook" | "massUpdate" | "internetSearch" | "newsFeed" | "paragraph" | "gridView" | "searchThin" | "companyPlaceholderAvatar" | "profilePlaceholderAvatar" | "videoPlayIcon" | "cloudUpload" | "microphone" | "pauseIcon" | "playIcon" | "retry" | "coin" | "database" | "squiggleTick" | "sadFace" | "group" | "qontactFinderLogo" | "qontactFinderLogoThin" | "arrowNarrowRight" | "googleCalendarEmpty" | "bookMark" | "moreOptions" | "hello";
|
|
8
8
|
export type SelectedUnselectedErrorVariant = "selected" | "excluded" | "unselected" | "error";
|
|
9
9
|
export type IconSize = "2" | "4" | "6" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "22" | "24" | "26" | "28" | "30" | "32" | "34" | "36" | "38" | "40" | "44" | "48" | "52" | "56" | "58" | "64" | "72" | "80" | "88" | "120" | "280";
|
|
10
10
|
export type TopNavbarButtonTypes = "Home" | "Chat" | "Search" | "Assignments" | "Campaigns" | "Settings";
|
package/dist/types.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { companyLineChartFinancialTabProp } from "./components/CompanyLineChartF
|
|
|
4
4
|
import { IProduct } from "./components/CompanyProductsTab";
|
|
5
5
|
import { ICompetitor } from "./components/CompetitorsCompanyTab";
|
|
6
6
|
import { Education, Experience } from "./components/PeopleCard/interface";
|
|
7
|
-
export type IconType = "emojiSad" | "socialBadge" | "checkList" | "abstractCircle" | "seo" | "abstractGeometric" | "penEdit" | "plus" | "cross" | "thumb" | "clock" | "tick" | "linkedinLogo" | "searchArrow" | "excalamationCircle" | "edit" | "delete" | "chatOneBallon" | "qluLogo" | "gear" | "home" | "paperPlaneUpRight" | "search" | "chat" | "briefcase" | "barGraph" | "book" | "company" | "dollarBriefcase" | "industry" | "jobTitle" | "location" | "strategyPath" | "tools" | "employees" | "management" | "cheveronDown" | "cheveronUp" | "passTick" | "arrowLeft" | "arrowRight" | "doNotInclude" | "tickCircle" | "phone" | "email" | "eye" | "eyeOff" | "congratulations" | "heart" | "questionMark" | "officeBuilding" | "calendar" | "notes" | "kebab" | "star" | "starBorder" | "flag" | "filterFunel" | "sortUpDownArrows" | "download" | "sparkles" | "writeNotes" | "undo" | "emailSend" | "copy" | "openLink" | "internalUser" | "bell" | "graduationHat" | "link" | "user" | "password" | "emailDisconnected" | "bolt" | "images" | "information" | "inviteUser" | "list" | "table" | "arrowDown" | "arrowUp" | "chevronLeft" | "chevronRight" | "radio" | "like" | "unlike" | "refresh" | "emailRound" | "globeSearch" | "groupIcon" | "jD" | "hiringCompany" | "sampleProfiles" | "matchingProfile" | "clipBoard" | "sortascending" | "sortdescending" | "exclamation" | "refresh-ccw" | "hourglass" | "outlook" | "menu-alt" | "simpler-tick" | "menu-extended" | "umberalla" | "sidebar" | "paperClip" | "adjustment" | "document" | "file" | "google" | "enter" | "key" | "cornerDown" | "pdf" | "notAllowed" | "pause" | "resume" | "university" | "userClock" | "ascendingOrder" | "descendingOrder" | "tickVerification" | "copied" | "archive" | "additionalInformation" | "checkCircle" | "companyClock" | "companyOwnership" | "cutBriefcase" | "box" | "lock" | "boldPlus" | "square" | "boxPencil" | "people" | "microsoftLogo" | "googleLogo" | "crunchBaseLogo" | "linkedinColoredLogo" | "googleColoredLogo" | "websiteBadge" | "arrowLeftShort" | "companyStrategy" | "industryStrategy" | "strategyUpdate" | "notDownloaded" | "unarchive" | "roundedDocument" | "marketMap" | "leadership" | "fullScreen" | "exitFullScreen" | "plannerTable" | "upload" | "agent" | "doubleTick" | "save" | "collection" | "sidebarArrow" | "lowCreditWarning" | "threeDots" | "creditAdmin" | "reply" | "gradientSparkles" | "creditAdmin" | "plusCircle" | "incomingCall" | "outgoingCall" | "message" | "missedCall" | "filter" | "call" | "voiceCall" | "messageLogo" | "requisitionLogo" | "actionLogo" | "organizationPlaceholder" | "creditSystemUser" | "addToCollection" | "pointingDown" | "stop" | "pencilEdit" | "pending" | "approved" | "rejected" | "usFlag" | "canadaFlag" | "australiaFlag" | "mexicoFlag" | "newZealandFlag" | "ukFlag" | "inbox" | "trendingUp" | "default" | "linkedin" | "outlookColored" | "googleColored" | "linkedinPremium" | "text" | "telephone" | "lightBulb" | "welcomeAboard" | "googleDriveLogo" | "spreadsheet" | "sparklingStars" | "syncLoader" | "accessRevoke" | "pipeline" | "chatSend" | "stopwatch" | "expand" | "companySourcePlaceholder" | "tickCircleFilled" | "exclamationCircleFilled" | "basicPlan" | "growthPlan" | "enterprisePlan" | "customPlan" | "loader" | "dollarCircle" | "arrowRightCircle" | "kanban" | "linkedinProfile" | "linkedinConnection" | "successFull" | "searchAi" | "greenDot" | "starIcon" | "thunder" | "logout" | "billingAndPricing" | "creditSystem" | "changePassword" | "settings" | "googleCalenderIcon" | "employeeCard" | "dash" | "dotsMenu" | "crossCircle" | "smileyFace" | "bookOpen" | "circleInformation" | "collapse" | "arrowThroughDoor" | "contactInterested" | "contactNotInterested" | "userAdd" | "userRemove" | "microsoftColoredLogo" | "contactBook" | "massUpdate" | "internetSearch" | "newsFeed" | "paragraph" | "gridView" | "searchThin" | "companyPlaceholderAvatar" | "profilePlaceholderAvatar" | "videoPlayIcon" | "cloudUpload" | "microphone" | "pauseIcon" | "playIcon" | "retry" | "coin" | "database" | "squiggleTick" | "sadFace" | "group" | "qontactFinderLogo" | "qontactFinderLogoThin";
|
|
7
|
+
export type IconType = "emojiSad" | "socialBadge" | "checkList" | "abstractCircle" | "seo" | "abstractGeometric" | "penEdit" | "plus" | "cross" | "thumb" | "clock" | "tick" | "linkedinLogo" | "searchArrow" | "excalamationCircle" | "edit" | "delete" | "chatOneBallon" | "qluLogo" | "gear" | "home" | "paperPlaneUpRight" | "search" | "chat" | "briefcase" | "barGraph" | "book" | "company" | "dollarBriefcase" | "industry" | "jobTitle" | "location" | "strategyPath" | "tools" | "employees" | "management" | "cheveronDown" | "cheveronUp" | "passTick" | "arrowLeft" | "arrowRight" | "doNotInclude" | "tickCircle" | "phone" | "email" | "eye" | "eyeOff" | "congratulations" | "heart" | "questionMark" | "officeBuilding" | "calendar" | "notes" | "kebab" | "star" | "starBorder" | "flag" | "filterFunel" | "sortUpDownArrows" | "download" | "sparkles" | "writeNotes" | "undo" | "emailSend" | "copy" | "openLink" | "internalUser" | "bell" | "graduationHat" | "link" | "user" | "password" | "emailDisconnected" | "bolt" | "images" | "information" | "inviteUser" | "list" | "table" | "arrowDown" | "arrowUp" | "chevronLeft" | "chevronRight" | "radio" | "like" | "unlike" | "refresh" | "emailRound" | "globeSearch" | "groupIcon" | "jD" | "hiringCompany" | "sampleProfiles" | "matchingProfile" | "clipBoard" | "sortascending" | "sortdescending" | "exclamation" | "refresh-ccw" | "hourglass" | "outlook" | "menu-alt" | "simpler-tick" | "menu-extended" | "umberalla" | "sidebar" | "paperClip" | "adjustment" | "document" | "file" | "google" | "enter" | "key" | "cornerDown" | "pdf" | "notAllowed" | "pause" | "resume" | "university" | "userClock" | "ascendingOrder" | "descendingOrder" | "tickVerification" | "copied" | "archive" | "additionalInformation" | "checkCircle" | "companyClock" | "companyOwnership" | "cutBriefcase" | "box" | "lock" | "boldPlus" | "square" | "boxPencil" | "people" | "microsoftLogo" | "googleLogo" | "crunchBaseLogo" | "linkedinColoredLogo" | "googleColoredLogo" | "websiteBadge" | "arrowLeftShort" | "companyStrategy" | "industryStrategy" | "strategyUpdate" | "notDownloaded" | "unarchive" | "roundedDocument" | "marketMap" | "leadership" | "fullScreen" | "exitFullScreen" | "plannerTable" | "upload" | "agent" | "doubleTick" | "save" | "collection" | "sidebarArrow" | "lowCreditWarning" | "threeDots" | "creditAdmin" | "reply" | "gradientSparkles" | "creditAdmin" | "plusCircle" | "incomingCall" | "outgoingCall" | "message" | "missedCall" | "filter" | "call" | "voiceCall" | "messageLogo" | "requisitionLogo" | "actionLogo" | "organizationPlaceholder" | "creditSystemUser" | "addToCollection" | "pointingDown" | "stop" | "pencilEdit" | "pending" | "approved" | "rejected" | "usFlag" | "canadaFlag" | "australiaFlag" | "mexicoFlag" | "newZealandFlag" | "ukFlag" | "inbox" | "trendingUp" | "default" | "linkedin" | "outlookColored" | "googleColored" | "linkedinPremium" | "text" | "telephone" | "lightBulb" | "welcomeAboard" | "googleDriveLogo" | "spreadsheet" | "sparklingStars" | "syncLoader" | "accessRevoke" | "pipeline" | "chatSend" | "stopwatch" | "expand" | "companySourcePlaceholder" | "tickCircleFilled" | "exclamationCircleFilled" | "basicPlan" | "growthPlan" | "enterprisePlan" | "customPlan" | "loader" | "dollarCircle" | "arrowRightCircle" | "kanban" | "linkedinProfile" | "linkedinConnection" | "successFull" | "searchAi" | "greenDot" | "starIcon" | "thunder" | "logout" | "billingAndPricing" | "creditSystem" | "changePassword" | "settings" | "googleCalenderIcon" | "employeeCard" | "dash" | "dotsMenu" | "crossCircle" | "smileyFace" | "bookOpen" | "circleInformation" | "collapse" | "arrowThroughDoor" | "contactInterested" | "contactNotInterested" | "userAdd" | "userRemove" | "microsoftColoredLogo" | "contactBook" | "massUpdate" | "internetSearch" | "newsFeed" | "paragraph" | "gridView" | "searchThin" | "companyPlaceholderAvatar" | "profilePlaceholderAvatar" | "videoPlayIcon" | "cloudUpload" | "microphone" | "pauseIcon" | "playIcon" | "retry" | "coin" | "database" | "squiggleTick" | "sadFace" | "group" | "qontactFinderLogo" | "qontactFinderLogoThin" | "arrowNarrowRight" | "googleCalendarEmpty" | "bookMark" | "moreOptions" | "hello";
|
|
8
8
|
export type SelectedUnselectedErrorVariant = "selected" | "excluded" | "unselected" | "error";
|
|
9
9
|
export type IconSize = "2" | "4" | "6" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "22" | "24" | "26" | "28" | "30" | "32" | "34" | "36" | "38" | "40" | "44" | "48" | "52" | "56" | "58" | "64" | "72" | "80" | "88" | "120" | "280";
|
|
10
10
|
export type TopNavbarButtonTypes = "Home" | "Chat" | "Search" | "Assignments" | "Campaigns" | "Settings";
|