@liner-fe/icon 2.0.5 → 2.0.7
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 +106 -2
- package/lib/index.js +790 -4
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -643,7 +643,111 @@ declare const IconColorParagraph: React.ForwardRefExoticComponent<Omit<ColorIcon
|
|
|
643
643
|
|
|
644
644
|
declare const IconCompany: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
645
645
|
|
|
646
|
-
|
|
646
|
+
declare const IconEmoji: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
647
|
+
|
|
648
|
+
declare const IconSparkle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
649
|
+
|
|
650
|
+
declare const IconClockAdd: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
651
|
+
|
|
652
|
+
declare const IconAccountCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
653
|
+
|
|
654
|
+
declare const IconSwitch: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
655
|
+
|
|
656
|
+
declare const IconQuestion: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
657
|
+
|
|
658
|
+
declare const IconCheck: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
659
|
+
|
|
660
|
+
declare const IconExclamation: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
661
|
+
|
|
662
|
+
declare const IconArrowRedo: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
663
|
+
|
|
664
|
+
declare const IconArrowUndo: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
665
|
+
|
|
666
|
+
declare const IconArrowTopRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
667
|
+
|
|
668
|
+
declare const IconArrowDownRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
669
|
+
|
|
670
|
+
declare const IconMTabNew: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
671
|
+
|
|
672
|
+
declare const IconNodeAdd: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
673
|
+
|
|
674
|
+
declare const IconListNumbered: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
675
|
+
|
|
676
|
+
declare const IconAlignJustify: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
677
|
+
|
|
678
|
+
declare const IconAlignSplit: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
679
|
+
|
|
680
|
+
declare const IconDeepResearch: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
681
|
+
|
|
682
|
+
declare const IconPencilWrite: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
683
|
+
|
|
684
|
+
declare const IconPencilParagraph: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
685
|
+
|
|
686
|
+
declare const IconHashtag: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
687
|
+
|
|
688
|
+
declare const IconElements: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
689
|
+
|
|
690
|
+
declare const IconBlocks: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
691
|
+
|
|
692
|
+
declare const IconNoteSummarize: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
693
|
+
|
|
694
|
+
declare const IconNoteShield: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
695
|
+
|
|
696
|
+
declare const IconNoteFind: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
697
|
+
|
|
698
|
+
declare const IconTabCurrent: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
699
|
+
|
|
700
|
+
declare const IconMemoEdit: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
701
|
+
|
|
702
|
+
declare const IconPersonShield: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
703
|
+
|
|
704
|
+
declare const IconFullscreen: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
705
|
+
|
|
706
|
+
declare const IconFullscreenExit: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
707
|
+
|
|
708
|
+
declare const IconChartGraph: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
709
|
+
|
|
710
|
+
declare const IconBulbExclamtion: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
711
|
+
|
|
712
|
+
declare const IconDocumentDownload: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
713
|
+
|
|
714
|
+
declare const IconDocumentZip: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
715
|
+
|
|
716
|
+
declare const IconDocumentLined: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
717
|
+
|
|
718
|
+
declare const IconSidebar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
719
|
+
|
|
720
|
+
declare const IconFolderRemove: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
721
|
+
|
|
722
|
+
declare const IconFolderMove: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
723
|
+
|
|
724
|
+
declare const IconQueryAdd: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
725
|
+
|
|
726
|
+
declare const IconQueryExclamation: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
727
|
+
|
|
728
|
+
declare const IconTableList: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
729
|
+
|
|
730
|
+
declare const IconTableExport: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
731
|
+
|
|
732
|
+
declare const IconDiamonds: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
733
|
+
|
|
734
|
+
declare const IconArrowUnfoldLess: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
735
|
+
|
|
736
|
+
declare const IconArrowUnfoldMore: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
737
|
+
|
|
738
|
+
declare const IconTabNew: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
739
|
+
|
|
740
|
+
declare const IconKey: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
741
|
+
|
|
742
|
+
declare const IconBackOffice: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
743
|
+
|
|
744
|
+
declare const IconExclamationTriangle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
745
|
+
|
|
746
|
+
declare const IconColorMindmap: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
747
|
+
|
|
748
|
+
declare const IconColorTable: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
749
|
+
|
|
750
|
+
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-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" | "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" | "color-lenovo" | "mic" | "gift" | "color-slides" | "upgrade" | "example" | "institution" | "feed" | "file-zip" | "keycap-slash" | "linkedin" | "window" | "color-linkedin" | "color-google-docs" | "color-memo" | "color-paragraph" | "company" | "emoji" | "sparkle" | "clock-add" | "account-circle" | "switch" | "question" | "check" | "exclamation" | "arrow-redo" | "arrow-undo" | "arrow-top-right" | "arrow-down-right" | "m-tab-new" | "node-add" | "list-numbered" | "align-justify" | "align-split" | "deep-research" | "pencil-write" | "pencil-paragraph" | "hashtag" | "elements" | "blocks" | "note-summarize" | "note-shield" | "note-find" | "tab-current" | "memo-edit" | "person-shield" | "fullscreen" | "fullscreen-exit" | "chart-graph" | "bulb-exclamtion" | "document-download" | "document-zip" | "document-lined" | "sidebar" | "folder-remove" | "folder-move" | "query-add" | "query-exclamation" | "table-list" | "table-export" | "diamonds" | "arrow-unfold-less" | "arrow-unfold-more" | "tab-new" | "key" | "back-office" | "exclamation-triangle" | "color-mindmap" | "color-table";
|
|
647
751
|
type IconSizeKey = keyof typeof iconSizeMap;
|
|
648
752
|
interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
649
753
|
fill?: boolean;
|
|
@@ -655,4 +759,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
|
655
759
|
type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill'>;
|
|
656
760
|
type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
|
|
657
761
|
|
|
658
|
-
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, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExample, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMic, 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, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };
|
|
762
|
+
export { type ColorIconProps, IconAccountCircle, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAlignSplit, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRedo, IconArrowRight, IconArrowTopRight, IconArrowTurn, IconArrowUndo, IconArrowUnfoldLess, IconArrowUnfoldMore, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBackOffice, IconBag, IconBalance, IconBell, IconBlock, IconBlocks, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtion, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartGraph, IconChartLineUptrend, IconChatPanel, IconCheck, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClockAdd, 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, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorMindmap, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTable, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDeepResearch, IconDescription, IconDesktop, IconDesktopOnCursor, IconDiamonds, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentDownload, IconDocumentLined, IconDocumentWarning, IconDocumentZip, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconElements, IconEmail, IconEmoji, IconEnd, IconEssay, IconExample, IconExclamation, IconExclamationTriangle, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderMove, IconFolderOpen, IconFolderOpenShare, IconFolderRemove, IconFolderShare, IconFormalBag, IconFullscreen, IconFullscreenExit, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHashtag, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKey, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconListNumbered, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMTabNew, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMemoEdit, IconMenu, IconMic, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNodeAdd, IconNoteFind, IconNoteShield, IconNoteSummarize, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPencilParagraph, IconPencilWrite, IconPerson, IconPersonAdd, IconPersonFill, IconPersonShield, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQueryAdd, IconQueryExclamation, IconQuestion, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSidebar, IconSignOut, type IconSizeKey, IconSource, IconSparkle, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconSwitch, IconTabCurrent, IconTabNew, IconTable, IconTableExport, IconTableList, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };
|
package/lib/index.js
CHANGED
|
@@ -3075,9 +3075,9 @@ var IconColorDocument = /* @__PURE__ */ forwardRef(
|
|
|
3075
3075
|
({ size = "m", className, ...props }, ref) => {
|
|
3076
3076
|
const iconSize = iconSizeMap[size];
|
|
3077
3077
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
3078
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
3079
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
3080
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
3078
|
+
/* @__PURE__ */ jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0H42C45.3137 0 48 2.68629 48 6V42C48 45.3137 45.3137 48 42 48H6C2.68629 48 0 45.3137 0 42V6Z", fill: "#14371B" }),
|
|
3079
|
+
/* @__PURE__ */ jsx("path", { d: "M24.001 11.9033V21.0879H33.8633V35.2031C33.8632 35.3672 33.7305 35.4999 33.5664 35.5H15.1309C14.9667 35.5 14.8331 35.3673 14.833 35.2031V12.2002C14.8331 12.0361 14.9667 11.9033 15.1309 11.9033H24.001Z", fill: "white" }),
|
|
3080
|
+
/* @__PURE__ */ jsx("path", { d: "M26.0137 11.9033C26.09 11.9034 26.1635 11.9326 26.2188 11.9854L33.665 19.0879H26.001V11.9033H26.0137Z", fill: "white" })
|
|
3081
3081
|
] });
|
|
3082
3082
|
}
|
|
3083
3083
|
);
|
|
@@ -4260,5 +4260,791 @@ var IconCompany = /* @__PURE__ */ forwardRef(
|
|
|
4260
4260
|
] });
|
|
4261
4261
|
}
|
|
4262
4262
|
);
|
|
4263
|
+
var IconEmoji = /* @__PURE__ */ forwardRef(
|
|
4264
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4265
|
+
const iconSize = iconSizeMap[size];
|
|
4266
|
+
if (fill) {
|
|
4267
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4268
|
+
/* @__PURE__ */ jsx("path", { d: "M34.4697 25.7988C33.4205 30.9522 29.2262 35 24 35C18.7738 35 14.5795 30.9522 13.5303 25.7988L16.4697 25.2012C17.2858 29.2087 20.4423 32 24 32C27.5577 32 30.7142 29.2087 31.5303 25.2012L34.4697 25.7988Z", style: { fill: `var(--${type})` } }),
|
|
4269
|
+
/* @__PURE__ */ jsx("path", { d: "M17.5 17C18.8807 17 20 18.1193 20 19.5C20 20.8807 18.8807 22 17.5 22C16.1193 22 15 20.8807 15 19.5C15 18.1193 16.1193 17 17.5 17Z", style: { fill: `var(--${type})` } }),
|
|
4270
|
+
/* @__PURE__ */ jsx("path", { d: "M30.5 17C31.8807 17 33 18.1193 33 19.5C33 20.8807 31.8807 22 30.5 22C29.1193 22 28 20.8807 28 19.5C28 18.1193 29.1193 17 30.5 17Z", style: { fill: `var(--${type})` } }),
|
|
4271
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 7C14.6112 7 7 14.6112 7 24C7 33.3888 14.6112 41 24 41C33.3888 41 41 33.3888 41 24C41 14.6112 33.3888 7 24 7Z", style: { fill: `var(--${type})` } })
|
|
4272
|
+
] });
|
|
4273
|
+
}
|
|
4274
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4275
|
+
/* @__PURE__ */ jsx("path", { d: "M34.4697 25.7988C33.4205 30.9522 29.2262 35 24 35C18.7738 35 14.5795 30.9522 13.5303 25.7988L16.4697 25.2012C17.2858 29.2087 20.4423 32 24 32C27.5577 32 30.7142 29.2087 31.5303 25.2012L34.4697 25.7988Z", style: { fill: `var(--${type})` } }),
|
|
4276
|
+
/* @__PURE__ */ jsx("path", { d: "M17.5 17C18.8807 17 20 18.1193 20 19.5C20 20.8807 18.8807 22 17.5 22C16.1193 22 15 20.8807 15 19.5C15 18.1193 16.1193 17 17.5 17Z", style: { fill: `var(--${type})` } }),
|
|
4277
|
+
/* @__PURE__ */ jsx("path", { d: "M30.5 17C31.8807 17 33 18.1193 33 19.5C33 20.8807 31.8807 22 30.5 22C29.1193 22 28 20.8807 28 19.5C28 18.1193 29.1193 17 30.5 17Z", style: { fill: `var(--${type})` } }),
|
|
4278
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 7C14.6112 7 7 14.6112 7 24C7 33.3888 14.6112 41 24 41C33.3888 41 41 33.3888 41 24C41 14.6112 33.3888 7 24 7Z", style: { fill: `var(--${type})` } })
|
|
4279
|
+
] });
|
|
4280
|
+
}
|
|
4281
|
+
);
|
|
4282
|
+
var IconSparkle = /* @__PURE__ */ forwardRef(
|
|
4283
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4284
|
+
const iconSize = iconSizeMap[size];
|
|
4285
|
+
if (fill) {
|
|
4286
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4287
|
+
/* @__PURE__ */ jsx("path", { d: "M23.5465 5.4707C23.7261 5.08637 24.273 5.08654 24.4527 5.4707L30.1275 17.6309C30.1772 17.7373 30.2633 17.8224 30.3697 17.8721L42.5289 23.5469C42.9136 23.7264 42.9136 24.2736 42.5289 24.4531L30.3697 30.1279C30.2633 30.1776 30.1772 30.2637 30.1275 30.3701L24.4527 42.5293C24.2732 42.914 23.726 42.914 23.5465 42.5293L17.8717 30.3701C17.822 30.2637 17.7369 30.1776 17.6305 30.1279L5.47031 24.4531C5.08615 24.2734 5.08598 23.7265 5.47031 23.5469L17.6305 17.8721C17.7367 17.8224 17.822 17.7371 17.8717 17.6309L23.5465 5.4707Z", style: { fill: `var(--${type})` } }),
|
|
4288
|
+
/* @__PURE__ */ jsx("path", { d: "M39.9088 9.09082L43.9996 11L39.9088 12.9092L37.9996 17L36.0904 12.9092L31.9996 11L36.0904 9.09082L37.9996 5L39.9088 9.09082Z", style: { fill: `var(--${type})` } })
|
|
4289
|
+
] });
|
|
4290
|
+
}
|
|
4291
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4292
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.5466 5.4707C23.7262 5.08642 24.2731 5.08658 24.4529 5.4707L30.1277 17.6309C30.1773 17.7369 30.2629 17.8224 30.3689 17.8721L42.5291 23.5469C42.9137 23.7265 42.9137 24.2735 42.5291 24.4531L30.3689 30.1279C30.2629 30.1775 30.1773 30.2631 30.1277 30.3691L24.4529 42.5293L24.4148 42.5967C24.22 42.8912 23.7795 42.8912 23.5847 42.5967L23.5466 42.5293L17.8718 30.3691C17.8346 30.2897 17.7768 30.2217 17.7058 30.1719L17.6306 30.1279L5.47046 24.4531C5.08628 24.2734 5.08609 23.7264 5.47046 23.5469L6.0105 23.2939L17.6306 17.8721C17.7102 17.8348 17.778 17.7772 17.8279 17.7061L17.8718 17.6309L23.5466 5.4707ZM20.5906 18.8994C20.2429 19.6443 19.644 20.2432 18.8992 20.5908L11.5935 24L18.8992 27.4092C19.5506 27.7132 20.0903 28.2102 20.448 28.8281L20.5906 29.1006L23.9998 36.4053L27.4089 29.1006C27.7566 28.3559 28.3556 27.7568 29.1003 27.4092L36.405 24L29.1003 20.5908C28.3557 20.2431 27.7565 19.6441 27.4089 18.8994L23.9998 11.5938L20.5906 18.8994Z", style: { fill: `var(--${type})` } }),
|
|
4293
|
+
/* @__PURE__ */ jsx("path", { d: "M39.9089 9.09082L43.9998 11L39.9089 12.9092L37.9998 17L36.0906 12.9092L31.9998 11L36.0906 9.09082L37.9998 5L39.9089 9.09082Z", style: { fill: `var(--${type})` } })
|
|
4294
|
+
] });
|
|
4295
|
+
}
|
|
4296
|
+
);
|
|
4297
|
+
var IconClockAdd = /* @__PURE__ */ forwardRef(
|
|
4298
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4299
|
+
const iconSize = iconSizeMap[size];
|
|
4300
|
+
if (fill) {
|
|
4301
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4302
|
+
/* @__PURE__ */ jsx("path", { d: "M39.5 36.5H45V39.5H39.5V45H36.5V39.5H31V36.5H36.5V31H39.5V36.5Z", style: { fill: `var(--${type})` } }),
|
|
4303
|
+
/* @__PURE__ */ jsx("path", { d: "M22 6C31.9411 6 40 14.0589 40 24C40 25.0222 39.9137 26.0243 39.75 27H36.7002C36.897 26.0307 37 25.0274 37 24C37 15.7157 30.2843 9 22 9C13.7157 9 7 15.7157 7 24C7 32.2843 13.7157 39 22 39C23.7534 39 25.4359 38.6974 27 38.1445V41.2949C25.4124 41.7531 23.7351 42 22 42C12.0589 42 4 33.9411 4 24C4 14.0589 12.0589 6 22 6Z", style: { fill: `var(--${type})` } }),
|
|
4304
|
+
/* @__PURE__ */ jsx("path", { d: "M23.5 23.4072L30.0586 29.9365L27.9414 32.0635L20.9414 25.0957L20.5 24.6553V13.5H23.5V23.4072Z", style: { fill: `var(--${type})` } })
|
|
4305
|
+
] });
|
|
4306
|
+
}
|
|
4307
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4308
|
+
/* @__PURE__ */ jsx("path", { d: "M39.5 36.5H45V39.5H39.5V45H36.5V39.5H31V36.5H36.5V31H39.5V36.5Z", style: { fill: `var(--${type})` } }),
|
|
4309
|
+
/* @__PURE__ */ jsx("path", { d: "M22 6C31.9411 6 40 14.0589 40 24C40 25.0222 39.9137 26.0243 39.75 27H36.7002C36.897 26.0307 37 25.0274 37 24C37 15.7157 30.2843 9 22 9C13.7157 9 7 15.7157 7 24C7 32.2843 13.7157 39 22 39C23.7534 39 25.4359 38.6974 27 38.1445V41.2949C25.4124 41.7531 23.7351 42 22 42C12.0589 42 4 33.9411 4 24C4 14.0589 12.0589 6 22 6Z", style: { fill: `var(--${type})` } }),
|
|
4310
|
+
/* @__PURE__ */ jsx("path", { d: "M23.5 23.4072L30.0586 29.9365L27.9414 32.0635L20.9414 25.0957L20.5 24.6553V13.5H23.5V23.4072Z", style: { fill: `var(--${type})` } })
|
|
4311
|
+
] });
|
|
4312
|
+
}
|
|
4313
|
+
);
|
|
4314
|
+
var IconAccountCircle = /* @__PURE__ */ forwardRef(
|
|
4315
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4316
|
+
const iconSize = iconSizeMap[size];
|
|
4317
|
+
if (fill) {
|
|
4318
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4319
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
|
|
4320
|
+
/* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
|
|
4321
|
+
/* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
|
|
4322
|
+
] });
|
|
4323
|
+
}
|
|
4324
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4325
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
|
|
4326
|
+
/* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
|
|
4327
|
+
/* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
|
|
4328
|
+
] });
|
|
4329
|
+
}
|
|
4330
|
+
);
|
|
4331
|
+
var IconSwitch = /* @__PURE__ */ forwardRef(
|
|
4332
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4333
|
+
const iconSize = iconSizeMap[size];
|
|
4334
|
+
if (fill) {
|
|
4335
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4336
|
+
/* @__PURE__ */ jsx("path", { d: "M9 24C9 32.2843 15.7157 39 24 39C29.1278 39 33.6524 36.4255 36.3574 32.5H30V29.5H41.5V41H38.5V34.6602C35.2232 39.1104 29.9505 42 24 42C14.0589 42 6 33.9411 6 24H9Z", style: { fill: `var(--${type})` } }),
|
|
4337
|
+
/* @__PURE__ */ jsx("path", { d: "M24 6C33.9411 6 42 14.0589 42 24H39C39 15.7157 32.2843 9 24 9C18.8722 9 14.3476 11.5745 11.6426 15.5H18V18.5H6.5V7H9.5V13.3389C12.7768 8.88899 18.0498 6 24 6Z", style: { fill: `var(--${type})` } })
|
|
4338
|
+
] });
|
|
4339
|
+
}
|
|
4340
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4341
|
+
/* @__PURE__ */ jsx("path", { d: "M9 24C9 32.2843 15.7157 39 24 39C29.1278 39 33.6524 36.4255 36.3574 32.5H30V29.5H41.5V41H38.5V34.6602C35.2232 39.1104 29.9505 42 24 42C14.0589 42 6 33.9411 6 24H9Z", style: { fill: `var(--${type})` } }),
|
|
4342
|
+
/* @__PURE__ */ jsx("path", { d: "M24 6C33.9411 6 42 14.0589 42 24H39C39 15.7157 32.2843 9 24 9C18.8722 9 14.3476 11.5745 11.6426 15.5H18V18.5H6.5V7H9.5V13.3389C12.7768 8.88899 18.0498 6 24 6Z", style: { fill: `var(--${type})` } })
|
|
4343
|
+
] });
|
|
4344
|
+
}
|
|
4345
|
+
);
|
|
4346
|
+
var IconQuestion = /* @__PURE__ */ forwardRef(
|
|
4347
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4348
|
+
const iconSize = iconSizeMap[size];
|
|
4349
|
+
if (fill) {
|
|
4350
|
+
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 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM23.9873 29.6221C23.4753 29.6221 23.0302 29.8028 22.6729 30.1611C22.3156 30.5194 22.1358 30.9651 22.1357 31.4775C22.1357 31.9901 22.3155 32.4366 22.6729 32.7949C23.0302 33.1531 23.4754 33.333 23.9873 33.333C24.4992 33.333 24.9444 33.1532 25.3018 32.7949C25.6591 32.4366 25.8389 31.9901 25.8389 31.4775C25.8388 30.9651 25.659 30.5193 25.3018 30.1611C24.9444 29.8028 24.4992 29.6221 23.9873 29.6221ZM24.0674 14C22.7037 14 21.4868 14.343 20.4287 15.0361C19.3703 15.7295 18.6011 16.6864 18.124 17.8965L18 18.2109L20.7412 19.248L20.8613 18.9414C21.1335 18.2468 21.536 17.7215 22.0625 17.3496C22.5858 16.98 23.2091 16.79 23.9473 16.79C24.7896 16.7901 25.4378 17.018 25.9238 17.4473C26.4084 17.8754 26.6504 18.4176 26.6504 19.1006C26.6503 19.618 26.4988 20.1085 26.1865 20.5781C25.8632 21.0644 25.3817 21.5822 24.7314 22.1299L24.7275 22.1328C23.9094 22.8438 23.288 23.56 22.8779 24.2832C22.4537 25.0313 22.2559 25.9957 22.2559 27.1514V27.4854H25.2793V27.1514C25.2793 26.4847 25.3621 25.8831 25.5244 25.3447C25.6677 24.87 26.1409 24.2626 27.0361 23.5234L27.0381 23.5215C27.8837 22.8104 28.5038 22.0964 28.877 21.377C29.2493 20.659 29.4335 19.8713 29.4336 19.0205C29.4336 17.5256 28.9449 16.2971 27.9492 15.3711C26.9564 14.4478 25.6508 14.0001 24.0674 14Z", style: { fill: `var(--${type})` } }) });
|
|
4351
|
+
}
|
|
4352
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4353
|
+
/* @__PURE__ */ jsx("path", { d: "M23.9873 29.6221C24.4992 29.6221 24.9444 29.8028 25.3018 30.1611C25.659 30.5193 25.8388 30.9651 25.8389 31.4775C25.8389 31.9901 25.6591 32.4366 25.3018 32.7949C24.9444 33.1532 24.4992 33.333 23.9873 33.333C23.4754 33.333 23.0302 33.1531 22.6729 32.7949C22.3155 32.4366 22.1357 31.9901 22.1357 31.4775C22.1358 30.9651 22.3156 30.5194 22.6729 30.1611C23.0302 29.8028 23.4753 29.6221 23.9873 29.6221Z", style: { fill: `var(--${type})` } }),
|
|
4354
|
+
/* @__PURE__ */ jsx("path", { d: "M24.0674 14C25.6508 14.0001 26.9564 14.4478 27.9492 15.3711C28.9449 16.2971 29.4336 17.5256 29.4336 19.0205C29.4335 19.8713 29.2493 20.659 28.877 21.377C28.5038 22.0964 27.8837 22.8104 27.0381 23.5215L27.0361 23.5234C26.1409 24.2626 25.6677 24.87 25.5244 25.3447C25.3621 25.8831 25.2793 26.4847 25.2793 27.1514V27.4854H22.2559V27.1514C22.2559 25.9957 22.4537 25.0313 22.8779 24.2832C23.288 23.56 23.9094 22.8438 24.7275 22.1328L24.7314 22.1299C25.3817 21.5822 25.8632 21.0644 26.1865 20.5781C26.4988 20.1085 26.6503 19.618 26.6504 19.1006C26.6504 18.4176 26.4084 17.8754 25.9238 17.4473C25.4378 17.018 24.7896 16.7901 23.9473 16.79C23.2091 16.79 22.5858 16.98 22.0625 17.3496C21.536 17.7215 21.1335 18.2468 20.8613 18.9414L20.7412 19.248L18 18.2109L18.124 17.8965C18.6011 16.6864 19.3703 15.7295 20.4287 15.0361C21.4868 14.343 22.7037 14 24.0674 14Z", style: { fill: `var(--${type})` } }),
|
|
4355
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 7C14.6112 7 7 14.6112 7 24C7 33.3888 14.6112 41 24 41C33.3888 41 41 33.3888 41 24C41 14.6112 33.3888 7 24 7Z", style: { fill: `var(--${type})` } })
|
|
4356
|
+
] });
|
|
4357
|
+
}
|
|
4358
|
+
);
|
|
4359
|
+
var IconCheck = /* @__PURE__ */ forwardRef(
|
|
4360
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4361
|
+
const iconSize = iconSizeMap[size];
|
|
4362
|
+
if (fill) {
|
|
4363
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.41295 20.2918L20.3096 31.1884L38.5583 12.9397L40.6796 15.061L20.3096 35.4311L7.29163 22.4131L9.41295 20.2918Z", style: { fill: `var(--${type})` } }) });
|
|
4364
|
+
}
|
|
4365
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.41295 20.2918L20.3096 31.1884L38.5583 12.9397L40.6796 15.061L20.3096 35.4311L7.29163 22.4131L9.41295 20.2918Z", style: { fill: `var(--${type})` } }) });
|
|
4366
|
+
}
|
|
4367
|
+
);
|
|
4368
|
+
var IconExclamation = /* @__PURE__ */ forwardRef(
|
|
4369
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4370
|
+
const iconSize = iconSizeMap[size];
|
|
4371
|
+
if (fill) {
|
|
4372
|
+
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 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 30C23.4551 30 22.9672 30.1956 22.5811 30.582C22.195 30.9685 22 31.4562 22 32C22 32.5438 22.195 33.0315 22.5811 33.418C22.9672 33.8044 23.4551 34 24 34C24.5449 34 25.0328 33.8044 25.4189 33.418C25.805 33.0315 26 32.5438 26 32C26 31.4562 25.805 30.9685 25.4189 30.582C25.0328 30.1956 24.5449 30 24 30ZM22.5 14V26H25.5V14H22.5Z", style: { fill: `var(--${type})` } }) });
|
|
4373
|
+
}
|
|
4374
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4375
|
+
/* @__PURE__ */ jsx("path", { d: "M23.9193 34.418C23.3743 34.418 22.8862 34.6135 22.5 35C22.1139 35.3865 21.9193 35.8742 21.9193 36.418C21.9193 36.9618 22.1139 37.4495 22.5 37.8359C22.8862 38.2225 23.3743 38.418 23.9193 38.418C24.4643 38.418 24.9524 38.2225 25.3386 37.8359C25.7247 37.4495 25.9193 36.9618 25.9193 36.418C25.9193 35.8742 25.7247 35.3865 25.3386 35C24.9524 34.6135 24.4643 34.418 23.9193 34.418Z", style: { fill: `var(--${type})` } }),
|
|
4376
|
+
/* @__PURE__ */ jsx("path", { d: "M25.366 9.5L25.366 29.5H22.366L22.366 9.5L25.366 9.5Z", style: { fill: `var(--${type})` } })
|
|
4377
|
+
] });
|
|
4378
|
+
}
|
|
4379
|
+
);
|
|
4380
|
+
var IconArrowRedo = /* @__PURE__ */ forwardRef(
|
|
4381
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4382
|
+
const iconSize = iconSizeMap[size];
|
|
4383
|
+
if (fill) {
|
|
4384
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.1211 16.1719L30.8887 26.4043L28.7676 24.2832L35.5508 17.5H19.5C13.9772 17.5 9.5 21.9771 9.5 27.5C9.5 33.0228 13.9772 37.5 19.5 37.5H36V40.5H19.5C12.3203 40.5 6.5 34.6797 6.5 27.5C6.5 20.3203 12.3203 14.5 19.5 14.5H35.207L28.7676 8.06055L30.8887 5.93945L41.1211 16.1719Z", style: { fill: `var(--${type})` } }) });
|
|
4385
|
+
}
|
|
4386
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.1211 16.1719L30.8887 26.4043L28.7676 24.2832L35.5508 17.5H19.5C13.9772 17.5 9.5 21.9771 9.5 27.5C9.5 33.0228 13.9772 37.5 19.5 37.5H36V40.5H19.5C12.3203 40.5 6.5 34.6797 6.5 27.5C6.5 20.3203 12.3203 14.5 19.5 14.5H35.207L28.7676 8.06055L30.8887 5.93945L41.1211 16.1719Z", style: { fill: `var(--${type})` } }) });
|
|
4387
|
+
}
|
|
4388
|
+
);
|
|
4389
|
+
var IconArrowUndo = /* @__PURE__ */ forwardRef(
|
|
4390
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4391
|
+
const iconSize = iconSizeMap[size];
|
|
4392
|
+
if (fill) {
|
|
4393
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M19.2324 8.06055L12.793 14.5H28.5C35.6797 14.5 41.5 20.3203 41.5 27.5C41.5 34.6797 35.6797 40.5 28.5 40.5H12V37.5H28.5C34.0228 37.5 38.5 33.0228 38.5 27.5C38.5 21.9771 34.0228 17.5 28.5 17.5H12.4492L19.2324 24.2822L17.1113 26.4043L6.87891 16.1719L17.1113 5.93945L19.2324 8.06055Z", style: { fill: `var(--${type})` } }) });
|
|
4394
|
+
}
|
|
4395
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M19.2324 8.06055L12.793 14.5H28.5C35.6797 14.5 41.5 20.3203 41.5 27.5C41.5 34.6797 35.6797 40.5 28.5 40.5H12V37.5H28.5C34.0228 37.5 38.5 33.0228 38.5 27.5C38.5 21.9771 34.0228 17.5 28.5 17.5H12.4492L19.2324 24.2822L17.1113 26.4043L6.87891 16.1719L17.1113 5.93945L19.2324 8.06055Z", style: { fill: `var(--${type})` } }) });
|
|
4396
|
+
}
|
|
4397
|
+
);
|
|
4398
|
+
var IconArrowTopRight = /* @__PURE__ */ forwardRef(
|
|
4399
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4400
|
+
const iconSize = iconSizeMap[size];
|
|
4401
|
+
if (fill) {
|
|
4402
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M42.4648 16.1719L32.2324 26.4043L30.1113 24.2822L36.8936 17.5H12.5V39.5H9.5V14.5H36.5498L30.1113 8.06055L32.2324 5.93945L42.4648 16.1719Z", style: { fill: `var(--${type})` } }) });
|
|
4403
|
+
}
|
|
4404
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M42.4648 16.1719L32.2324 26.4043L30.1113 24.2822L36.8936 17.5H12.5V39.5H9.5V14.5H36.5498L30.1113 8.06055L32.2324 5.93945L42.4648 16.1719Z", style: { fill: `var(--${type})` } }) });
|
|
4405
|
+
}
|
|
4406
|
+
);
|
|
4407
|
+
var IconArrowDownRight = /* @__PURE__ */ forwardRef(
|
|
4408
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4409
|
+
const iconSize = iconSizeMap[size];
|
|
4410
|
+
if (fill) {
|
|
4411
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.5 8.5V30.5H36.8936L30.1113 23.7178L32.2324 21.5957L42.4648 31.8281L32.2324 42.0605L30.1113 39.9395L36.5498 33.5H9.5V8.5H12.5Z", style: { fill: `var(--${type})` } }) });
|
|
4412
|
+
}
|
|
4413
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.5 8.5V30.5H36.8936L30.1113 23.7178L32.2324 21.5957L42.4648 31.8281L32.2324 42.0605L30.1113 39.9395L36.5498 33.5H9.5V8.5H12.5Z", style: { fill: `var(--${type})` } }) });
|
|
4414
|
+
}
|
|
4415
|
+
);
|
|
4416
|
+
var IconMTabNew = /* @__PURE__ */ forwardRef(
|
|
4417
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4418
|
+
const iconSize = iconSizeMap[size];
|
|
4419
|
+
if (fill) {
|
|
4420
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4421
|
+
/* @__PURE__ */ jsx("path", { d: "M20 9H9V39H39V28H42V41L41.9951 41.1025C41.9472 41.573 41.573 41.9472 41.1025 41.9951L41 42H7C6.48232 42 6.05621 41.6067 6.00488 41.1025L6 41V7C6 6.44772 6.44772 6 7 6H20V9Z", style: { fill: `var(--${type})` } }),
|
|
4422
|
+
/* @__PURE__ */ jsx("path", { d: "M41.1025 6.00488C41.6067 6.05621 42 6.48232 42 7V21H39V10.4658L20.1641 29.3018L18.043 27.1807L36.2236 9H27V6H41L41.1025 6.00488Z", style: { fill: `var(--${type})` } })
|
|
4423
|
+
] });
|
|
4424
|
+
}
|
|
4425
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4426
|
+
/* @__PURE__ */ jsx("path", { d: "M20 9H9V39H39V28H42V41L41.9951 41.1025C41.9472 41.573 41.573 41.9472 41.1025 41.9951L41 42H7C6.48232 42 6.05621 41.6067 6.00488 41.1025L6 41V7C6 6.44772 6.44772 6 7 6H20V9Z", style: { fill: `var(--${type})` } }),
|
|
4427
|
+
/* @__PURE__ */ jsx("path", { d: "M41.1025 6.00488C41.6067 6.05621 42 6.48232 42 7V21H39V10.4658L20.1641 29.3018L18.043 27.1807L36.2236 9H27V6H41L41.1025 6.00488Z", style: { fill: `var(--${type})` } })
|
|
4428
|
+
] });
|
|
4429
|
+
}
|
|
4430
|
+
);
|
|
4431
|
+
var IconNodeAdd = /* @__PURE__ */ forwardRef(
|
|
4432
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4433
|
+
const iconSize = iconSizeMap[size];
|
|
4434
|
+
if (fill) {
|
|
4435
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4436
|
+
/* @__PURE__ */ jsx("path", { d: "M25.5 22.5H31.5L31.499 25.5H25.5V31.499H22.5V25.5H16.499L16.5 22.5H22.5V16.5H25.5V22.5Z", style: { fill: `var(--${type})` } }),
|
|
4437
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.7744 5C40.6599 5 42.9998 7.33915 43 10.2246L42.9932 10.4941C42.8778 12.7665 41.3101 14.6548 39.2002 15.252V32.7471C41.3929 33.3675 42.9998 35.3832 43 37.7744L42.9932 38.0439C42.853 40.8045 40.5698 43 37.7744 43L37.5059 42.9932C35.2335 42.8779 33.3453 41.31 32.748 39.2002H15.251C14.6302 41.3927 12.6158 43 10.2246 43L9.95605 42.9932C7.19543 42.8532 5.00005 40.5698 5 37.7744C5.00018 35.3778 6.61434 33.3597 8.81445 32.7441C8.80959 32.7455 8.80467 32.7467 8.7998 32.748V15.251C6.60716 14.6304 5.00004 12.6159 5 10.2246C5.00021 7.33928 7.33928 5.00021 10.2246 5C12.6159 5.00004 14.6303 6.60716 15.251 8.7998H32.749C33.3695 6.6073 35.3833 5.00024 37.7744 5ZM10.2246 35.5498C8.99611 35.55 8.00021 36.5459 8 37.7744C8.00005 39.003 8.99601 39.9998 10.2246 40C11.4533 39.9999 12.4501 39.0031 12.4502 37.7744C12.45 36.5458 11.4532 35.5499 10.2246 35.5498ZM37.7744 35.5498C36.546 35.5501 35.55 36.546 35.5498 37.7744C35.5499 39.003 36.5459 39.9997 37.7744 40C39.0032 40 39.9999 39.0032 40 37.7744C39.9998 36.5458 39.0031 35.5498 37.7744 35.5498ZM15.2119 11.7812C14.7045 13.4085 13.4245 14.6938 11.7998 15.207V32.792C11.7975 32.7913 11.7952 32.7907 11.793 32.79C13.4151 33.2999 14.6961 34.579 15.208 36.2002H32.792C33.3031 34.5811 34.5812 33.3032 36.2002 32.792V15.207C34.6381 14.7136 33.3923 13.5074 32.8477 11.9688L32.792 11.7998L15.2119 11.7812C15.2138 11.7753 15.21 11.7873 15.2119 11.7812ZM10.2246 8C8.99611 8.00021 8.00021 8.99611 8 10.2246C8.00005 11.4532 8.99601 12.45 10.2246 12.4502C11.4533 12.4501 12.4501 11.4533 12.4502 10.2246C12.45 8.99601 11.4532 8.00005 10.2246 8ZM37.7744 8C36.546 8.00029 35.55 8.99616 35.5498 10.2246C35.5499 11.4532 36.5459 12.4499 37.7744 12.4502C39.0032 12.4502 39.9999 11.4534 40 10.2246C39.9998 8.99598 39.0031 8 37.7744 8Z", style: { fill: `var(--${type})` } })
|
|
4438
|
+
] });
|
|
4439
|
+
}
|
|
4440
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4441
|
+
/* @__PURE__ */ jsx("path", { d: "M25.5 22.5H31.5L31.499 25.5H25.5V31.499H22.5V25.5H16.499L16.5 22.5H22.5V16.5H25.5V22.5Z", style: { fill: `var(--${type})` } }),
|
|
4442
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.7744 5C40.6599 5 42.9998 7.33915 43 10.2246L42.9932 10.4941C42.8778 12.7665 41.3101 14.6548 39.2002 15.252V32.7471C41.3929 33.3675 42.9998 35.3832 43 37.7744L42.9932 38.0439C42.853 40.8045 40.5698 43 37.7744 43L37.5059 42.9932C35.2335 42.8779 33.3453 41.31 32.748 39.2002H15.251C14.6302 41.3927 12.6158 43 10.2246 43L9.95605 42.9932C7.19543 42.8532 5.00005 40.5698 5 37.7744C5.00018 35.3778 6.61434 33.3597 8.81445 32.7441C8.80959 32.7455 8.80467 32.7467 8.7998 32.748V15.251C6.60716 14.6304 5.00004 12.6159 5 10.2246C5.00021 7.33928 7.33928 5.00021 10.2246 5C12.6159 5.00004 14.6303 6.60716 15.251 8.7998H32.749C33.3695 6.6073 35.3833 5.00024 37.7744 5ZM10.2246 35.5498C8.99611 35.55 8.00021 36.5459 8 37.7744C8.00005 39.003 8.99601 39.9998 10.2246 40C11.4533 39.9999 12.4501 39.0031 12.4502 37.7744C12.45 36.5458 11.4532 35.5499 10.2246 35.5498ZM37.7744 35.5498C36.546 35.5501 35.55 36.546 35.5498 37.7744C35.5499 39.003 36.5459 39.9997 37.7744 40C39.0032 40 39.9999 39.0032 40 37.7744C39.9998 36.5458 39.0031 35.5498 37.7744 35.5498ZM15.2119 11.7812C14.7045 13.4085 13.4245 14.6938 11.7998 15.207V32.792C11.7975 32.7913 11.7952 32.7907 11.793 32.79C13.4151 33.2999 14.6961 34.579 15.208 36.2002H32.792C33.3031 34.5811 34.5812 33.3032 36.2002 32.792V15.207C34.6381 14.7136 33.3923 13.5074 32.8477 11.9688L32.792 11.7998L15.2119 11.7812C15.2138 11.7753 15.21 11.7873 15.2119 11.7812ZM10.2246 8C8.99611 8.00021 8.00021 8.99611 8 10.2246C8.00005 11.4532 8.99601 12.45 10.2246 12.4502C11.4533 12.4501 12.4501 11.4533 12.4502 10.2246C12.45 8.99601 11.4532 8.00005 10.2246 8ZM37.7744 8C36.546 8.00029 35.55 8.99616 35.5498 10.2246C35.5499 11.4532 36.5459 12.4499 37.7744 12.4502C39.0032 12.4502 39.9999 11.4534 40 10.2246C39.9998 8.99598 39.0031 8 37.7744 8Z", style: { fill: `var(--${type})` } })
|
|
4443
|
+
] });
|
|
4444
|
+
}
|
|
4445
|
+
);
|
|
4446
|
+
var IconListNumbered = /* @__PURE__ */ forwardRef(
|
|
4447
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4448
|
+
const iconSize = iconSizeMap[size];
|
|
4449
|
+
if (fill) {
|
|
4450
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4451
|
+
/* @__PURE__ */ jsx("path", { d: "M10.0078 32.6494C10.7017 32.6494 11.326 32.7679 11.877 33.0098C12.4264 33.251 12.863 33.5895 13.1787 34.0283C13.4955 34.4644 13.6502 34.9616 13.6426 35.5127L13.6416 35.6484C13.6292 35.9616 13.5444 36.2527 13.3867 36.5186C13.2116 36.8167 12.9639 37.0564 12.6484 37.2373C12.5335 37.3025 12.4106 37.3544 12.2852 37.4014C12.5111 37.4666 12.7179 37.5526 12.9043 37.6602C13.2653 37.8616 13.5417 38.1251 13.7266 38.4521C13.91 38.7769 13.9953 39.1467 13.9873 39.5557L13.9814 39.7695C13.9497 40.2632 13.7786 40.712 13.4688 41.1104L13.4678 41.1094C13.1643 41.5005 12.7603 41.8151 12.2598 42.0537L12.0391 42.1514C11.438 42.4006 10.7555 42.5225 9.99512 42.5225C9.2543 42.5225 8.58538 42.3954 7.99219 42.1367C7.39946 41.8738 6.92967 41.5044 6.59277 41.0264C6.25544 40.5477 6.08462 40.0079 6.08008 39.4131L6.07812 39.2246H8.90039L8.90527 39.4072C8.90857 39.5456 8.95202 39.6693 9.03906 39.7832C9.12733 39.8986 9.25315 39.9957 9.4248 40.0703C9.59454 40.1399 9.78635 40.1768 10.002 40.1768C10.2224 40.1767 10.4104 40.1377 10.5693 40.0654L10.5703 40.0645C10.7341 39.9917 10.8517 39.8943 10.9316 39.7744C11.0112 39.6551 11.0504 39.5185 11.0469 39.3584V39.3506L11.041 39.2402C11.0259 39.1337 10.9834 39.0396 10.915 38.9541L10.9121 38.9492C10.8228 38.8302 10.6864 38.7298 10.4902 38.6543L10.4883 38.6533C10.2967 38.5783 10.0737 38.5391 9.81641 38.5391H8.69141V36.4736H9.81641C10.0462 36.4736 10.2463 36.4342 10.4199 36.3604C10.5975 36.2864 10.7231 36.1872 10.8057 36.0684L10.8076 36.0654C10.8937 35.9461 10.9323 35.8175 10.9258 35.6729V35.6553C10.9325 35.5089 10.899 35.3841 10.8281 35.2744L10.8242 35.2686C10.7567 35.1561 10.6562 35.0675 10.5137 35.0049L10.5088 35.0029C10.3671 34.9356 10.2014 34.8994 10.0078 34.8994C9.80168 34.8994 9.62015 34.938 9.45996 35.0107L9.45801 35.0117C9.30267 35.0804 9.18477 35.1747 9.09961 35.2939C9.01535 35.412 8.96895 35.5471 8.96191 35.7041L8.9541 35.8828H6.25391L6.25879 35.6914C6.27243 35.0995 6.43997 34.5693 6.76465 34.1074L6.76562 34.1064C7.09312 33.6471 7.54129 33.2907 8.10352 33.0361C8.66777 32.7764 9.30399 32.6494 10.0078 32.6494Z", style: { fill: `var(--${type})` } }),
|
|
4452
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39H18V36H42V39Z", style: { fill: `var(--${type})` } }),
|
|
4453
|
+
/* @__PURE__ */ jsx("path", { d: "M9.77148 18.8105C10.5208 18.8105 11.1845 18.9328 11.7568 19.1826C12.3324 19.4319 12.7841 19.7887 13.1045 20.2568L13.2188 20.4355C13.468 20.8596 13.5918 21.3404 13.5918 21.873C13.5918 22.2739 13.5101 22.661 13.3496 23.0332C13.1918 23.4092 12.9128 23.8181 12.5215 24.2578L12.5205 24.2588C12.1282 24.6951 11.5791 25.2084 10.877 25.7979L10.248 26.3369H13.7012V28.6895H6.18457V26.6387L6.25293 26.582L9.73438 23.6572L9.73535 23.6562C10.0082 23.4303 10.2169 23.2377 10.3643 23.0781L10.3652 23.0762C10.5133 22.9202 10.6247 22.7613 10.7012 22.6006L10.7021 22.5996C10.7795 22.4411 10.8184 22.2683 10.8184 22.0801C10.8183 21.8728 10.7717 21.698 10.6836 21.5498C10.5942 21.3996 10.4748 21.2889 10.3232 21.2148L10.3193 21.2139C10.1646 21.1347 9.98181 21.0918 9.76562 21.0918C9.55554 21.0918 9.37185 21.1351 9.21191 21.2188L9.21094 21.2197C9.06241 21.2957 8.9477 21.4081 8.86621 21.5625C8.78722 21.7205 8.74414 21.9175 8.74414 22.1582V22.3477H6.0166V22.1582C6.0166 21.4897 6.17037 20.8954 6.48438 20.3828C6.80221 19.8669 7.24759 19.4752 7.81445 19.21C8.3793 18.9414 9.03349 18.8106 9.77148 18.8105Z", style: { fill: `var(--${type})` } }),
|
|
4454
|
+
/* @__PURE__ */ jsx("path", { d: "M42 25.5H18V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4455
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6318 14.7432H8.74609V7.59473L7.01855 8.48535V5.95508L9.03809 4.84082L9.0791 4.81836H11.6318V14.7432Z", style: { fill: `var(--${type})` } }),
|
|
4456
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12H18V9H42V12Z", style: { fill: `var(--${type})` } })
|
|
4457
|
+
] });
|
|
4458
|
+
}
|
|
4459
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4460
|
+
/* @__PURE__ */ jsx("path", { d: "M10.0078 32.6494C10.7017 32.6494 11.326 32.7679 11.877 33.0098C12.4264 33.251 12.863 33.5895 13.1787 34.0283C13.4955 34.4644 13.6502 34.9616 13.6426 35.5127L13.6416 35.6484C13.6292 35.9616 13.5444 36.2527 13.3867 36.5186C13.2116 36.8167 12.9639 37.0564 12.6484 37.2373C12.5335 37.3025 12.4106 37.3544 12.2852 37.4014C12.5111 37.4666 12.7179 37.5526 12.9043 37.6602C13.2653 37.8616 13.5417 38.1251 13.7266 38.4521C13.91 38.7769 13.9953 39.1467 13.9873 39.5557L13.9814 39.7695C13.9497 40.2632 13.7786 40.712 13.4688 41.1104L13.4678 41.1094C13.1643 41.5005 12.7603 41.8151 12.2598 42.0537L12.0391 42.1514C11.438 42.4006 10.7555 42.5225 9.99512 42.5225C9.2543 42.5225 8.58538 42.3954 7.99219 42.1367C7.39946 41.8738 6.92967 41.5044 6.59277 41.0264C6.25544 40.5477 6.08462 40.0079 6.08008 39.4131L6.07812 39.2246H8.90039L8.90527 39.4072C8.90857 39.5456 8.95202 39.6693 9.03906 39.7832C9.12733 39.8986 9.25315 39.9957 9.4248 40.0703C9.59454 40.1399 9.78635 40.1768 10.002 40.1768C10.2224 40.1767 10.4104 40.1377 10.5693 40.0654L10.5703 40.0645C10.7341 39.9917 10.8517 39.8943 10.9316 39.7744C11.0112 39.6551 11.0504 39.5185 11.0469 39.3584V39.3506L11.041 39.2402C11.0259 39.1337 10.9834 39.0396 10.915 38.9541L10.9121 38.9492C10.8228 38.8302 10.6864 38.7298 10.4902 38.6543L10.4883 38.6533C10.2967 38.5783 10.0737 38.5391 9.81641 38.5391H8.69141V36.4736H9.81641C10.0462 36.4736 10.2463 36.4342 10.4199 36.3604C10.5975 36.2864 10.7231 36.1872 10.8057 36.0684L10.8076 36.0654C10.8937 35.9461 10.9323 35.8175 10.9258 35.6729V35.6553C10.9325 35.5089 10.899 35.3841 10.8281 35.2744L10.8242 35.2686C10.7567 35.1561 10.6562 35.0675 10.5137 35.0049L10.5088 35.0029C10.3671 34.9356 10.2014 34.8994 10.0078 34.8994C9.80168 34.8994 9.62015 34.938 9.45996 35.0107L9.45801 35.0117C9.30267 35.0804 9.18477 35.1747 9.09961 35.2939C9.01535 35.412 8.96895 35.5471 8.96191 35.7041L8.9541 35.8828H6.25391L6.25879 35.6914C6.27243 35.0995 6.43997 34.5693 6.76465 34.1074L6.76562 34.1064C7.09312 33.6471 7.54129 33.2907 8.10352 33.0361C8.66777 32.7764 9.30399 32.6494 10.0078 32.6494Z", style: { fill: `var(--${type})` } }),
|
|
4461
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39H18V36H42V39Z", style: { fill: `var(--${type})` } }),
|
|
4462
|
+
/* @__PURE__ */ jsx("path", { d: "M9.77148 18.8105C10.5208 18.8105 11.1845 18.9328 11.7568 19.1826C12.3324 19.4319 12.7841 19.7887 13.1045 20.2568L13.2188 20.4355C13.468 20.8596 13.5918 21.3404 13.5918 21.873C13.5918 22.2739 13.5101 22.661 13.3496 23.0332C13.1918 23.4092 12.9128 23.8181 12.5215 24.2578L12.5205 24.2588C12.1282 24.6951 11.5791 25.2084 10.877 25.7979L10.248 26.3369H13.7012V28.6895H6.18457V26.6387L6.25293 26.582L9.73438 23.6572L9.73535 23.6562C10.0082 23.4303 10.2169 23.2377 10.3643 23.0781L10.3652 23.0762C10.5133 22.9202 10.6247 22.7613 10.7012 22.6006L10.7021 22.5996C10.7795 22.4411 10.8184 22.2683 10.8184 22.0801C10.8183 21.8728 10.7717 21.698 10.6836 21.5498C10.5942 21.3996 10.4748 21.2889 10.3232 21.2148L10.3193 21.2139C10.1646 21.1347 9.98181 21.0918 9.76562 21.0918C9.55554 21.0918 9.37185 21.1351 9.21191 21.2188L9.21094 21.2197C9.06241 21.2957 8.9477 21.4081 8.86621 21.5625C8.78722 21.7205 8.74414 21.9175 8.74414 22.1582V22.3477H6.0166V22.1582C6.0166 21.4897 6.17037 20.8954 6.48438 20.3828C6.80221 19.8669 7.24759 19.4752 7.81445 19.21C8.3793 18.9414 9.03349 18.8106 9.77148 18.8105Z", style: { fill: `var(--${type})` } }),
|
|
4463
|
+
/* @__PURE__ */ jsx("path", { d: "M42 25.5H18V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4464
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6318 14.7432H8.74609V7.59473L7.01855 8.48535V5.95508L9.03809 4.84082L9.0791 4.81836H11.6318V14.7432Z", style: { fill: `var(--${type})` } }),
|
|
4465
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12H18V9H42V12Z", style: { fill: `var(--${type})` } })
|
|
4466
|
+
] });
|
|
4467
|
+
}
|
|
4468
|
+
);
|
|
4469
|
+
var IconAlignJustify = /* @__PURE__ */ forwardRef(
|
|
4470
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4471
|
+
const iconSize = iconSizeMap[size];
|
|
4472
|
+
if (fill) {
|
|
4473
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4474
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39H6V36H42V39Z", style: { fill: `var(--${type})` } }),
|
|
4475
|
+
/* @__PURE__ */ jsx("path", { d: "M42 30H6V27H42V30Z", style: { fill: `var(--${type})` } }),
|
|
4476
|
+
/* @__PURE__ */ jsx("path", { d: "M42 21H6V18H42V21Z", style: { fill: `var(--${type})` } }),
|
|
4477
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12H6V9H42V12Z", style: { fill: `var(--${type})` } })
|
|
4478
|
+
] });
|
|
4479
|
+
}
|
|
4480
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4481
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39H6V36H42V39Z", style: { fill: `var(--${type})` } }),
|
|
4482
|
+
/* @__PURE__ */ jsx("path", { d: "M42 30H6V27H42V30Z", style: { fill: `var(--${type})` } }),
|
|
4483
|
+
/* @__PURE__ */ jsx("path", { d: "M42 21H6V18H42V21Z", style: { fill: `var(--${type})` } }),
|
|
4484
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12H6V9H42V12Z", style: { fill: `var(--${type})` } })
|
|
4485
|
+
] });
|
|
4486
|
+
}
|
|
4487
|
+
);
|
|
4488
|
+
var IconAlignSplit = /* @__PURE__ */ forwardRef(
|
|
4489
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4490
|
+
const iconSize = iconSizeMap[size];
|
|
4491
|
+
if (fill) {
|
|
4492
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4493
|
+
/* @__PURE__ */ jsx("path", { d: "M22 39H6V36H22V39Z", style: { fill: `var(--${type})` } }),
|
|
4494
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39H26V36H42V39Z", style: { fill: `var(--${type})` } }),
|
|
4495
|
+
/* @__PURE__ */ jsx("path", { d: "M22 30H6V27H22V30Z", style: { fill: `var(--${type})` } }),
|
|
4496
|
+
/* @__PURE__ */ jsx("path", { d: "M42 30H26V27H42V30Z", style: { fill: `var(--${type})` } }),
|
|
4497
|
+
/* @__PURE__ */ jsx("path", { d: "M22 21H6V18H22V21Z", style: { fill: `var(--${type})` } }),
|
|
4498
|
+
/* @__PURE__ */ jsx("path", { d: "M42 21H26V18H42V21Z", style: { fill: `var(--${type})` } }),
|
|
4499
|
+
/* @__PURE__ */ jsx("path", { d: "M22 12H6V9H22V12Z", style: { fill: `var(--${type})` } }),
|
|
4500
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12H26V9H42V12Z", style: { fill: `var(--${type})` } })
|
|
4501
|
+
] });
|
|
4502
|
+
}
|
|
4503
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4504
|
+
/* @__PURE__ */ jsx("path", { d: "M22 39H6V36H22V39Z", style: { fill: `var(--${type})` } }),
|
|
4505
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39H26V36H42V39Z", style: { fill: `var(--${type})` } }),
|
|
4506
|
+
/* @__PURE__ */ jsx("path", { d: "M22 30H6V27H22V30Z", style: { fill: `var(--${type})` } }),
|
|
4507
|
+
/* @__PURE__ */ jsx("path", { d: "M42 30H26V27H42V30Z", style: { fill: `var(--${type})` } }),
|
|
4508
|
+
/* @__PURE__ */ jsx("path", { d: "M22 21H6V18H22V21Z", style: { fill: `var(--${type})` } }),
|
|
4509
|
+
/* @__PURE__ */ jsx("path", { d: "M42 21H26V18H42V21Z", style: { fill: `var(--${type})` } }),
|
|
4510
|
+
/* @__PURE__ */ jsx("path", { d: "M22 12H6V9H22V12Z", style: { fill: `var(--${type})` } }),
|
|
4511
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12H26V9H42V12Z", style: { fill: `var(--${type})` } })
|
|
4512
|
+
] });
|
|
4513
|
+
}
|
|
4514
|
+
);
|
|
4515
|
+
var IconDeepResearch = /* @__PURE__ */ forwardRef(
|
|
4516
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4517
|
+
const iconSize = iconSizeMap[size];
|
|
4518
|
+
if (fill) {
|
|
4519
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4520
|
+
/* @__PURE__ */ jsx("path", { d: "M9 39H18.5V42H6V29.5H9V39Z", style: { fill: `var(--${type})` } }),
|
|
4521
|
+
/* @__PURE__ */ jsx("path", { d: "M42.001 42H29.501V39H39.001V29.5H42.001V42Z", style: { fill: `var(--${type})` } }),
|
|
4522
|
+
/* @__PURE__ */ jsx("path", { d: "M26.2275 21.7725L31 24L26.2275 26.2275L24 31L21.7725 26.2275L17 24L21.7725 21.7725L24 17L26.2275 21.7725Z", style: { fill: `var(--${type})` } }),
|
|
4523
|
+
/* @__PURE__ */ jsx("path", { d: "M18.5 9H9V18.5H6V6H18.5V9Z", style: { fill: `var(--${type})` } }),
|
|
4524
|
+
/* @__PURE__ */ jsx("path", { d: "M42 18.5H39V9H29.5V6H42V18.5Z", style: { fill: `var(--${type})` } })
|
|
4525
|
+
] });
|
|
4526
|
+
}
|
|
4527
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4528
|
+
/* @__PURE__ */ jsx("path", { d: "M9 39H18.5V42H6V29.5H9V39Z", style: { fill: `var(--${type})` } }),
|
|
4529
|
+
/* @__PURE__ */ jsx("path", { d: "M42.001 42H29.501V39H39.001V29.5H42.001V42Z", style: { fill: `var(--${type})` } }),
|
|
4530
|
+
/* @__PURE__ */ jsx("path", { d: "M26.2275 21.7725L31 24L26.2275 26.2275L24 31L21.7725 26.2275L17 24L21.7725 21.7725L24 17L26.2275 21.7725Z", style: { fill: `var(--${type})` } }),
|
|
4531
|
+
/* @__PURE__ */ jsx("path", { d: "M18.5 9H9V18.5H6V6H18.5V9Z", style: { fill: `var(--${type})` } }),
|
|
4532
|
+
/* @__PURE__ */ jsx("path", { d: "M42 18.5H39V9H29.5V6H42V18.5Z", style: { fill: `var(--${type})` } })
|
|
4533
|
+
] });
|
|
4534
|
+
}
|
|
4535
|
+
);
|
|
4536
|
+
var IconPencilWrite = /* @__PURE__ */ forwardRef(
|
|
4537
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4538
|
+
const iconSize = iconSizeMap[size];
|
|
4539
|
+
if (fill) {
|
|
4540
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4541
|
+
/* @__PURE__ */ jsx("path", { d: "M42 41.9995H6V38.9995H42V41.9995Z", style: { fill: `var(--${type})` } }),
|
|
4542
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.9873 4.98968C34.1458 4.8312 34.403 4.83128 34.5615 4.98968L40.7129 11.1411L40.7646 11.2055C40.8536 11.3404 40.8536 11.5159 40.7646 11.6508L40.7129 11.7153L16.2354 36.1938L16.1729 36.2446C16.1288 36.2739 16.0792 36.2937 16.0273 36.3041L15.9482 36.3129L9.75586 36.3237C9.53145 36.3241 9.34881 36.1427 9.34863 35.9184L9.35645 29.7875C9.35669 29.6803 9.39988 29.5773 9.47559 29.5014L33.9873 4.98968ZM12.2588 30.8227L12.2539 33.4164L14.9121 33.4116L32.3584 15.9643L29.7373 13.3432L12.2588 30.8227ZM31.79 11.2905L34.4111 13.9116L36.8955 11.4291L34.2734 8.80707L31.79 11.2905Z", style: { fill: `var(--${type})` } })
|
|
4543
|
+
] });
|
|
4544
|
+
}
|
|
4545
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4546
|
+
/* @__PURE__ */ jsx("path", { d: "M42 41.9995H6V38.9995H42V41.9995Z", style: { fill: `var(--${type})` } }),
|
|
4547
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.9873 4.98968C34.1458 4.8312 34.403 4.83128 34.5615 4.98968L40.7129 11.1411L40.7646 11.2055C40.8536 11.3404 40.8536 11.5159 40.7646 11.6508L40.7129 11.7153L16.2354 36.1938L16.1729 36.2446C16.1288 36.2739 16.0792 36.2937 16.0273 36.3041L15.9482 36.3129L9.75586 36.3237C9.53145 36.3241 9.34881 36.1427 9.34863 35.9184L9.35645 29.7875C9.35669 29.6803 9.39988 29.5773 9.47559 29.5014L33.9873 4.98968ZM12.2588 30.8227L12.2539 33.4164L14.9121 33.4116L32.3584 15.9643L29.7373 13.3432L12.2588 30.8227ZM31.79 11.2905L34.4111 13.9116L36.8955 11.4291L34.2734 8.80707L31.79 11.2905Z", style: { fill: `var(--${type})` } })
|
|
4548
|
+
] });
|
|
4549
|
+
}
|
|
4550
|
+
);
|
|
4551
|
+
var IconPencilParagraph = /* @__PURE__ */ forwardRef(
|
|
4552
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4553
|
+
const iconSize = iconSizeMap[size];
|
|
4554
|
+
if (fill) {
|
|
4555
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4556
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2041 21.9668C35.3981 21.8388 35.6622 21.8605 35.833 22.0312L42.0479 28.2461C42.2431 28.4414 42.2431 28.7579 42.0479 28.9531L28.1465 42.8545L28.0703 42.917C28.0162 42.9531 27.9553 42.9783 27.8916 42.9912L27.793 43.001L21.5781 43.0107C21.3018 43.0112 21.0773 42.787 21.0771 42.5107L21.0781 36.2861C21.0782 36.1869 21.1079 36.0902 21.1621 36.0088L21.2246 35.9326L35.126 22.0312L35.2041 21.9668ZM24.0791 37.3213L24.0771 40.0068L26.7559 40.002L34.3184 32.4395L31.6387 29.7598L24.0791 37.3213ZM33.7598 27.6387L36.4395 30.3184L38.1592 28.5996L35.4795 25.9199L33.7598 27.6387Z", style: { fill: `var(--${type})` } }),
|
|
4557
|
+
/* @__PURE__ */ jsx("path", { d: "M24 26.5H6V23.5H24V26.5Z", style: { fill: `var(--${type})` } }),
|
|
4558
|
+
/* @__PURE__ */ jsx("path", { d: "M42 18.5H6V15.5H42V18.5Z", style: { fill: `var(--${type})` } }),
|
|
4559
|
+
/* @__PURE__ */ jsx("path", { d: "M42 10.5H6V7.5H42V10.5Z", style: { fill: `var(--${type})` } })
|
|
4560
|
+
] });
|
|
4561
|
+
}
|
|
4562
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4563
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2041 21.9668C35.3981 21.8388 35.6622 21.8605 35.833 22.0312L42.0479 28.2461C42.2431 28.4414 42.2431 28.7579 42.0479 28.9531L28.1465 42.8545L28.0703 42.917C28.0162 42.9531 27.9553 42.9783 27.8916 42.9912L27.793 43.001L21.5781 43.0107C21.3018 43.0112 21.0773 42.787 21.0771 42.5107L21.0781 36.2861C21.0782 36.1869 21.1079 36.0902 21.1621 36.0088L21.2246 35.9326L35.126 22.0312L35.2041 21.9668ZM24.0791 37.3213L24.0771 40.0068L26.7559 40.002L34.3184 32.4395L31.6387 29.7598L24.0791 37.3213ZM33.7598 27.6387L36.4395 30.3184L38.1592 28.5996L35.4795 25.9199L33.7598 27.6387Z", style: { fill: `var(--${type})` } }),
|
|
4564
|
+
/* @__PURE__ */ jsx("path", { d: "M24 26.5H6V23.5H24V26.5Z", style: { fill: `var(--${type})` } }),
|
|
4565
|
+
/* @__PURE__ */ jsx("path", { d: "M42 18.5H6V15.5H42V18.5Z", style: { fill: `var(--${type})` } }),
|
|
4566
|
+
/* @__PURE__ */ jsx("path", { d: "M42 10.5H6V7.5H42V10.5Z", style: { fill: `var(--${type})` } })
|
|
4567
|
+
] });
|
|
4568
|
+
}
|
|
4569
|
+
);
|
|
4570
|
+
var IconHashtag = /* @__PURE__ */ forwardRef(
|
|
4571
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4572
|
+
const iconSize = iconSizeMap[size];
|
|
4573
|
+
if (fill) {
|
|
4574
|
+
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: "M21.624 15.5L31.0332 15.499L32.9082 8H36L34.125 15.499H41.9854L41.2354 18.498H33.375L30.874 28.501H39.75L39 31.5H30.124L28 40H24.9082L27.0322 31.5L17.624 31.501L15.5 40H12.4082L14.5322 31.501L6.01465 31.502L6.76465 28.5029L15.2822 28.502L17.7832 18.499L8.25 18.5L9 15.501L18.5322 15.5L20.4082 8H23.5L21.624 15.5ZM20.875 18.499L18.374 28.502L27.7822 28.501L30.2832 18.498L20.875 18.499Z", style: { fill: `var(--${type})` } }) });
|
|
4575
|
+
}
|
|
4576
|
+
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: "M21.624 15.5L31.0332 15.499L32.9082 8H36L34.125 15.499H41.9854L41.2354 18.498H33.375L30.874 28.501H39.75L39 31.5H30.124L28 40H24.9082L27.0322 31.5L17.624 31.501L15.5 40H12.4082L14.5322 31.501L6.01465 31.502L6.76465 28.5029L15.2822 28.502L17.7832 18.499L8.25 18.5L9 15.501L18.5322 15.5L20.4082 8H23.5L21.624 15.5ZM20.875 18.499L18.374 28.502L27.7822 28.501L30.2832 18.498L20.875 18.499Z", style: { fill: `var(--${type})` } }) });
|
|
4577
|
+
}
|
|
4578
|
+
);
|
|
4579
|
+
var IconElements = /* @__PURE__ */ forwardRef(
|
|
4580
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4581
|
+
const iconSize = iconSizeMap[size];
|
|
4582
|
+
if (fill) {
|
|
4583
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4584
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 25.4998C18.6944 25.4998 22.5 29.3054 22.5 33.9998C22.5 38.6942 18.6944 42.4998 14 42.4998C9.30558 42.4998 5.5 38.6942 5.5 33.9998C5.50003 29.3054 9.3056 25.4998 14 25.4998ZM14 28.4998C10.9625 28.4998 8.50003 30.9622 8.5 33.9998C8.5 37.0373 10.9624 39.4998 14 39.4998C17.0376 39.4998 19.5 37.0373 19.5 33.9998C19.5 30.9622 17.0375 28.4998 14 28.4998Z", style: { fill: `var(--${type})` } }),
|
|
4585
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39.4998H26V36.4998H42V39.4998Z", style: { fill: `var(--${type})` } }),
|
|
4586
|
+
/* @__PURE__ */ jsx("path", { d: "M42 31.2498H26V28.2498H42V31.2498Z", style: { fill: `var(--${type})` } }),
|
|
4587
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5 5.99977C21.7761 5.99977 22 6.22365 22 6.49977V21.4998C22 21.7759 21.7761 21.9998 21.5 21.9998H6.5C6.22386 21.9998 6 21.7759 6 21.4998V6.49977C6.00003 6.22365 6.22388 5.99977 6.5 5.99977H21.5ZM9 18.9998H19V8.99977H9V18.9998Z", style: { fill: `var(--${type})` } }),
|
|
4588
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.5635 5.78102C33.7543 5.43987 34.2457 5.43985 34.4365 5.78102L43.084 21.2556C43.2702 21.5889 43.0292 21.9997 42.6475 21.9998H25.3525L25.2822 21.9949C24.9419 21.9485 24.7414 21.568 24.916 21.2556L33.5635 5.78102ZM29.6133 18.9998H38.3867L34 11.1492L29.6133 18.9998Z", style: { fill: `var(--${type})` } })
|
|
4589
|
+
] });
|
|
4590
|
+
}
|
|
4591
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4592
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 25.4998C18.6944 25.4998 22.5 29.3054 22.5 33.9998C22.5 38.6942 18.6944 42.4998 14 42.4998C9.30558 42.4998 5.5 38.6942 5.5 33.9998C5.50003 29.3054 9.3056 25.4998 14 25.4998ZM14 28.4998C10.9625 28.4998 8.50003 30.9622 8.5 33.9998C8.5 37.0373 10.9624 39.4998 14 39.4998C17.0376 39.4998 19.5 37.0373 19.5 33.9998C19.5 30.9622 17.0375 28.4998 14 28.4998Z", style: { fill: `var(--${type})` } }),
|
|
4593
|
+
/* @__PURE__ */ jsx("path", { d: "M42 39.4998H26V36.4998H42V39.4998Z", style: { fill: `var(--${type})` } }),
|
|
4594
|
+
/* @__PURE__ */ jsx("path", { d: "M42 31.2498H26V28.2498H42V31.2498Z", style: { fill: `var(--${type})` } }),
|
|
4595
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5 5.99977C21.7761 5.99977 22 6.22365 22 6.49977V21.4998C22 21.7759 21.7761 21.9998 21.5 21.9998H6.5C6.22386 21.9998 6 21.7759 6 21.4998V6.49977C6.00003 6.22365 6.22388 5.99977 6.5 5.99977H21.5ZM9 18.9998H19V8.99977H9V18.9998Z", style: { fill: `var(--${type})` } }),
|
|
4596
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.5635 5.78102C33.7543 5.43987 34.2457 5.43985 34.4365 5.78102L43.084 21.2556C43.2702 21.5889 43.0292 21.9997 42.6475 21.9998H25.3525L25.2822 21.9949C24.9419 21.9485 24.7414 21.568 24.916 21.2556L33.5635 5.78102ZM29.6133 18.9998H38.3867L34 11.1492L29.6133 18.9998Z", style: { fill: `var(--${type})` } })
|
|
4597
|
+
] });
|
|
4598
|
+
}
|
|
4599
|
+
);
|
|
4600
|
+
var IconBlocks = /* @__PURE__ */ forwardRef(
|
|
4601
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4602
|
+
const iconSize = iconSizeMap[size];
|
|
4603
|
+
if (fill) {
|
|
4604
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4605
|
+
/* @__PURE__ */ jsx("path", { d: "M22.5 25.5V42H6V25.5H22.5Z", style: { fill: `var(--${type})` } }),
|
|
4606
|
+
/* @__PURE__ */ jsx("path", { d: "M42 42H25.5V25.5H42V42Z", style: { fill: `var(--${type})` } }),
|
|
4607
|
+
/* @__PURE__ */ jsx("path", { d: "M33 22.5H15V6H33V22.5Z", style: { fill: `var(--${type})` } })
|
|
4608
|
+
] });
|
|
4609
|
+
}
|
|
4610
|
+
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: "M33.5 22.5H42V42H6V22.5H14V6H33.5V22.5ZM9 39H22.5V25.5H9V39ZM25.5 39H39V25.5H25.5V39ZM17 22.5H30.5V9H17V22.5Z", style: { fill: `var(--${type})` } }) });
|
|
4611
|
+
}
|
|
4612
|
+
);
|
|
4613
|
+
var IconNoteSummarize = /* @__PURE__ */ forwardRef(
|
|
4614
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4615
|
+
const iconSize = iconSizeMap[size];
|
|
4616
|
+
if (fill) {
|
|
4617
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4618
|
+
/* @__PURE__ */ jsx("path", { d: "M38.7861 29.5791C38.9078 29.4273 39.152 29.539 39.1172 29.7305L38.125 35.1875H42.6182C42.7739 35.1875 42.8617 35.366 42.7666 35.4893L35.2109 45.2783C35.0915 45.433 34.8439 45.3245 34.877 45.1318L35.875 39.3125H31.3896C31.2327 39.3121 31.146 39.1305 31.2441 39.0078L38.7861 29.5791Z", style: { fill: `var(--${type})` } }),
|
|
4619
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V28.0117C40.636 27.3637 39.1106 27 37.5 27C34.3908 27 31.5984 28.3525 29.6758 30.5H13.5V33.5H27.791C27.2825 34.7331 27 36.0834 27 37.5C27 39.1106 27.3637 40.636 28.0117 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM13.5 25.5H34.5V22.5H13.5V25.5ZM13.5 17.5H34.5V14.5H13.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4620
|
+
] });
|
|
4621
|
+
}
|
|
4622
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4623
|
+
/* @__PURE__ */ jsx("path", { d: "M38.7861 29.5791C38.9078 29.4273 39.152 29.539 39.1172 29.7305L38.125 35.1875H42.6182C42.7739 35.1875 42.8617 35.366 42.7666 35.4893L35.2109 45.2783C35.0915 45.433 34.8439 45.3245 34.877 45.1318L35.875 39.3125H31.3896C31.2327 39.3121 31.146 39.1305 31.2441 39.0078L38.7861 29.5791Z", style: { fill: `var(--${type})` } }),
|
|
4624
|
+
/* @__PURE__ */ jsx("path", { d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V27H39V9H9V39H27V42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5Z", style: { fill: `var(--${type})` } }),
|
|
4625
|
+
/* @__PURE__ */ jsx("path", { d: "M27 33.5H14.5V30.5H27V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4626
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4627
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4628
|
+
] });
|
|
4629
|
+
}
|
|
4630
|
+
);
|
|
4631
|
+
var IconNoteShield = /* @__PURE__ */ forwardRef(
|
|
4632
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4633
|
+
const iconSize = iconSizeMap[size];
|
|
4634
|
+
if (fill) {
|
|
4635
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4636
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5664 30.0293L43.8955 32.749C43.9585 32.7762 44 32.8386 44 32.9072V37.7568C43.9998 40.3708 42.6497 42.7998 40.4297 44.1797L37.5918 45.9434C37.5359 45.9779 37.4647 45.9775 37.4092 45.9424L34.4951 44.083C32.3182 42.6941 31.0003 40.2902 31 37.708V32.8018C31 32.7323 31.0422 32.6692 31.1064 32.6426L37.4326 30.0283C37.4754 30.0106 37.5238 30.011 37.5664 30.0293ZM36.8379 38.2822L34.9443 36.3887L33.5303 37.8027L36.8359 41.1084L41.6807 36.2793L40.2686 34.8633L36.8379 38.2822Z", style: { fill: `var(--${type})` } }),
|
|
4637
|
+
/* @__PURE__ */ jsx("path", { d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V27H39V9H9V39H27V42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5Z", style: { fill: `var(--${type})` } }),
|
|
4638
|
+
/* @__PURE__ */ jsx("path", { d: "M27 33.5H14.5V30.5H27V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4639
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4640
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4641
|
+
] });
|
|
4642
|
+
}
|
|
4643
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4644
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5664 30.0293L43.8955 32.749C43.9585 32.7762 44 32.8386 44 32.9072V37.7568C43.9998 40.3708 42.6497 42.7998 40.4297 44.1797L37.5918 45.9434C37.5359 45.9779 37.4647 45.9775 37.4092 45.9424L34.4951 44.083C32.3182 42.6941 31.0003 40.2902 31 37.708V32.8018C31 32.7323 31.0422 32.6692 31.1064 32.6426L37.4326 30.0283C37.4754 30.0106 37.5238 30.011 37.5664 30.0293ZM36.8379 38.2822L34.9443 36.3887L33.5303 37.8027L36.8359 41.1084L41.6807 36.2793L40.2686 34.8633L36.8379 38.2822Z", style: { fill: `var(--${type})` } }),
|
|
4645
|
+
/* @__PURE__ */ jsx("path", { d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V27H39V9H9V39H27V42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5Z", style: { fill: `var(--${type})` } }),
|
|
4646
|
+
/* @__PURE__ */ jsx("path", { d: "M27 33.5H14.5V30.5H27V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4647
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4648
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4649
|
+
] });
|
|
4650
|
+
}
|
|
4651
|
+
);
|
|
4652
|
+
var IconNoteFind = /* @__PURE__ */ forwardRef(
|
|
4653
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4654
|
+
const iconSize = iconSizeMap[size];
|
|
4655
|
+
if (fill) {
|
|
4656
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4657
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.5 30C39.8137 30 42.5 32.6863 42.5 36C42.5 37.1126 42.1957 38.1537 41.668 39.0469L45.8105 43.1895L43.6895 45.3105L39.5469 41.168C38.6537 41.6957 37.6126 42 36.5 42C33.1863 42 30.5 39.3137 30.5 36C30.5 32.6863 33.1863 30 36.5 30ZM36.5 33C34.8432 33 33.5 34.3432 33.5 36C33.5 37.6568 34.8432 39 36.5 39C38.1569 39 39.5 37.6569 39.5 36C39.5 34.3431 38.1569 33 36.5 33Z", style: { fill: `var(--${type})` } }),
|
|
4658
|
+
/* @__PURE__ */ jsx("path", { d: "M41 6C41.5523 6 42 6.44772 42 7V27H39V9H9V39H27V42H7C6.44772 42 6 41.5523 6 41V7C6 6.44772 6.44772 6 7 6H41Z", style: { fill: `var(--${type})` } }),
|
|
4659
|
+
/* @__PURE__ */ jsx("path", { d: "M27.5 33.5H14.5V30.5H27.5V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4660
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4661
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4662
|
+
] });
|
|
4663
|
+
}
|
|
4664
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4665
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.5 30C39.8137 30 42.5 32.6863 42.5 36C42.5 37.1126 42.1957 38.1537 41.668 39.0469L45.8105 43.1895L43.6895 45.3105L39.5469 41.168C38.6537 41.6957 37.6126 42 36.5 42C33.1863 42 30.5 39.3137 30.5 36C30.5 32.6863 33.1863 30 36.5 30ZM36.5 33C34.8432 33 33.5 34.3432 33.5 36C33.5 37.6568 34.8432 39 36.5 39C38.1569 39 39.5 37.6569 39.5 36C39.5 34.3431 38.1569 33 36.5 33Z", style: { fill: `var(--${type})` } }),
|
|
4666
|
+
/* @__PURE__ */ jsx("path", { d: "M41 6C41.5523 6 42 6.44772 42 7V27H39V9H9V39H27V42H7C6.44772 42 6 41.5523 6 41V7C6 6.44772 6.44772 6 7 6H41Z", style: { fill: `var(--${type})` } }),
|
|
4667
|
+
/* @__PURE__ */ jsx("path", { d: "M27.5 33.5H14.5V30.5H27.5V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4668
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4669
|
+
/* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4670
|
+
] });
|
|
4671
|
+
}
|
|
4672
|
+
);
|
|
4673
|
+
var IconTabCurrent = /* @__PURE__ */ forwardRef(
|
|
4674
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4675
|
+
const iconSize = iconSizeMap[size];
|
|
4676
|
+
if (fill) {
|
|
4677
|
+
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.6006 5.00977C42.8286 5.05629 43 5.25829 43 5.5V35.5C43 35.7417 42.8286 35.9437 42.6006 35.9902L42.5 36H36V42.5C36 42.7761 35.7761 43 35.5 43H5.5C5.22386 43 5 42.7761 5 42.5V12.5C5 12.2239 5.22386 12 5.5 12H12V5.5C12 5.22386 12.2239 5 12.5 5H42.5L42.6006 5.00977ZM8 40H33V36H12.5C12.2239 36 12 35.7761 12 35.5V15H8V40ZM15 33H40V15.5H15V33ZM15 12.5H40V8H15V12.5Z", style: { fill: `var(--${type})` } }) });
|
|
4678
|
+
}
|
|
4679
|
+
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.6006 5.00977C42.8286 5.05629 43 5.25829 43 5.5V35.5C43 35.7417 42.8286 35.9437 42.6006 35.9902L42.5 36H36V42.5C36 42.7761 35.7761 43 35.5 43H5.5C5.22386 43 5 42.7761 5 42.5V12.5C5 12.2239 5.22386 12 5.5 12H12V5.5C12 5.22386 12.2239 5 12.5 5H42.5L42.6006 5.00977ZM8 40H33V36H12.5C12.2239 36 12 35.7761 12 35.5V15H8V40ZM15 33H40V15.5H15V33ZM15 12.5H40V8H15V12.5Z", style: { fill: `var(--${type})` } }) });
|
|
4680
|
+
}
|
|
4681
|
+
);
|
|
4682
|
+
var IconMemoEdit = /* @__PURE__ */ forwardRef(
|
|
4683
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4684
|
+
const iconSize = iconSizeMap[size];
|
|
4685
|
+
if (fill) {
|
|
4686
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4687
|
+
/* @__PURE__ */ jsx("path", { d: "M30.2998 6.00037L27.2998 9.00037H9V39.0004H39V20.6996L42 17.6996V41.0004C41.9998 41.6002 41.5999 42.0004 41 42.0004H7C6.40013 42.0004 6.00017 41.6002 6 41.0004V7.00037C6 6.40037 6.4 6.00037 7 6.00037H30.2998Z", style: { fill: `var(--${type})` } }),
|
|
4688
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.7002 2.89979C37.9002 2.69997 38.2005 2.69985 38.4004 2.89979L45.2002 9.69959L45.2998 10.0004C45.3997 10.1004 45.3998 10.3004 45.2998 10.5004L27 28.8998H19.9004C19.7024 28.8998 19.5039 28.8021 19.5 28.8002C19.4 28.7002 19.4004 28.5998 19.4004 28.3998V21.1996L37.7002 2.89979ZM22.2002 22.6V25.8002H25.4004L37 14.1996L33.7998 11.0004L22.2002 22.6ZM36 8.80018L39.2002 12.0004L41.2998 9.89979L38.0996 6.69959L36 8.80018Z", style: { fill: `var(--${type})` } })
|
|
4689
|
+
] });
|
|
4690
|
+
}
|
|
4691
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4692
|
+
/* @__PURE__ */ jsx("path", { d: "M30.2998 6.00037L27.2998 9.00037H9V39.0004H39V20.6996L42 17.6996V41.0004C41.9998 41.6002 41.5999 42.0004 41 42.0004H7C6.40013 42.0004 6.00017 41.6002 6 41.0004V7.00037C6 6.40037 6.4 6.00037 7 6.00037H30.2998Z", style: { fill: `var(--${type})` } }),
|
|
4693
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.7002 2.89979C37.9002 2.69997 38.2005 2.69985 38.4004 2.89979L45.2002 9.69959L45.2998 10.0004C45.3997 10.1004 45.3998 10.3004 45.2998 10.5004L27 28.8998H19.9004C19.7024 28.8998 19.5039 28.8021 19.5 28.8002C19.4 28.7002 19.4004 28.5998 19.4004 28.3998V21.1996L37.7002 2.89979ZM22.2002 22.6V25.8002H25.4004L37 14.1996L33.7998 11.0004L22.2002 22.6ZM36 8.80018L39.2002 12.0004L41.2998 9.89979L38.0996 6.69959L36 8.80018Z", style: { fill: `var(--${type})` } })
|
|
4694
|
+
] });
|
|
4695
|
+
}
|
|
4696
|
+
);
|
|
4697
|
+
var IconPersonShield = /* @__PURE__ */ forwardRef(
|
|
4698
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4699
|
+
const iconSize = iconSizeMap[size];
|
|
4700
|
+
if (fill) {
|
|
4701
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4702
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5664 30.0293L43.8955 32.749C43.9586 32.7762 44 32.8386 44 32.9072V37.7568C43.9999 40.3709 42.6498 42.7998 40.4297 44.1797L37.5918 45.9434C37.5358 45.978 37.4648 45.9776 37.4092 45.9424L34.4951 44.083C32.3181 42.6941 31.0001 40.2904 31 37.708V32.8018C31 32.7322 31.0422 32.6692 31.1064 32.6426L37.4326 30.0283C37.4754 30.0106 37.5238 30.011 37.5664 30.0293ZM36.8379 38.2822L34.9443 36.3887L33.5303 37.8027L36.8359 41.1084L41.6807 36.2793L40.2686 34.8633L36.8379 38.2822Z", style: { fill: `var(--${type})` } }),
|
|
4703
|
+
/* @__PURE__ */ jsx("path", { d: "M24.6494 24.0059C28.1641 24.095 31.4249 25.2033 34.1494 27.0449C32.7975 27.1878 31.5461 27.6675 30.4805 28.3984C28.5712 27.5012 26.4388 27 24.1895 27H23.8105C16.592 27.0001 10.5808 32.1645 9.26758 39H27V42H6.18945L6.15137 41.9961C6.06501 41.9785 6 41.9021 6 41.8105C6.00001 40.9275 6.06533 40.0596 6.18945 39.2109C7.4479 30.6068 14.8572 24.0001 23.8105 24H24.1895L24.6494 24.0059Z", style: { fill: `var(--${type})` } }),
|
|
4704
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 6C28.4183 6 32 9.58172 32 14C32 18.4183 28.4183 22 24 22C19.5817 22 16 18.4183 16 14C16 9.58172 19.5817 6 24 6ZM24 9C21.2386 9 19 11.2386 19 14C19 16.7614 21.2386 19 24 19C26.7614 19 29 16.7614 29 14C29 11.2386 26.7614 9 24 9Z", style: { fill: `var(--${type})` } })
|
|
4705
|
+
] });
|
|
4706
|
+
}
|
|
4707
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4708
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5664 30.0293L43.8955 32.749C43.9586 32.7762 44 32.8386 44 32.9072V37.7568C43.9999 40.3709 42.6498 42.7998 40.4297 44.1797L37.5918 45.9434C37.5358 45.978 37.4648 45.9776 37.4092 45.9424L34.4951 44.083C32.3181 42.6941 31.0001 40.2904 31 37.708V32.8018C31 32.7322 31.0422 32.6692 31.1064 32.6426L37.4326 30.0283C37.4754 30.0106 37.5238 30.011 37.5664 30.0293ZM36.8379 38.2822L34.9443 36.3887L33.5303 37.8027L36.8359 41.1084L41.6807 36.2793L40.2686 34.8633L36.8379 38.2822Z", style: { fill: `var(--${type})` } }),
|
|
4709
|
+
/* @__PURE__ */ jsx("path", { d: "M24.6494 24.0059C28.1641 24.095 31.4249 25.2033 34.1494 27.0449C32.7975 27.1878 31.5461 27.6675 30.4805 28.3984C28.5712 27.5012 26.4388 27 24.1895 27H23.8105C16.592 27.0001 10.5808 32.1645 9.26758 39H27V42H6.18945L6.15137 41.9961C6.06501 41.9785 6 41.9021 6 41.8105C6.00001 40.9275 6.06533 40.0596 6.18945 39.2109C7.4479 30.6068 14.8572 24.0001 23.8105 24H24.1895L24.6494 24.0059Z", style: { fill: `var(--${type})` } }),
|
|
4710
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 6C28.4183 6 32 9.58172 32 14C32 18.4183 28.4183 22 24 22C19.5817 22 16 18.4183 16 14C16 9.58172 19.5817 6 24 6ZM24 9C21.2386 9 19 11.2386 19 14C19 16.7614 21.2386 19 24 19C26.7614 19 29 16.7614 29 14C29 11.2386 26.7614 9 24 9Z", style: { fill: `var(--${type})` } })
|
|
4711
|
+
] });
|
|
4712
|
+
}
|
|
4713
|
+
);
|
|
4714
|
+
var IconFullscreen = /* @__PURE__ */ forwardRef(
|
|
4715
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4716
|
+
const iconSize = iconSizeMap[size];
|
|
4717
|
+
if (fill) {
|
|
4718
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4719
|
+
/* @__PURE__ */ jsx("path", { d: "M9 39H17V42H6V31H9V39Z", style: { fill: `var(--${type})` } }),
|
|
4720
|
+
/* @__PURE__ */ jsx("path", { d: "M42 42H31V39H39V31H42V42Z", style: { fill: `var(--${type})` } }),
|
|
4721
|
+
/* @__PURE__ */ jsx("path", { d: "M17 9H9V17H6V6H17V9Z", style: { fill: `var(--${type})` } }),
|
|
4722
|
+
/* @__PURE__ */ jsx("path", { d: "M42 17H39V9H31V6H42V17Z", style: { fill: `var(--${type})` } })
|
|
4723
|
+
] });
|
|
4724
|
+
}
|
|
4725
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4726
|
+
/* @__PURE__ */ jsx("path", { d: "M9 39H17V42H6V31H9V39Z", style: { fill: `var(--${type})` } }),
|
|
4727
|
+
/* @__PURE__ */ jsx("path", { d: "M42 42H31V39H39V31H42V42Z", style: { fill: `var(--${type})` } }),
|
|
4728
|
+
/* @__PURE__ */ jsx("path", { d: "M17 9H9V17H6V6H17V9Z", style: { fill: `var(--${type})` } }),
|
|
4729
|
+
/* @__PURE__ */ jsx("path", { d: "M42 17H39V9H31V6H42V17Z", style: { fill: `var(--${type})` } })
|
|
4730
|
+
] });
|
|
4731
|
+
}
|
|
4732
|
+
);
|
|
4733
|
+
var IconFullscreenExit = /* @__PURE__ */ forwardRef(
|
|
4734
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4735
|
+
const iconSize = iconSizeMap[size];
|
|
4736
|
+
if (fill) {
|
|
4737
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4738
|
+
/* @__PURE__ */ jsx("path", { d: "M16.5 42H13.5V34.5H6V31.5H16.5V42Z", style: { fill: `var(--${type})` } }),
|
|
4739
|
+
/* @__PURE__ */ jsx("path", { d: "M42 34.5H34.5V42H31.5V31.5H42V34.5Z", style: { fill: `var(--${type})` } }),
|
|
4740
|
+
/* @__PURE__ */ jsx("path", { d: "M16.5 16.5H6V13.5H13.5V6H16.5V16.5Z", style: { fill: `var(--${type})` } }),
|
|
4741
|
+
/* @__PURE__ */ jsx("path", { d: "M34.5 13.5H42V16.5H31.5V6H34.5V13.5Z", style: { fill: `var(--${type})` } })
|
|
4742
|
+
] });
|
|
4743
|
+
}
|
|
4744
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4745
|
+
/* @__PURE__ */ jsx("path", { d: "M16.5 42H13.5V34.5H6V31.5H16.5V42Z", style: { fill: `var(--${type})` } }),
|
|
4746
|
+
/* @__PURE__ */ jsx("path", { d: "M42 34.5H34.5V42H31.5V31.5H42V34.5Z", style: { fill: `var(--${type})` } }),
|
|
4747
|
+
/* @__PURE__ */ jsx("path", { d: "M16.5 16.5H6V13.5H13.5V6H16.5V16.5Z", style: { fill: `var(--${type})` } }),
|
|
4748
|
+
/* @__PURE__ */ jsx("path", { d: "M34.5 13.5H42V16.5H31.5V6H34.5V13.5Z", style: { fill: `var(--${type})` } })
|
|
4749
|
+
] });
|
|
4750
|
+
}
|
|
4751
|
+
);
|
|
4752
|
+
var IconChartGraph = /* @__PURE__ */ forwardRef(
|
|
4753
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4754
|
+
const iconSize = iconSizeMap[size];
|
|
4755
|
+
if (fill) {
|
|
4756
|
+
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 42H6V6H42V42ZM28.332 24.8994L19.7197 18.3662L10.4404 30.5605L12.8271 32.377L20.292 22.5664L28.9053 29.1006L37.8271 17.377L35.4404 15.5605L28.332 24.8994Z", style: { fill: `var(--${type})` } }) });
|
|
4757
|
+
}
|
|
4758
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4759
|
+
/* @__PURE__ */ jsx("path", { d: "M9 39H42V42H6V6H9V39Z", style: { fill: `var(--${type})` } }),
|
|
4760
|
+
/* @__PURE__ */ jsx("path", { d: "M40.1934 14.9082L31.2715 26.6318L22.6592 20.0977L15.1934 29.9082L12.8066 28.0918L22.0859 15.8975L30.6982 22.4307L37.8066 13.0918L40.1934 14.9082Z", style: { fill: `var(--${type})` } })
|
|
4761
|
+
] });
|
|
4762
|
+
}
|
|
4763
|
+
);
|
|
4764
|
+
var IconBulbExclamtion = /* @__PURE__ */ forwardRef(
|
|
4765
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4766
|
+
const iconSize = iconSizeMap[size];
|
|
4767
|
+
if (fill) {
|
|
4768
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4769
|
+
/* @__PURE__ */ jsx("path", { d: "M32.5 44H15.5V41H32.5V44Z", style: { fill: `var(--${type})` } }),
|
|
4770
|
+
/* @__PURE__ */ jsx("path", { d: "M24 24C24.5449 24 25.0328 24.1956 25.4189 24.582C25.805 24.9685 26 25.4562 26 26C26 26.5438 25.805 27.0315 25.4189 27.418C25.0328 27.8044 24.5449 28 24 28C23.4551 28 22.9672 27.8044 22.5811 27.418C22.195 27.0315 22 26.5438 22 26C22 25.4562 22.195 24.9685 22.5811 24.582C22.9672 24.1956 23.4551 24 24 24Z", style: { fill: `var(--${type})` } }),
|
|
4771
|
+
/* @__PURE__ */ jsx("path", { d: "M25.5 22H22.5V12H25.5V22Z", style: { fill: `var(--${type})` } }),
|
|
4772
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.8887 4C32.6749 4 39.7979 11.123 39.7979 19.9092C39.7977 25.5754 36.8345 30.549 32.374 33.3672V37.5C32.3739 37.7759 32.1499 37.9998 31.874 38H15.9043C15.6282 38 15.4044 37.776 15.4043 37.5V33.3672C10.9434 30.5491 7.9796 25.5757 7.97949 19.9092C7.97949 11.123 15.1025 4.00002 23.8887 4ZM23.8887 7C16.7593 7.00002 10.9795 12.7798 10.9795 19.9092C10.9796 24.5032 13.3788 28.5391 17.0068 30.8311L18.4043 31.7139V35H29.374V31.7139L30.7715 30.8311C34.399 28.5391 36.7977 24.5032 36.7979 19.9092C36.7979 12.7798 31.018 7 23.8887 7Z", style: { fill: `var(--${type})` } })
|
|
4773
|
+
] });
|
|
4774
|
+
}
|
|
4775
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4776
|
+
/* @__PURE__ */ jsx("path", { d: "M32.5 44H15.5V41H32.5V44Z", style: { fill: `var(--${type})` } }),
|
|
4777
|
+
/* @__PURE__ */ jsx("path", { d: "M24 24C24.5449 24 25.0328 24.1956 25.4189 24.582C25.805 24.9685 26 25.4562 26 26C26 26.5438 25.805 27.0315 25.4189 27.418C25.0328 27.8044 24.5449 28 24 28C23.4551 28 22.9672 27.8044 22.5811 27.418C22.195 27.0315 22 26.5438 22 26C22 25.4562 22.195 24.9685 22.5811 24.582C22.9672 24.1956 23.4551 24 24 24Z", style: { fill: `var(--${type})` } }),
|
|
4778
|
+
/* @__PURE__ */ jsx("path", { d: "M25.5 22H22.5V12H25.5V22Z", style: { fill: `var(--${type})` } }),
|
|
4779
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.8887 4C32.6749 4 39.7979 11.123 39.7979 19.9092C39.7977 25.5754 36.8345 30.549 32.374 33.3672V37.5C32.3739 37.7759 32.1499 37.9998 31.874 38H15.9043C15.6282 38 15.4044 37.776 15.4043 37.5V33.3672C10.9434 30.5491 7.9796 25.5757 7.97949 19.9092C7.97949 11.123 15.1025 4.00002 23.8887 4ZM23.8887 7C16.7593 7.00002 10.9795 12.7798 10.9795 19.9092C10.9796 24.5032 13.3788 28.5391 17.0068 30.8311L18.4043 31.7139V35H29.374V31.7139L30.7715 30.8311C34.399 28.5391 36.7977 24.5032 36.7979 19.9092C36.7979 12.7798 31.018 7 23.8887 7Z", style: { fill: `var(--${type})` } })
|
|
4780
|
+
] });
|
|
4781
|
+
}
|
|
4782
|
+
);
|
|
4783
|
+
var IconDocumentDownload = /* @__PURE__ */ forwardRef(
|
|
4784
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4785
|
+
const iconSize = iconSizeMap[size];
|
|
4786
|
+
if (fill) {
|
|
4787
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4788
|
+
/* @__PURE__ */ jsx("path", { d: "M39.4199 40.6719L44.082 36.0107L46.2031 38.1318L38.0713 46.2637L29.9395 38.1318L32.0605 36.0107L36.4199 40.3691V30.7627H39.4199V40.6719Z", style: { fill: `var(--${type})` } }),
|
|
4789
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V27H37V19.3926H24.6074V7H11V41H27V44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
|
|
4790
|
+
] });
|
|
4791
|
+
}
|
|
4792
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4793
|
+
/* @__PURE__ */ jsx("path", { d: "M39.4199 40.6719L44.082 36.0107L46.2031 38.1318L38.0713 46.2637L29.9395 38.1318L32.0605 36.0107L36.4199 40.3691V30.7627H39.4199V40.6719Z", style: { fill: `var(--${type})` } }),
|
|
4794
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V27H37V19.3926H24.6074V7H11V41H27V44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
|
|
4795
|
+
] });
|
|
4796
|
+
}
|
|
4797
|
+
);
|
|
4798
|
+
var IconDocumentZip = /* @__PURE__ */ forwardRef(
|
|
4799
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4800
|
+
const iconSize = iconSizeMap[size];
|
|
4801
|
+
if (fill) {
|
|
4802
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4803
|
+
/* @__PURE__ */ jsx("path", { d: "M30.4238 32.1475C30.8074 32.1475 31.1276 32.213 31.3848 32.3438C31.6463 32.4702 31.8404 32.6528 31.9668 32.8926C32.0932 33.128 32.1562 33.4069 32.1562 33.7295C32.1562 34.0521 32.0932 34.3335 31.9668 34.5732C31.8404 34.8129 31.6462 35.0007 31.3848 35.1357C31.1277 35.2663 30.8096 35.331 30.4307 35.3311H29.0439V32.1475H30.4238Z", style: { fill: `var(--${type})` } }),
|
|
4804
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V26H42.5C42.7761 26 43 26.2239 43 26.5V43.5C43 43.7761 42.7761 44 42.5 44H5.5C5.22386 44 5 43.7761 5 43.5V26.5C5 26.2239 5.22386 26 5.5 26H8V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM14 30.5322V32.1533H18.7529L14.0127 38.8232V40H21.2314V38.3789H16.4775L21.2188 31.709V30.5322H14ZM23.1104 30.5322V40H25.0723V30.5322H23.1104ZM27.083 30.5322V40H29.0439V36.9141H30.7373C31.4522 36.9141 32.0677 36.7806 32.582 36.5146C33.1005 36.2444 33.4945 35.8715 33.7646 35.3965C34.0392 34.917 34.1768 34.3615 34.1768 33.7295C34.1768 33.1019 34.0441 32.5463 33.7783 32.0625C33.5124 31.5786 33.1218 31.2034 32.6074 30.9375C32.0975 30.6673 31.4893 30.5322 30.7832 30.5322H27.083ZM11 26H37V19.3926H24.6074V7H11V26ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
|
|
4805
|
+
] });
|
|
4806
|
+
}
|
|
4807
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4808
|
+
/* @__PURE__ */ jsx("path", { d: "M30.4238 32.1475C30.8074 32.1475 31.1276 32.213 31.3848 32.3438C31.6463 32.4702 31.8404 32.6528 31.9668 32.8926C32.0932 33.128 32.1562 33.4069 32.1562 33.7295C32.1562 34.0521 32.0932 34.3335 31.9668 34.5732C31.8404 34.8129 31.6462 35.0007 31.3848 35.1357C31.1277 35.2663 30.8096 35.331 30.4307 35.3311H29.0439V32.1475H30.4238Z", style: { fill: `var(--${type})` } }),
|
|
4809
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V26H42.5C42.7761 26 43 26.2239 43 26.5V43.5C43 43.7761 42.7761 44 42.5 44H5.5C5.22386 44 5 43.7761 5 43.5V26.5C5 26.2239 5.22386 26 5.5 26H8V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM14 30.5322V32.1533H18.7529L14.0127 38.8232V40H21.2314V38.3789H16.4775L21.2188 31.709V30.5322H14ZM23.1104 30.5322V40H25.0723V30.5322H23.1104ZM27.083 30.5322V40H29.0439V36.9141H30.7373C31.4522 36.9141 32.0677 36.7806 32.582 36.5146C33.1005 36.2444 33.4945 35.8715 33.7646 35.3965C34.0392 34.917 34.1768 34.3615 34.1768 33.7295C34.1768 33.1019 34.0441 32.5463 33.7783 32.0625C33.5124 31.5786 33.1218 31.2034 32.6074 30.9375C32.0975 30.6673 31.4893 30.5322 30.7832 30.5322H27.083ZM11 26H37V19.3926H24.6074V7H11V26ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
|
|
4810
|
+
] });
|
|
4811
|
+
}
|
|
4812
|
+
);
|
|
4813
|
+
var IconDocumentLined = /* @__PURE__ */ forwardRef(
|
|
4814
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4815
|
+
const iconSize = iconSizeMap[size];
|
|
4816
|
+
if (fill) {
|
|
4817
|
+
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: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V43.5C40 43.7761 39.7761 44 39.5 44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM16 34H32V31H16V34ZM16 26.5H32V23.5H16V26.5ZM26 17H37L26 7V17Z", style: { fill: `var(--${type})` } }) });
|
|
4818
|
+
}
|
|
4819
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4820
|
+
/* @__PURE__ */ jsx("path", { d: "M32 34H16V31H32V34Z", style: { fill: `var(--${type})` } }),
|
|
4821
|
+
/* @__PURE__ */ jsx("path", { d: "M32 26.5H16V23.5H32V26.5Z", style: { fill: `var(--${type})` } }),
|
|
4822
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V43.5C40 43.7761 39.7761 44 39.5 44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM11 41H37V19.3926H24.6074V7H11V41ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
|
|
4823
|
+
] });
|
|
4824
|
+
}
|
|
4825
|
+
);
|
|
4826
|
+
var IconSidebar = /* @__PURE__ */ forwardRef(
|
|
4827
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4828
|
+
const iconSize = iconSizeMap[size];
|
|
4829
|
+
if (fill) {
|
|
4830
|
+
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: "M43.5 8C43.7761 8 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9503 39.7961 43.7961 39.9503 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.20393 39.9503 4.04967 39.7961 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H43.5ZM19.5 37H41V11H19.5V37ZM7 37H16.5V11H7V37Z", style: { fill: `var(--${type})` } }) });
|
|
4831
|
+
}
|
|
4832
|
+
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: "M43.5 8C43.7761 8 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9503 39.7961 43.7961 39.9503 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.20393 39.9503 4.04967 39.7961 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H43.5ZM19.5 37H41V11H19.5V37ZM7 37H16.5V11H7V37Z", style: { fill: `var(--${type})` } }) });
|
|
4833
|
+
}
|
|
4834
|
+
);
|
|
4835
|
+
var IconFolderRemove = /* @__PURE__ */ forwardRef(
|
|
4836
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4837
|
+
const iconSize = iconSizeMap[size];
|
|
4838
|
+
if (fill) {
|
|
4839
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M20.6436 8C20.8172 8 20.9783 8.09041 21.0693 8.23828L24 13H43.5C43.7761 13 43.9999 13.2239 44 13.5V39.5L43.9902 39.6006C43.9503 39.7961 43.7961 39.9503 43.6006 39.9902L43.5 40H4.5L4.39941 39.9893C4.20405 39.9493 4.04971 39.7959 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H20.6436ZM7 37H41V16H22.3232L19.2471 11H7V37ZM31.5 27.5H16.5V24.5H31.5V27.5Z", style: { fill: `var(--${type})` } }) });
|
|
4840
|
+
}
|
|
4841
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M20.6436 8C20.8172 8 20.9783 8.09041 21.0693 8.23828L24 13H43.5C43.7761 13 43.9999 13.2239 44 13.5V39.5L43.9902 39.6006C43.9503 39.7961 43.7961 39.9503 43.6006 39.9902L43.5 40H4.5L4.39941 39.9893C4.20405 39.9493 4.04971 39.7959 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H20.6436ZM7 37H41V16H22.3232L19.2471 11H7V37ZM31.5 27.5H16.5V24.5H31.5V27.5Z", style: { fill: `var(--${type})` } }) });
|
|
4842
|
+
}
|
|
4843
|
+
);
|
|
4844
|
+
var IconFolderMove = /* @__PURE__ */ forwardRef(
|
|
4845
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4846
|
+
const iconSize = iconSizeMap[size];
|
|
4847
|
+
if (fill) {
|
|
4848
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4849
|
+
/* @__PURE__ */ jsx("path", { d: "M32.8496 25.8643L25.4248 33.2891L23.3037 31.168L26.9707 27.5H17V24.5H27.2422L23.3037 20.5615L25.4248 18.4395L32.8496 25.8643Z", style: { fill: `var(--${type})` } }),
|
|
4850
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6436 8C20.8172 8 20.9783 8.09041 21.0693 8.23828L24 13H43.5C43.7761 13 43.9999 13.2239 44 13.5V39.5L43.9902 39.6006C43.9503 39.7961 43.7961 39.9503 43.6006 39.9902L43.5 40H4.5L4.39941 39.9893C4.20405 39.9493 4.04971 39.7959 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H20.6436ZM7 37H41V16H22.3232L19.2471 11H7V37Z", style: { fill: `var(--${type})` } })
|
|
4851
|
+
] });
|
|
4852
|
+
}
|
|
4853
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4854
|
+
/* @__PURE__ */ jsx("path", { d: "M32.8496 25.8643L25.4248 33.2891L23.3037 31.168L26.9707 27.5H17V24.5H27.2422L23.3037 20.5615L25.4248 18.4395L32.8496 25.8643Z", style: { fill: `var(--${type})` } }),
|
|
4855
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6436 8C20.8172 8 20.9783 8.09041 21.0693 8.23828L24 13H43.5C43.7761 13 43.9999 13.2239 44 13.5V39.5L43.9902 39.6006C43.9503 39.7961 43.7961 39.9503 43.6006 39.9902L43.5 40H4.5L4.39941 39.9893C4.20405 39.9493 4.04971 39.7959 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H20.6436ZM7 37H41V16H22.3232L19.2471 11H7V37Z", style: { fill: `var(--${type})` } })
|
|
4856
|
+
] });
|
|
4857
|
+
}
|
|
4858
|
+
);
|
|
4859
|
+
var IconQueryAdd = /* @__PURE__ */ forwardRef(
|
|
4860
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4861
|
+
const iconSize = iconSizeMap[size];
|
|
4862
|
+
if (fill) {
|
|
4863
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M42.5 6C42.776 6.00026 43 6.22405 43 6.5L42.9727 34.8018C42.9724 35.0776 42.7485 35.3016 42.4727 35.3018H12.9854L5.87109 42.1836C5.55443 42.4899 5.02504 42.2668 5.02344 41.8262L5 35.2559L5.02734 6.5C5.02761 6.22414 5.25153 6.00016 5.52734 6H42.5ZM22.5996 13V18.5996H17V21.4004H22.5996V27H25.4004V21.4004H31V18.5996H25.4004V13H22.5996Z", style: { fill: `var(--${type})` } }) });
|
|
4864
|
+
}
|
|
4865
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4866
|
+
/* @__PURE__ */ jsx("path", { d: "M25.4004 18.5996H31V21.4004H25.4004V27H22.5996V21.4004H17V18.5996H22.5996V13H25.4004V18.5996Z", style: { fill: `var(--${type})` } }),
|
|
4867
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5 6C42.776 6.00026 43 6.22405 43 6.5L42.9727 34.8018L42.9619 34.9023C42.9219 35.0975 42.7684 35.251 42.5732 35.291L42.4727 35.3018H12.9854L5.87109 42.1836C5.55443 42.4899 5.02504 42.2668 5.02344 41.8262L5 35.2559L5.02734 6.5C5.02761 6.22414 5.25153 6.00016 5.52734 6H42.5ZM8 35.2588L8.00195 35.9473L11.7715 32.3018H39.9746L39.998 9H8.02539L8 35.2588Z", style: { fill: `var(--${type})` } })
|
|
4868
|
+
] });
|
|
4869
|
+
}
|
|
4870
|
+
);
|
|
4871
|
+
var IconQueryExclamation = /* @__PURE__ */ forwardRef(
|
|
4872
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4873
|
+
const iconSize = iconSizeMap[size];
|
|
4874
|
+
if (fill) {
|
|
4875
|
+
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: "M43.5293 7C43.8054 7.00025 44.0296 7.22479 44.0293 7.50098L44.001 35.3857C44.0007 35.6615 43.7767 35.8855 43.501 35.8857H12.5L4.8457 43.1934C4.52753 43.4971 4 43.2709 4 42.8311V7.5C4 7.22386 4.22386 7 4.5 7H43.5293ZM24 24.918C23.4551 24.918 22.9672 25.1136 22.5811 25.5C22.195 25.8865 22 26.3742 22 26.918C22 27.4618 22.195 27.9495 22.5811 28.3359C22.9672 28.7224 23.4551 28.918 24 28.918C24.5449 28.918 25.0328 28.7224 25.4189 28.3359C25.805 27.9495 26 27.4618 26 26.918C26 26.3742 25.805 25.8865 25.4189 25.5C25.0328 25.1136 24.5449 24.918 24 24.918ZM22.5 13V23H25.5V13H22.5Z", style: { fill: `var(--${type})` } }) });
|
|
4876
|
+
}
|
|
4877
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4878
|
+
/* @__PURE__ */ jsx("path", { d: "M24 24.918C24.5449 24.918 25.0328 25.1136 25.4189 25.5C25.805 25.8865 26 26.3742 26 26.918C26 27.4618 25.805 27.9495 25.4189 28.3359C25.0328 28.7224 24.5449 28.918 24 28.918C23.4551 28.918 22.9672 28.7224 22.5811 28.3359C22.195 27.9495 22 27.4618 22 26.918C22 26.3742 22.195 25.8865 22.5811 25.5C22.9672 25.1136 23.4551 24.918 24 24.918Z", style: { fill: `var(--${type})` } }),
|
|
4879
|
+
/* @__PURE__ */ jsx("path", { d: "M25.5 23H22.5V13H25.5V23Z", style: { fill: `var(--${type})` } }),
|
|
4880
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5293 7C43.8054 7.00025 44.0296 7.22479 44.0293 7.50098L44.001 35.3857L43.9902 35.4863C43.9502 35.6814 43.7966 35.835 43.6016 35.875L43.501 35.8857H12.5L4.8457 43.1934L4.7832 43.2441C4.46314 43.4678 4 43.2434 4 42.8311V7.5C4 7.22386 4.22386 7 4.5 7H43.5293ZM7 36.9883L11.2979 32.8857H41.0039L41.0264 10H7V36.9883Z", style: { fill: `var(--${type})` } })
|
|
4881
|
+
] });
|
|
4882
|
+
}
|
|
4883
|
+
);
|
|
4884
|
+
var IconTableList = /* @__PURE__ */ forwardRef(
|
|
4885
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4886
|
+
const iconSize = iconSizeMap[size];
|
|
4887
|
+
if (fill) {
|
|
4888
|
+
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 40H4V8H44V40ZM7 30.5V37H16.5V30.5H7ZM19.5 30.5V37H41V30.5H19.5ZM7 27.5H16.5V20.5H7V27.5ZM19.5 27.5H41V20.5H19.5V27.5ZM7 17.5H16.5V11H7V17.5ZM19.5 17.5H41V11H19.5V17.5Z", style: { fill: `var(--${type})` } }) });
|
|
4889
|
+
}
|
|
4890
|
+
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 40H4V8H44V40ZM7 30.5V37H16.5V30.5H7ZM19.5 30.5V37H41V30.5H19.5ZM7 27.5H16.5V20.5H7V27.5ZM19.5 27.5H41V20.5H19.5V27.5ZM7 17.5H16.5V11H7V17.5ZM19.5 17.5H41V11H19.5V17.5Z", style: { fill: `var(--${type})` } }) });
|
|
4891
|
+
}
|
|
4892
|
+
);
|
|
4893
|
+
var IconTableExport = /* @__PURE__ */ forwardRef(
|
|
4894
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4895
|
+
const iconSize = iconSizeMap[size];
|
|
4896
|
+
if (fill) {
|
|
4897
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4898
|
+
/* @__PURE__ */ jsx("path", { d: "M43.5 43H40.5V36.8359L33.707 43.6289L31.5859 41.5078L38.5938 34.5H32V31.5H43.5V43Z", style: { fill: `var(--${type})` } }),
|
|
4899
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 8C43.7761 8 44 8.22386 44 8.5V27H41V20.5H19.5V27.5H27V30.5H19.5V37H27V40H4.5L4.39941 39.9902C4.20393 39.9503 4.04967 39.7961 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H43.5ZM7 37H16.5V30.5H7V37ZM7 27.5H16.5V20.5H7V27.5ZM7 17.5H16.5V11H7V17.5ZM19.5 17.5H41V11H19.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4900
|
+
] });
|
|
4901
|
+
}
|
|
4902
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4903
|
+
/* @__PURE__ */ jsx("path", { d: "M43.5 43H40.5V36.8359L33.707 43.6289L31.5859 41.5078L38.5938 34.5H32V31.5H43.5V43Z", style: { fill: `var(--${type})` } }),
|
|
4904
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 8C43.7761 8 44 8.22386 44 8.5V27H41V20.5H19.5V27.5H27V30.5H19.5V37H27V40H4.5L4.39941 39.9902C4.20393 39.9503 4.04967 39.7961 4.00977 39.6006L4 39.5V8.5C4 8.22386 4.22386 8 4.5 8H43.5ZM7 37H16.5V30.5H7V37ZM7 27.5H16.5V20.5H7V27.5ZM7 17.5H16.5V11H7V17.5ZM19.5 17.5H41V11H19.5V17.5Z", style: { fill: `var(--${type})` } })
|
|
4905
|
+
] });
|
|
4906
|
+
}
|
|
4907
|
+
);
|
|
4908
|
+
var IconDiamonds = /* @__PURE__ */ forwardRef(
|
|
4909
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4910
|
+
const iconSize = iconSizeMap[size];
|
|
4911
|
+
if (fill) {
|
|
4912
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4913
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6462 27.5283C23.8414 27.3331 24.1579 27.3331 24.3532 27.5283L32.5602 35.7344C32.7552 35.9297 32.7553 36.2462 32.5602 36.4414L24.3532 44.6475L24.276 44.7119C24.0819 44.8402 23.8171 44.8184 23.6462 44.6475L15.4401 36.4414C15.2449 36.2462 15.245 35.9297 15.4401 35.7344L23.6462 27.5283ZM19.3298 36.0879L23.9997 40.7588L28.6706 36.0879L23.9997 31.417L19.3298 36.0879Z", style: { fill: `var(--${type})` } }),
|
|
4914
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5602 15.4414C11.7555 15.2464 12.072 15.2462 12.2673 15.4414L20.4733 23.6475C20.6685 23.8427 20.6684 24.1592 20.4733 24.3545L12.2673 32.5615C12.0721 32.7567 11.7555 32.7565 11.5602 32.5615L3.35319 24.3545L3.28971 24.2774C3.16143 24.0833 3.18231 23.8184 3.35319 23.6475L11.5602 15.4414ZM7.24284 24.001L11.9137 28.6719L16.5846 24.001L11.9137 19.3311L7.24284 24.001Z", style: { fill: `var(--${type})` } }),
|
|
4915
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.7331 15.4414C35.9283 15.2463 36.2449 15.2463 36.4401 15.4414L44.6462 23.6475C44.8414 23.8427 44.8414 24.1592 44.6462 24.3545L36.4401 32.5615C36.2449 32.7566 35.9283 32.7566 35.7331 32.5615L27.527 24.3545L27.4626 24.2774C27.3343 24.0833 27.3561 23.8184 27.527 23.6475L35.7331 15.4414ZM31.4157 24.001L36.0866 28.6719L40.7575 24.001L36.0866 19.3311L31.4157 24.001Z", style: { fill: `var(--${type})` } }),
|
|
4916
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6462 3.35549C23.8414 3.16023 24.1579 3.16023 24.3532 3.35549L32.5602 11.5615C32.7552 11.7568 32.7553 12.0734 32.5602 12.2686L24.3532 20.4746L24.276 20.5391C24.0819 20.6674 23.8171 20.6455 23.6462 20.4746L15.4401 12.2686C15.2449 12.0734 15.245 11.7568 15.4401 11.5615L23.6462 3.35549ZM19.3298 11.9151L23.9997 16.586L28.6706 11.9151L23.9997 7.24416L19.3298 11.9151Z", style: { fill: `var(--${type})` } })
|
|
4917
|
+
] });
|
|
4918
|
+
}
|
|
4919
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4920
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6462 27.5283C23.8414 27.3331 24.1579 27.3331 24.3532 27.5283L32.5602 35.7344C32.7552 35.9297 32.7553 36.2462 32.5602 36.4414L24.3532 44.6475L24.276 44.7119C24.0819 44.8402 23.8171 44.8184 23.6462 44.6475L15.4401 36.4414C15.2449 36.2462 15.245 35.9297 15.4401 35.7344L23.6462 27.5283ZM19.3298 36.0879L23.9997 40.7588L28.6706 36.0879L23.9997 31.417L19.3298 36.0879Z", style: { fill: `var(--${type})` } }),
|
|
4921
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5602 15.4414C11.7555 15.2464 12.072 15.2462 12.2673 15.4414L20.4733 23.6475C20.6685 23.8427 20.6684 24.1592 20.4733 24.3545L12.2673 32.5615C12.0721 32.7567 11.7555 32.7565 11.5602 32.5615L3.35319 24.3545L3.28971 24.2774C3.16143 24.0833 3.18231 23.8184 3.35319 23.6475L11.5602 15.4414ZM7.24284 24.001L11.9137 28.6719L16.5846 24.001L11.9137 19.3311L7.24284 24.001Z", style: { fill: `var(--${type})` } }),
|
|
4922
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.7331 15.4414C35.9283 15.2463 36.2449 15.2463 36.4401 15.4414L44.6462 23.6475C44.8414 23.8427 44.8414 24.1592 44.6462 24.3545L36.4401 32.5615C36.2449 32.7566 35.9283 32.7566 35.7331 32.5615L27.527 24.3545L27.4626 24.2774C27.3343 24.0833 27.3561 23.8184 27.527 23.6475L35.7331 15.4414ZM31.4157 24.001L36.0866 28.6719L40.7575 24.001L36.0866 19.3311L31.4157 24.001Z", style: { fill: `var(--${type})` } }),
|
|
4923
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6462 3.35549C23.8414 3.16023 24.1579 3.16023 24.3532 3.35549L32.5602 11.5615C32.7552 11.7568 32.7553 12.0734 32.5602 12.2686L24.3532 20.4746L24.276 20.5391C24.0819 20.6674 23.8171 20.6455 23.6462 20.4746L15.4401 12.2686C15.2449 12.0734 15.245 11.7568 15.4401 11.5615L23.6462 3.35549ZM19.3298 11.9151L23.9997 16.586L28.6706 11.9151L23.9997 7.24416L19.3298 11.9151Z", style: { fill: `var(--${type})` } })
|
|
4924
|
+
] });
|
|
4925
|
+
}
|
|
4926
|
+
);
|
|
4927
|
+
var IconArrowUnfoldLess = /* @__PURE__ */ forwardRef(
|
|
4928
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4929
|
+
const iconSize = iconSizeMap[size];
|
|
4930
|
+
if (fill) {
|
|
4931
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4932
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 30.1318L24.0713 38.2637L15.9395 30.1318L18.0605 28.0107L24.0713 34.0205L30.0811 28.0107L32.2031 30.1318Z", style: { fill: `var(--${type})` } }),
|
|
4933
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 18.0107L30.0811 20.1318L24.0713 14.1211L18.0605 20.1318L15.9395 18.0107L24.0713 9.87891L32.2031 18.0107Z", style: { fill: `var(--${type})` } })
|
|
4934
|
+
] });
|
|
4935
|
+
}
|
|
4936
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4937
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 30.1318L24.0713 38.2637L15.9395 30.1318L18.0605 28.0107L24.0713 34.0205L30.0811 28.0107L32.2031 30.1318Z", style: { fill: `var(--${type})` } }),
|
|
4938
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 18.0107L30.0811 20.1318L24.0713 14.1211L18.0605 20.1318L15.9395 18.0107L24.0713 9.87891L32.2031 18.0107Z", style: { fill: `var(--${type})` } })
|
|
4939
|
+
] });
|
|
4940
|
+
}
|
|
4941
|
+
);
|
|
4942
|
+
var IconArrowUnfoldMore = /* @__PURE__ */ forwardRef(
|
|
4943
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4944
|
+
const iconSize = iconSizeMap[size];
|
|
4945
|
+
if (fill) {
|
|
4946
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4947
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 35.0107L30.082 37.1318L24.0713 31.1211L18.0605 37.1318L15.9395 35.0107L24.0713 26.8789L32.2031 35.0107Z", style: { fill: `var(--${type})` } }),
|
|
4948
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 13.1318L24.0713 21.2637L15.9395 13.1318L18.0605 11.0107L24.0713 17.0205L30.0811 11.0107L32.2031 13.1318Z", style: { fill: `var(--${type})` } })
|
|
4949
|
+
] });
|
|
4950
|
+
}
|
|
4951
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4952
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 35.0107L30.082 37.1318L24.0713 31.1211L18.0605 37.1318L15.9395 35.0107L24.0713 26.8789L32.2031 35.0107Z", style: { fill: `var(--${type})` } }),
|
|
4953
|
+
/* @__PURE__ */ jsx("path", { d: "M32.2031 13.1318L24.0713 21.2637L15.9395 13.1318L18.0605 11.0107L24.0713 17.0205L30.0811 11.0107L32.2031 13.1318Z", style: { fill: `var(--${type})` } })
|
|
4954
|
+
] });
|
|
4955
|
+
}
|
|
4956
|
+
);
|
|
4957
|
+
var IconTabNew = /* @__PURE__ */ forwardRef(
|
|
4958
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4959
|
+
const iconSize = iconSizeMap[size];
|
|
4960
|
+
if (fill) {
|
|
4961
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4962
|
+
/* @__PURE__ */ jsx("path", { d: "M20 14H14V34H34V28H37V36.5C37 36.7761 36.7761 37 36.5 37H11.5C11.2239 37 11 36.7761 11 36.5V11.5C11 11.2239 11.2239 11 11.5 11H20V14Z", style: { fill: `var(--${type})` } }),
|
|
4963
|
+
/* @__PURE__ */ jsx("path", { d: "M36.5 11C36.7761 11 37 11.2239 37 11.5V23H34V16.1211L21.5605 28.5605L19.4395 26.4395L31.8789 14H25V11H36.5Z", style: { fill: `var(--${type})` } })
|
|
4964
|
+
] });
|
|
4965
|
+
}
|
|
4966
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4967
|
+
/* @__PURE__ */ jsx("path", { d: "M20 14H14V34H34V28H37V36.5C37 36.7761 36.7761 37 36.5 37H11.5C11.2239 37 11 36.7761 11 36.5V11.5C11 11.2239 11.2239 11 11.5 11H20V14Z", style: { fill: `var(--${type})` } }),
|
|
4968
|
+
/* @__PURE__ */ jsx("path", { d: "M36.5 11C36.7761 11 37 11.2239 37 11.5V23H34V16.1211L21.5605 28.5605L19.4395 26.4395L31.8789 14H25V11H36.5Z", style: { fill: `var(--${type})` } })
|
|
4969
|
+
] });
|
|
4970
|
+
}
|
|
4971
|
+
);
|
|
4972
|
+
var IconKey = /* @__PURE__ */ forwardRef(
|
|
4973
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4974
|
+
const iconSize = iconSizeMap[size];
|
|
4975
|
+
if (fill) {
|
|
4976
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4977
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.5469 11.8477C30.6042 9.79033 33.9407 9.79033 35.998 11.8477L36.1846 12.044C37.9924 14.0451 37.9923 17.0994 36.1846 19.1006L35.9971 19.2979C34.004 21.2906 30.8111 21.3529 28.7432 19.4844L28.5479 19.2979C26.5548 17.3048 26.4919 14.112 28.3604 12.044L28.5469 11.8477ZM33.833 14.0127C32.9711 13.1508 31.5738 13.1508 30.7119 14.0127C29.8503 14.8746 29.8501 16.272 30.7119 17.1338C31.5738 17.995 32.9713 17.9952 33.833 17.1338C34.6947 16.2721 34.6943 14.8747 33.833 14.0127Z", style: { fill: `var(--${type})` } }),
|
|
4978
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.042 7.48829C28.5681 2.96219 35.9065 2.96228 40.4326 7.48829L40.6416 7.70216C44.8895 12.1707 44.8895 19.1965 40.6416 23.6651L40.4326 23.8789C37.1013 27.2101 32.2478 28.0862 28.1123 26.5137L22.0781 32.5479L25.9229 36.3926L19.2178 43.0977L15.373 39.2529L11.1182 43.5078L4.41309 36.8027L21.4072 19.8086L21.2666 19.419C19.936 15.5018 20.758 11.0149 23.7373 7.8047L24.042 7.48829ZM38.2676 9.65333C34.9369 6.32274 29.5377 6.32266 26.207 9.65333C23.7601 12.1004 23.1083 15.6702 24.2686 18.7217L24.9717 20.5723L8.74121 36.8027L11.1182 39.1797L15.373 34.9248L19.2178 38.7686L21.5938 36.3926L17.749 32.5488L27.3486 22.9492L29.2002 23.6533C32.2516 24.8134 35.8206 24.1607 38.2676 21.7139C41.5983 18.3832 41.5982 12.984 38.2676 9.65333Z", style: { fill: `var(--${type})` } })
|
|
4979
|
+
] });
|
|
4980
|
+
}
|
|
4981
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4982
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.5469 11.8477C30.6042 9.79033 33.9407 9.79033 35.998 11.8477L36.1846 12.044C37.9924 14.0451 37.9923 17.0994 36.1846 19.1006L35.9971 19.2979C34.004 21.2906 30.8111 21.3529 28.7432 19.4844L28.5479 19.2979C26.5548 17.3048 26.4919 14.112 28.3604 12.044L28.5469 11.8477ZM33.833 14.0127C32.9711 13.1508 31.5738 13.1508 30.7119 14.0127C29.8503 14.8746 29.8501 16.272 30.7119 17.1338C31.5738 17.995 32.9713 17.9952 33.833 17.1338C34.6947 16.2721 34.6943 14.8747 33.833 14.0127Z", style: { fill: `var(--${type})` } }),
|
|
4983
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.042 7.48829C28.5681 2.96219 35.9065 2.96228 40.4326 7.48829L40.6416 7.70216C44.8895 12.1707 44.8895 19.1965 40.6416 23.6651L40.4326 23.8789C37.1013 27.2101 32.2478 28.0862 28.1123 26.5137L22.0781 32.5479L25.9229 36.3926L19.2178 43.0977L15.373 39.2529L11.1182 43.5078L4.41309 36.8027L21.4072 19.8086L21.2666 19.419C19.936 15.5018 20.758 11.0149 23.7373 7.8047L24.042 7.48829ZM38.2676 9.65333C34.9369 6.32274 29.5377 6.32266 26.207 9.65333C23.7601 12.1004 23.1083 15.6702 24.2686 18.7217L24.9717 20.5723L8.74121 36.8027L11.1182 39.1797L15.373 34.9248L19.2178 38.7686L21.5938 36.3926L17.749 32.5488L27.3486 22.9492L29.2002 23.6533C32.2516 24.8134 35.8206 24.1607 38.2676 21.7139C41.5983 18.3832 41.5982 12.984 38.2676 9.65333Z", style: { fill: `var(--${type})` } })
|
|
4984
|
+
] });
|
|
4985
|
+
}
|
|
4986
|
+
);
|
|
4987
|
+
var IconBackOffice = /* @__PURE__ */ forwardRef(
|
|
4988
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4989
|
+
const iconSize = iconSizeMap[size];
|
|
4990
|
+
if (fill) {
|
|
4991
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4992
|
+
/* @__PURE__ */ jsx("path", { d: "M37 33.5H21.5V30.5H37V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4993
|
+
/* @__PURE__ */ jsx("path", { d: "M21.6748 23.8828L12.8271 32.7314L10.9395 30.8428L17.8984 23.8828L10.9395 16.9229L12.8271 15.0352L21.6748 23.8828Z", style: { fill: `var(--${type})` } }),
|
|
4994
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 7.99902C43.7761 7.99902 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9502 39.7959 43.7959 39.9504 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.1716 39.9437 4.00023 39.7415 4 39.5V8.5C4 8.22386 4.22386 7.99902 4.5 7.99902H43.5ZM7 37H41V11H7V37Z", style: { fill: `var(--${type})` } })
|
|
4995
|
+
] });
|
|
4996
|
+
}
|
|
4997
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4998
|
+
/* @__PURE__ */ jsx("path", { d: "M37 33.5H21.5V30.5H37V33.5Z", style: { fill: `var(--${type})` } }),
|
|
4999
|
+
/* @__PURE__ */ jsx("path", { d: "M21.6748 23.8828L12.8271 32.7314L10.9395 30.8428L17.8984 23.8828L10.9395 16.9229L12.8271 15.0352L21.6748 23.8828Z", style: { fill: `var(--${type})` } }),
|
|
5000
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 7.99902C43.7761 7.99902 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9502 39.7959 43.7959 39.9504 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.1716 39.9437 4.00023 39.7415 4 39.5V8.5C4 8.22386 4.22386 7.99902 4.5 7.99902H43.5ZM7 37H41V11H7V37Z", style: { fill: `var(--${type})` } })
|
|
5001
|
+
] });
|
|
5002
|
+
}
|
|
5003
|
+
);
|
|
5004
|
+
var IconExclamationTriangle = /* @__PURE__ */ forwardRef(
|
|
5005
|
+
({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5006
|
+
const iconSize = iconSizeMap[size];
|
|
5007
|
+
if (fill) {
|
|
5008
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5009
|
+
/* @__PURE__ */ jsx("path", { d: "M23.5669 3.75075C23.7594 3.41723 24.2407 3.41723 24.4331 3.75075L46.0674 41.2502C46.2597 41.5835 46.0192 42.0001 45.6343 42.0001H2.36574C1.98091 42.0001 1.74034 41.5835 1.93264 41.2502L23.5669 3.75075Z", style: { fill: `var(--${type})` } }),
|
|
5010
|
+
/* @__PURE__ */ jsx("path", { d: "M23.9199 32.5C24.4648 32.5 24.9527 32.6956 25.3389 33.082C25.725 33.4685 25.9199 33.9562 25.9199 34.5C25.9199 35.0438 25.725 35.5315 25.3389 35.918C24.9527 36.3044 24.4648 36.5 23.9199 36.5C23.375 36.5 22.8871 36.3044 22.501 35.918C22.1149 35.5315 21.9199 35.0438 21.9199 34.5C21.9199 33.9562 22.1149 33.4685 22.501 33.082C22.8871 32.6956 23.375 32.5 23.9199 32.5Z", style: { fill: `var(--${fillType})` } }),
|
|
5011
|
+
/* @__PURE__ */ jsx("path", { d: "M25.5 29.25H22.5V17.25H25.5V29.25Z", style: { fill: `var(--${fillType})` } })
|
|
5012
|
+
] });
|
|
5013
|
+
}
|
|
5014
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5015
|
+
/* @__PURE__ */ jsx("path", { d: "M23.9197 32.4999C24.4645 32.4999 24.9525 32.6957 25.3386 33.0819C25.7247 33.4684 25.9196 33.9561 25.9197 34.4999C25.9197 35.0437 25.7247 35.5314 25.3386 35.9179C24.9525 36.3043 24.4645 36.4999 23.9197 36.4999C23.3749 36.4998 22.8868 36.3042 22.5007 35.9179C22.1148 35.5315 21.9197 35.0436 21.9197 34.4999C21.9197 33.9562 22.1147 33.4683 22.5007 33.0819C22.8868 32.6956 23.3749 32.5 23.9197 32.4999Z", style: { fill: `var(--${type})` } }),
|
|
5016
|
+
/* @__PURE__ */ jsx("path", { d: "M25.4997 29.2499H22.4997V17.2499H25.4997V29.2499Z", style: { fill: `var(--${type})` } }),
|
|
5017
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.5671 3.75088C23.7595 3.41744 24.2399 3.41759 24.4324 3.75088L46.0671 41.2499C46.2473 41.5623 46.0474 41.9478 45.7048 41.995L45.6345 41.9999H2.36497C1.98058 41.9994 1.74018 41.583 1.93235 41.2499L23.5671 3.75088ZM6.69407 38.9999H41.3054L23.9997 9.00186L6.69407 38.9999Z", style: { fill: `var(--${type})` } })
|
|
5018
|
+
] });
|
|
5019
|
+
}
|
|
5020
|
+
);
|
|
5021
|
+
var IconColorMindmap = /* @__PURE__ */ forwardRef(
|
|
5022
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5023
|
+
const iconSize = iconSizeMap[size];
|
|
5024
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5025
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_17922_133)", children: [
|
|
5026
|
+
/* @__PURE__ */ jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0H42C45.3137 0 48 2.68629 48 6V42C48 45.3137 45.3137 48 42 48H6C2.68629 48 0 45.3137 0 42V6Z", fill: "#14371B" }),
|
|
5027
|
+
/* @__PURE__ */ jsx("path", { d: "M35.7363 11.9092C35.8815 11.9092 35.999 12.0267 35.999 12.1719V18.835C35.9989 18.98 35.8814 19.0977 35.7363 19.0977H29.0732C28.9282 19.0976 28.8107 18.98 28.8105 18.835V16.5889H23.8574V31.4111H28.8105V29.165C28.8106 29.02 28.9282 28.9024 29.0732 28.9023H35.7363C35.8814 28.9023 35.9989 29.0199 35.999 29.165V35.8281C35.999 35.9733 35.8815 36.0908 35.7363 36.0908H29.0732C28.9281 36.0907 28.8105 35.9732 28.8105 35.8281V33.4111H21.8574V25H17.9541V27.332C17.9539 27.477 17.8364 27.5947 17.6914 27.5947H11.0283C10.8834 27.5946 10.7659 27.4769 10.7656 27.332V20.6689C10.7656 20.5238 10.8832 20.4054 11.0283 20.4053H17.6914C17.8366 20.4053 17.9541 20.5238 17.9541 20.6689V23H21.8584V14.5889H28.8105V12.1719C28.8105 12.0268 28.9281 11.9093 29.0732 11.9092H35.7363Z", fill: "white" })
|
|
5028
|
+
] }),
|
|
5029
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_17922_133", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
|
|
5030
|
+
] });
|
|
5031
|
+
}
|
|
5032
|
+
);
|
|
5033
|
+
var IconColorTable = /* @__PURE__ */ forwardRef(
|
|
5034
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5035
|
+
const iconSize = iconSizeMap[size];
|
|
5036
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5037
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_17922_205)", children: [
|
|
5038
|
+
/* @__PURE__ */ jsx("path", { d: "M0 6C0 2.68629 2.68629 0 6 0H42C45.3137 0 48 2.68629 48 6V42C48 45.3137 45.3137 48 42 48H6C2.68629 48 0 45.3137 0 42V6Z", fill: "#14371B" }),
|
|
5039
|
+
/* @__PURE__ */ jsx("path", { d: "M19.1768 28.9502V33.627H12.5889C12.3452 33.627 12.1476 33.4292 12.1475 33.1855V28.9502H19.1768Z", fill: "white" }),
|
|
5040
|
+
/* @__PURE__ */ jsx("path", { d: "M35.8535 33.1855C35.8534 33.4291 35.6556 33.6267 35.4121 33.627H21.1768V28.9502H35.8535V33.1855Z", fill: "white" }),
|
|
5041
|
+
/* @__PURE__ */ jsx("path", { d: "M35.8535 26.9502H21.1768V22.0674H35.8535V26.9502Z", fill: "white" }),
|
|
5042
|
+
/* @__PURE__ */ jsx("path", { d: "M19.1768 26.9502H12.1475V22.0674H19.1768V26.9502Z", fill: "white" }),
|
|
5043
|
+
/* @__PURE__ */ jsx("path", { d: "M35.4121 14.5088C35.6555 14.509 35.8533 14.7068 35.8535 14.9502V20.0674H12.1475V14.9502C12.1477 14.7066 12.3453 14.5098 12.5889 14.5098L35.4121 14.5088Z", fill: "white" })
|
|
5044
|
+
] }),
|
|
5045
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_17922_205", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
|
|
5046
|
+
] });
|
|
5047
|
+
}
|
|
5048
|
+
);
|
|
4263
5049
|
|
|
4264
|
-
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, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExample, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMic, 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, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };
|
|
5050
|
+
export { IconAccountCircle, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAlignSplit, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRedo, IconArrowRight, IconArrowTopRight, IconArrowTurn, IconArrowUndo, IconArrowUnfoldLess, IconArrowUnfoldMore, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBackOffice, IconBag, IconBalance, IconBell, IconBlock, IconBlocks, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtion, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartGraph, IconChartLineUptrend, IconChatPanel, IconCheck, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClockAdd, 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, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorMindmap, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTable, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDeepResearch, IconDescription, IconDesktop, IconDesktopOnCursor, IconDiamonds, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentDownload, IconDocumentLined, IconDocumentWarning, IconDocumentZip, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconElements, IconEmail, IconEmoji, IconEnd, IconEssay, IconExample, IconExclamation, IconExclamationTriangle, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderMove, IconFolderOpen, IconFolderOpenShare, IconFolderRemove, IconFolderShare, IconFormalBag, IconFullscreen, IconFullscreenExit, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHashtag, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKey, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconListNumbered, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMTabNew, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMemoEdit, IconMenu, IconMic, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNodeAdd, IconNoteFind, IconNoteShield, IconNoteSummarize, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPencilParagraph, IconPencilWrite, IconPerson, IconPersonAdd, IconPersonFill, IconPersonShield, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQueryAdd, IconQueryExclamation, IconQuestion, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSidebar, IconSignOut, IconSource, IconSparkle, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconSwitch, IconTabCurrent, IconTabNew, IconTable, IconTableExport, IconTableList, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@types/react": "^19.1.0",
|
|
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.41"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|