@liner-fe/icon 0.2.36 → 0.2.38
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 +4 -2
- package/lib/index.js +41 -5
- package/package.json +6 -4
package/lib/index.d.ts
CHANGED
|
@@ -473,7 +473,9 @@ declare const IconColorPdf: React.ForwardRefExoticComponent<Omit<IconProps, "ref
|
|
|
473
473
|
|
|
474
474
|
declare const IconColorCsv: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
475
475
|
|
|
476
|
-
|
|
476
|
+
declare const IconTable: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
477
|
+
|
|
478
|
+
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" | "color-hypothesis-generator" | "color-citation-recommender" | "color-survey-simulator" | "color-research-tracer" | "at-sign" | "color-peer-review" | "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" | "color-literature-review" | "color-hypothesis-evaluator" | "color-survey-generator" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table";
|
|
477
479
|
type IconSizeKey = keyof typeof iconSizeMap;
|
|
478
480
|
interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
479
481
|
fill?: boolean;
|
|
@@ -485,4 +487,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
|
485
487
|
}
|
|
486
488
|
type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
|
|
487
489
|
|
|
488
|
-
export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, 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, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorCsv, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, 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, 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, IconTarget, IconTeams, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|
|
490
|
+
export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, 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, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorCsv, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, 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, 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, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|
package/lib/index.js
CHANGED
|
@@ -4703,13 +4703,37 @@ var IconRightIndentation = /* @__PURE__ */ forwardRef(
|
|
|
4703
4703
|
var IconNumberedList = /* @__PURE__ */ forwardRef(
|
|
4704
4704
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
4705
4705
|
if (fill && thick) {
|
|
4706
|
-
return /* @__PURE__ */
|
|
4706
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4707
|
+
/* @__PURE__ */ jsx("path", { d: "M10.1602 26.3008C11.1 26.3008 11.9398 26.5077 12.6797 26.9209C13.4264 27.3276 14.0138 27.8975 14.4404 28.6309C14.867 29.3641 15.0801 30.2142 15.0801 31.1807C15.0801 31.894 14.9803 32.4876 14.7803 32.9609C14.5803 33.4276 14.283 33.8608 13.8896 34.2607C13.4964 34.654 13.0135 35.1008 12.4404 35.6006L9.22363 38.4209H15.0801V40.9805H5V38.6211L11.04 33.2607C11.4933 32.8608 11.8133 32.4842 12 32.1309C12.1867 31.7775 12.2803 31.4473 12.2803 31.1406C12.2803 30.7007 12.1897 30.3107 12.0098 29.9707C11.8298 29.6242 11.5765 29.3544 11.25 29.1611C10.9233 28.9611 10.5396 28.8604 10.0996 28.8604C9.63977 28.8604 9.23312 28.9674 8.87988 29.1807C8.53329 29.3873 8.26363 29.6642 8.07031 30.0107C7.87698 30.3507 7.78647 30.7211 7.7998 31.1211H5C5 30.1344 5.21706 29.2805 5.65039 28.5605C6.08371 27.8407 6.68675 27.2839 7.45996 26.8906C8.23329 26.4973 9.1335 26.3008 10.1602 26.3008Z", style: { fill: `var(--${type})` } }),
|
|
4708
|
+
/* @__PURE__ */ jsx("path", { d: "M42 38.5H19V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
|
|
4709
|
+
/* @__PURE__ */ jsx("path", { d: "M42 25.5H19V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4710
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6797 21H8.90039V9.55957L6.2002 11.2197V8.21973L8.90039 6.59961H11.6797V21Z", style: { fill: `var(--${type})` } }),
|
|
4711
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12.5H19V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
|
|
4712
|
+
] });
|
|
4707
4713
|
} else if (fill) {
|
|
4708
|
-
return /* @__PURE__ */
|
|
4714
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4715
|
+
/* @__PURE__ */ jsx("path", { d: "M10.1602 26.3008C11.1 26.3008 11.9398 26.5077 12.6797 26.9209C13.4264 27.3276 14.0138 27.8975 14.4404 28.6309C14.867 29.3641 15.0801 30.2142 15.0801 31.1807C15.0801 31.894 14.9803 32.4876 14.7803 32.9609C14.5803 33.4276 14.283 33.8608 13.8896 34.2607C13.4964 34.654 13.0135 35.1008 12.4404 35.6006L9.22363 38.4209H15.0801V40.9805H5V38.6211L11.04 33.2607C11.4933 32.8608 11.8133 32.4842 12 32.1309C12.1867 31.7775 12.2803 31.4473 12.2803 31.1406C12.2803 30.7007 12.1897 30.3107 12.0098 29.9707C11.8298 29.6242 11.5765 29.3544 11.25 29.1611C10.9233 28.9611 10.5396 28.8604 10.0996 28.8604C9.63977 28.8604 9.23312 28.9674 8.87988 29.1807C8.53329 29.3873 8.26363 29.6642 8.07031 30.0107C7.87698 30.3507 7.78647 30.7211 7.7998 31.1211H5C5 30.1344 5.21706 29.2805 5.65039 28.5605C6.08371 27.8407 6.68675 27.2839 7.45996 26.8906C8.23329 26.4973 9.1335 26.3008 10.1602 26.3008Z", style: { fill: `var(--${type})` } }),
|
|
4716
|
+
/* @__PURE__ */ jsx("path", { d: "M42 38.5H19V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
|
|
4717
|
+
/* @__PURE__ */ jsx("path", { d: "M42 25.5H19V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4718
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6797 21H8.90039V9.55957L6.2002 11.2197V8.21973L8.90039 6.59961H11.6797V21Z", style: { fill: `var(--${type})` } }),
|
|
4719
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12.5H19V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
|
|
4720
|
+
] });
|
|
4709
4721
|
} else if (thick) {
|
|
4710
|
-
return /* @__PURE__ */
|
|
4722
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4723
|
+
/* @__PURE__ */ jsx("path", { d: "M10.1602 26.3008C11.1 26.3008 11.9398 26.5077 12.6797 26.9209C13.4264 27.3276 14.0138 27.8975 14.4404 28.6309C14.867 29.3641 15.0801 30.2142 15.0801 31.1807C15.0801 31.894 14.9803 32.4876 14.7803 32.9609C14.5803 33.4276 14.283 33.8608 13.8896 34.2607C13.4964 34.654 13.0135 35.1008 12.4404 35.6006L9.22363 38.4209H15.0801V40.9805H5V38.6211L11.04 33.2607C11.4933 32.8608 11.8133 32.4842 12 32.1309C12.1867 31.7775 12.2803 31.4473 12.2803 31.1406C12.2803 30.7007 12.1897 30.3107 12.0098 29.9707C11.8298 29.6242 11.5765 29.3544 11.25 29.1611C10.9233 28.9611 10.5396 28.8604 10.0996 28.8604C9.63977 28.8604 9.23312 28.9674 8.87988 29.1807C8.53329 29.3873 8.26363 29.6642 8.07031 30.0107C7.87698 30.3507 7.78647 30.7211 7.7998 31.1211H5C5 30.1344 5.21706 29.2805 5.65039 28.5605C6.08371 27.8407 6.68675 27.2839 7.45996 26.8906C8.23329 26.4973 9.1335 26.3008 10.1602 26.3008Z", style: { fill: `var(--${type})` } }),
|
|
4724
|
+
/* @__PURE__ */ jsx("path", { d: "M42 38.5H19V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
|
|
4725
|
+
/* @__PURE__ */ jsx("path", { d: "M42 25.5H19V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4726
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6797 21H8.90039V9.55957L6.2002 11.2197V8.21973L8.90039 6.59961H11.6797V21Z", style: { fill: `var(--${type})` } }),
|
|
4727
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12.5H19V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
|
|
4728
|
+
] });
|
|
4711
4729
|
}
|
|
4712
|
-
return /* @__PURE__ */
|
|
4730
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
4731
|
+
/* @__PURE__ */ jsx("path", { d: "M10.1602 26.3008C11.1 26.3008 11.9398 26.5077 12.6797 26.9209C13.4264 27.3276 14.0138 27.8975 14.4404 28.6309C14.867 29.3641 15.0801 30.2142 15.0801 31.1807C15.0801 31.894 14.9803 32.4876 14.7803 32.9609C14.5803 33.4276 14.283 33.8608 13.8896 34.2607C13.4964 34.654 13.0135 35.1008 12.4404 35.6006L9.22363 38.4209H15.0801V40.9805H5V38.6211L11.04 33.2607C11.4933 32.8608 11.8133 32.4842 12 32.1309C12.1867 31.7775 12.2803 31.4473 12.2803 31.1406C12.2803 30.7007 12.1897 30.3107 12.0098 29.9707C11.8298 29.6242 11.5765 29.3544 11.25 29.1611C10.9233 28.9611 10.5396 28.8604 10.0996 28.8604C9.63977 28.8604 9.23312 28.9674 8.87988 29.1807C8.53329 29.3873 8.26363 29.6642 8.07031 30.0107C7.87698 30.3507 7.78647 30.7211 7.7998 31.1211H5C5 30.1344 5.21706 29.2805 5.65039 28.5605C6.08371 27.8407 6.68675 27.2839 7.45996 26.8906C8.23329 26.4973 9.1335 26.3008 10.1602 26.3008Z", style: { fill: `var(--${type})` } }),
|
|
4732
|
+
/* @__PURE__ */ jsx("path", { d: "M42 38.5H19V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
|
|
4733
|
+
/* @__PURE__ */ jsx("path", { d: "M42 25.5H19V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
|
|
4734
|
+
/* @__PURE__ */ jsx("path", { d: "M11.6797 21H8.90039V9.55957L6.2002 11.2197V8.21973L8.90039 6.59961H11.6797V21Z", style: { fill: `var(--${type})` } }),
|
|
4735
|
+
/* @__PURE__ */ jsx("path", { d: "M42 12.5H19V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
|
|
4736
|
+
] });
|
|
4713
4737
|
}
|
|
4714
4738
|
);
|
|
4715
4739
|
var IconColorKakaotalk = /* @__PURE__ */ forwardRef(
|
|
@@ -5420,5 +5444,17 @@ var IconColorCsv = /* @__PURE__ */ forwardRef(
|
|
|
5420
5444
|
] });
|
|
5421
5445
|
}
|
|
5422
5446
|
);
|
|
5447
|
+
var IconTable = /* @__PURE__ */ forwardRef(
|
|
5448
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5449
|
+
if (fill && thick) {
|
|
5450
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.2041 9.01074C43.2128 9.113 44 9.96435 44 11V37C44 38.0357 43.2128 38.887 42.2041 38.9893L42 39H6C4.96435 39 4.113 38.2128 4.01074 37.2041L4 37V11C4 9.89543 4.89543 9 6 9H42L42.2041 9.01074ZM7 30V36H15.5V30H7ZM18.5 30V36H41V30H18.5ZM7 27H15.5V21H7V27ZM18.5 27H41V21H18.5V27ZM7 18H41V12H7V18Z", style: { fill: `var(--${type})` } }) });
|
|
5451
|
+
} else if (fill) {
|
|
5452
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.2041 9.01074C43.2128 9.113 44 9.96435 44 11V37C44 38.0357 43.2128 38.887 42.2041 38.9893L42 39H6C4.96435 39 4.113 38.2128 4.01074 37.2041L4 37V11C4 9.89543 4.89543 9 6 9H42L42.2041 9.01074ZM7 30V36H15.5V30H7ZM18.5 30V36H41V30H18.5ZM7 27H15.5V21H7V27ZM18.5 27H41V21H18.5V27ZM7 18H41V12H7V18Z", style: { fill: `var(--${type})` } }) });
|
|
5453
|
+
} else if (thick) {
|
|
5454
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.2041 9.01074C43.2128 9.113 44 9.96435 44 11V37C44 38.0357 43.2128 38.887 42.2041 38.9893L42 39H6C4.96435 39 4.113 38.2128 4.01074 37.2041L4 37V11C4 9.89543 4.89543 9 6 9H42L42.2041 9.01074ZM7 30V36H15.5V30H7ZM18.5 30V36H41V30H18.5ZM7 27H15.5V21H7V27ZM18.5 27H41V21H18.5V27ZM7 18H41V12H7V18Z", style: { fill: `var(--${type})` } }) });
|
|
5455
|
+
}
|
|
5456
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.2041 9.01074C43.2128 9.113 44 9.96435 44 11V37C44 38.0357 43.2128 38.887 42.2041 38.9893L42 39H6C4.96435 39 4.113 38.2128 4.01074 37.2041L4 37V11C4 9.89543 4.89543 9 6 9H42L42.2041 9.01074ZM7 30V36H15.5V30H7ZM18.5 30V36H41V30H18.5ZM7 27H15.5V21H7V27ZM18.5 27H41V21H18.5V27ZM7 18H41V12H7V18Z", style: { fill: `var(--${type})` } }) });
|
|
5457
|
+
}
|
|
5458
|
+
);
|
|
5423
5459
|
|
|
5424
|
-
export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, 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, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorCsv, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, 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, 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, IconTarget, IconTeams, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|
|
5460
|
+
export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, 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, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorCsv, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, 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, 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, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, 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.
|
|
3
|
+
"version": "0.2.38",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
"@liner-fe/design-token-primitive": "^0.2.32"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
+
"@types/react": "^18.2.0",
|
|
19
20
|
"tsup": "^8.5.0",
|
|
20
21
|
"tsx": "^4.20.5",
|
|
21
|
-
"@
|
|
22
|
+
"@liner-fe/internal-icon": "^1.0.1"
|
|
22
23
|
},
|
|
23
24
|
"scripts": {
|
|
24
|
-
"build": "pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|
|
25
|
+
"build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|
|
25
26
|
"build:package": "pnpm build",
|
|
26
27
|
"ts-node": "tsx --tsconfig ./tsconfig.build.json",
|
|
27
|
-
"forward-ref-pure": "pnpm ts-node ./scripts/forward-ref-pure.ts"
|
|
28
|
+
"forward-ref-pure": "pnpm ts-node ./scripts/forward-ref-pure.ts",
|
|
29
|
+
"generate-internal-tsx": "pnpm ts-node ./scripts/generate-icon.ts"
|
|
28
30
|
}
|
|
29
31
|
}
|