@liner-fe/icon 0.2.68 → 0.2.70

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 CHANGED
@@ -555,7 +555,19 @@ declare const IconColorDarkSearchWithCitation: React.ForwardRefExoticComponent<O
555
555
 
556
556
  declare const IconColorOpenAccess: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
557
557
 
558
- type IconName = "arrow-upward" | "arrow-downward" | "arrow-back" | "arrow-forward" | "drop-up" | "drop-down" | "arrow-backward" | "arrow-drop-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "move" | "arrow-turn" | "start" | "end" | "extend" | "shorten" | "more" | "check-mark" | "check-mark-fill" | "exclamationmark" | "exclamationmark-fill" | "plus" | "minus" | "close" | "close-fill" | "double-arrow-forward" | "double-arrow-backward" | "arrow-up-right" | "arrow-down-left" | "arrow-up-left" | "arrow-up-down" | "redo" | "undo" | "expand" | "show-all" | "hide-all" | "help" | "zoom-in" | "zoom-out" | "retry" | "question-message" | "books" | "balance" | "chart-bar" | "chart-line-uptrend" | "folder" | "folder-open" | "folder-add" | "document" | "person" | "person-add" | "send" | "paperclip" | "share" | "sign-out" | "lock" | "ai" | "trash" | "stack" | "new-thread" | "summarize" | "search" | "memo" | "globe" | "graduationcap" | "palette" | "download" | "copy" | "regenerate" | "credit" | "feedback" | "creditcard" | "speaker" | "tune" | "shield" | "light" | "document-add" | "thumb-up" | "thumb-down" | "document-warning" | "person-fill" | "step" | "book" | "description" | "bookmark" | "power" | "photo" | "camera" | "list" | "desktop" | "desktop-on-cursor" | "view-list" | "bolt" | "home" | "visibility" | "visibility-off" | "magic-wand" | "highlighter" | "pencil" | "essay" | "magic-pencil" | "highlight-edit" | "paraphrase" | "bulb-exclamtionmark" | "bulb" | "make-easy" | "translate" | "info" | "apple" | "android" | "twitter" | "facebook" | "google" | "car" | "airplane" | "rocket" | "source" | "liner" | "setting" | "light-mode" | "dark-mode" | "fire" | "question-box" | "target" | "new-tab" | "quote" | "document-check" | "block" | "bookmark-cancel" | "email" | "filter" | "timer" | "play-button" | "text-select" | "bell" | "secret-mode" | "add-clock" | "clock" | "spinner" | "volume-up" | "volume" | "google-export" | "link" | "sheet-export" | "shield-person" | "shield-usage" | "formal-bag" | "casual-shoe" | "folder-open-share" | "folder-share" | "verification-badge" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "chrome" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "color-liner" | "color-liner-variation" | "color-facebook" | "color-google" | "color-fire" | "more-horizontal" | "more-vertical" | "check-mark-in-circle" | "star" | "credit-add" | "m-new-tab" | "collection-add" | "collections" | "survey" | "location" | "hourglass" | "bag" | "color-excel" | "color-html" | "color-powerpoint" | "color-link" | "at-sign" | "adjustment" | "view-sidebar" | "add-emoji" | "bold" | "italic" | "underline" | "strikethrough" | "align-left" | "align-center" | "align-right" | "left-indentation" | "right-indentation" | "numbered-list" | "color-kakaotalk" | "color-hwp" | "color-xml" | "color-xlsx" | "color-json" | "color-image" | "color-kakaotalk-logo" | "history" | "menu" | "current-tab" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table" | "tex" | "color-document" | "file-download" | "color-gift-box" | "file-hashtag" | "arrow-collapse" | "arrow-expand" | "arrow-down-up" | "color-hypothesis-generator" | "color-citation-recommender" | "color-peer-review" | "color-survey-simulator" | "color-literature-review" | "color-research-tracer" | "color-hypothesis-evaluator" | "color-survey-generator" | "color-research-with-agents" | "color-search-with-citation" | "color-collaborate-with-team" | "color-research-question" | "color-citation" | "color-summarize" | "color-compass" | "color-complete" | "color-filtering" | "color-dark-hypothesis-generator" | "color-dark-citation-recommender" | "color-dark-peer-review" | "color-dark-survey-simulator" | "color-dark-literature-review" | "color-dark-research-tracer" | "color-dark-hypothesis-evaluator" | "color-dark-survey-generator" | "color-dark-liner-variation" | "code" | "color-liner-filled" | "color-dark-liner-filled" | "color-liner-filled-scholar" | "color-dark-liner-filled-scholar" | "color-dark-collaborate-with-team" | "color-dark-research-question" | "color-dark-citation" | "color-dark-summarize" | "color-dark-compass" | "color-dark-complete" | "color-dark-research-with-agents" | "color-dark-search-with-citation" | "color-open-access";
558
+ declare const IconPin: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
559
+
560
+ declare const IconUnpin: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
561
+
562
+ declare const IconColorArtifact: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
563
+
564
+ declare const IconColorDarkArtifact: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
565
+
566
+ declare const IconColorLoading: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
567
+
568
+ declare const IconColorDarkLoading: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
569
+
570
+ type IconName = "arrow-upward" | "arrow-downward" | "arrow-back" | "arrow-forward" | "drop-up" | "drop-down" | "arrow-backward" | "arrow-drop-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "move" | "arrow-turn" | "start" | "end" | "extend" | "shorten" | "more" | "check-mark" | "check-mark-fill" | "exclamationmark" | "exclamationmark-fill" | "plus" | "minus" | "close" | "close-fill" | "double-arrow-forward" | "double-arrow-backward" | "arrow-up-right" | "arrow-down-left" | "arrow-up-left" | "arrow-up-down" | "redo" | "undo" | "expand" | "show-all" | "hide-all" | "help" | "zoom-in" | "zoom-out" | "retry" | "question-message" | "books" | "balance" | "chart-bar" | "chart-line-uptrend" | "folder" | "folder-open" | "folder-add" | "document" | "person" | "person-add" | "send" | "paperclip" | "share" | "sign-out" | "lock" | "ai" | "trash" | "stack" | "new-thread" | "summarize" | "search" | "memo" | "globe" | "graduationcap" | "palette" | "download" | "copy" | "regenerate" | "credit" | "feedback" | "creditcard" | "speaker" | "tune" | "shield" | "light" | "document-add" | "thumb-up" | "thumb-down" | "document-warning" | "person-fill" | "step" | "book" | "description" | "bookmark" | "power" | "photo" | "camera" | "list" | "desktop" | "desktop-on-cursor" | "view-list" | "bolt" | "home" | "visibility" | "visibility-off" | "magic-wand" | "highlighter" | "pencil" | "essay" | "magic-pencil" | "highlight-edit" | "paraphrase" | "bulb-exclamtionmark" | "bulb" | "make-easy" | "translate" | "info" | "apple" | "android" | "twitter" | "facebook" | "google" | "car" | "airplane" | "rocket" | "source" | "liner" | "setting" | "light-mode" | "dark-mode" | "fire" | "question-box" | "target" | "new-tab" | "quote" | "document-check" | "block" | "bookmark-cancel" | "email" | "filter" | "timer" | "play-button" | "text-select" | "bell" | "secret-mode" | "add-clock" | "clock" | "spinner" | "volume-up" | "volume" | "google-export" | "link" | "sheet-export" | "shield-person" | "shield-usage" | "formal-bag" | "casual-shoe" | "folder-open-share" | "folder-share" | "verification-badge" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "chrome" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "color-liner" | "color-liner-variation" | "color-facebook" | "color-google" | "color-fire" | "more-horizontal" | "more-vertical" | "check-mark-in-circle" | "star" | "credit-add" | "m-new-tab" | "collection-add" | "collections" | "survey" | "location" | "hourglass" | "bag" | "color-excel" | "color-html" | "color-powerpoint" | "color-link" | "at-sign" | "adjustment" | "view-sidebar" | "add-emoji" | "bold" | "italic" | "underline" | "strikethrough" | "align-left" | "align-center" | "align-right" | "left-indentation" | "right-indentation" | "numbered-list" | "color-kakaotalk" | "color-hwp" | "color-xml" | "color-xlsx" | "color-json" | "color-image" | "color-kakaotalk-logo" | "history" | "menu" | "current-tab" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table" | "tex" | "color-document" | "file-download" | "color-gift-box" | "file-hashtag" | "arrow-collapse" | "arrow-expand" | "arrow-down-up" | "color-hypothesis-generator" | "color-citation-recommender" | "color-peer-review" | "color-survey-simulator" | "color-literature-review" | "color-research-tracer" | "color-hypothesis-evaluator" | "color-survey-generator" | "color-research-with-agents" | "color-search-with-citation" | "color-collaborate-with-team" | "color-research-question" | "color-citation" | "color-summarize" | "color-compass" | "color-complete" | "color-filtering" | "color-dark-hypothesis-generator" | "color-dark-citation-recommender" | "color-dark-peer-review" | "color-dark-survey-simulator" | "color-dark-literature-review" | "color-dark-research-tracer" | "color-dark-hypothesis-evaluator" | "color-dark-survey-generator" | "color-dark-liner-variation" | "code" | "color-liner-filled" | "color-dark-liner-filled" | "color-liner-filled-scholar" | "color-dark-liner-filled-scholar" | "color-dark-collaborate-with-team" | "color-dark-research-question" | "color-dark-citation" | "color-dark-summarize" | "color-dark-compass" | "color-dark-complete" | "color-dark-research-with-agents" | "color-dark-search-with-citation" | "color-open-access" | "pin" | "unpin" | "color-artifact" | "color-dark-artifact" | "color-loading" | "color-dark-loading";
559
571
  type IconSizeKey = keyof typeof iconSizeMap;
