@liner-fe/icon 0.1.28 → 0.1.29

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/.ultra.cache.json CHANGED
@@ -1 +1 @@
1
- {"files":{"assets":"1761015633701.2021","index.tsx":"1761015633703.2021","lib":"1761015661969.616","node_modules":"1761015624697.0713",".gitignore":"58c55a7d67f2161e09b2a19f2db26d588e658d09","CHANGELOG.md":"1e9bbd3dd32bd2f0d613f6dcf8f73ddb9f685473.1761015629319.1387","config/tsup/tsup.config.ts":"a111f817402b20feb12ff8d65c63331b197f8b9e","package.json":"9bb946422cb110107c52ecf2bff9ba7487ca81df.1761015629132.136","scripts/forward-ref-pure.ts":"e12956db676ca6e224935cde7f9beab88c2b39f4","tsconfig.build.json":"af00f0eed6650fb83dad99d4631b56052be48626"},"deps":{"@liner-fe/design-token-primitive":1761015640230.2974}}
1
+ {"files":{"assets":"1761016115252.9824","index.tsx":"1761016115255.9824","lib":"1761016139209.0134","node_modules":"1761016106607.9688",".gitignore":"58c55a7d67f2161e09b2a19f2db26d588e658d09","CHANGELOG.md":"412f5b0321b1405e52770c71e59219912d3e3445.1761016110905.9758","config/tsup/tsup.config.ts":"a111f817402b20feb12ff8d65c63331b197f8b9e","package.json":"19a1b9b01329ddb0d8676ed3847d65c0df549b04.1761016110719.9756","scripts/forward-ref-pure.ts":"e12956db676ca6e224935cde7f9beab88c2b39f4","tsconfig.build.json":"af00f0eed6650fb83dad99d4631b56052be48626"},"deps":{"@liner-fe/design-token-primitive":1761016119595.9893}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @liner-fe/icon
2
2
 
3
+ ## 0.1.29
4
+
5
+ ### Patch Changes
6
+
7
+ - b64afdb: Update Icon
8
+
3
9
  ## 0.1.28
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,33 @@
1
+ import React, { forwardRef } from 'react';
2
+ import { iconSizeMap } from '@liner-fe/design-token-primitive';
3
+ import { IconProps } from '../../index';
4
+
5
+ export const IconHistory = forwardRef<SVGSVGElement, IconProps>(
6
+ ({ fill = false, thick = false, size = 'm', type = 'neutral-label-primary', className, fillType = 'inverse-label-primary', ...props }, ref) => {
7
+ if (fill && thick) {
8
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
9
+ <path d="M9.93945 9.93886C17.7049 2.17338 30.2951 2.17338 38.0605 9.93886C45.826 17.7043 45.826 30.2945 38.0605 38.0599C30.2951 45.8254 17.7049 45.8254 9.93945 38.0599C7.99322 36.1137 6.53304 33.8607 5.56152 31.4555C5.07228 30.2441 4.70667 28.9948 4.46582 27.7269L7.41309 27.1674C7.6177 28.2443 7.92775 29.3059 8.34277 30.3334C9.16615 32.3716 10.4045 34.2828 12.0605 35.9389C18.6545 42.5328 29.3455 42.5328 35.9395 35.9389C42.5334 29.3449 42.5334 18.6539 35.9395 12.0599C29.3455 5.46604 18.6545 5.46604 12.0605 12.0599C11.0063 13.1142 10.1234 14.273 9.40723 15.5004H17V18.5004H8C6.06708 18.5004 4.50012 16.9333 4.5 15.0004V6.00038H7.5V12.8949C8.20393 11.8514 9.01747 10.8608 9.93945 9.93886Z" style={{ fill: `var(--${type})` }}/>
10
+ <path d="M25.5 23.6723C25.5001 23.8047 25.5529 23.9321 25.6465 24.0258L31.0605 29.4398L28.9395 31.5609L23.5254 26.1469C22.8692 25.4906 22.5001 24.6003 22.5 23.6723V15.0004H25.5V23.6723Z" style={{ fill: `var(--${type})` }}/>
11
+ </svg>
12
+ ;
13
+ } else if (fill) {
14
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
15
+ <path d="M9.93945 9.93886C17.7049 2.17338 30.2951 2.17338 38.0605 9.93886C45.826 17.7043 45.826 30.2945 38.0605 38.0599C30.2951 45.8254 17.7049 45.8254 9.93945 38.0599C7.99322 36.1137 6.53304 33.8607 5.56152 31.4555C5.07228 30.2441 4.70667 28.9948 4.46582 27.7269L7.41309 27.1674C7.6177 28.2443 7.92775 29.3059 8.34277 30.3334C9.16615 32.3716 10.4045 34.2828 12.0605 35.9389C18.6545 42.5328 29.3455 42.5328 35.9395 35.9389C42.5334 29.3449 42.5334 18.6539 35.9395 12.0599C29.3455 5.46604 18.6545 5.46604 12.0605 12.0599C11.0063 13.1142 10.1234 14.273 9.40723 15.5004H17V18.5004H8C6.06708 18.5004 4.50012 16.9333 4.5 15.0004V6.00038H7.5V12.8949C8.20393 11.8514 9.01747 10.8608 9.93945 9.93886Z" style={{ fill: `var(--${type})` }}/>
16
+ <path d="M25.5 23.6723C25.5001 23.8047 25.5529 23.9321 25.6465 24.0258L31.0605 29.4398L28.9395 31.5609L23.5254 26.1469C22.8692 25.4906 22.5001 24.6003 22.5 23.6723V15.0004H25.5V23.6723Z" style={{ fill: `var(--${type})` }}/>
17
+ </svg>
18
+ ;
19
+ } else if (thick) {
20
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
21
+ <path d="M9.58594 9.58401C17.5466 1.62369 30.4534 1.62369 38.4141 9.58401C46.3748 17.5448 46.3748 30.4524 38.4141 38.4131C30.4534 46.3736 17.5466 46.3736 9.58594 38.4131C7.59142 36.4186 6.09387 34.1089 5.09766 31.6426C4.59606 30.4007 4.22152 29.1199 3.97461 27.8203L7.9043 27.0733C8.10286 28.1184 8.404 29.1477 8.80664 30.1446C9.60528 32.1218 10.8064 33.9762 12.4141 35.584C18.8127 41.9827 29.1873 41.9827 35.5859 35.584C41.9842 29.1854 41.9843 18.8117 35.5859 12.4131C29.1873 6.01447 18.8127 6.01447 12.4141 12.4131C11.6087 13.2185 10.9081 14.087 10.3066 15H17V19H8C5.79091 19 4.00008 17.2091 4 15V6.00003H8V11.3653C8.48814 10.7484 9.01687 10.1531 9.58594 9.58401Z" style={{ fill: `var(--${type})` }}/>
22
+ <path d="M26 23.6719L31.4141 29.086L28.5859 31.9141L23.1719 26.5C22.4219 25.75 22.0001 24.7326 22 23.6719V15H26V23.6719Z" style={{ fill: `var(--${type})` }}/>
23
+ </svg>
24
+ ;
25
+ }
26
+
27
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
28
+ <path d="M9.93945 9.93886C17.7049 2.17338 30.2951 2.17338 38.0605 9.93886C45.826 17.7043 45.826 30.2945 38.0605 38.0599C30.2951 45.8254 17.7049 45.8254 9.93945 38.0599C7.99322 36.1137 6.53304 33.8607 5.56152 31.4555C5.07228 30.2441 4.70667 28.9948 4.46582 27.7269L7.41309 27.1674C7.6177 28.2443 7.92775 29.3059 8.34277 30.3334C9.16615 32.3716 10.4045 34.2828 12.0605 35.9389C18.6545 42.5328 29.3455 42.5328 35.9395 35.9389C42.5334 29.3449 42.5334 18.6539 35.9395 12.0599C29.3455 5.46604 18.6545 5.46604 12.0605 12.0599C11.0063 13.1142 10.1234 14.273 9.40723 15.5004H17V18.5004H8C6.06708 18.5004 4.50012 16.9333 4.5 15.0004V6.00038H7.5V12.8949C8.20393 11.8514 9.01747 10.8608 9.93945 9.93886Z" style={{ fill: `var(--${type})` }}/>
29
+ <path d="M25.5 23.6723C25.5001 23.8047 25.5529 23.9321 25.6465 24.0258L31.0605 29.4398L28.9395 31.5609L23.5254 26.1469C22.8692 25.4906 22.5001 24.6003 22.5 23.6723V15.0004H25.5V23.6723Z" style={{ fill: `var(--${type})` }}/>
30
+ </svg>
31
+ ;
32
+ }
33
+ );
@@ -0,0 +1,37 @@
1
+ import React, { forwardRef } from 'react';
2
+ import { iconSizeMap } from '@liner-fe/design-token-primitive';
3
+ import { IconProps } from '../../index';
4
+
5
+ export const IconMenu = forwardRef<SVGSVGElement, IconProps>(
6
+ ({ fill = false, thick = false, size = 'm', type = 'neutral-label-primary', className, fillType = 'inverse-label-primary', ...props }, ref) => {
7
+ if (fill && thick) {
8
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
9
+ <path d="M42 38.5H6V35.5H42V38.5Z" style={{ fill: `var(--${type})` }}/>
10
+ <path d="M42 25.5H6V22.5H42V25.5Z" style={{ fill: `var(--${type})` }}/>
11
+ <path d="M42 12.5H6V9.5H42V12.5Z" style={{ fill: `var(--${type})` }}/>
12
+ </svg>
13
+ ;
14
+ } else if (fill) {
15
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
16
+ <path d="M42 38.5H6V35.5H42V38.5Z" style={{ fill: `var(--${type})` }}/>
17
+ <path d="M42 25.5H6V22.5H42V25.5Z" style={{ fill: `var(--${type})` }}/>
18
+ <path d="M42 12.5H6V9.5H42V12.5Z" style={{ fill: `var(--${type})` }}/>
19
+ </svg>
20
+ ;
21
+ } else if (thick) {
22
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
23
+ <path d="M42 39H6V35H42V39Z" style={{ fill: `var(--${type})` }}/>
24
+ <path d="M42 26H6V22H42V26Z" style={{ fill: `var(--${type})` }}/>
25
+ <path d="M42 13H6V9H42V13Z" style={{ fill: `var(--${type})` }}/>
26
+ </svg>
27
+ ;
28
+ }
29
+
30
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
31
+ <path d="M42 38.5H6V35.5H42V38.5Z" style={{ fill: `var(--${type})` }}/>
32
+ <path d="M42 25.5H6V22.5H42V25.5Z" style={{ fill: `var(--${type})` }}/>
33
+ <path d="M42 12.5H6V9.5H42V12.5Z" style={{ fill: `var(--${type})` }}/>
34
+ </svg>
35
+ ;
36
+ }
37
+ );
package/index.tsx CHANGED
@@ -226,8 +226,10 @@ export { IconColorXlsx } from './assets/color-xlsx';
226
226
  export { IconColorJson } from './assets/color-json';
227
227
  export { IconColorImage } from './assets/color-image';
228
228
  export { IconColorKakaotalkLogo } from './assets/color-kakaotalk-logo';
229
+ export { IconHistory } from './assets/history';
230
+ export { IconMenu } from './assets/menu';
229
231
 
230
- export 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" | "color-txt" | "color-pdf" | "color-docx" | "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-literature-review" | "color-research-tracer" | "at-sign" | "color-peer-review" | "adjustment" | "view-sidebar" | "add-emoji" | "color-hypothesis-evaluator" | "color-survey-generator" | "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";
232
+ export 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" | "color-txt" | "color-pdf" | "color-docx" | "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-literature-review" | "color-research-tracer" | "at-sign" | "color-peer-review" | "adjustment" | "view-sidebar" | "add-emoji" | "color-hypothesis-evaluator" | "color-survey-generator" | "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";
231
233
 
232
234
  export type IconSizeKey = keyof typeof iconSizeMap;
233
235
 
package/lib/index.d.ts CHANGED
@@ -453,7 +453,11 @@ declare const IconColorImage: React.ForwardRefExoticComponent<Omit<IconProps, "r
453
453
 
454
454
  declare const IconColorKakaotalkLogo: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
455
455
 
456
- 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" | "color-txt" | "color-pdf" | "color-docx" | "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-literature-review" | "color-research-tracer" | "at-sign" | "color-peer-review" | "adjustment" | "view-sidebar" | "add-emoji" | "color-hypothesis-evaluator" | "color-survey-generator" | "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";
456
+ declare const IconHistory: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
457
+
458
+ declare const IconMenu: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
459
+
460
+ 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" | "color-txt" | "color-pdf" | "color-docx" | "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-literature-review" | "color-research-tracer" | "at-sign" | "color-peer-review" | "adjustment" | "view-sidebar" | "add-emoji" | "color-hypothesis-evaluator" | "color-survey-generator" | "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";
457
461
  type IconSizeKey = keyof typeof iconSizeMap;
458
462
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
459
463
  fill?: boolean;
@@ -465,4 +469,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
465
469
  }
