@liner-fe/icon 0.2.75 → 0.2.76
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/lib/index.d.ts +22 -2
- package/lib/index.js +224 -25
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -595,7 +595,27 @@ declare const IconColorDarkAnalyzeData: React.ForwardRefExoticComponent<Omit<Col
|
|
|
595
595
|
|
|
596
596
|
declare const IconImageGenerator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
597
597
|
|
|
598
|
-
|
|
598
|
+
declare const IconInbox: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
599
|
+
|
|
600
|
+
declare const IconChatPanel: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
601
|
+
|
|
602
|
+
declare const IconZotero: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
603
|
+
|
|
604
|
+
declare const IconColorOpenai: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
605
|
+
|
|
606
|
+
declare const IconColorClaude: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
607
|
+
|
|
608
|
+
declare const IconColorGemini: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
609
|
+
|
|
610
|
+
declare const IconColorChat: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
611
|
+
|
|
612
|
+
declare const IconColorDarkChat: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
613
|
+
|
|
614
|
+
declare const IconColorAttachImage: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
615
|
+
|
|
616
|
+
declare const IconColorDarkAttachImage: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
617
|
+
|
|
618
|
+
type IconName = "arrow-upward" | "arrow-downward" | "arrow-back" | "arrow-forward" | "drop-up" | "drop-down" | "arrow-backward" | "arrow-drop-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "move" | "arrow-turn" | "start" | "end" | "extend" | "shorten" | "more" | "check-mark" | "check-mark-fill" | "exclamationmark" | "exclamationmark-fill" | "plus" | "minus" | "close" | "close-fill" | "double-arrow-forward" | "double-arrow-backward" | "arrow-up-right" | "arrow-down-left" | "arrow-up-left" | "arrow-up-down" | "redo" | "undo" | "expand" | "show-all" | "hide-all" | "help" | "zoom-in" | "zoom-out" | "retry" | "question-message" | "books" | "balance" | "chart-bar" | "chart-line-uptrend" | "folder" | "folder-open" | "folder-add" | "document" | "person" | "person-add" | "send" | "paperclip" | "share" | "sign-out" | "lock" | "ai" | "trash" | "stack" | "new-thread" | "summarize" | "search" | "memo" | "globe" | "graduationcap" | "palette" | "download" | "copy" | "regenerate" | "credit" | "feedback" | "creditcard" | "speaker" | "tune" | "shield" | "light" | "document-add" | "thumb-up" | "thumb-down" | "document-warning" | "person-fill" | "step" | "book" | "description" | "bookmark" | "power" | "photo" | "camera" | "list" | "desktop" | "desktop-on-cursor" | "view-list" | "bolt" | "home" | "visibility" | "visibility-off" | "magic-wand" | "highlighter" | "pencil" | "essay" | "magic-pencil" | "highlight-edit" | "paraphrase" | "bulb-exclamtionmark" | "bulb" | "make-easy" | "translate" | "info" | "apple" | "android" | "twitter" | "facebook" | "google" | "car" | "airplane" | "rocket" | "source" | "liner" | "setting" | "light-mode" | "dark-mode" | "fire" | "question-box" | "target" | "new-tab" | "quote" | "document-check" | "block" | "bookmark-cancel" | "email" | "filter" | "timer" | "play-button" | "text-select" | "bell" | "secret-mode" | "add-clock" | "clock" | "spinner" | "volume-up" | "volume" | "google-export" | "link" | "sheet-export" | "shield-person" | "shield-usage" | "formal-bag" | "casual-shoe" | "folder-open-share" | "folder-share" | "verification-badge" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "chrome" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "color-liner" | "color-liner-variation" | "color-facebook" | "color-google" | "color-fire" | "more-horizontal" | "more-vertical" | "check-mark-in-circle" | "star" | "credit-add" | "m-new-tab" | "collection-add" | "collections" | "survey" | "location" | "hourglass" | "bag" | "color-excel" | "color-html" | "color-powerpoint" | "color-link" | "at-sign" | "adjustment" | "view-sidebar" | "add-emoji" | "bold" | "italic" | "underline" | "strikethrough" | "align-left" | "align-center" | "align-right" | "left-indentation" | "right-indentation" | "numbered-list" | "color-kakaotalk" | "color-hwp" | "color-xml" | "color-xlsx" | "color-json" | "color-image" | "color-kakaotalk-logo" | "history" | "menu" | "current-tab" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table" | "tex" | "color-document" | "file-download" | "color-gift-box" | "file-hashtag" | "arrow-collapse" | "arrow-expand" | "arrow-down-up" | "color-hypothesis-generator" | "color-citation-recommender" | "color-peer-review" | "color-survey-simulator" | "color-literature-review" | "color-research-tracer" | "color-hypothesis-evaluator" | "color-survey-generator" | "color-research-with-agents" | "color-search-with-citation" | "color-collaborate-with-team" | "color-research-question" | "color-citation" | "color-summarize" | "color-compass" | "color-complete" | "color-filtering" | "color-dark-hypothesis-generator" | "color-dark-citation-recommender" | "color-dark-peer-review" | "color-dark-survey-simulator" | "color-dark-literature-review" | "color-dark-research-tracer" | "color-dark-hypothesis-evaluator" | "color-dark-survey-generator" | "color-dark-liner-variation" | "code" | "color-liner-filled" | "color-dark-liner-filled" | "color-liner-filled-scholar" | "color-dark-liner-filled-scholar" | "color-dark-collaborate-with-team" | "color-dark-research-question" | "color-dark-citation" | "color-dark-summarize" | "color-dark-compass" | "color-dark-complete" | "color-dark-research-with-agents" | "color-dark-search-with-citation" | "color-open-access" | "pin" | "unpin" | "color-artifact" | "color-dark-artifact" | "color-loading" | "color-dark-loading" | "find-paper" | "node" | "add-node" | "shovel" | "experiment" | "glasses" | "asterisk" | "color-liner-filled-write" | "color-dark-liner-filled-write" | "color-write-draft" | "color-dark-write-draft" | "color-analyze-data" | "color-dark-analyze-data" | "image-generator" | "inbox" | "chat-panel" | "zotero" | "color-openai" | "color-claude" | "color-gemini" | "color-chat" | "color-dark-chat" | "color-attach-image" | "color-dark-attach-image";
|
|
599
619
|
type IconSizeKey = keyof typeof iconSizeMap;
|
|
600
620
|
interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
601
621
|
fill?: boolean;
|
|
@@ -608,4 +628,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
|
608
628
|
type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill' | 'thick'>;
|
|
609
629
|
type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
|
|
610
630
|
|
|
611
|
-
export { type ColorIconProps, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|
|
631
|
+
export { type ColorIconProps, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconChatPanel, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorAttachImage, IconColorChat, IconColorCitation, IconColorCitationRecommender, IconColorClaude, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkAttachImage, IconColorDarkChat, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorOpenai, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut, IconZotero };
|
package/lib/index.js
CHANGED
|
@@ -898,13 +898,13 @@ var IconFolder = /* @__PURE__ */ forwardRef(
|
|
|
898
898
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
899
899
|
const iconSize = iconSizeMap[size];
|
|
900
900
|
if (fill && thick) {
|
|
901
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", {
|
|
901
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L23.7324 12H41.25C42.3473 12 43.2398 12.8842 43.25 13.9814L43.4814 38.9814C43.4911 40.0236 42.7021 40.8854 41.6875 40.9893L41.4814 41H6.5L6.2959 40.9893ZM7.5 38H40.4717L40.2598 15H21.8721L19.1406 9.5H7.5V38Z", style: { fill: `var(--${type})` } }) });
|
|
902
902
|
} else if (fill) {
|
|
903
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M4.5 8.5C4.5 7.39543 5.39543 6.5 6.5 6.
|
|
903
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M4.5 8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L23.732 12H41.2504C42.3478 12 43.2402 12.8842 43.2504 13.9815L43.4813 38.9815C43.4916 40.0933 42.5932 41 41.4814 41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5Z", style: { fill: `var(--${type})` } }) });
|
|
904
904
|
} else if (thick) {
|
|
905
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", {
|
|
905
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L23.7324 12H41.25C42.3473 12 43.2398 12.8842 43.25 13.9814L43.4814 38.9814C43.4911 40.0236 42.7021 40.8854 41.6875 40.9893L41.4814 41H6.5L6.2959 40.9893ZM8.5 37H39.4629L39.2695 16H21.2529L18.5205 10.5H8.5V37Z", style: { fill: `var(--${type})` } }) });
|
|
906
906
|
}
|
|
907
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", {
|
|
907
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L23.7324 12H41.25C42.3473 12 43.2398 12.8842 43.25 13.9814L43.4814 38.9814C43.4911 40.0236 42.7021 40.8854 41.6875 40.9893L41.4814 41H6.5L6.2959 40.9893ZM7.5 38H40.4717L40.2598 15H21.8721L19.1406 9.5H7.5V38Z", style: { fill: `var(--${type})` } }) });
|
|
908
908
|
}
|
|
909
909
|
);
|
|
910
910
|
var IconFolderOpen = /* @__PURE__ */ forwardRef(
|
|
@@ -1577,23 +1577,23 @@ var IconLight = /* @__PURE__ */ forwardRef(
|
|
|
1577
1577
|
const iconSize = iconSizeMap[size];
|
|
1578
1578
|
if (fill && thick) {
|
|
1579
1579
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
1580
|
-
/* @__PURE__ */ jsx("path", {
|
|
1581
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1580
|
+
/* @__PURE__ */ jsx("path", { d: "M21.2756 8.85509C21.7155 8.73454 22.2278 8.91498 22.4523 9.39611L27.592 20.4088L38.6047 25.5484C38.8931 25.6832 39.0737 25.9212 39.1457 26.1852C39.2296 26.4927 39.1662 26.8355 38.9562 27.0904C38.8661 27.1999 38.749 27.2935 38.6047 27.3609L27.592 32.5006L22.4523 43.5133C22.43 43.5612 22.4048 43.6062 22.3771 43.6481C22.3501 43.6889 22.3197 43.7261 22.2882 43.7613C22.2819 43.7684 22.2742 43.774 22.2677 43.7809C22.2434 43.8066 22.219 43.8316 22.1925 43.8541C22.1812 43.8638 22.1691 43.8724 22.1574 43.8815C22.133 43.9004 22.108 43.9179 22.0822 43.9342C22.0695 43.9422 22.0571 43.9503 22.0441 43.9576C22.0174 43.9729 21.9899 43.9861 21.9621 43.9986C21.9517 44.0033 21.9414 44.008 21.9308 44.0123C21.8994 44.0252 21.8675 44.0359 21.8351 44.0455C21.8246 44.0486 21.8144 44.0525 21.8039 44.0553C21.7742 44.063 21.7442 44.0688 21.714 44.0738C21.7003 44.0761 21.6868 44.079 21.673 44.0807C21.5883 44.0912 21.5028 44.0913 21.4181 44.0807C21.4044 44.079 21.3908 44.0761 21.3771 44.0738C21.3472 44.0688 21.3176 44.063 21.2882 44.0553C21.2758 44.052 21.2635 44.0483 21.2511 44.0445C21.2228 44.036 21.1948 44.0264 21.1672 44.0152C21.1493 44.0081 21.1319 44 21.1144 43.9918C21.0969 43.9835 21.0797 43.9748 21.0627 43.9654C21.0381 43.952 21.0139 43.9381 20.9904 43.9225C20.9801 43.9156 20.9702 43.9083 20.9601 43.901C20.9371 43.8844 20.9145 43.8671 20.8927 43.8483C20.8754 43.8332 20.8594 43.8168 20.8429 43.8004C20.8284 43.7858 20.8128 43.7721 20.799 43.7565C20.7823 43.7375 20.7676 43.7165 20.7521 43.6959C20.7104 43.6404 20.6713 43.5806 20.6398 43.5133L15.5002 32.5006L4.48747 27.3609C4.29508 27.2712 4.15103 27.1349 4.05485 26.9762C4.00682 26.8969 3.97049 26.8121 3.94645 26.7242C3.89833 26.5484 3.89843 26.3611 3.94645 26.1852C4.00648 25.9651 4.14133 25.7629 4.35172 25.6236C4.39385 25.5958 4.43931 25.5709 4.48747 25.5484L15.5002 20.4088L20.6398 9.39611C20.7744 9.10785 21.0119 8.92727 21.2756 8.85509Z", style: { fill: `var(--${type})` } }),
|
|
1581
|
+
/* @__PURE__ */ jsx("path", { d: "M37.0675 3.68712C37.2252 3.70808 37.3747 3.80208 37.4533 3.97032L39.5461 8.45372L44.0295 10.5465C44.1017 10.5802 44.1601 10.6274 44.2052 10.6822C44.2952 10.7915 44.3316 10.933 44.3136 11.068C44.3076 11.1131 44.2956 11.1576 44.2775 11.1998C44.2325 11.3051 44.1494 11.3966 44.0295 11.4527L39.5461 13.5455L37.4533 18.0289L37.4152 18.0963C37.4025 18.1155 37.3879 18.1333 37.3732 18.15C37.364 18.1605 37.3538 18.1698 37.3439 18.1793C37.3386 18.1844 37.3338 18.1901 37.3283 18.1949C37.3165 18.2053 37.3038 18.2142 37.2912 18.2233C37.286 18.227 37.2808 18.2305 37.2756 18.234C37.2648 18.2411 37.2545 18.2484 37.2433 18.2545C37.2363 18.2584 37.229 18.2617 37.2218 18.2652C37.1895 18.2811 37.1559 18.2929 37.1213 18.3014C37.118 18.3022 37.1147 18.3026 37.1115 18.3033C37.0377 18.3199 36.9616 18.3199 36.8879 18.3033C36.8846 18.3026 36.8813 18.3022 36.8781 18.3014C36.8424 18.2926 36.8079 18.2799 36.7746 18.2633C36.77 18.261 36.7654 18.2589 36.7609 18.2565C36.7483 18.2497 36.7358 18.2429 36.7238 18.235C36.7158 18.2297 36.7081 18.2241 36.7004 18.2184C36.692 18.2121 36.6839 18.2057 36.6759 18.1988C36.6646 18.1892 36.6543 18.1784 36.6437 18.1676C36.638 18.1617 36.6316 18.1563 36.6261 18.15C36.6205 18.1436 36.6159 18.1363 36.6105 18.1295C36.5867 18.0993 36.5645 18.0664 36.547 18.0289L34.4543 13.5455L29.9709 11.4527C29.5861 11.2732 29.5861 10.726 29.9709 10.5465L34.4543 8.45372L36.547 3.97032C36.5695 3.92235 36.5976 3.88034 36.63 3.84435C36.6624 3.80847 36.699 3.77847 36.7384 3.7545C36.798 3.71833 36.8641 3.69618 36.9318 3.68712C36.9768 3.68109 37.0225 3.68114 37.0675 3.68712Z", style: { fill: `var(--${type})` } })
|
|
1582
1582
|
] });
|
|
1583
1583
|
} else if (fill) {
|
|
1584
1584
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
1585
|
-
/* @__PURE__ */ jsx("path", {
|
|
1586
|
-
/* @__PURE__ */ jsx("path", { d: "M36.
|
|
1585
|
+
/* @__PURE__ */ jsx("path", { d: "M21.0465 9.4708C21.2261 9.08647 21.773 9.08664 21.9527 9.4708L27.2271 20.7726L38.5289 26.047C38.9136 26.2265 38.9136 26.7737 38.5289 26.9532L27.2271 32.2276L21.9527 43.5294C21.9351 43.5671 21.9122 43.5997 21.8883 43.63C21.8829 43.6368 21.8783 43.6441 21.8727 43.6505C21.8671 43.6568 21.8609 43.6621 21.8551 43.6681C21.8445 43.6789 21.8342 43.6897 21.8229 43.6993C21.8149 43.7061 21.8068 43.7126 21.7984 43.7188C21.7907 43.7246 21.783 43.7302 21.775 43.7355C21.763 43.7434 21.7505 43.7502 21.7379 43.7569C21.7334 43.7594 21.7288 43.7615 21.7242 43.7638C21.6909 43.7803 21.6565 43.7931 21.6207 43.8019C21.6175 43.8026 21.6142 43.8031 21.6109 43.8038C21.5372 43.8203 21.461 43.8205 21.3873 43.8038C21.3841 43.8031 21.3808 43.8027 21.3775 43.8019C21.343 43.7933 21.3093 43.7816 21.277 43.7657C21.2698 43.7622 21.2625 43.7589 21.2555 43.755C21.2447 43.749 21.2345 43.7422 21.2242 43.7355C21.2162 43.7302 21.2085 43.7246 21.2008 43.7188C21.1924 43.7126 21.1844 43.7061 21.1764 43.6993C21.165 43.6896 21.1547 43.6789 21.1441 43.6681C21.1384 43.6621 21.1321 43.6568 21.1266 43.6505C21.1119 43.6338 21.0973 43.616 21.0846 43.5968C21.0708 43.5758 21.0576 43.5533 21.0465 43.5294L15.7721 32.2276L4.47031 26.9532C4.08615 26.7735 4.08598 26.2266 4.47031 26.047L15.7721 20.7726L21.0465 9.4708Z", style: { fill: `var(--${type})` } }),
|
|
1586
|
+
/* @__PURE__ */ jsx("path", { d: "M36.5465 3.9708C36.7261 3.58647 37.273 3.58664 37.4527 3.9708L39.5455 8.4542L44.0289 10.547C44.4136 10.7265 44.4136 11.2737 44.0289 11.4532L39.5455 13.546L37.4527 18.0294C37.4351 18.0671 37.4122 18.0997 37.3883 18.13C37.3829 18.1368 37.3783 18.1441 37.3727 18.1505C37.3671 18.1568 37.3609 18.1621 37.3551 18.1681C37.3445 18.1789 37.3342 18.1897 37.3229 18.1993C37.3148 18.2061 37.3068 18.2126 37.2984 18.2188C37.2907 18.2246 37.283 18.2302 37.275 18.2354C37.263 18.2434 37.2505 18.2502 37.2379 18.2569C37.2334 18.2594 37.2288 18.2615 37.2242 18.2638C37.1909 18.2803 37.1565 18.2931 37.1207 18.3019C37.1175 18.3026 37.1142 18.3031 37.1109 18.3038C37.0372 18.3203 36.961 18.3205 36.8873 18.3038C36.8841 18.3031 36.8808 18.3027 36.8775 18.3019C36.843 18.2933 36.8093 18.2816 36.777 18.2657C36.7698 18.2622 36.7625 18.2589 36.7555 18.255C36.7447 18.249 36.7345 18.2422 36.7242 18.2354C36.7162 18.2302 36.7085 18.2246 36.7008 18.2188C36.6924 18.2126 36.6844 18.2061 36.6764 18.1993C36.665 18.1896 36.6547 18.1789 36.6441 18.1681C36.6384 18.1621 36.6321 18.1568 36.6266 18.1505C36.6119 18.1338 36.5973 18.116 36.5846 18.0968C36.5708 18.0758 36.5576 18.0533 36.5465 18.0294L34.4537 13.546L29.9703 11.4532C29.5862 11.2735 29.586 10.7266 29.9703 10.547L34.4537 8.4542L36.5465 3.9708Z", style: { fill: `var(--${type})` } })
|
|
1587
1587
|
] });
|
|
1588
1588
|
} else if (thick) {
|
|
1589
1589
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
1590
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
1591
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1590
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6523 9.24805C21.0117 8.47943 22.1056 8.47927 22.4648 9.24805L27.6045 20.2607L38.6172 25.4004C39.3862 25.7595 39.3859 26.8535 38.6172 27.2129L27.6045 32.3525L22.4648 43.3652L22.3896 43.5C22.0002 44.0896 21.1182 44.0893 20.7285 43.5L20.6523 43.3652L15.5127 32.3525L4.5 27.2129C3.73093 26.8537 3.73086 25.7595 4.5 25.4004L15.5127 20.2607L20.6523 9.24805ZM18.5225 23.2705L12.0166 26.3066L18.5225 29.3428L21.5586 35.8477L24.5947 29.3428L31.0996 26.3066L24.5947 23.2705L21.5586 16.7656L18.5225 23.2705Z", style: { fill: `var(--${type})` } }),
|
|
1591
|
+
/* @__PURE__ */ jsx("path", { d: "M37.0127 3.53516C37.1943 3.53525 37.3761 3.63099 37.4658 3.82324L39.5586 8.30664L44.042 10.3994C44.4263 10.5791 44.4263 11.126 44.042 11.3057L39.5586 13.3984L37.4658 17.8818L37.4277 17.9492C37.4056 17.9827 37.3793 18.0112 37.3516 18.0371C37.3478 18.0406 37.3446 18.0445 37.3408 18.0479C37.329 18.0582 37.3163 18.0671 37.3037 18.0762C37.2985 18.0799 37.2934 18.0834 37.2881 18.0869C37.2774 18.094 37.267 18.1013 37.2559 18.1074C37.2488 18.1113 37.2416 18.1146 37.2344 18.1182C37.202 18.134 37.1684 18.1458 37.1338 18.1543C37.1306 18.1551 37.1273 18.1555 37.124 18.1562C37.05 18.1728 36.9734 18.173 36.8994 18.1562C36.8965 18.1556 36.8935 18.155 36.8906 18.1543C36.8558 18.1457 36.8216 18.1342 36.7891 18.1182C36.7819 18.1146 36.7746 18.1113 36.7676 18.1074C36.7569 18.1015 36.7466 18.0947 36.7363 18.0879C36.7284 18.0826 36.7206 18.0771 36.7129 18.0713C36.7046 18.0651 36.6965 18.0586 36.6885 18.0518C36.6772 18.0421 36.6668 18.0314 36.6562 18.0205C36.6505 18.0146 36.6442 18.0092 36.6387 18.0029C36.633 17.9965 36.6284 17.9892 36.623 17.9824C36.5992 17.9522 36.5771 17.9193 36.5596 17.8818L34.4668 13.3984L29.9834 11.3057C29.9113 11.272 29.8527 11.2255 29.8076 11.1709C29.7774 11.1343 29.7534 11.0941 29.7354 11.0518C29.7264 11.0307 29.7189 11.0092 29.7129 10.9873C29.6908 10.9063 29.6904 10.821 29.709 10.7393C29.7409 10.599 29.8315 10.4703 29.9834 10.3994L34.4668 8.30664L36.5596 3.82324C36.6268 3.67931 36.7453 3.58889 36.877 3.55273C36.9212 3.5406 36.967 3.53511 37.0127 3.53516Z", style: { fill: `var(--${type})` } })
|
|
1592
1592
|
] });
|
|
1593
1593
|
}
|
|
1594
1594
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
1595
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
1596
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1595
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6523 9.24805C21.0117 8.47943 22.1056 8.47927 22.4648 9.24805L27.6045 20.2607L38.6172 25.4004C39.3862 25.7595 39.3859 26.8535 38.6172 27.2129L27.6045 32.3525L22.4648 43.3652L22.3896 43.5C22.0002 44.0896 21.1182 44.0893 20.7285 43.5L20.6523 43.3652L15.5127 32.3525L4.5 27.2129C3.73093 26.8537 3.73086 25.7595 4.5 25.4004L15.5127 20.2607L20.6523 9.24805ZM18.5225 23.2705L12.0166 26.3066L18.5225 29.3428L21.5586 35.8477L24.5947 29.3428L31.0996 26.3066L24.5947 23.2705L21.5586 16.7656L18.5225 23.2705Z", style: { fill: `var(--${type})` } }),
|
|
1596
|
+
/* @__PURE__ */ jsx("path", { d: "M37.0127 3.53516C37.1943 3.53525 37.3761 3.63099 37.4658 3.82324L39.5586 8.30664L44.042 10.3994C44.4263 10.5791 44.4263 11.126 44.042 11.3057L39.5586 13.3984L37.4658 17.8818L37.4277 17.9492C37.4056 17.9827 37.3793 18.0112 37.3516 18.0371C37.3478 18.0406 37.3446 18.0445 37.3408 18.0479C37.329 18.0582 37.3163 18.0671 37.3037 18.0762C37.2985 18.0799 37.2934 18.0834 37.2881 18.0869C37.2774 18.094 37.267 18.1013 37.2559 18.1074C37.2488 18.1113 37.2416 18.1146 37.2344 18.1182C37.202 18.134 37.1684 18.1458 37.1338 18.1543C37.1306 18.1551 37.1273 18.1555 37.124 18.1562C37.05 18.1728 36.9734 18.173 36.8994 18.1562C36.8965 18.1556 36.8935 18.155 36.8906 18.1543C36.8558 18.1457 36.8216 18.1342 36.7891 18.1182C36.7819 18.1146 36.7746 18.1113 36.7676 18.1074C36.7569 18.1015 36.7466 18.0947 36.7363 18.0879C36.7284 18.0826 36.7206 18.0771 36.7129 18.0713C36.7046 18.0651 36.6965 18.0586 36.6885 18.0518C36.6772 18.0421 36.6668 18.0314 36.6562 18.0205C36.6505 18.0146 36.6442 18.0092 36.6387 18.0029C36.633 17.9965 36.6284 17.9892 36.623 17.9824C36.5992 17.9522 36.5771 17.9193 36.5596 17.8818L34.4668 13.3984L29.9834 11.3057C29.9113 11.272 29.8527 11.2255 29.8076 11.1709C29.7774 11.1343 29.7534 11.0941 29.7354 11.0518C29.7264 11.0307 29.7189 11.0092 29.7129 10.9873C29.6908 10.9063 29.6904 10.821 29.709 10.7393C29.7409 10.599 29.8315 10.4703 29.9834 10.3994L34.4668 8.30664L36.5596 3.82324C36.6268 3.67931 36.7453 3.58889 36.877 3.55273C36.9212 3.5406 36.967 3.53511 37.0127 3.53516Z", style: { fill: `var(--${type})` } })
|
|
1597
1597
|
] });
|
|
1598
1598
|
}
|
|
1599
1599
|
);
|
|
@@ -3433,26 +3433,26 @@ var IconMindmap = /* @__PURE__ */ forwardRef(
|
|
|
3433
3433
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
3434
3434
|
const iconSize = iconSizeMap[size];
|
|
3435
3435
|
if (fill && thick) {
|
|
3436
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3436
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 42C44.2761 42 44.5 41.7761 44.5 41.5V30.5L44.4902 30.3994C44.4503 30.2039 44.2961 30.0497 44.1006 30.0098L44 30H33L32.8994 30.0098C32.7039 30.0497 32.5497 30.2039 32.5098 30.3994L32.5 30.5V34.5H25.5V13.5H32.5V17.5C32.5 17.7417 32.6714 17.9437 32.8994 17.9902L33 18H44C44.2761 18 44.5 17.7761 44.5 17.5V6.5L44.4902 6.39941C44.4503 6.20392 44.2961 6.04966 44.1006 6.00977L44 6H33L32.8994 6.00977C32.7039 6.04966 32.5497 6.20392 32.5098 6.39941L32.5 6.5V10.5H22.5V22.5H15.5V18.5L15.4902 18.3994C15.4503 18.2039 15.2961 18.0497 15.1006 18.0098L15 18H4L3.89941 18.0098C3.70392 18.0497 3.54967 18.2039 3.50977 18.3994L3.5 18.5V29.5C3.5 29.7417 3.67145 29.9437 3.89941 29.9902L4 30H15L15.1006 29.9902C15.3286 29.9437 15.5 29.7417 15.5 29.5V25.5H22.5V37.5H32.5V41.5C32.5 41.7417 32.6714 41.9437 32.8994 41.9902L33 42H44ZM35.5 9H41.5V15H35.5V9ZM6.5 21H12.5V27H6.5V21ZM35.5 33H41.5V39H35.5V33Z", style: { fill: `var(--${type})` } }) });
|
|
3437
3437
|
} else if (fill) {
|
|
3438
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3438
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 42C44.2761 42 44.5 41.7761 44.5 41.5V30.5L44.4902 30.3994C44.4503 30.2039 44.2961 30.0497 44.1006 30.0098L44 30H33L32.8994 30.0098C32.7039 30.0497 32.5497 30.2039 32.5098 30.3994L32.5 30.5V34.5H25.5V13.5H32.5V17.5C32.5 17.7417 32.6714 17.9437 32.8994 17.9902L33 18H44C44.2761 18 44.5 17.7761 44.5 17.5V6.5L44.4902 6.39941C44.4503 6.20392 44.2961 6.04966 44.1006 6.00977L44 6H33L32.8994 6.00977C32.7039 6.04966 32.5497 6.20392 32.5098 6.39941L32.5 6.5V10.5H22.5V22.5H15.5V18.5L15.4902 18.3994C15.4503 18.2039 15.2961 18.0497 15.1006 18.0098L15 18H4L3.89941 18.0098C3.70392 18.0497 3.54967 18.2039 3.50977 18.3994L3.5 18.5V29.5C3.5 29.7417 3.67145 29.9437 3.89941 29.9902L4 30H15L15.1006 29.9902C15.3286 29.9437 15.5 29.7417 15.5 29.5V25.5H22.5V37.5H32.5V41.5C32.5 41.7417 32.6714 41.9437 32.8994 41.9902L33 42H44ZM35.5 9H41.5V15H35.5V9ZM6.5 21H12.5V27H6.5V21ZM35.5 33H41.5V39H35.5V33Z", style: { fill: `var(--${type})` } }) });
|
|
3439
3439
|
} else if (thick) {
|
|
3440
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3440
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5 6C43.6046 6 44.5 6.89543 44.5 8V16L44.4893 16.2041C44.3938 17.1457 43.6457 17.8938 42.7041 17.9893L42.5 18H34.5L34.2959 17.9893C33.3543 17.8938 32.6062 17.1457 32.5107 16.2041L32.5 16V14H26V34H32.5V32C32.5 30.8954 33.3954 30 34.5 30H42.5C43.6046 30 44.5 30.8954 44.5 32V40L44.4893 40.2041C44.3938 41.1457 43.6457 41.8938 42.7041 41.9893L42.5 42H34.5L34.2959 41.9893C33.3543 41.8938 32.6062 41.1457 32.5107 40.2041L32.5 40V38H22V26H15.5V28L15.4893 28.2041C15.3938 29.1457 14.6457 29.8938 13.7041 29.9893L13.5 30H5.5L5.2959 29.9893C4.35435 29.8938 3.6062 29.1457 3.51074 28.2041L3.5 28V20C3.5 18.8954 4.39543 18 5.5 18H13.5L13.7041 18.0107C14.7128 18.113 15.5 18.9643 15.5 20V22H22V10H32.5V8C32.5 6.89543 33.3954 6 34.5 6H42.5ZM36.5 38H40.5V34H36.5V38ZM7.5 26H11.5V22H7.5V26ZM36.5 14H40.5V10H36.5V14Z", style: { fill: `var(--${type})` } }) });
|
|
3441
3441
|
}
|
|
3442
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3442
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 42C44.2761 42 44.5 41.7761 44.5 41.5V30.5L44.4902 30.3994C44.4503 30.2039 44.2961 30.0497 44.1006 30.0098L44 30H33L32.8994 30.0098C32.7039 30.0497 32.5497 30.2039 32.5098 30.3994L32.5 30.5V34.5H25.5V13.5H32.5V17.5C32.5 17.7417 32.6714 17.9437 32.8994 17.9902L33 18H44C44.2761 18 44.5 17.7761 44.5 17.5V6.5L44.4902 6.39941C44.4503 6.20392 44.2961 6.04966 44.1006 6.00977L44 6H33L32.8994 6.00977C32.7039 6.04966 32.5497 6.20392 32.5098 6.39941L32.5 6.5V10.5H22.5V22.5H15.5V18.5L15.4902 18.3994C15.4503 18.2039 15.2961 18.0497 15.1006 18.0098L15 18H4L3.89941 18.0098C3.70392 18.0497 3.54967 18.2039 3.50977 18.3994L3.5 18.5V29.5C3.5 29.7417 3.67145 29.9437 3.89941 29.9902L4 30H15L15.1006 29.9902C15.3286 29.9437 15.5 29.7417 15.5 29.5V25.5H22.5V37.5H32.5V41.5C32.5 41.7417 32.6714 41.9437 32.8994 41.9902L33 42H44ZM35.5 9H41.5V15H35.5V9ZM6.5 21H12.5V27H6.5V21ZM35.5 33H41.5V39H35.5V33Z", style: { fill: `var(--${type})` } }) });
|
|
3443
3443
|
}
|
|
3444
3444
|
);
|
|
3445
3445
|
var IconFlowchart = /* @__PURE__ */ forwardRef(
|
|
3446
3446
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
3447
3447
|
const iconSize = iconSizeMap[size];
|
|
3448
3448
|
if (fill && thick) {
|
|
3449
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3449
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.5 3.5C29.7417 3.5 29.9437 3.67145 29.9902 3.89941L30 4V15L29.9902 15.1006C29.9437 15.3286 29.7417 15.5 29.5 15.5H25.5V22.5H37.5V32H41.5C41.7417 32 41.9437 32.1714 41.9902 32.3994L42 32.5V43.5C42 43.7761 41.7761 44 41.5 44H30.5L30.3994 43.9902C30.2039 43.9503 30.0497 43.7961 30.0098 43.6006L30 43.5V32.5L30.0098 32.3994C30.0497 32.2039 30.2039 32.0497 30.3994 32.0098L30.5 32H34.5V25.5H13.5V32H17.5C17.7417 32 17.9437 32.1714 17.9902 32.3994L18 32.5V43.5C18 43.7761 17.7761 44 17.5 44H6.5L6.39941 43.9902C6.20392 43.9503 6.04966 43.7961 6.00977 43.6006L6 43.5V32.5L6.00977 32.3994C6.04966 32.2039 6.20392 32.0497 6.39941 32.0098L6.5 32H10.5V22.5H22.5V15.5H18.5L18.3994 15.4902C18.2039 15.4503 18.0497 15.2961 18.0098 15.1006L18 15V4L18.0098 3.89941C18.0497 3.70392 18.2039 3.54967 18.3994 3.50977L18.5 3.5H29.5ZM9 41H15V35H9V41ZM33 41H39V35H33V41ZM21 12.5H27V6.5H21V12.5Z", style: { fill: `var(--${type})` } }) });
|
|
3450
3450
|
} else if (fill) {
|
|
3451
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3451
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.5 3.5C29.7417 3.5 29.9437 3.67145 29.9902 3.89941L30 4V15L29.9902 15.1006C29.9437 15.3286 29.7417 15.5 29.5 15.5H25.5V22.5H37.5V32H41.5C41.7417 32 41.9437 32.1714 41.9902 32.3994L42 32.5V43.5C42 43.7761 41.7761 44 41.5 44H30.5L30.3994 43.9902C30.2039 43.9503 30.0497 43.7961 30.0098 43.6006L30 43.5V32.5L30.0098 32.3994C30.0497 32.2039 30.2039 32.0497 30.3994 32.0098L30.5 32H34.5V25.5H13.5V32H17.5C17.7417 32 17.9437 32.1714 17.9902 32.3994L18 32.5V43.5C18 43.7761 17.7761 44 17.5 44H6.5L6.39941 43.9902C6.20392 43.9503 6.04966 43.7961 6.00977 43.6006L6 43.5V32.5L6.00977 32.3994C6.04966 32.2039 6.20392 32.0497 6.39941 32.0098L6.5 32H10.5V22.5H22.5V15.5H18.5L18.3994 15.4902C18.2039 15.4503 18.0497 15.2961 18.0098 15.1006L18 15V4L18.0098 3.89941C18.0497 3.70392 18.2039 3.54967 18.3994 3.50977L18.5 3.5H29.5ZM9 41H15V35H9V41ZM33 41H39V35H33V41ZM21 12.5H27V6.5H21V12.5Z", style: { fill: `var(--${type})` } }) });
|
|
3452
3452
|
} else if (thick) {
|
|
3453
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3453
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.5 3.5C29.7417 3.5 29.9437 3.67145 29.9902 3.89941L30 4V15L29.9902 15.1006C29.9437 15.3286 29.7417 15.5 29.5 15.5H25.5V22.5H37.5V32H41.5C41.7417 32 41.9437 32.1714 41.9902 32.3994L42 32.5V43.5C42 43.7761 41.7761 44 41.5 44H30.5L30.3994 43.9902C30.2039 43.9503 30.0497 43.7961 30.0098 43.6006L30 43.5V32.5L30.0098 32.3994C30.0497 32.2039 30.2039 32.0497 30.3994 32.0098L30.5 32H34.5V25.5H13.5V32H17.5C17.7417 32 17.9437 32.1714 17.9902 32.3994L18 32.5V43.5C18 43.7761 17.7761 44 17.5 44H6.5L6.39941 43.9902C6.20392 43.9503 6.04966 43.7961 6.00977 43.6006L6 43.5V32.5L6.00977 32.3994C6.04966 32.2039 6.20392 32.0497 6.39941 32.0098L6.5 32H10.5V22.5H22.5V15.5H18.5L18.3994 15.4902C18.2039 15.4503 18.0497 15.2961 18.0098 15.1006L18 15V4L18.0098 3.89941C18.0497 3.70392 18.2039 3.54967 18.3994 3.50977L18.5 3.5H29.5ZM9 41H15V35H9V41ZM33 41H39V35H33V41ZM21 12.5H27V6.5H21V12.5Z", style: { fill: `var(--${type})` } }) });
|
|
3454
3454
|
}
|
|
3455
|
-
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
3455
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.5 3.5C29.7417 3.5 29.9437 3.67145 29.9902 3.89941L30 4V15L29.9902 15.1006C29.9437 15.3286 29.7417 15.5 29.5 15.5H25.5V22.5H37.5V32H41.5C41.7417 32 41.9437 32.1714 41.9902 32.3994L42 32.5V43.5C42 43.7761 41.7761 44 41.5 44H30.5L30.3994 43.9902C30.2039 43.9503 30.0497 43.7961 30.0098 43.6006L30 43.5V32.5L30.0098 32.3994C30.0497 32.2039 30.2039 32.0497 30.3994 32.0098L30.5 32H34.5V25.5H13.5V32H17.5C17.7417 32 17.9437 32.1714 17.9902 32.3994L18 32.5V43.5C18 43.7761 17.7761 44 17.5 44H6.5L6.39941 43.9902C6.20392 43.9503 6.04966 43.7961 6.00977 43.6006L6 43.5V32.5L6.00977 32.3994C6.04966 32.2039 6.20392 32.0497 6.39941 32.0098L6.5 32H10.5V22.5H22.5V15.5H18.5L18.3994 15.4902C18.2039 15.4503 18.0497 15.2961 18.0098 15.1006L18 15V4L18.0098 3.89941C18.0497 3.70392 18.2039 3.54967 18.3994 3.50977L18.5 3.5H29.5ZM9 41H15V35H9V41ZM33 41H39V35H33V41ZM21 12.5H27V6.5H21V12.5Z", style: { fill: `var(--${type})` } }) });
|
|
3456
3456
|
}
|
|
3457
3457
|
);
|
|
3458
3458
|
var IconFocus = /* @__PURE__ */ forwardRef(
|
|
@@ -5840,27 +5840,226 @@ var IconImageGenerator = /* @__PURE__ */ forwardRef(
|
|
|
5840
5840
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5841
5841
|
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
|
|
5842
5842
|
/* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
|
|
5843
|
-
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.
|
|
5843
|
+
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6077 9.29084 45.6077 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6077 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
|
|
5844
5844
|
] });
|
|
5845
5845
|
} else if (fill) {
|
|
5846
5846
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5847
5847
|
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
|
|
5848
5848
|
/* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
|
|
5849
|
-
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.
|
|
5849
|
+
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6077 9.29084 45.6077 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6077 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
|
|
5850
5850
|
] });
|
|
5851
5851
|
} else if (thick) {
|
|
5852
5852
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5853
5853
|
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
|
|
5854
5854
|
/* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
|
|
5855
|
-
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.
|
|
5855
|
+
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6077 9.29084 45.6077 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6077 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
|
|
5856
5856
|
] });
|
|
5857
5857
|
}
|
|
5858
5858
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5859
5859
|
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
|
|
5860
5860
|
/* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
|
|
5861
|
-
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.
|
|
5861
|
+
/* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6077 9.29084 45.6077 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6077 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
|
|
5862
|
+
] });
|
|
5863
|
+
}
|
|
5864
|
+
);
|
|
5865
|
+
var IconInbox = /* @__PURE__ */ forwardRef(
|
|
5866
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5867
|
+
const iconSize = iconSizeMap[size];
|
|
5868
|
+
if (fill && thick) {
|
|
5869
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5870
|
+
/* @__PURE__ */ jsx("path", { d: "M29 26H19V23H29V26Z", style: { fill: `var(--${type})` } }),
|
|
5871
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.54 6C37.4098 6 38.1802 6.56227 38.4453 7.39062L41.9053 18.2031C41.9682 18.4 42 18.6058 42 18.8125V40.4717C42 41.587 41.0878 42.4869 39.9727 42.4717L7.97266 42.0273C6.87902 42.0122 6 41.1211 6 40.0273V18.8125C6 18.6058 6.03179 18.4 6.09473 18.2031L9.55469 7.39062C9.80317 6.61412 10.4958 6.07172 11.2979 6.00684L11.46 6H36.54ZM9 39H39V20H9V39ZM9.62891 17H38.3711L35.8105 9H12.1895L9.62891 17Z", style: { fill: `var(--${type})` } })
|
|
5872
|
+
] });
|
|
5873
|
+
} else if (fill) {
|
|
5874
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5875
|
+
/* @__PURE__ */ jsx("path", { d: "M29 26H19V23H29V26Z", style: { fill: `var(--${type})` } }),
|
|
5876
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.54 6C37.4098 6 38.1802 6.56227 38.4453 7.39062L41.9053 18.2031C41.9682 18.4 42 18.6058 42 18.8125V40.4717C42 41.587 41.0878 42.4869 39.9727 42.4717L7.97266 42.0273C6.87902 42.0122 6 41.1211 6 40.0273V18.8125C6 18.6058 6.03179 18.4 6.09473 18.2031L9.55469 7.39062C9.80317 6.61412 10.4958 6.07172 11.2979 6.00684L11.46 6H36.54ZM9 39H39V20H9V39ZM9.62891 17H38.3711L35.8105 9H12.1895L9.62891 17Z", style: { fill: `var(--${type})` } })
|
|
5877
|
+
] });
|
|
5878
|
+
} else if (thick) {
|
|
5879
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5880
|
+
/* @__PURE__ */ jsx("path", { d: "M29 27H19V23H29V27Z", style: { fill: `var(--${type})` } }),
|
|
5881
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.54 6C37.4098 6 38.1802 6.56227 38.4453 7.39062L41.9053 18.2031C41.9682 18.4 42 18.6058 42 18.8125V40.4717C42 41.587 41.0878 42.4869 39.9727 42.4717L7.97266 42.0273C6.87902 42.0122 6 41.1211 6 40.0273V18.8125C6 18.6058 6.03179 18.4 6.09473 18.2031L9.55469 7.39062C9.80317 6.61412 10.4958 6.07172 11.2979 6.00684L11.46 6H36.54ZM10 38H38V21H10V38ZM10.6797 17H37.3203L35.0801 10H12.9199L10.6797 17Z", style: { fill: `var(--${type})` } })
|
|
5882
|
+
] });
|
|
5883
|
+
}
|
|
5884
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5885
|
+
/* @__PURE__ */ jsx("path", { d: "M29 26H19V23H29V26Z", style: { fill: `var(--${type})` } }),
|
|
5886
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.54 6C37.4098 6 38.1802 6.56227 38.4453 7.39062L41.9053 18.2031C41.9682 18.4 42 18.6058 42 18.8125V40.4717C42 41.587 41.0878 42.4869 39.9727 42.4717L7.97266 42.0273C6.87902 42.0122 6 41.1211 6 40.0273V18.8125C6 18.6058 6.03179 18.4 6.09473 18.2031L9.55469 7.39062C9.80317 6.61412 10.4958 6.07172 11.2979 6.00684L11.46 6H36.54ZM9 39H39V20H9V39ZM9.62891 17H38.3711L35.8105 9H12.1895L9.62891 17Z", style: { fill: `var(--${type})` } })
|
|
5887
|
+
] });
|
|
5888
|
+
}
|
|
5889
|
+
);
|
|
5890
|
+
var IconChatPanel = /* @__PURE__ */ forwardRef(
|
|
5891
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5892
|
+
const iconSize = iconSizeMap[size];
|
|
5893
|
+
if (fill && thick) {
|
|
5894
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 7C32.1046 7 33 7.89543 33 9V15H43C44.1046 15 45 15.8954 45 17V35.5C45 36.6046 44.1046 37.5 43 37.5H40.4551V41.0527C40.4551 42.6909 38.5935 43.6347 37.2725 42.666L30.2275 37.5H17C15.8954 37.5 15 36.6046 15 35.5V31.5322L10.7275 34.666C9.40649 35.6347 7.54492 34.6909 7.54492 33.0527V29.5H5C3.89543 29.5 3 28.6046 3 27.5V9C3 7.89543 3.89543 7 5 7H31ZM33 27.5C33 28.6046 32.1046 29.5 31 29.5H18V34.5H31.21L37.4551 39.0791V34.5H42V18H33V27.5ZM6 26.5H10.5449V31.0791L16.79 26.5H30V10H6V26.5Z", style: { fill: `var(--${type})` } }) });
|
|
5895
|
+
} else if (fill) {
|
|
5896
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 7C32.1046 7 33 7.89543 33 9V15H43C44.1046 15 45 15.8954 45 17V35.5C45 36.6046 44.1046 37.5 43 37.5H40.4551V41.0527C40.4551 42.6909 38.5935 43.6347 37.2725 42.666L30.2275 37.5H17C15.8954 37.5 15 36.6046 15 35.5V31.5322L10.7275 34.666C9.40649 35.6347 7.54492 34.6909 7.54492 33.0527V29.5H5C3.89543 29.5 3 28.6046 3 27.5V9C3 7.89543 3.89543 7 5 7H31ZM33 27.5C33 28.6046 32.1046 29.5 31 29.5H18V34.5H31.21L37.4551 39.0791V34.5H42V18H33V27.5ZM6 26.5H10.5449V31.0791L16.79 26.5H30V10H6V26.5Z", style: { fill: `var(--${type})` } }) });
|
|
5897
|
+
} else if (thick) {
|
|
5898
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 7C32.1046 7 33 7.89543 33 9V15H43C44.1046 15 45 15.8954 45 17V35.7275C44.9999 36.832 44.1045 37.7275 43 37.7275H40.4551V41.0527C40.4551 42.6909 38.5935 43.6347 37.2725 42.666L30.5381 37.7275H17C15.8955 37.7275 15.0001 36.832 15 35.7275V31.5322L10.7275 34.666C9.40649 35.6347 7.54492 34.6909 7.54492 33.0527V29.5H5C3.89543 29.5 3 28.6046 3 27.5V9C3 7.89543 3.89543 7 5 7H31ZM33 27.5C33 28.6046 32.1046 29.5 31 29.5H19V33.7275H31.8477L36.4551 37.1064V33.7275H41V19H33V27.5ZM7 25.5H11.5449V29.1064L16.4629 25.5H29V11H7V25.5Z", style: { fill: `var(--${type})` } }) });
|
|
5899
|
+
}
|
|
5900
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 7C32.1046 7 33 7.89543 33 9V15H43C44.1046 15 45 15.8954 45 17V35.5C45 36.6046 44.1046 37.5 43 37.5H40.4551V41.0527C40.4551 42.6909 38.5935 43.6347 37.2725 42.666L30.2275 37.5H17C15.8954 37.5 15 36.6046 15 35.5V31.5322L10.7275 34.666C9.40649 35.6347 7.54492 34.6909 7.54492 33.0527V29.5H5C3.89543 29.5 3 28.6046 3 27.5V9C3 7.89543 3.89543 7 5 7H31ZM33 27.5C33 28.6046 32.1046 29.5 31 29.5H18V34.5H31.21L37.4551 39.0791V34.5H42V18H33V27.5ZM6 26.5H10.5449V31.0791L16.79 26.5H30V10H6V26.5Z", style: { fill: `var(--${type})` } }) });
|
|
5901
|
+
}
|
|
5902
|
+
);
|
|
5903
|
+
var IconZotero = /* @__PURE__ */ forwardRef(
|
|
5904
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5905
|
+
const iconSize = iconSizeMap[size];
|
|
5906
|
+
if (fill && thick) {
|
|
5907
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0996 6.0011C24.8001 6.01675 25.4847 6.20439 26.0918 6.54212L38.4082 13.4064C39.044 13.7609 39.5722 14.272 39.9395 14.8859C40.3065 15.4999 40.4999 16.1974 40.5 16.9064V31.9044C40.4998 32.6132 40.3065 33.3101 39.9395 33.924C39.5724 34.5378 39.0438 35.0469 38.4082 35.4015L26.0918 42.2687C25.4558 42.623 24.7343 42.8116 24 42.8116C23.266 42.8115 22.544 42.6229 21.9082 42.2687L9.5918 35.4015C8.95674 35.047 8.42939 34.5373 8.0625 33.924C7.69549 33.3102 7.5003 32.6131 7.5 31.9044V16.9064C7.50001 16.7293 7.51134 16.5525 7.53516 16.3781C7.60652 15.8539 7.78518 15.3468 8.06055 14.8859C8.42769 14.2717 8.95582 13.7611 9.5918 13.4064L21.9082 6.54212C22.5732 6.1714 23.3319 5.98378 24.0996 6.0011ZM15.1348 14.0958V17.9044H26.916L15.5811 31.4025C15.1052 31.9692 15.0009 32.761 15.3135 33.4318C15.6262 34.1023 16.2992 34.5314 17.0391 34.5314H32.9043V30.7228H21.124L32.459 17.2247C32.9348 16.658 33.0392 15.8661 32.7266 15.1954C32.4139 14.525 31.7407 14.096 31.001 14.0958H15.1348Z", style: { fill: `var(--${type})` } }) });
|
|
5908
|
+
} else if (fill) {
|
|
5909
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0996 6.0011C24.8001 6.01675 25.4847 6.20439 26.0918 6.54212L38.4082 13.4064C39.044 13.7609 39.5722 14.272 39.9395 14.8859C40.3065 15.4999 40.4999 16.1974 40.5 16.9064V31.9044C40.4998 32.6132 40.3065 33.3101 39.9395 33.924C39.5724 34.5378 39.0438 35.0469 38.4082 35.4015L26.0918 42.2687C25.4558 42.623 24.7343 42.8116 24 42.8116C23.266 42.8115 22.544 42.6229 21.9082 42.2687L9.5918 35.4015C8.95674 35.047 8.42939 34.5373 8.0625 33.924C7.69549 33.3102 7.5003 32.6131 7.5 31.9044V16.9064C7.50001 16.7293 7.51134 16.5525 7.53516 16.3781C7.60652 15.8539 7.78518 15.3468 8.06055 14.8859C8.42769 14.2717 8.95582 13.7611 9.5918 13.4064L21.9082 6.54212C22.5732 6.1714 23.3319 5.98378 24.0996 6.0011ZM15.1348 14.0958V17.9044H26.916L15.5811 31.4025C15.1052 31.9692 15.0009 32.761 15.3135 33.4318C15.6262 34.1023 16.2992 34.5314 17.0391 34.5314H32.9043V30.7228H21.124L32.459 17.2247C32.9348 16.658 33.0392 15.8661 32.7266 15.1954C32.4139 14.525 31.7407 14.096 31.001 14.0958H15.1348Z", style: { fill: `var(--${type})` } }) });
|
|
5910
|
+
} else if (thick) {
|
|
5911
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0996 6.0011C24.8001 6.01675 25.4847 6.20439 26.0918 6.54212L38.4082 13.4064C39.044 13.7609 39.5722 14.272 39.9395 14.8859C40.3065 15.4999 40.4999 16.1974 40.5 16.9064V31.9044C40.4998 32.6132 40.3065 33.3101 39.9395 33.924C39.5724 34.5378 39.0438 35.0469 38.4082 35.4015L26.0918 42.2687C25.4558 42.623 24.7343 42.8116 24 42.8116C23.266 42.8115 22.544 42.6229 21.9082 42.2687L9.5918 35.4015C8.95674 35.047 8.42939 34.5373 8.0625 33.924C7.69549 33.3102 7.5003 32.6131 7.5 31.9044V16.9064C7.50001 16.7293 7.51134 16.5525 7.53516 16.3781C7.60652 15.8539 7.78518 15.3468 8.06055 14.8859C8.42769 14.2717 8.95582 13.7611 9.5918 13.4064L21.9082 6.54212C22.5732 6.1714 23.3319 5.98378 24.0996 6.0011ZM15.1348 14.0958V17.9044H26.916L15.5811 31.4025C15.1052 31.9692 15.0009 32.761 15.3135 33.4318C15.6262 34.1023 16.2992 34.5314 17.0391 34.5314H32.9043V30.7228H21.124L32.459 17.2247C32.9348 16.658 33.0392 15.8661 32.7266 15.1954C32.4139 14.525 31.7407 14.096 31.001 14.0958H15.1348Z", style: { fill: `var(--${type})` } }) });
|
|
5912
|
+
}
|
|
5913
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0996 6.0011C24.8001 6.01675 25.4847 6.20439 26.0918 6.54212L38.4082 13.4064C39.044 13.7609 39.5722 14.272 39.9395 14.8859C40.3065 15.4999 40.4999 16.1974 40.5 16.9064V31.9044C40.4998 32.6132 40.3065 33.3101 39.9395 33.924C39.5724 34.5378 39.0438 35.0469 38.4082 35.4015L26.0918 42.2687C25.4558 42.623 24.7343 42.8116 24 42.8116C23.266 42.8115 22.544 42.6229 21.9082 42.2687L9.5918 35.4015C8.95674 35.047 8.42939 34.5373 8.0625 33.924C7.69549 33.3102 7.5003 32.6131 7.5 31.9044V16.9064C7.50001 16.7293 7.51134 16.5525 7.53516 16.3781C7.60652 15.8539 7.78518 15.3468 8.06055 14.8859C8.42769 14.2717 8.95582 13.7611 9.5918 13.4064L21.9082 6.54212C22.5732 6.1714 23.3319 5.98378 24.0996 6.0011ZM15.1348 14.0958V17.9044H26.916L15.5811 31.4025C15.1052 31.9692 15.0009 32.761 15.3135 33.4318C15.6262 34.1023 16.2992 34.5314 17.0391 34.5314H32.9043V30.7228H21.124L32.459 17.2247C32.9348 16.658 33.0392 15.8661 32.7266 15.1954C32.4139 14.525 31.7407 14.096 31.001 14.0958H15.1348Z", style: { fill: `var(--${type})` } }) });
|
|
5914
|
+
}
|
|
5915
|
+
);
|
|
5916
|
+
var IconColorOpenai = /* @__PURE__ */ forwardRef(
|
|
5917
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5918
|
+
const iconSize = iconSizeMap[size];
|
|
5919
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5920
|
+
/* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "#1E1E1F" }),
|
|
5921
|
+
/* @__PURE__ */ jsx("path", { d: "M36.5014 21.3868C36.7479 20.6559 36.8736 19.8907 36.8738 19.1204C36.8737 17.8458 36.5296 16.5942 35.8769 15.4943C34.5653 13.2417 32.1322 11.8509 29.4991 11.8509C28.9803 11.8509 28.463 11.905 27.9557 12.0122C27.2735 11.2537 26.436 10.6466 25.4986 10.2308C24.5611 9.81499 23.545 9.6 22.5172 9.59998H22.471L22.4537 9.60008C19.2644 9.60008 16.4361 11.6306 15.4557 14.6241C14.4409 14.8292 13.4821 15.2458 12.6437 15.8461C11.8052 16.4464 11.1064 17.2165 10.594 18.1048C9.9433 19.2113 9.60037 20.4679 9.59998 21.7472C9.60022 23.5451 10.2766 25.279 11.4982 26.6131C11.2516 27.344 11.1259 28.1092 11.1258 28.8795C11.1259 30.1541 11.47 31.4057 12.1227 32.5056C12.8989 33.8391 14.0842 34.8948 15.5078 35.5206C16.9313 36.1464 18.5195 36.31 20.0434 35.9877C20.7258 36.7461 21.5633 37.3533 22.5008 37.7691C23.4383 38.1849 24.4545 38.3999 25.4824 38.4H25.5285L25.5473 38.3999C28.7383 38.3999 31.5657 36.3692 32.5461 33.3731C33.5609 33.1679 34.5196 32.7512 35.3581 32.1509C36.1966 31.5506 36.8954 30.7806 37.4078 29.8922C38.0579 28.7867 38.4002 27.5312 38.4 26.2531C38.3997 24.4551 37.7233 22.7213 36.5017 21.3872L36.5014 21.3868ZM25.5304 36.5171H25.5228C24.246 36.5167 23.0096 36.0747 22.0289 35.2681C22.0871 35.2371 22.1447 35.2049 22.2015 35.1715L28.0132 31.8592C28.1582 31.7778 28.2788 31.6599 28.3627 31.5175C28.4467 31.3752 28.4909 31.2135 28.4909 31.0488V22.959L30.9474 24.3585C30.9603 24.3648 30.9714 24.3742 30.9797 24.3858C30.9881 24.3974 30.9934 24.4108 30.9952 24.4249V31.1199C30.9918 34.0965 28.5473 36.5111 25.5304 36.5171ZM13.778 31.5645C13.2979 30.7455 13.045 29.8162 13.0447 28.8701C13.0447 28.5615 13.072 28.2521 13.1252 27.9481C13.1684 27.9736 13.2438 28.0191 13.2979 28.0497L19.1097 31.362C19.2545 31.4455 19.4193 31.4895 19.5871 31.4894C19.7549 31.4894 19.9196 31.4454 20.0645 31.3618L27.16 27.3194V30.1185L27.1601 30.1233C27.1601 30.1368 27.1569 30.1501 27.1508 30.1621C27.1447 30.1742 27.1358 30.1847 27.1249 30.1928L21.2498 33.5398C20.4185 34.0118 19.4762 34.2604 18.5171 34.2607C17.5569 34.2605 16.6137 34.0114 15.7819 33.5381C14.9501 33.0648 14.2591 32.3841 13.778 31.5642V31.5645ZM12.249 19.0459C12.8874 17.952 13.8952 17.1143 15.0963 16.6796C15.0963 16.729 15.0935 16.8165 15.0935 16.8772V23.5019L15.0934 23.5073C15.0934 23.6718 15.1375 23.8334 15.2213 23.9756C15.3051 24.1178 15.4255 24.2356 15.5704 24.317L22.6659 28.3589L20.2095 29.7584C20.1974 29.7663 20.1835 29.7711 20.169 29.7724C20.1546 29.7737 20.14 29.7715 20.1266 29.7659L14.2509 26.4161C13.4203 25.9413 12.7307 25.2594 12.2513 24.4389C11.7719 23.6183 11.5195 22.6878 11.5194 21.7406C11.5198 20.795 11.7715 19.8659 12.2493 19.0462L12.249 19.0459ZM32.4314 23.68L25.3359 19.6376L27.7924 18.2386C27.8045 18.2307 27.8184 18.2259 27.8329 18.2246C27.8473 18.2233 27.8619 18.2256 27.8752 18.2312L33.7509 21.5782C34.5822 22.0522 35.2725 22.7337 35.7524 23.5542C36.2324 24.3747 36.4852 25.3053 36.4854 26.2527C36.4854 28.5139 35.0554 30.5371 32.9053 31.3181V24.4953C32.9056 24.4928 32.9056 24.4902 32.9056 24.4877C32.9055 24.3238 32.8617 24.1628 32.7784 24.021C32.6952 23.8792 32.5755 23.7616 32.4314 23.68ZM34.8764 20.0492C34.8193 20.0146 34.7617 19.9808 34.7038 19.9476L28.892 16.6352C28.7471 16.5519 28.5824 16.508 28.4147 16.5079C28.247 16.508 28.0823 16.5519 27.9374 16.6352L20.8418 20.6777V17.8786L20.8417 17.8737C20.8417 17.8464 20.8548 17.8206 20.877 17.8043L26.7521 14.4601C27.5831 13.9874 28.5255 13.7385 29.4847 13.7385C32.5055 13.7385 34.9552 16.1556 34.9552 19.1362C34.9551 19.4421 34.9287 19.7474 34.8764 20.0489V20.0492ZM19.5063 25.0381L17.0493 23.6386C17.0364 23.6322 17.0253 23.6228 17.0169 23.6112C17.0086 23.5996 17.0033 23.5862 17.0015 23.5721V16.877C17.0028 13.898 19.4526 11.4829 22.472 11.4829C23.7509 11.4832 24.9893 11.9252 25.9723 12.7323C25.9281 12.7561 25.8509 12.7982 25.7997 12.8288L19.988 16.1411C19.8429 16.2225 19.7224 16.3404 19.6385 16.4826C19.5546 16.6249 19.5104 16.7866 19.5103 16.9512V16.9566L19.5063 25.0381ZM20.8407 22.1993L24.0009 20.3984L27.1611 22.1981V25.7989L24.0009 27.5988L20.8407 25.7989V22.1993Z", fill: "white" })
|
|
5922
|
+
] });
|
|
5923
|
+
}
|
|
5924
|
+
);
|
|
5925
|
+
var IconColorClaude = /* @__PURE__ */ forwardRef(
|
|
5926
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5927
|
+
const iconSize = iconSizeMap[size];
|
|
5928
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5929
|
+
/* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "#EB8261" }),
|
|
5930
|
+
/* @__PURE__ */ jsx("path", { d: "M15.2495 19.2479L20.9166 22.4257L21.0118 22.7017L20.9166 22.8552H20.6404L19.6933 22.9135L16.4553 23.001L13.647 23.1176L10.9263 23.2634L10.2417 23.4091L9.59998 24.2546L9.6661 24.6763L10.2417 25.0631L11.0663 24.9912L15.6229 24.6783L17.6066 24.5617L20.5451 24.2565H21.0118L21.078 24.4451L20.9185 24.5617L20.794 24.6783L17.9644 26.5947L14.9014 28.6199L13.297 29.786L12.4296 30.3769L11.992 30.9308L11.8034 32.1397L12.591 33.0065L13.649 32.9346L13.9193 32.8627L14.9909 32.0386L17.2798 30.268L20.2689 28.0679L20.7065 27.7044L20.8815 27.8288L20.9029 27.9163L20.7065 28.2448L19.0807 31.1815L17.346 34.1688L16.5739 35.4069L16.3697 36.1493C16.2977 36.4544 16.2452 36.711 16.2452 37.0239L17.1418 38.2406L17.6377 38.4L18.8337 38.2406L19.3374 37.8033L20.0803 36.1046L21.2841 33.4302L23.1511 29.7938L23.6976 28.7151L23.9893 27.7161L24.0982 27.411H24.2868V27.5859L24.4405 29.6344L24.7244 32.1494L25.0006 35.3855L25.0958 36.297L25.547 37.3893L26.4436 37.9802L27.1437 37.6459L27.7193 36.8218L27.6396 36.2892L27.2973 34.0658L26.6264 30.5829L26.1888 28.2506H26.4436L26.7353 28.5421L27.9158 30.1087L29.8994 32.5867L30.7746 33.5702L31.7956 34.6566L32.4509 35.1736H33.6898L34.6019 33.819L34.1935 32.4196L32.9177 30.8025L31.8597 29.4323L30.3428 27.3915L29.3957 25.7589L29.4832 25.6287L29.7088 25.6501L33.1355 26.3789L34.9869 26.7132L37.1962 27.0922L38.1958 26.6258L38.3047 26.1515L37.9118 25.1817L35.549 24.5986L32.7777 24.0447L28.6509 23.069L28.6003 23.0321L28.6587 22.9602L30.5179 22.7852L31.3133 22.7425H33.26L36.885 22.4723L37.8321 21.8465L38.4 21.0807L38.3047 20.4976L36.8461 19.7552L30.2845 21.3139L28.7092 21.7065H28.4914V21.5763L29.8041 20.2936L32.2098 18.1226L35.2222 15.3238L35.3759 14.6319L34.9889 14.0858L34.5805 14.1441L31.9336 16.1343L30.9126 17.0303L28.6003 18.9758H28.4467V18.7717L28.9795 17.9924L31.7936 13.7651L31.9395 12.4687L31.7353 12.0469L31.006 11.7923L30.2047 11.9381L28.5575 14.249L26.8578 16.8515L25.4867 19.1838L25.3195 19.0885L24.5105 10.3793L24.1312 9.93427L23.2561 9.59998L22.5268 10.1539L22.1398 11.0499L22.5268 12.8205L22.9936 15.1314L23.3728 16.9681L23.7151 19.2499L23.9193 20.0079L23.9057 20.0584L23.7384 20.037L22.0173 17.6756L19.3996 14.1402L17.3285 11.9245L16.8326 11.7282L15.973 12.1733L16.0527 12.9682L16.5331 13.6757L19.3996 17.3199L21.1285 19.5783L22.2448 20.8825L22.237 21.071H22.1709L14.5572 16.1304L13.2017 15.9555L12.6182 16.5016L12.6902 17.3976L12.9664 17.6892L15.2553 19.2635L15.2476 19.2557L15.2495 19.2479Z", fill: "white" })
|
|
5931
|
+
] });
|
|
5932
|
+
}
|
|
5933
|
+
);
|
|
5934
|
+
var IconColorGemini = /* @__PURE__ */ forwardRef(
|
|
5935
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5936
|
+
const iconSize = iconSizeMap[size];
|
|
5937
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5938
|
+
/* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "#F6F6F7" }),
|
|
5939
|
+
/* @__PURE__ */ jsxs("g", { opacity: "0.9", children: [
|
|
5940
|
+
/* @__PURE__ */ jsxs("mask", { id: "mask0_16721_6073", maskUnits: "userSpaceOnUse", x: "9", y: "9", width: "30", height: "30", children: [
|
|
5941
|
+
/* @__PURE__ */ jsx("path", { d: "M24.003 9.59998C24.305 9.59998 24.5677 9.80627 24.6414 10.0993C24.8673 10.9956 25.162 11.8699 25.5287 12.7204C26.4839 14.9395 27.7947 16.8818 29.4588 18.5459C31.1237 20.21 33.0653 21.5208 35.2843 22.476C36.1356 22.8427 37.0091 23.1374 37.9054 23.3633C38.1984 23.437 38.4047 23.6997 38.4047 24.0018C38.4047 24.3038 38.1985 24.5666 37.9054 24.6402C37.0091 24.8661 36.1348 25.1608 35.2843 25.5275C33.0652 26.4828 31.1229 27.7934 29.4588 29.4576C27.7947 31.1225 26.484 33.064 25.5287 35.2831C25.162 36.1344 24.8673 37.0079 24.6414 37.9042C24.5678 38.1972 24.305 38.4035 24.003 38.4035C23.7009 38.4034 23.4382 38.1972 23.3645 37.9042C23.1386 37.0079 22.8439 36.1335 22.4772 35.2831C21.522 33.064 20.212 31.1217 18.5472 29.4576C16.8822 27.7934 14.9407 26.4827 12.7216 25.5275C11.8703 25.1608 10.9968 24.8661 10.1005 24.6402C9.80749 24.5665 9.6012 24.3038 9.6012 24.0018C9.60123 23.6997 9.80751 23.437 10.1005 23.3633C10.9969 23.1374 11.8711 22.8427 12.7216 22.476C14.9407 21.5207 16.883 20.2101 18.5472 18.5459C20.2113 16.8818 21.5219 14.9395 22.4772 12.7204C22.8439 11.8691 23.1386 10.9956 23.3645 10.0993C23.4382 9.80629 23.7009 9.60001 24.003 9.59998Z", fill: "black" }),
|
|
5942
|
+
/* @__PURE__ */ jsx("path", { d: "M24.003 9.59998C24.305 9.59998 24.5677 9.80627 24.6414 10.0993C24.8673 10.9956 25.162 11.8699 25.5287 12.7204C26.4839 14.9395 27.7947 16.8818 29.4588 18.5459C31.1237 20.21 33.0653 21.5208 35.2843 22.476C36.1356 22.8427 37.0091 23.1374 37.9054 23.3633C38.1984 23.437 38.4047 23.6997 38.4047 24.0018C38.4047 24.3038 38.1985 24.5666 37.9054 24.6402C37.0091 24.8661 36.1348 25.1608 35.2843 25.5275C33.0652 26.4828 31.1229 27.7934 29.4588 29.4576C27.7947 31.1225 26.484 33.064 25.5287 35.2831C25.162 36.1344 24.8673 37.0079 24.6414 37.9042C24.5678 38.1972 24.305 38.4035 24.003 38.4035C23.7009 38.4034 23.4382 38.1972 23.3645 37.9042C23.1386 37.0079 22.8439 36.1335 22.4772 35.2831C21.522 33.064 20.212 31.1217 18.5472 29.4576C16.8822 27.7934 14.9407 26.4827 12.7216 25.5275C11.8703 25.1608 10.9968 24.8661 10.1005 24.6402C9.80749 24.5665 9.6012 24.3038 9.6012 24.0018C9.60123 23.6997 9.80751 23.437 10.1005 23.3633C10.9969 23.1374 11.8711 22.8427 12.7216 22.476C14.9407 21.5207 16.883 20.2101 18.5472 18.5459C20.2113 16.8818 21.5219 14.9395 22.4772 12.7204C22.8439 11.8691 23.1386 10.9956 23.3645 10.0993C23.4382 9.80629 23.7009 9.60001 24.003 9.59998Z", fill: "url(#paint0_linear_16721_6073)" })
|
|
5943
|
+
] }),
|
|
5944
|
+
/* @__PURE__ */ jsxs("g", { mask: "url(#mask0_16721_6073)", children: [
|
|
5945
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter0_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M6.99596 32.1185C10.324 33.3004 14.1491 31.0844 15.5396 27.1689C16.9302 23.2533 15.3595 19.1211 12.0314 17.9392C8.7034 16.7573 4.87826 18.9733 3.48775 22.8889C2.09724 26.8044 3.66792 30.9366 6.99596 32.1185Z", fill: "#FFE432" }) }),
|
|
5946
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter1_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M21.7682 19.2099C26.3403 19.2099 30.0467 15.422 30.0467 10.7494C30.0467 6.07674 26.3403 2.28882 21.7682 2.28882C17.1961 2.28882 13.4896 6.07674 13.4896 10.7494C13.4896 15.422 17.1961 19.2099 21.7682 19.2099Z", fill: "#FC413D" }) }),
|
|
5947
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter2_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M18.5584 46.2694C23.3312 46.0361 26.9552 40.8347 26.653 34.6518C26.3507 28.4689 22.2366 23.6457 17.4639 23.8791C12.6911 24.1124 9.06704 29.3138 9.36929 35.4967C9.67154 41.6796 13.7857 46.5027 18.5584 46.2694Z", fill: "#00B95C" }) }),
|
|
5948
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter3_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M18.5584 46.2694C23.3312 46.0361 26.9552 40.8347 26.653 34.6518C26.3507 28.4689 22.2366 23.6457 17.4639 23.8791C12.6911 24.1124 9.06704 29.3138 9.36929 35.4967C9.67154 41.6796 13.7857 46.5027 18.5584 46.2694Z", fill: "#00B95C" }) }),
|
|
5949
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter4_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M23.3341 42.5245C27.3353 40.09 28.4063 34.5455 25.7261 30.1406C23.046 25.7356 17.6297 24.1382 13.6285 26.5727C9.62728 29.0072 8.55634 34.5516 11.2365 38.9566C13.9166 43.3616 19.3329 44.959 23.3341 42.5245Z", fill: "#00B95C" }) }),
|
|
5950
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter5_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M39.5105 28.6814C44.0077 28.6814 47.6535 25.1707 47.6535 20.84C47.6535 16.5093 44.0077 12.9985 39.5105 12.9985C35.0132 12.9985 31.3674 16.5093 31.3674 20.84C31.3674 25.1707 35.0132 28.6814 39.5105 28.6814Z", fill: "#3186FF" }) }),
|
|
5951
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter6_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M3.80294 27.7741C7.94381 30.9231 13.9932 29.9352 17.3146 25.5675C20.636 21.1999 19.9717 15.1064 15.8308 11.9575C11.69 8.80848 5.64059 9.79642 2.31918 14.1641C-1.00223 18.5317 -0.337931 24.6252 3.80294 27.7741Z", fill: "#FBBC04" }) }),
|
|
5952
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter7_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M25.0148 32.4275C29.9574 35.8256 36.509 34.879 39.6482 30.313C42.7873 25.7471 41.3253 19.2909 36.3827 15.8928C31.4401 12.4946 24.8886 13.4413 21.7494 18.0072C18.6102 22.5732 20.0722 29.0293 25.0148 32.4275Z", fill: "#3186FF" }) }),
|
|
5953
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter8_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M33.9982 8.56254C35.2556 10.2722 33.6399 13.5963 30.3893 15.9871C27.1387 18.3779 23.4842 18.9301 22.2268 17.2205C20.9693 15.5109 22.5851 12.1868 25.8357 9.79596C29.0862 7.40513 32.7407 6.85291 33.9982 8.56254Z", fill: "#749BFF" }) }),
|
|
5954
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter9_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M23.6781 16.7488C28.7051 12.0859 30.4305 5.77265 27.5319 2.64771C24.6333 -0.477233 18.2084 0.769534 13.1813 5.43244C8.15431 10.0953 6.42888 16.4086 9.32747 19.5336C12.2261 22.6585 18.651 21.4117 23.6781 16.7488Z", fill: "#FC413D" }) }),
|
|
5955
|
+
/* @__PURE__ */ jsx("g", { filter: "url(#filter10_f_16721_6073)", children: /* @__PURE__ */ jsx("path", { d: "M13.3774 33.4949C16.3652 35.6333 19.7954 35.9583 21.039 34.2207C22.2826 32.4832 20.8687 29.3411 17.8808 27.2027C14.893 25.0642 11.4628 24.7393 10.2192 26.4768C8.97561 28.2144 10.3896 31.3565 13.3774 33.4949Z", fill: "#FFEE48" }) })
|
|
5956
|
+
] })
|
|
5957
|
+
] }),
|
|
5958
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
5959
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter0_f_16721_6073", x: "1.22253", y: "15.8627", width: "16.5823", height: "18.3324", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5960
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5961
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5962
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "0.879333", result: "effect1_foregroundBlur_16721_6073" })
|
|
5963
|
+
] }),
|
|
5964
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter1_f_16721_6073", x: "4.98741", y: "-6.2134", width: "33.5616", height: "33.9256", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5965
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5966
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5967
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "4.25111", result: "effect1_foregroundBlur_16721_6073" })
|
|
5968
|
+
] }),
|
|
5969
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter2_f_16721_6073", x: "2.12397", y: "16.6433", width: "31.7744", height: "36.8619", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5970
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5971
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5972
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "3.61386", result: "effect1_foregroundBlur_16721_6073" })
|
|
5973
|
+
] }),
|
|
5974
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter3_f_16721_6073", x: "2.12397", y: "16.6433", width: "31.7744", height: "36.8619", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5975
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5976
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5977
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "3.61386", result: "effect1_foregroundBlur_16721_6073" })
|
|
5978
|
+
] }),
|
|
5979
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter4_f_16721_6073", x: "2.53278", y: "18.2062", width: "31.8971", height: "32.6847", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5980
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5981
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5982
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "3.61386", result: "effect1_foregroundBlur_16721_6073" })
|
|
5983
|
+
] }),
|
|
5984
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter5_f_16721_6073", x: "24.499", y: "6.13009", width: "30.0229", height: "29.4198", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5985
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5986
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5987
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "3.43422", result: "effect1_foregroundBlur_16721_6073" })
|
|
5988
|
+
] }),
|
|
5989
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter6_f_16721_6073", x: "-6.01983", y: "3.89082", width: "31.6734", height: "31.9499", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5990
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5991
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5992
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "3.11239", result: "effect1_foregroundBlur_16721_6073" })
|
|
5993
|
+
] }),
|
|
5994
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter7_f_16721_6073", x: "14.5366", y: "8.29478", width: "32.3244", height: "31.7306", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
5995
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
5996
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
5997
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2.77949", result: "effect1_foregroundBlur_16721_6073" })
|
|
5998
|
+
] }),
|
|
5999
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter8_f_16721_6073", x: "16.8258", y: "2.59495", width: "22.5734", height: "20.5932", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
6000
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
6001
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
6002
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2.48713", result: "effect1_foregroundBlur_16721_6073" })
|
|
6003
|
+
] }),
|
|
6004
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter9_f_16721_6073", x: "3.71966", y: "-3.27534", width: "29.4201", height: "28.732", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
6005
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
6006
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
6007
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2.10068", result: "effect1_foregroundBlur_16721_6073" })
|
|
6008
|
+
] }),
|
|
6009
|
+
/* @__PURE__ */ jsxs("filter", { id: "filter10_f_16721_6073", x: "4.56791", y: "20.1597", width: "22.1225", height: "20.3781", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [
|
|
6010
|
+
/* @__PURE__ */ jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }),
|
|
6011
|
+
/* @__PURE__ */ jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
6012
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2.59995", result: "effect1_foregroundBlur_16721_6073" })
|
|
6013
|
+
] }),
|
|
6014
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "paint0_linear_16721_6073", x1: "17.7891", y1: "28.8721", x2: "32.7493", y2: "16.2593", gradientUnits: "userSpaceOnUse", children: [
|
|
6015
|
+
/* @__PURE__ */ jsx("stop", { "stop-color": "#4893FC" }),
|
|
6016
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.27", "stop-color": "#4893FC" }),
|
|
6017
|
+
/* @__PURE__ */ jsx("stop", { offset: "0.776981", "stop-color": "#969DFF" }),
|
|
6018
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", "stop-color": "#BD99FE" })
|
|
6019
|
+
] })
|
|
6020
|
+
] })
|
|
6021
|
+
] });
|
|
6022
|
+
}
|
|
6023
|
+
);
|
|
6024
|
+
var IconColorChat = /* @__PURE__ */ forwardRef(
|
|
6025
|
+
({ size = "m", className, ...props }, ref) => {
|
|
6026
|
+
const iconSize = iconSizeMap[size];
|
|
6027
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
6028
|
+
/* @__PURE__ */ jsx("path", { d: "M4 19H29V44H4V19Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
6029
|
+
/* @__PURE__ */ jsx("path", { d: "M13 4V28.9863H29L39.667 36V28.9863H45V4H13ZM36.667 30.4365L29.8975 25.9863H16V7H42V25.9863H36.667V30.4365Z", fill: "#1E1E1F" })
|
|
6030
|
+
] });
|
|
6031
|
+
}
|
|
6032
|
+
);
|
|
6033
|
+
var IconColorDarkChat = /* @__PURE__ */ forwardRef(
|
|
6034
|
+
({ size = "m", className, ...props }, ref) => {
|
|
6035
|
+
const iconSize = iconSizeMap[size];
|
|
6036
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
6037
|
+
/* @__PURE__ */ jsx("path", { d: "M4 19H29V44H4V19Z", fill: "#8AB392" }),
|
|
6038
|
+
/* @__PURE__ */ jsx("path", { d: "M13 4V28.9863H29L39.667 36V28.9863H45V4H13ZM36.667 30.4365L29.8975 25.9863H16V7H42V25.9863H36.667V30.4365Z", fill: "white" })
|
|
6039
|
+
] });
|
|
6040
|
+
}
|
|
6041
|
+
);
|
|
6042
|
+
var IconColorAttachImage = /* @__PURE__ */ forwardRef(
|
|
6043
|
+
({ size = "m", className, ...props }, ref) => {
|
|
6044
|
+
const iconSize = iconSizeMap[size];
|
|
6045
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
6046
|
+
/* @__PURE__ */ jsx("path", { d: "M42 42L24 24L6 42H42Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
6047
|
+
/* @__PURE__ */ jsx("path", { d: "M28.248 9H9V39H39V30H42V42H6V6H28.248V9Z", fill: "#1E1E1F" }),
|
|
6048
|
+
/* @__PURE__ */ jsx("path", { d: "M35.5537 1.83398C37.7321 1.83398 39.498 3.59991 39.498 5.77832V6.00098H36.498V5.77832C36.498 5.25677 36.0753 4.83398 35.5537 4.83398C35.0322 4.83404 34.6094 5.2568 34.6094 5.77832V19.667C34.6094 20.8636 35.5798 21.834 36.7764 21.834C37.9728 21.8338 38.9424 20.8635 38.9424 19.667V12H41.9424V19.667C41.9424 22.5204 39.6297 24.8338 36.7764 24.834C33.9229 24.834 31.6094 22.5205 31.6094 19.667V5.77832C31.6094 3.59995 33.3753 1.83404 35.5537 1.83398Z", fill: "#1E1E1F" }),
|
|
6049
|
+
/* @__PURE__ */ jsx("path", { d: "M17.75 13.5C19.8211 13.5 21.5 15.1789 21.5 17.25C21.5 19.3211 19.8211 21 17.75 21C15.6789 21 14 19.3211 14 17.25C14 15.1789 15.6789 13.5 17.75 13.5Z", fill: "#1E1E1F" })
|
|
6050
|
+
] });
|
|
6051
|
+
}
|
|
6052
|
+
);
|
|
6053
|
+
var IconColorDarkAttachImage = /* @__PURE__ */ forwardRef(
|
|
6054
|
+
({ size = "m", className, ...props }, ref) => {
|
|
6055
|
+
const iconSize = iconSizeMap[size];
|
|
6056
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
6057
|
+
/* @__PURE__ */ jsx("path", { d: "M42 42L24 24L6 42H42Z", fill: "#8AB392" }),
|
|
6058
|
+
/* @__PURE__ */ jsx("path", { d: "M28.248 9H9V39H39V30H42V42H6V6H28.248V9Z", fill: "white" }),
|
|
6059
|
+
/* @__PURE__ */ jsx("path", { d: "M35.5537 1.83398C37.7321 1.83398 39.498 3.59991 39.498 5.77832V6.00098H36.498V5.77832C36.498 5.25677 36.0753 4.83398 35.5537 4.83398C35.0322 4.83404 34.6094 5.2568 34.6094 5.77832V19.667C34.6094 20.8636 35.5798 21.834 36.7764 21.834C37.9728 21.8338 38.9424 20.8635 38.9424 19.667V12H41.9424V19.667C41.9424 22.5204 39.6297 24.8338 36.7764 24.834C33.9229 24.834 31.6094 22.5205 31.6094 19.667V5.77832C31.6094 3.59995 33.3753 1.83404 35.5537 1.83398Z", fill: "white" }),
|
|
6060
|
+
/* @__PURE__ */ jsx("path", { d: "M17.75 13.5C19.8211 13.5 21.5 15.1789 21.5 17.25C21.5 19.3211 19.8211 21 17.75 21C15.6789 21 14 19.3211 14 17.25C14 15.1789 15.6789 13.5 17.75 13.5Z", fill: "white" })
|
|
5862
6061
|
] });
|
|
5863
6062
|
}
|
|
5864
6063
|
);
|
|
5865
6064
|
|
|
5866
|
-
export { IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|
|
6065
|
+
export { IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconChatPanel, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorAttachImage, IconColorChat, IconColorCitation, IconColorCitationRecommender, IconColorClaude, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkAttachImage, IconColorDarkChat, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorOpenai, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut, IconZotero };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.76",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@types/react": "18.2.23",
|
|
20
20
|
"tsup": "^8.5.0",
|
|
21
21
|
"tsx": "^4.21.0",
|
|
22
|
-
"@liner-fe/internal-icon": "^1.0.
|
|
22
|
+
"@liner-fe/internal-icon": "^1.0.27"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|