560
572
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
561
573
  fill?: boolean;
@@ -568,4 +580,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
568
580
  type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill' | 'thick'>;
569
581
  type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
570
582
 
571
- export { type ColorIconProps, IconAddClock, IconAddEmoji, 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, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, 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, 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, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
583
+ export { type ColorIconProps, IconAddClock, IconAddEmoji, 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, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, 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, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
package/lib/index.js CHANGED
@@ -851,26 +851,27 @@ var IconChartBar = /* @__PURE__ */ forwardRef(
851
851
  const iconSize = iconSizeMap[size];
852
852
  if (fill && thick) {
853
853
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
854
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.001 8C32.001 6.89543 32.8964 6 34.001 6H40.0006C41.1052 6 42.0006 6.89543 42.0006 8V36C42.0006 37.1046 41.1052 38 40.0006 38H34.001C32.8964 38 32.001 37.1046 32.001 36V8ZM35.001 35V9H39.0006V35H35.001Z", style: { fill: `var(--${type})` } }),
855
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0009 17.5862C19.8964 17.5862 19.001 18.4816 19.001 19.5862V35.9999C19.001 37.1045 19.8964 38 21.001 37.9999L27.0009 37.9998C28.1054 37.9998 29.0008 37.1043 29.0008 35.9998V19.586C29.0008 18.4814 28.1054 17.586 27.0008 17.586L21.0009 17.5862ZM22.001 20.5861V34.9999L26.0008 34.9998V20.586L22.001 20.5861Z", style: { fill: `var(--${type})` } }),
856
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 28.4141C6 27.3095 6.89543 26.4141 8 26.4141H14C15.1046 26.4141 16 27.3095 16 28.4141V36C16 37.1046 15.1046 38 14 38H8C6.89543 38 6 37.1046 6 36V28.4141ZM9 35V29.4141H13V35H9Z", style: { fill: `var(--${type})` } }),
857
- /* @__PURE__ */ jsx("path", { d: "M6.00024 43.5H42.0002V40.5H6.00024V43.5Z", style: { fill: `var(--${type})` } })
854
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.4443 14.5557C15.9966 14.5557 16.4443 15.0034 16.4443 15.5557V40C16.4443 40.5523 15.9966 41 15.4443 41H8L7.89746 40.9951C7.39334 40.9438 7 40.5177 7 40V15.5557C7 15.038 7.39333 14.6119 7.89746 14.5605L8 14.5557H15.4443ZM10 38H13.4443V17.5557H10V38Z", style: { fill: `var(--${type})` } }),
855
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.7227 24C28.2748 24.0002 28.7227 24.4478 28.7227 25V40L28.7178 40.1025C28.6699 40.5729 28.2955 40.9471 27.8252 40.9951L27.7227 41H20.2783L20.1758 40.9951C19.7054 40.9472 19.3311 40.5729 19.2832 40.1025L19.2783 40V25C19.2783 24.4823 19.6716 24.0562 20.1758 24.0049L20.2783 24H27.7227ZM22.2783 38H25.7227V27H22.2783V38Z", style: { fill: `var(--${type})` } }),
856
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40 7C40.5523 7 41 7.44772 41 8V40L40.9951 40.1025C40.9438 40.6067 40.5177 41 40 41H32.5557L32.4531 40.9951C31.9827 40.9472 31.6084 40.573 31.5605 40.1025L31.5557 40V8C31.5557 7.48233 31.949 7.05622 32.4531 7.00488L32.5557 7H40ZM34.5557 38H38V10H34.5557V38Z", style: { fill: `var(--${type})` } })
858
857
  ] });
859
858
  } else if (fill) {
860
- 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: "M8 6C6.89543 6 6 6.89543 6 8V40C6 41.1046 6.89543 42 8 42H40C41.1046 42 42 41.1046 42 40V8C42 6.89543 41.1046 6 40 6H8ZM22.374 21.3371C21.2694 21.3371 20.374 22.2325 20.374 23.3371V34.3215C20.374 35.4261 21.2695 36.3215 22.3741 36.3215L25.3669 36.3214C26.4714 36.3214 27.3668 35.4259 27.3668 34.3214V23.337C27.3668 22.2324 26.4714 21.3369 25.3668 21.337L22.374 21.3371ZM10 30.0802C10 28.9757 10.8954 28.0802 11.9999 28.0802L14.9928 28.0801C16.0974 28.0801 16.9928 28.9755 16.9928 30.0801L16.9928 34.3212C16.9928 35.4258 16.0974 36.3212 14.9929 36.3212L12.0001 36.3213C10.8955 36.3213 10 35.4259 10 34.3213L10 30.0802ZM32.7479 12.0001C31.6433 12.0002 30.7479 12.8956 30.7479 14.0001L30.7479 34.3213C30.7479 35.4259 31.6434 36.3213 32.748 36.3213L35.7408 36.3212C36.8454 36.3212 37.7407 35.4258 37.7407 34.3212L37.7407 14.0001C37.7407 12.8955 36.8453 12 35.7407 12.0001L32.7479 12.0001Z", style: { fill: `var(--${type})` } }) });
859
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
860
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.4443 14.5557C15.9966 14.5557 16.4443 15.0034 16.4443 15.5557V40C16.4443 40.5523 15.9966 41 15.4443 41H8L7.89746 40.9951C7.39334 40.9438 7 40.5177 7 40V15.5557C7 15.038 7.39333 14.6119 7.89746 14.5605L8 14.5557H15.4443ZM10 38H13.4443V17.5557H10V38Z", style: { fill: `var(--${type})` } }),
861
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.7227 24C28.2748 24.0002 28.7227 24.4478 28.7227 25V40L28.7178 40.1025C28.6699 40.5729 28.2955 40.9471 27.8252 40.9951L27.7227 41H20.2783L20.1758 40.9951C19.7054 40.9472 19.3311 40.5729 19.2832 40.1025L19.2783 40V25C19.2783 24.4823 19.6716 24.0562 20.1758 24.0049L20.2783 24H27.7227ZM22.2783 38H25.7227V27H22.2783V38Z", style: { fill: `var(--${type})` } }),
862
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40 7C40.5523 7 41 7.44772 41 8V40L40.9951 40.1025C40.9438 40.6067 40.5177 41 40 41H32.5557L32.4531 40.9951C31.9827 40.9472 31.6084 40.573 31.5605 40.1025L31.5557 40V8C31.5557 7.48233 31.949 7.05622 32.4531 7.00488L32.5557 7H40ZM34.5557 38H38V10H34.5557V38Z", style: { fill: `var(--${type})` } })
863
+ ] });
861
864
  } else if (thick) {
862
865
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
863
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 8C32 6.89543 32.8954 6 34 6H40C41.1046 6 42 6.89543 42 8V36C42 37.1046 41.1046 38 40 38H34C32.8954 38 32 37.1046 32 36V8ZM36 34V10H38V34H36Z", style: { fill: `var(--${type})` } }),
864
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 17.5859C19.8954 17.5859 19 18.4814 19 19.5859V35.9997C19 37.1043 19.8954 37.9997 21 37.9997H27C28.1046 37.9997 29 37.1043 29 35.9997V19.5859C29 18.4814 28.1046 17.5859 27 17.5859H21ZM23 21.5859V33.9997H25V21.5859H23Z", style: { fill: `var(--${type})` } }),
865
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 28.4141C6 27.3095 6.89543 26.4141 8 26.4141H14C15.1046 26.4141 16 27.3095 16 28.4141V36C16 37.1046 15.1046 38 14 38H8C6.89543 38 6 37.1046 6 36V28.4141ZM10 34V30.4141H12V34H10Z", style: { fill: `var(--${type})` } }),
866
- /* @__PURE__ */ jsx("path", { d: "M6 44H42.5V40H6V44Z", style: { fill: `var(--${type})` } })
866
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1025 14.0049C15.6067 14.0562 16 14.4823 16 15V41C16 41.5177 15.6067 41.9438 15.1025 41.9951L15 42H7C6.44772 42 6 41.5523 6 41V15C6 14.4477 6.44772 14 7 14H15L15.1025 14.0049ZM10 38H12V18H10V38Z", style: { fill: `var(--${type})` } }),
867
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.1025 24.0049C28.6067 24.0562 29 24.4823 29 25V41L28.9951 41.1025C28.9472 41.573 28.573 41.9472 28.1025 41.9951L28 42H20L19.8975 41.9951C19.427 41.9472 19.0528 41.573 19.0049 41.1025L19 41V25C19 24.4477 19.4477 24 20 24H28L28.1025 24.0049ZM23 38H25V28H23V38Z", style: { fill: `var(--${type})` } }),
868
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.1025 6.00488C41.6067 6.05621 42 6.48232 42 7V41L41.9951 41.1025C41.9472 41.573 41.573 41.9472 41.1025 41.9951L41 42H33C32.4823 42 32.0562 41.6067 32.0049 41.1025L32 41V7C32 6.44772 32.4477 6 33 6H41L41.1025 6.00488ZM36 38H38V10H36V38Z", style: { fill: `var(--${type})` } })
867
869
  ] });