466
470
  type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
467
471
 
468
- 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, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, 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, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHome, IconHourglass, IconInfo, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, 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, 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 };
472
+ 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, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, 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, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, 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, 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 };
package/lib/index.js CHANGED
@@ -5136,5 +5136,57 @@ var IconColorKakaotalkLogo = /* @__PURE__ */ forwardRef(
5136
5136
  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: "M24.0001 7C14.0584 7 6 13.3 6 21.0701C6 25.9024 9.11682 30.1624 13.8631 32.6962L11.8661 40.0781C11.6896 40.7304 12.4269 41.2503 12.993 40.8724L21.7467 35.0261C22.4855 35.0983 23.2362 35.1404 24.0001 35.1404C33.941 35.1404 42 28.8406 42 21.0701C42 13.3 33.941 7 24.0001 7Z", fill: "black" }) });
5137
5137
  }
5138
5138
  );
5139
+ var IconHistory = /* @__PURE__ */ forwardRef(
5140
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5141
+ if (fill && thick) {
5142
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5143
+ /* @__PURE__ */ jsx("path", { d: "M9.93945 9.93886C17.7049 2.17338 30.2951 2.17338 38.0605 9.93886C45.826 17.7043 45.826 30.2945 38.0605 38.0599C30.2951 45.8254 17.7049 45.8254 9.93945 38.0599C7.99322 36.1137 6.53304 33.8607 5.56152 31.4555C5.07228 30.2441 4.70667 28.9948 4.46582 27.7269L7.41309 27.1674C7.6177 28.2443 7.92775 29.3059 8.34277 30.3334C9.16615 32.3716 10.4045 34.2828 12.0605 35.9389C18.6545 42.5328 29.3455 42.5328 35.9395 35.9389C42.5334 29.3449 42.5334 18.6539 35.9395 12.0599C29.3455 5.46604 18.6545 5.46604 12.0605 12.0599C11.0063 13.1142 10.1234 14.273 9.40723 15.5004H17V18.5004H8C6.06708 18.5004 4.50012 16.9333 4.5 15.0004V6.00038H7.5V12.8949C8.20393 11.8514 9.01747 10.8608 9.93945 9.93886Z", style: { fill: `var(--${type})` } }),
5144
+ /* @__PURE__ */ jsx("path", { d: "M25.5 23.6723C25.5001 23.8047 25.5529 23.9321 25.6465 24.0258L31.0605 29.4398L28.9395 31.5609L23.5254 26.1469C22.8692 25.4906 22.5001 24.6003 22.5 23.6723V15.0004H25.5V23.6723Z", style: { fill: `var(--${type})` } })
5145
+ ] });
5146
+ } else if (fill) {
5147
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5148
+ /* @__PURE__ */ jsx("path", { d: "M9.93945 9.93886C17.7049 2.17338 30.2951 2.17338 38.0605 9.93886C45.826 17.7043 45.826 30.2945 38.0605 38.0599C30.2951 45.8254 17.7049 45.8254 9.93945 38.0599C7.99322 36.1137 6.53304 33.8607 5.56152 31.4555C5.07228 30.2441 4.70667 28.9948 4.46582 27.7269L7.41309 27.1674C7.6177 28.2443 7.92775 29.3059 8.34277 30.3334C9.16615 32.3716 10.4045 34.2828 12.0605 35.9389C18.6545 42.5328 29.3455 42.5328 35.9395 35.9389C42.5334 29.3449 42.5334 18.6539 35.9395 12.0599C29.3455 5.46604 18.6545 5.46604 12.0605 12.0599C11.0063 13.1142 10.1234 14.273 9.40723 15.5004H17V18.5004H8C6.06708 18.5004 4.50012 16.9333 4.5 15.0004V6.00038H7.5V12.8949C8.20393 11.8514 9.01747 10.8608 9.93945 9.93886Z", style: { fill: `var(--${type})` } }),
5149
+ /* @__PURE__ */ jsx("path", { d: "M25.5 23.6723C25.5001 23.8047 25.5529 23.9321 25.6465 24.0258L31.0605 29.4398L28.9395 31.5609L23.5254 26.1469C22.8692 25.4906 22.5001 24.6003 22.5 23.6723V15.0004H25.5V23.6723Z", style: { fill: `var(--${type})` } })
5150
+ ] });
5151
+ } else if (thick) {
5152
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5153
+ /* @__PURE__ */ jsx("path", { d: "M9.58594 9.58401C17.5466 1.62369 30.4534 1.62369 38.4141 9.58401C46.3748 17.5448 46.3748 30.4524 38.4141 38.4131C30.4534 46.3736 17.5466 46.3736 9.58594 38.4131C7.59142 36.4186 6.09387 34.1089 5.09766 31.6426C4.59606 30.4007 4.22152 29.1199 3.97461 27.8203L7.9043 27.0733C8.10286 28.1184 8.404 29.1477 8.80664 30.1446C9.60528 32.1218 10.8064 33.9762 12.4141 35.584C18.8127 41.9827 29.1873 41.9827 35.5859 35.584C41.9842 29.1854 41.9843 18.8117 35.5859 12.4131C29.1873 6.01447 18.8127 6.01447 12.4141 12.4131C11.6087 13.2185 10.9081 14.087 10.3066 15H17V19H8C5.79091 19 4.00008 17.2091 4 15V6.00003H8V11.3653C8.48814 10.7484 9.01687 10.1531 9.58594 9.58401Z", style: { fill: `var(--${type})` } }),
5154
+ /* @__PURE__ */ jsx("path", { d: "M26 23.6719L31.4141 29.086L28.5859 31.9141L23.1719 26.5C22.4219 25.75 22.0001 24.7326 22 23.6719V15H26V23.6719Z", style: { fill: `var(--${type})` } })
5155
+ ] });
5156
+ }
5157
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5158
+ /* @__PURE__ */ jsx("path", { d: "M9.93945 9.93886C17.7049 2.17338 30.2951 2.17338 38.0605 9.93886C45.826 17.7043 45.826 30.2945 38.0605 38.0599C30.2951 45.8254 17.7049 45.8254 9.93945 38.0599C7.99322 36.1137 6.53304 33.8607 5.56152 31.4555C5.07228 30.2441 4.70667 28.9948 4.46582 27.7269L7.41309 27.1674C7.6177 28.2443 7.92775 29.3059 8.34277 30.3334C9.16615 32.3716 10.4045 34.2828 12.0605 35.9389C18.6545 42.5328 29.3455 42.5328 35.9395 35.9389C42.5334 29.3449 42.5334 18.6539 35.9395 12.0599C29.3455 5.46604 18.6545 5.46604 12.0605 12.0599C11.0063 13.1142 10.1234 14.273 9.40723 15.5004H17V18.5004H8C6.06708 18.5004 4.50012 16.9333 4.5 15.0004V6.00038H7.5V12.8949C8.20393 11.8514 9.01747 10.8608 9.93945 9.93886Z", style: { fill: `var(--${type})` } }),
5159
+ /* @__PURE__ */ jsx("path", { d: "M25.5 23.6723C25.5001 23.8047 25.5529 23.9321 25.6465 24.0258L31.0605 29.4398L28.9395 31.5609L23.5254 26.1469C22.8692 25.4906 22.5001 24.6003 22.5 23.6723V15.0004H25.5V23.6723Z", style: { fill: `var(--${type})` } })
5160
+ ] });
5161
+ }
5162
+ );
5163
+ var IconMenu = /* @__PURE__ */ forwardRef(
5164
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5165
+ if (fill && thick) {
5166
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5167
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H6V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
5168
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H6V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
5169
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H6V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
5170
+ ] });
5171
+ } else if (fill) {
5172
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5173
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H6V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
5174
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H6V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
5175
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H6V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
5176
+ ] });
5177
+ } else if (thick) {
5178
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5179
+ /* @__PURE__ */ jsx("path", { d: "M42 39H6V35H42V39Z", style: { fill: `var(--${type})` } }),
5180
+ /* @__PURE__ */ jsx("path", { d: "M42 26H6V22H42V26Z", style: { fill: `var(--${type})` } }),
5181
+ /* @__PURE__ */ jsx("path", { d: "M42 13H6V9H42V13Z", style: { fill: `var(--${type})` } })
5182
+ ] });
5183
+ }
5184
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5185
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H6V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
5186
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H6V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
5187
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H6V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
5188
+ ] });
5189
+ }
5190
+ );
5139
5191
 
5140
- 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, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, 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, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHome, IconHourglass, IconInfo, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, 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, 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 };
5192
+ 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, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitationRecommender, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, 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, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, 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, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "scripts": {