qlu-20-ui-library 1.10.2 → 1.10.4
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 +54 -54
- package/dist/build/qlu-20-ui-library.js +3239 -3143
- package/dist/components/Svg/Flag.d.ts +6 -0
- package/dist/components/Svg/StarBorder.d.ts +6 -0
- package/dist/components/Svg/VideoPlayIcon.d.ts +6 -0
- package/dist/components/Svg/star.d.ts +1 -1
- package/dist/types/components/GetSvgIcon/index.js +4 -1
- package/dist/types/components/Svg/Flag.d.ts +6 -0
- package/dist/types/components/Svg/Flag.js +5 -0
- package/dist/types/components/Svg/StarBorder.d.ts +6 -0
- package/dist/types/components/Svg/StarBorder.js +5 -0
- package/dist/types/components/Svg/VideoPlayIcon.d.ts +6 -0
- package/dist/types/components/Svg/VideoPlayIcon.js +5 -0
- package/dist/types/components/Svg/star.d.ts +1 -1
- package/dist/types/components/Svg/star.js +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,5 +2,5 @@ interface StarProps {
|
|
|
2
2
|
width?: string;
|
|
3
3
|
height?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const Star: ({ width, height
|
|
5
|
+
declare const Star: ({ width, height }: StarProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default Star;
|
|
@@ -74,6 +74,8 @@ import Seo from "../Svg/Seo";
|
|
|
74
74
|
import SortUpDownArrows from "../Svg/SortUPDownArrows";
|
|
75
75
|
import Sparkles from "../Svg/Sparkles";
|
|
76
76
|
import Star from "../Svg/star";
|
|
77
|
+
import StarBorder from "../Svg/StarBorder";
|
|
78
|
+
import Flag from "../Svg/Flag";
|
|
77
79
|
import StrategyPath from "../Svg/StrategyPath";
|
|
78
80
|
import Table from "../Svg/Table";
|
|
79
81
|
import Thumb from "../Svg/Thumb";
|
|
@@ -252,7 +254,8 @@ import SearchThin from "../Svg/SearchThin";
|
|
|
252
254
|
import GridView from "../Svg/GridView";
|
|
253
255
|
import CompanyPlaceholderAvatar from "../Svg/CompanyPlaceholderAvatar";
|
|
254
256
|
import ProfilePlaceholderAvatar from "../Svg/ProfilePlaceholderAvatar";
|
|
257
|
+
import VideoPlayIcon from "../Svg/VideoPlayIcon";
|
|
255
258
|
const GetSvgIcon = ({ iconType = "cross", iconSize = "24" }) => {
|
|
256
|
-
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 === "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 })) : null;
|
|
259
|
+
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 })) : null;
|
|
257
260
|
};
|
|
258
261
|
export default GetSvgIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const Flag = ({ width = "18", height = "18" }) => {
|
|
3
|
+
return (_jsxs("svg", { width: width, height: height, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("g", { clipPath: "url(#clip0_10537_15744)", children: _jsx("path", { d: "M2.25 15.75V12.75M2.25 12.75V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H8.625L9.375 3H15.75L13.5 7.5L15.75 12H9.375L8.625 11.25H3.75C3.35218 11.25 2.97064 11.408 2.68934 11.6893C2.40804 11.9706 2.25 12.3522 2.25 12.75ZM9 2.625V6.75", stroke: "#D5D5D5", strokeWidth: "1.25", strokeLinecap: "round", strokeLinejoin: "round" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_10537_15744", children: _jsx("rect", { width: "18", height: "18", fill: "white" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default Flag;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const StarBorder = ({ width = "15", height = "14" }) => {
|
|
3
|
+
return (_jsx("svg", { width: width, height: height, viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.375 11.3012L3.00925 13.375L3.916 8.785L0.625 5.419L5.25925 4.84075L7.375 0.625L9.49075 4.84075L14.125 5.419L10.834 8.785L11.7408 13.375L7.375 11.3012Z", stroke: "#E3A008", strokeWidth: "1.25", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default StarBorder;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VideoPlayIcon = ({ width = "40", height = "40" }) => {
|
|
3
|
+
return (_jsxs("svg", { width: width, height: height, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("mask", { id: "mask0_11103_38931", style: { maskType: "luminance" }, maskUnits: "userSpaceOnUse", x: "1", y: "1", width: "38", height: "38", children: [_jsx("path", { d: "M19.9997 36.6693C29.2047 36.6693 36.6663 29.2076 36.6663 20.0026C36.6663 10.7976 29.2047 3.33594 19.9997 3.33594C10.7947 3.33594 3.33301 10.7976 3.33301 20.0026C3.33301 29.2076 10.7947 36.6693 19.9997 36.6693Z", fill: "white", stroke: "white", strokeWidth: "3.33333", strokeLinejoin: "round" }), _jsx("path", { d: "M16.667 20.0077V14.2344L21.667 17.121L26.667 20.0077L21.667 22.8944L16.667 25.781V20.0077Z", fill: "black", stroke: "black", strokeWidth: "3.33333", strokeLinejoin: "round" })] }), _jsx("g", { mask: "url(#mask0_11103_38931)", children: _jsx("path", { d: "M0 0H40V40H0V0Z", fill: "white" }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default VideoPlayIcon;
|
|
@@ -2,5 +2,5 @@ interface StarProps {
|
|
|
2
2
|
width?: string;
|
|
3
3
|
height?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const Star: ({ width, height
|
|
5
|
+
declare const Star: ({ width, height }: StarProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default Star;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const Star = ({ width =
|
|
2
|
+
const Star = ({ width = "16", height = "16" }) => {
|
|
3
3
|
return (_jsx("svg", { width: width, height: height, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 12.3625L3.14917 14.6667L4.15667 9.56667L0.5 5.82667L5.64917 5.18417L8 0.5L10.3508 5.18417L15.5 5.82667L11.8433 9.56667L12.8508 14.6667L8 12.3625Z", fill: "#FACA15", stroke: "#FACA15", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
4
|
};
|
|
5
5
|
export default Star;
|
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 = "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" | "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" | "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";
|
|
7
|
+
export type IconType = "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" | "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";
|
|
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 = "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" | "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" | "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";
|
|
7
|
+
export type IconType = "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" | "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";
|
|
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";
|