868
870
  }
869
871
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
870
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.001 8C32.001 6.89543 32.8964 6 34.001 6H40.0006C41.1052 6 42.0006 6.89543 42.0006 8V36C42.0006 37.1046 41.1052 38 40.0006 38H34.001C32.8964 38 32.001 37.1046 32.001 36V8ZM35.001 35V9H39.0006V35H35.001Z", style: { fill: `var(--${type})` } }),
871
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0009 17.5862C19.8964 17.5862 19.001 18.4816 19.001 19.5862V35.9999C19.001 37.1045 19.8964 38 21.001 37.9999L27.0009 37.9998C28.1054 37.9998 29.0008 37.1043 29.0008 35.9998V19.586C29.0008 18.4814 28.1054 17.586 27.0008 17.586L21.0009 17.5862ZM22.001 20.5861V34.9999L26.0008 34.9998V20.586L22.001 20.5861Z", style: { fill: `var(--${type})` } }),
872
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 28.4141C6 27.3095 6.89543 26.4141 8 26.4141H14C15.1046 26.4141 16 27.3095 16 28.4141V36C16 37.1046 15.1046 38 14 38H8C6.89543 38 6 37.1046 6 36V28.4141ZM9 35V29.4141H13V35H9Z", style: { fill: `var(--${type})` } }),
873
- /* @__PURE__ */ jsx("path", { d: "M6.00024 43.5H42.0002V40.5H6.00024V43.5Z", style: { fill: `var(--${type})` } })
872
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.4443 14.5557C15.9966 14.5557 16.4443 15.0034 16.4443 15.5557V40C16.4443 40.5523 15.9966 41 15.4443 41H8L7.89746 40.9951C7.39334 40.9438 7 40.5177 7 40V15.5557C7 15.038 7.39333 14.6119 7.89746 14.5605L8 14.5557H15.4443ZM10 38H13.4443V17.5557H10V38Z", style: { fill: `var(--${type})` } }),
873
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.7227 24C28.2748 24.0002 28.7227 24.4478 28.7227 25V40L28.7178 40.1025C28.6699 40.5729 28.2955 40.9471 27.8252 40.9951L27.7227 41H20.2783L20.1758 40.9951C19.7054 40.9472 19.3311 40.5729 19.2832 40.1025L19.2783 40V25C19.2783 24.4823 19.6716 24.0562 20.1758 24.0049L20.2783 24H27.7227ZM22.2783 38H25.7227V27H22.2783V38Z", style: { fill: `var(--${type})` } }),
874
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40 7C40.5523 7 41 7.44772 41 8V40L40.9951 40.1025C40.9438 40.6067 40.5177 41 40 41H32.5557L32.4531 40.9951C31.9827 40.9472 31.6084 40.573 31.5605 40.1025L31.5557 40V8C31.5557 7.48233 31.949 7.05622 32.4531 7.00488L32.5557 7H40ZM34.5557 38H38V10H34.5557V38Z", style: { fill: `var(--${type})` } })
874
875
  ] });
875
876
  }
876
877
  );
@@ -5558,11 +5559,94 @@ var IconColorOpenAccess = /* @__PURE__ */ forwardRef(
5558
5559
  ({ size = "m", className, ...props }, ref) => {
5559
5560
  const iconSize = iconSizeMap[size];
5560
5561
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5561
- /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }),
5562
5562
  /* @__PURE__ */ jsx("path", { d: "M24.0381 27.8438C26.0876 27.8438 27.749 29.5052 27.749 31.5547C27.749 33.6042 26.0876 35.2656 24.0381 35.2656C21.9886 35.2656 20.3271 33.6042 20.3271 31.5547C20.3272 29.5052 21.9886 27.8438 24.0381 27.8438Z", fill: "#F68212" }),
5563
5563
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0215 3.49902C26.8016 3.49913 29.4678 4.6045 31.4336 6.57031C33.3994 8.53627 34.5039 11.2032 34.5039 13.9834V24.7578C35.7598 26.7066 36.4912 29.0259 36.4912 31.5166C36.4907 38.4171 30.8967 44.0115 23.9961 44.0117C17.0953 44.0117 11.5005 38.4173 11.5 31.5166C11.5 24.6155 17.095 19.0205 23.9961 19.0205C26.814 19.0206 29.4137 19.9535 31.5039 21.5273V13.9834C31.5039 11.9988 30.7157 10.0948 29.3125 8.69141C27.9093 7.2882 26.0059 6.50011 24.0215 6.5C22.0369 6.50003 20.1328 7.28808 18.7295 8.69141C17.3263 10.0947 16.5381 11.9989 16.5381 13.9834V15.5176H13.5381V13.9834C13.5381 11.2032 14.6427 8.53626 16.6084 6.57031C18.5743 4.60439 21.2413 3.49906 24.0215 3.49902ZM23.9961 22.0205C18.7518 22.0205 14.5 26.2723 14.5 31.5166C14.5005 36.7604 18.7521 41.0117 23.9961 41.0117C29.2398 41.0115 33.4907 36.7603 33.4912 31.5166C33.4912 26.2725 29.2401 22.0208 23.9961 22.0205Z", fill: "#F68212" })
5564
5564
  ] });
5565
5565
  }
5566
5566
  );
5567
+ var IconPin = /* @__PURE__ */ forwardRef(
5568
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5569
+ const iconSize = iconSizeMap[size];
5570
+ if (fill && thick) {
5571
+ 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: "M36 6.5H33V24.1377L38 33H25.5V46H22.5V33H10L15 24.1377V6.5H12V3.5H36V6.5ZM18 24.9258L15.1377 30H32.8623L30 24.9258V6.5H18V24.9258Z", style: { fill: `var(--${type})` } }) });
5572
+ } else if (fill) {
5573
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36 6.5H33V24.1377L38 33H25.5V46H22.5V33H10L15 24.1377V6.5H12V3.5H36V6.5Z", style: { fill: `var(--${type})` } }) });
5574
+ } else if (thick) {
5575
+ 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: "M36 7H33V23.833L38 33H26V46H22V33H10L15 23.833V7H12V3H36V7ZM19 24.8525L16.7383 29H31.2617L29 24.8525V7H19V24.8525Z", style: { fill: `var(--${type})` } }) });
5576
+ }
5577
+ 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: "M36 6.5H33V24.1377L38 33H25.5V46H22.5V33H10L15 24.1377V6.5H12V3.5H36V6.5ZM18 24.9258L15.1377 30H32.8623L30 24.9258V6.5H18V24.9258Z", style: { fill: `var(--${type})` } }) });
5578
+ }
5579
+ );
5580
+ var IconUnpin = /* @__PURE__ */ forwardRef(
5581
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5582
+ const iconSize = iconSizeMap[size];
5583
+ if (fill && thick) {
5584
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5585
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.3457 4.10352L4.32812 4.12109L33.2061 33L44.1025 43.8965L42 46L29 33H25.5V46H22.5V33H10L15 24.1377V19L2.13477 6.13477L4.25586 4.01367L4.3457 4.10352ZM18 24.9258L15.1377 30H26L18 22V24.9258Z", style: { fill: `var(--${type})` } }),
5586
+ /* @__PURE__ */ jsx("path", { d: "M36 6.5H33V28.5508L30 25.5508V6.5H18V13.5508L15 10.5508V6.5H12V3.5H36V6.5Z", style: { fill: `var(--${type})` } })
5587
+ ] });
5588
+ } else if (fill) {
5589
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5590
+ /* @__PURE__ */ jsx("path", { d: "M44.1211 43.8789L42 46L29 33H25.5V46H22.5V33H10L15 24.1377V19L2.13477 6.13477L4.25586 4.01367L44.1211 43.8789Z", style: { fill: `var(--${type})` } }),
5591
+ /* @__PURE__ */ jsx("path", { d: "M36 6.5H33V28.5508L15 10.5508V6.5H12V3.5H36V6.5Z", style: { fill: `var(--${type})` } })
5592
+ ] });
5593
+ } else if (thick) {
5594
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5595
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.9307 43.7246L41.1035 46.5527L27.5508 33H26V46H22V33H10L15 23.833V20.4492L2 7.44922L4.82812 4.62109L43.9307 43.7246ZM19 24.8525L16.7383 29H23.5508L19 24.4492V24.8525Z", style: { fill: `var(--${type})` } }),
5596
+ /* @__PURE__ */ jsx("path", { d: "M36 7H33V28.5508L29 24.5508V7H19V14.5508L15 10.5508V7H12V3H36V7Z", style: { fill: `var(--${type})` } })
5597
+ ] });
5598
+ }
5599
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5600
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.3457 4.10352L4.32812 4.12109L33.2061 33L44.1025 43.8965L42 46L29 33H25.5V46H22.5V33H10L15 24.1377V19L2.13477 6.13477L4.25586 4.01367L4.3457 4.10352ZM18 24.9258L15.1377 30H26L18 22V24.9258Z", style: { fill: `var(--${type})` } }),
5601
+ /* @__PURE__ */ jsx("path", { d: "M36 6.5H33V28.5508L30 25.5508V6.5H18V13.5508L15 10.5508V6.5H12V3.5H36V6.5Z", style: { fill: `var(--${type})` } })
5602
+ ] });
5603
+ }
5604
+ );
5605
+ var IconColorArtifact = /* @__PURE__ */ forwardRef(
5606
+ ({ size = "m", className, ...props }, ref) => {
5607
+ const iconSize = iconSizeMap[size];
5608
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5609
+ /* @__PURE__ */ jsx("path", { d: "M29 41.5H21.5V34H29V41.5Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5610
+ /* @__PURE__ */ jsx("path", { d: "M43.5 41.5H32V34H43.5V41.5Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5611
+ /* @__PURE__ */ jsx("path", { d: "M29 31H21.5V23.5H29V31Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5612
+ /* @__PURE__ */ jsx("path", { d: "M43.5 31H32V23.5H43.5V31Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5613
+ /* @__PURE__ */ jsx("path", { d: "M5 36.5V9.5C5 7.567 6.567 6 8.5 6H20.9277C21.7973 6 22.6363 6.32389 23.2803 6.9082L30.8516 13.7783C31.5827 14.4417 32 15.3838 32 16.3711V20.5H29V16.3711C29 16.2301 28.9404 16.0948 28.8359 16L21.2637 9.12988C21.1717 9.04643 21.0519 9 20.9277 9H8.5C8.22386 9 8 9.22386 8 9.5V36.5C8 36.7761 8.22386 37 8.5 37H18.5V40H8.5C6.567 40 5 38.433 5 36.5Z", fill: "#1E1E1F" })
5614
+ ] });
5615
+ }
5616
+ );
5617
+ var IconColorDarkArtifact = /* @__PURE__ */ forwardRef(
5618
+ ({ size = "m", className, ...props }, ref) => {
5619
+ const iconSize = iconSizeMap[size];
5620
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5621
+ /* @__PURE__ */ jsx("path", { d: "M28.5 41H21V33.5H28.5V41Z", fill: "#8AB392" }),
5622
+ /* @__PURE__ */ jsx("path", { d: "M43 41H31.5V33.5H43V41Z", fill: "#8AB392" }),
5623
+ /* @__PURE__ */ jsx("path", { d: "M28.5 23V30.5H21V23H28.5Z", fill: "#8AB392" }),
5624
+ /* @__PURE__ */ jsx("path", { d: "M43 30.5H31.5V23H43V30.5Z", fill: "#8AB392" }),
5625
+ /* @__PURE__ */ jsx("path", { d: "M4.5 36V9C4.5 7.067 6.067 5.5 8 5.5H20.4277C21.2973 5.5 22.1363 5.82389 22.7803 6.4082L30.3516 13.2783C31.0827 13.9417 31.5 14.8838 31.5 15.8711V20H28.5V15.8711C28.5 15.7301 28.4404 15.5948 28.3359 15.5L20.7637 8.62988C20.6717 8.54643 20.5519 8.5 20.4277 8.5H8C7.72386 8.5 7.5 8.72386 7.5 9V36C7.5 36.2761 7.72386 36.5 8 36.5H18V39.5H8C6.067 39.5 4.5 37.933 4.5 36Z", fill: "white" })
5626
+ ] });
5627
+ }
5628
+ );
5629
+ var IconColorLoading = /* @__PURE__ */ forwardRef(
5630
+ ({ size = "m", className, ...props }, ref) => {
5631
+ const iconSize = iconSizeMap[size];
5632
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5633
+ /* @__PURE__ */ jsx("path", { d: "M24.0001 4L32.4853 12.4853L24.0001 20.9706L15.5148 12.4853L24.0001 4Z", fill: "#A5CEAD" }),
5634
+ /* @__PURE__ */ jsx("path", { d: "M12.4998 15.5293L20.9851 24.0146L12.4998 32.4999L4.01453 24.0146L12.4998 15.5293Z", fill: "#4A7E55" }),
5635
+ /* @__PURE__ */ jsx("path", { d: "M35.4999 15.5L43.9852 23.9853L35.4999 32.4706L27.0146 23.9853L35.4999 15.5Z", fill: "#94B097" }),
5636
+ /* @__PURE__ */ jsx("path", { d: "M23.9999 27L32.4852 35.4853L23.9999 43.9706L15.5146 35.4853L23.9999 27Z", fill: "#193A19" })
5637
+ ] });
5638
+ }
5639
+ );
5640
+ var IconColorDarkLoading = /* @__PURE__ */ forwardRef(
5641
+ ({ size = "m", className, ...props }, ref) => {
5642
+ const iconSize = iconSizeMap[size];
5643
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5644
+ /* @__PURE__ */ jsx("path", { d: "M24.0001 4L32.4853 12.4853L24.0001 20.9706L15.5148 12.4853L24.0001 4Z", fill: "#E9F4EA" }),
5645
+ /* @__PURE__ */ jsx("path", { d: "M12.4998 15.5293L20.9851 24.0146L12.4998 32.4999L4.01453 24.0146L12.4998 15.5293Z", fill: "#7DC48D" }),
5646
+ /* @__PURE__ */ jsx("path", { d: "M35.4999 15.5L43.9852 23.9853L35.4999 32.4706L27.0146 23.9853L35.4999 15.5Z", fill: "#B9DCBC" }),
5647
+ /* @__PURE__ */ jsx("path", { d: "M23.9999 27L32.4852 35.4853L23.9999 43.9706L15.5146 35.4853L23.9999 27Z", fill: "#52865E" })
5648
+ ] });
5649
+ }
5650
+ );
5567
5651
 
5568
- export { IconAddClock, IconAddEmoji, 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, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, 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, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
5652
+ export { IconAddClock, IconAddEmoji, 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, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, 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, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "0.2.68",
3
+ "version": "0.2.70",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "publishConfig": {
@@ -13,13 +13,13 @@
13
13
  "types": "./lib/index.d.ts",
14
14
  "dependencies": {
15
15
  "react": "^18.2.0",
16
- "@liner-fe/design-token-primitive": "^0.2.39"
16
+ "@liner-fe/design-token-primitive": "^0.2.41"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/react": "^18.2.0",
20
20
  "tsup": "^8.5.0",
21
21
  "tsx": "^4.20.5",
22
- "@liner-fe/internal-icon": "^1.0.19"
22
+ "@liner-fe/internal-icon": "^1.0.21"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",