@liner-fe/icon 0.1.28 → 0.1.30

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":"1761183568879.8352","index.tsx":"1761183568881.8352","lib":"1761183591295.7812","node_modules":"1761183560185.8582",".gitignore":"58c55a7d67f2161e09b2a19f2db26d588e658d09","CHANGELOG.md":"3fe5ea3004090bec804996a2d9097fe758b3956b.1761183564524.8472","config/tsup/tsup.config.ts":"a111f817402b20feb12ff8d65c63331b197f8b9e","package.json":"750a0da86d404ed69ac0ade96936144c8a7c0e48.1761183564340.8477","scripts/forward-ref-pure.ts":"e12956db676ca6e224935cde7f9beab88c2b39f4","tsconfig.build.json":"af00f0eed6650fb83dad99d4631b56052be48626"},"deps":{"@liner-fe/design-token-primitive":1761183573521.8223}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @liner-fe/icon
2
2
 
3
+ ## 0.1.30
4
+
5
+ ### Patch Changes
6
+
7
+ - e0d3092: Update Icon
8
+
9
+ ## 0.1.29
10
+
11
+ ### Patch Changes
12
+
13
+ - b64afdb: Update Icon
14
+
3
15
  ## 0.1.28
4
16
 
5
17
  ### Patch Changes
@@ -6,39 +6,39 @@ export const IconColorHypothesisEvaluator = forwardRef<SVGSVGElement, IconProps>
6
6
  ({ fill = false, thick = false, size = 'm', type = 'neutral-label-primary', className, fillType = 'inverse-label-primary', ...props }, ref) => {
7
7
  if (fill && thick) {
8
8
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
9
- <path opacity="0.7" d="M41 7H21V27H41V7Z" fill="#0C893B"/>
10
- <path d="M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z" fill="#0C893B"/>
11
- <path d="M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z" fill="#0C893B"/>
12
- <path d="M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z" fill="#0C893B"/>
13
- <path d="M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z" fill="#0C893B"/>
9
+ <path opacity="0.7" d="M44.4 3.6001H20.4V27.6001H44.4V3.6001Z" fill="#0C893B"/>
10
+ <path d="M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z" fill="#0C893B"/>
11
+ <path d="M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z" fill="#0C893B"/>
12
+ <path d="M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z" fill="#0C893B"/>
13
+ <path d="M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z" fill="#0C893B"/>
14
14
  </svg>
15
15
  ;
16
16
  } else if (fill) {
17
17
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
18
- <path opacity="0.7" d="M41 7H21V27H41V7Z" fill="#0C893B"/>
19
- <path d="M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z" fill="#0C893B"/>
20
- <path d="M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z" fill="#0C893B"/>
21
- <path d="M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z" fill="#0C893B"/>
22
- <path d="M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z" fill="#0C893B"/>
18
+ <path opacity="0.7" d="M44.4 3.6001H20.4V27.6001H44.4V3.6001Z" fill="#0C893B"/>
19
+ <path d="M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z" fill="#0C893B"/>
20
+ <path d="M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z" fill="#0C893B"/>
21
+ <path d="M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z" fill="#0C893B"/>
22
+ <path d="M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z" fill="#0C893B"/>
23
23
  </svg>
24
24
  ;
25
25
  } else if (thick) {
26
26
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
27
- <path opacity="0.7" d="M41 7H21V27H41V7Z" fill="#0C893B"/>
28
- <path d="M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z" fill="#0C893B"/>
29
- <path d="M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z" fill="#0C893B"/>
30
- <path d="M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z" fill="#0C893B"/>
31
- <path d="M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z" fill="#0C893B"/>
27
+ <path opacity="0.7" d="M44.4 3.6001H20.4V27.6001H44.4V3.6001Z" fill="#0C893B"/>
28
+ <path d="M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z" fill="#0C893B"/>
29
+ <path d="M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z" fill="#0C893B"/>
30
+ <path d="M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z" fill="#0C893B"/>
31
+ <path d="M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z" fill="#0C893B"/>
32
32
  </svg>
33
33
  ;
34
34
  }
35
35
 
36
36
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
37
- <path opacity="0.7" d="M41 7H21V27H41V7Z" fill="#0C893B"/>
38
- <path d="M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z" fill="#0C893B"/>
39
- <path d="M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z" fill="#0C893B"/>
40
- <path d="M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z" fill="#0C893B"/>
41
- <path d="M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z" fill="#0C893B"/>
37
+ <path opacity="0.7" d="M44.4 3.6001H20.4V27.6001H44.4V3.6001Z" fill="#0C893B"/>
38
+ <path d="M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z" fill="#0C893B"/>
39
+ <path d="M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z" fill="#0C893B"/>
40
+ <path d="M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z" fill="#0C893B"/>
41
+ <path d="M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z" fill="#0C893B"/>
42
42
  </svg>
43
43
  ;
44
44
  }
@@ -6,43 +6,43 @@ export const IconColorLiteratureReview = forwardRef<SVGSVGElement, IconProps>(
6
6
  ({ fill = false, thick = false, size = 'm', type = 'neutral-label-primary', className, fillType = 'inverse-label-primary', ...props }, ref) => {
7
7
  if (fill && thick) {
8
8
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
9
- <path fillRule="evenodd" clipRule="evenodd" d="M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z" fill="#0C893B" fill-opacity="0.7"/>
10
- <path d="M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z" fill="#0C893B" fill-opacity="0.7"/>
11
- <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
12
- <path fillRule="evenodd" clipRule="evenodd" d="M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z" fill="#0C893B"/>
13
- <path fillRule="evenodd" clipRule="evenodd" d="M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z" fill="#0C893B"/>
14
- <path fillRule="evenodd" clipRule="evenodd" d="M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z" fill="#0C893B"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z" fill="#0C893B" fill-opacity="0.7"/>
10
+ <path d="M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z" fill="#0C893B" fill-opacity="0.7"/>
11
+ <path d="M30.9996 14.0005H18V11.0005H30.9996V14.0005Z" fill="#0C893B" fill-opacity="0.7"/>
12
+ <path fillRule="evenodd" clipRule="evenodd" d="M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z" fill="#0C893B"/>
13
+ <path fillRule="evenodd" clipRule="evenodd" d="M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z" fill="#0C893B"/>
14
+ <path fillRule="evenodd" clipRule="evenodd" d="M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z" fill="#0C893B"/>
15
15
  </svg>
16
16
  ;
17
17
  } else if (fill) {
18
18
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
19
- <path fillRule="evenodd" clipRule="evenodd" d="M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z" fill="#0C893B" fill-opacity="0.7"/>
20
- <path d="M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z" fill="#0C893B" fill-opacity="0.7"/>
21
- <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
22
- <path fillRule="evenodd" clipRule="evenodd" d="M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z" fill="#0C893B"/>
23
- <path fillRule="evenodd" clipRule="evenodd" d="M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z" fill="#0C893B"/>
24
- <path fillRule="evenodd" clipRule="evenodd" d="M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z" fill="#0C893B"/>
19
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z" fill="#0C893B" fill-opacity="0.7"/>
20
+ <path d="M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z" fill="#0C893B" fill-opacity="0.7"/>
21
+ <path d="M30.9996 14.0005H18V11.0005H30.9996V14.0005Z" fill="#0C893B" fill-opacity="0.7"/>
22
+ <path fillRule="evenodd" clipRule="evenodd" d="M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z" fill="#0C893B"/>
23
+ <path fillRule="evenodd" clipRule="evenodd" d="M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z" fill="#0C893B"/>
24
+ <path fillRule="evenodd" clipRule="evenodd" d="M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z" fill="#0C893B"/>
25
25
  </svg>
26
26
  ;
27
27
  } else if (thick) {
28
28
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
29
- <path fillRule="evenodd" clipRule="evenodd" d="M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z" fill="#0C893B" fill-opacity="0.7"/>
30
- <path d="M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z" fill="#0C893B" fill-opacity="0.7"/>
31
- <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
32
- <path fillRule="evenodd" clipRule="evenodd" d="M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z" fill="#0C893B"/>
33
- <path fillRule="evenodd" clipRule="evenodd" d="M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z" fill="#0C893B"/>
34
- <path fillRule="evenodd" clipRule="evenodd" d="M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z" fill="#0C893B"/>
29
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z" fill="#0C893B" fill-opacity="0.7"/>
30
+ <path d="M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z" fill="#0C893B" fill-opacity="0.7"/>
31
+ <path d="M30.9996 14.0005H18V11.0005H30.9996V14.0005Z" fill="#0C893B" fill-opacity="0.7"/>
32
+ <path fillRule="evenodd" clipRule="evenodd" d="M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z" fill="#0C893B"/>
33
+ <path fillRule="evenodd" clipRule="evenodd" d="M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z" fill="#0C893B"/>
34
+ <path fillRule="evenodd" clipRule="evenodd" d="M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z" fill="#0C893B"/>
35
35
  </svg>
36
36
  ;
37
37
  }
38
38
 
39
39
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
40
- <path fillRule="evenodd" clipRule="evenodd" d="M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z" fill="#0C893B" fill-opacity="0.7"/>
41
- <path d="M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z" fill="#0C893B" fill-opacity="0.7"/>
42
- <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
43
- <path fillRule="evenodd" clipRule="evenodd" d="M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z" fill="#0C893B"/>
44
- <path fillRule="evenodd" clipRule="evenodd" d="M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z" fill="#0C893B"/>
45
- <path fillRule="evenodd" clipRule="evenodd" d="M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z" fill="#0C893B"/>
40
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z" fill="#0C893B" fill-opacity="0.7"/>
41
+ <path d="M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z" fill="#0C893B" fill-opacity="0.7"/>
42
+ <path d="M30.9996 14.0005H18V11.0005H30.9996V14.0005Z" fill="#0C893B" fill-opacity="0.7"/>
43
+ <path fillRule="evenodd" clipRule="evenodd" d="M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z" fill="#0C893B"/>
44
+ <path fillRule="evenodd" clipRule="evenodd" d="M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z" fill="#0C893B"/>
45
+ <path fillRule="evenodd" clipRule="evenodd" d="M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z" fill="#0C893B"/>
46
46
  </svg>
47
47
  ;
48
48
  }
@@ -6,39 +6,39 @@ export const IconColorSurveyGenerator = forwardRef<SVGSVGElement, IconProps>(
6
6
  ({ fill = false, thick = false, size = 'm', type = 'neutral-label-primary', className, fillType = 'inverse-label-primary', ...props }, ref) => {
7
7
  if (fill && thick) {
8
8
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
9
- <path d="M18.7129 29.4667H40.1796V8H18.7129V29.4667Z" fill="#0C893B" fill-opacity="0.5"/>
10
- <path d="M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z" fill="#0C893B"/>
11
- <path d="M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z" fill="#0C893B"/>
12
- <path d="M36.1797 23.25H23.1797V20.75H36.1797V23.25Z" fill="#0C893B"/>
13
- <path d="M36.1797 16.25H23.1797V13.75H36.1797V16.25Z" fill="#0C893B"/>
9
+ <path d="M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z" fill="#0C893B" fill-opacity="0.5"/>
10
+ <path d="M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z" fill="#0C893B"/>
11
+ <path d="M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z" fill="#0C893B"/>
12
+ <path d="M38.6156 23.1H23.0156V20.1H38.6156V23.1Z" fill="#0C893B"/>
13
+ <path d="M38.6156 14.7H23.0156V11.7H38.6156V14.7Z" fill="#0C893B"/>
14
14
  </svg>
15
15
  ;
16
16
  } else if (fill) {
17
17
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
18
- <path d="M18.7129 29.4667H40.1796V8H18.7129V29.4667Z" fill="#0C893B" fill-opacity="0.5"/>
19
- <path d="M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z" fill="#0C893B"/>
20
- <path d="M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z" fill="#0C893B"/>
21
- <path d="M36.1797 23.25H23.1797V20.75H36.1797V23.25Z" fill="#0C893B"/>
22
- <path d="M36.1797 16.25H23.1797V13.75H36.1797V16.25Z" fill="#0C893B"/>
18
+ <path d="M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z" fill="#0C893B" fill-opacity="0.5"/>
19
+ <path d="M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z" fill="#0C893B"/>
20
+ <path d="M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z" fill="#0C893B"/>
21
+ <path d="M38.6156 23.1H23.0156V20.1H38.6156V23.1Z" fill="#0C893B"/>
22
+ <path d="M38.6156 14.7H23.0156V11.7H38.6156V14.7Z" fill="#0C893B"/>
23
23
  </svg>
24
24
  ;
25
25
  } else if (thick) {
26
26
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
27
- <path d="M18.7129 29.4667H40.1796V8H18.7129V29.4667Z" fill="#0C893B" fill-opacity="0.5"/>
28
- <path d="M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z" fill="#0C893B"/>
29
- <path d="M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z" fill="#0C893B"/>
30
- <path d="M36.1797 23.25H23.1797V20.75H36.1797V23.25Z" fill="#0C893B"/>
31
- <path d="M36.1797 16.25H23.1797V13.75H36.1797V16.25Z" fill="#0C893B"/>
27
+ <path d="M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z" fill="#0C893B" fill-opacity="0.5"/>
28
+ <path d="M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z" fill="#0C893B"/>
29
+ <path d="M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z" fill="#0C893B"/>
30
+ <path d="M38.6156 23.1H23.0156V20.1H38.6156V23.1Z" fill="#0C893B"/>
31
+ <path d="M38.6156 14.7H23.0156V11.7H38.6156V14.7Z" fill="#0C893B"/>
32
32
  </svg>
33
33
  ;
34
34
  }
35
35
 
36
36
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
37
- <path d="M18.7129 29.4667H40.1796V8H18.7129V29.4667Z" fill="#0C893B" fill-opacity="0.5"/>
38
- <path d="M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z" fill="#0C893B"/>
39
- <path d="M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z" fill="#0C893B"/>
40
- <path d="M36.1797 23.25H23.1797V20.75H36.1797V23.25Z" fill="#0C893B"/>
41
- <path d="M36.1797 16.25H23.1797V13.75H36.1797V16.25Z" fill="#0C893B"/>
37
+ <path d="M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z" fill="#0C893B" fill-opacity="0.5"/>
38
+ <path d="M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z" fill="#0C893B"/>
39
+ <path d="M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z" fill="#0C893B"/>
40
+ <path d="M38.6156 23.1H23.0156V20.1H38.6156V23.1Z" fill="#0C893B"/>
41
+ <path d="M38.6156 14.7H23.0156V11.7H38.6156V14.7Z" fill="#0C893B"/>
42
42
  </svg>
43
43
  ;
44
44
  }
@@ -0,0 +1,29 @@
1
+ import React, { forwardRef } from 'react';
2
+ import { iconSizeMap } from '@liner-fe/design-token-primitive';
3
+ import { IconProps } from '../../index';
4
+
5
+ export const IconCurrentTab = 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 fillRule="evenodd" clipRule="evenodd" d="M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z" style={{ fill: `var(--${type})` }}/>
10
+ </svg>
11
+ ;
12
+ } else if (fill) {
13
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
14
+ <path fillRule="evenodd" clipRule="evenodd" d="M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z" style={{ fill: `var(--${type})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (thick) {
18
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
19
+ <path fillRule="evenodd" clipRule="evenodd" d="M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM9 24V39H32V24H9ZM16 12H34C35.1046 12 36 12.8954 36 14V32H39V9H16V12ZM9 20H32V16H9V20Z" style={{ fill: `var(--${type})` }}/>
20
+ </svg>
21
+ ;
22
+ }
23
+
24
+ return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
25
+ <path fillRule="evenodd" clipRule="evenodd" d="M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z" style={{ fill: `var(--${type})` }}/>
26
+ </svg>
27
+ ;
28
+ }
29
+ );
@@ -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
@@ -200,15 +200,12 @@ export { IconColorLink } from './assets/color-link';
200
200
  export { IconColorHypothesisGenerator } from './assets/color-hypothesis-generator';
201
201
  export { IconColorCitationRecommender } from './assets/color-citation-recommender';
202
202
  export { IconColorSurveySimulator } from './assets/color-survey-simulator';
203
- export { IconColorLiteratureReview } from './assets/color-literature-review';
204
203
  export { IconColorResearchTracer } from './assets/color-research-tracer';
205
204
  export { IconAtSign } from './assets/at-sign';
206
205
  export { IconColorPeerReview } from './assets/color-peer-review';
207
206
  export { IconAdjustment } from './assets/adjustment';
208
207
  export { IconViewSidebar } from './assets/view-sidebar';
209
208
  export { IconAddEmoji } from './assets/add-emoji';
210
- export { IconColorHypothesisEvaluator } from './assets/color-hypothesis-evaluator';
211
- export { IconColorSurveyGenerator } from './assets/color-survey-generator';
212
209
  export { IconBold } from './assets/bold';
213
210
  export { IconItalic } from './assets/italic';
214
211
  export { IconUnderline } from './assets/underline';
@@ -226,8 +223,14 @@ export { IconColorXlsx } from './assets/color-xlsx';
226
223
  export { IconColorJson } from './assets/color-json';
227
224
  export { IconColorImage } from './assets/color-image';
228
225
  export { IconColorKakaotalkLogo } from './assets/color-kakaotalk-logo';
226
+ export { IconHistory } from './assets/history';
227
+ export { IconMenu } from './assets/menu';
228
+ export { IconCurrentTab } from './assets/current-tab';
229
+ export { IconColorLiteratureReview } from './assets/color-literature-review';
230
+ export { IconColorHypothesisEvaluator } from './assets/color-hypothesis-evaluator';
231
+ export { IconColorSurveyGenerator } from './assets/color-survey-generator';
229
232
 
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";
233
+ 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-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";
231
234
 
232
235
  export type IconSizeKey = keyof typeof iconSizeMap;
233
236
 
package/lib/index.d.ts CHANGED
@@ -401,8 +401,6 @@ declare const IconColorCitationRecommender: React.ForwardRefExoticComponent<Omit
401
401
 
402
402
  declare const IconColorSurveySimulator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
403
403
 
404
- declare const IconColorLiteratureReview: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
405
-
406
404
  declare const IconColorResearchTracer: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
407
405
 
408
406
  declare const IconAtSign: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -415,10 +413,6 @@ declare const IconViewSidebar: React.ForwardRefExoticComponent<Omit<IconProps, "
415
413
 
416
414
  declare const IconAddEmoji: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
417
415
 
418
- declare const IconColorHypothesisEvaluator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
419
-
420
- declare const IconColorSurveyGenerator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
421
-
422
416
  declare const IconBold: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
423
417
 
424
418
  declare const IconItalic: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -453,7 +447,19 @@ declare const IconColorImage: React.ForwardRefExoticComponent<Omit<IconProps, "r
453
447
 
454
448
  declare const IconColorKakaotalkLogo: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
455
449
 
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";
450
+ declare const IconHistory: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
451
+
452
+ declare const IconMenu: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
453
+
454
+ declare const IconCurrentTab: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
455
+
456
+ declare const IconColorLiteratureReview: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
457
+
458
+ declare const IconColorHypothesisEvaluator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
459
+
460
+ declare const IconColorSurveyGenerator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
461
+
462
+ 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-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";
457
463
  type IconSizeKey = keyof typeof iconSizeMap;
458
464
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
459
465
  fill?: boolean;
@@ -465,4 +471,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
465
471
  }
466
472
  type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
467
473
 
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 };
474
+ 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, 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, 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
@@ -4418,46 +4418,6 @@ var IconColorSurveySimulator = /* @__PURE__ */ forwardRef(
4418
4418
  ] });
4419
4419
  }
4420
4420
  );
4421
- var IconColorLiteratureReview = /* @__PURE__ */ forwardRef(
4422
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4423
- if (fill && thick) {
4424
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4425
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4426
- /* @__PURE__ */ jsx("path", { d: "M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4427
- /* @__PURE__ */ jsx("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4428
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z", fill: "#0C893B" }),
4429
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z", fill: "#0C893B" }),
4430
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z", fill: "#0C893B" })
4431
- ] });
4432
- } else if (fill) {
4433
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4434
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4435
- /* @__PURE__ */ jsx("path", { d: "M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4436
- /* @__PURE__ */ jsx("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4437
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z", fill: "#0C893B" }),
4438
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z", fill: "#0C893B" }),
4439
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z", fill: "#0C893B" })
4440
- ] });
4441
- } else if (thick) {
4442
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4443
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4444
- /* @__PURE__ */ jsx("path", { d: "M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4445
- /* @__PURE__ */ jsx("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4446
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z", fill: "#0C893B" }),
4447
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z", fill: "#0C893B" }),
4448
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z", fill: "#0C893B" })
4449
- ] });
4450
- }
4451
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4452
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9336 28.7998C42.3152 28.7998 45.868 32.3518 45.8682 36.7334C45.8682 41.1151 42.3153 44.668 37.9336 44.668C34.1075 44.6679 30.9143 41.9588 30.166 38.3545H15.5986V35.3545H30.1221C30.7751 31.6305 34.0226 28.7999 37.9336 28.7998ZM37.2139 37.8594L35.1426 35.9199L34.1074 37.0254L37.2139 39.9355L42.3555 35.123L41.3203 34.0176L37.2139 37.8594Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4453
- /* @__PURE__ */ jsx("path", { d: "M33.4619 17.2607L17.2617 33.4609L15.1406 31.3398L31.3408 15.1396L33.4619 17.2607Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4454
- /* @__PURE__ */ jsx("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
4455
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2998 44.0996H4.5V30.2998H18.2998V44.0996ZM7.5 41.0996H15.2998V33.2998H7.5V41.0996Z", fill: "#0C893B" }),
4456
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1006 4.2002C15.0769 4.2003 18.3008 7.42401 18.3008 11.4004C18.3005 15.3766 15.0768 18.6005 11.1006 18.6006C7.12442 18.6004 3.90063 15.3765 3.90039 11.4004C3.90039 7.42404 7.12428 4.20036 11.1006 4.2002ZM11.1006 7.2002C8.78113 7.20036 6.90039 9.0809 6.90039 11.4004C6.90063 13.7197 8.78128 15.6004 11.1006 15.6006C13.4199 15.6005 15.3005 13.7197 15.3008 11.4004C15.3008 9.08086 13.4201 7.2003 11.1006 7.2002Z", fill: "#0C893B" }),
4457
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.7002 18.2998H30.9004V4.5H44.7002V18.2998ZM33.9004 15.2998H41.7002V7.5H33.9004V15.2998Z", fill: "#0C893B" })
4458
- ] });
4459
- }
4460
- );
4461
4421
  var IconColorResearchTracer = /* @__PURE__ */ forwardRef(
4462
4422
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4463
4423
  if (fill && thick) {
@@ -4620,78 +4580,6 @@ var IconAddEmoji = /* @__PURE__ */ forwardRef(
4620
4580
  ] });
4621
4581
  }
4622
4582
  );
4623
- var IconColorHypothesisEvaluator = /* @__PURE__ */ forwardRef(
4624
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4625
- if (fill && thick) {
4626
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4627
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M41 7H21V27H41V7Z", fill: "#0C893B" }),
4628
- /* @__PURE__ */ jsx("path", { d: "M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z", fill: "#0C893B" }),
4629
- /* @__PURE__ */ jsx("path", { d: "M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z", fill: "#0C893B" }),
4630
- /* @__PURE__ */ jsx("path", { d: "M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z", fill: "#0C893B" }),
4631
- /* @__PURE__ */ jsx("path", { d: "M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z", fill: "#0C893B" })
4632
- ] });
4633
- } else if (fill) {
4634
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4635
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M41 7H21V27H41V7Z", fill: "#0C893B" }),
4636
- /* @__PURE__ */ jsx("path", { d: "M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z", fill: "#0C893B" }),
4637
- /* @__PURE__ */ jsx("path", { d: "M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z", fill: "#0C893B" }),
4638
- /* @__PURE__ */ jsx("path", { d: "M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z", fill: "#0C893B" }),
4639
- /* @__PURE__ */ jsx("path", { d: "M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z", fill: "#0C893B" })
4640
- ] });
4641
- } else if (thick) {
4642
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4643
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M41 7H21V27H41V7Z", fill: "#0C893B" }),
4644
- /* @__PURE__ */ jsx("path", { d: "M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z", fill: "#0C893B" }),
4645
- /* @__PURE__ */ jsx("path", { d: "M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z", fill: "#0C893B" }),
4646
- /* @__PURE__ */ jsx("path", { d: "M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z", fill: "#0C893B" }),
4647
- /* @__PURE__ */ jsx("path", { d: "M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z", fill: "#0C893B" })
4648
- ] });
4649
- }
4650
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4651
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M41 7H21V27H41V7Z", fill: "#0C893B" }),
4652
- /* @__PURE__ */ jsx("path", { d: "M8.08887 39.7979H15.001V42.2979H5.58789V32.8857H8.08887V39.7979Z", fill: "#0C893B" }),
4653
- /* @__PURE__ */ jsx("path", { d: "M30.75 42.25H21.3389V39.75H28.25V32.8389H30.75V42.25Z", fill: "#0C893B" }),
4654
- /* @__PURE__ */ jsx("path", { d: "M15 19.75H8.08887V26.6611H5.58887V17.25H15V19.75Z", fill: "#0C893B" }),
4655
- /* @__PURE__ */ jsx("path", { d: "M30.75 26.6611H28.25V19.75H21.3389V17.25H30.75V26.6611Z", fill: "#0C893B" })
4656
- ] });
4657
- }
4658
- );
4659
- var IconColorSurveyGenerator = /* @__PURE__ */ forwardRef(
4660
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4661
- if (fill && thick) {
4662
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4663
- /* @__PURE__ */ jsx("path", { d: "M18.7129 29.4667H40.1796V8H18.7129V29.4667Z", fill: "#0C893B", "fill-opacity": "0.5" }),
4664
- /* @__PURE__ */ jsx("path", { d: "M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z", fill: "#0C893B" }),
4665
- /* @__PURE__ */ jsx("path", { d: "M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z", fill: "#0C893B" }),
4666
- /* @__PURE__ */ jsx("path", { d: "M36.1797 23.25H23.1797V20.75H36.1797V23.25Z", fill: "#0C893B" }),
4667
- /* @__PURE__ */ jsx("path", { d: "M36.1797 16.25H23.1797V13.75H36.1797V16.25Z", fill: "#0C893B" })
4668
- ] });
4669
- } else if (fill) {
4670
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4671
- /* @__PURE__ */ jsx("path", { d: "M18.7129 29.4667H40.1796V8H18.7129V29.4667Z", fill: "#0C893B", "fill-opacity": "0.5" }),
4672
- /* @__PURE__ */ jsx("path", { d: "M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z", fill: "#0C893B" }),
4673
- /* @__PURE__ */ jsx("path", { d: "M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z", fill: "#0C893B" }),
4674
- /* @__PURE__ */ jsx("path", { d: "M36.1797 23.25H23.1797V20.75H36.1797V23.25Z", fill: "#0C893B" }),
4675
- /* @__PURE__ */ jsx("path", { d: "M36.1797 16.25H23.1797V13.75H36.1797V16.25Z", fill: "#0C893B" })
4676
- ] });
4677
- } else if (thick) {
4678
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4679
- /* @__PURE__ */ jsx("path", { d: "M18.7129 29.4667H40.1796V8H18.7129V29.4667Z", fill: "#0C893B", "fill-opacity": "0.5" }),
4680
- /* @__PURE__ */ jsx("path", { d: "M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z", fill: "#0C893B" }),
4681
- /* @__PURE__ */ jsx("path", { d: "M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z", fill: "#0C893B" }),
4682
- /* @__PURE__ */ jsx("path", { d: "M36.1797 23.25H23.1797V20.75H36.1797V23.25Z", fill: "#0C893B" }),
4683
- /* @__PURE__ */ jsx("path", { d: "M36.1797 16.25H23.1797V13.75H36.1797V16.25Z", fill: "#0C893B" })
4684
- ] });
4685
- }
4686
- return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4687
- /* @__PURE__ */ jsx("path", { d: "M18.7129 29.4667H40.1796V8H18.7129V29.4667Z", fill: "#0C893B", "fill-opacity": "0.5" }),
4688
- /* @__PURE__ */ jsx("path", { d: "M10.3594 37.8203H29.3057V40.1787H8V18.874H10.3594V37.8203Z", fill: "#0C893B" }),
4689
- /* @__PURE__ */ jsx("path", { d: "M15.7334 32.8203H34.6797V35.1787H13.374V13.874H15.7334V32.8203Z", fill: "#0C893B" }),
4690
- /* @__PURE__ */ jsx("path", { d: "M36.1797 23.25H23.1797V20.75H36.1797V23.25Z", fill: "#0C893B" }),
4691
- /* @__PURE__ */ jsx("path", { d: "M36.1797 16.25H23.1797V13.75H36.1797V16.25Z", fill: "#0C893B" })
4692
- ] });
4693
- }
4694
- );
4695
4583
  var IconBold = /* @__PURE__ */ forwardRef(
4696
4584
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4697
4585
  if (fill && thick) {
@@ -5136,5 +5024,181 @@ var IconColorKakaotalkLogo = /* @__PURE__ */ forwardRef(
5136
5024
  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
5025
  }
5138
5026
  );
5027
+ var IconHistory = /* @__PURE__ */ forwardRef(
5028
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5029
+ if (fill && thick) {
5030
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5031
+ /* @__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})` } }),
5032
+ /* @__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})` } })
5033
+ ] });
5034
+ } else if (fill) {
5035
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5036
+ /* @__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})` } }),
5037
+ /* @__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})` } })
5038
+ ] });
5039
+ } else if (thick) {
5040
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5041
+ /* @__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})` } }),
5042
+ /* @__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})` } })
5043
+ ] });
5044
+ }
5045
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5046
+ /* @__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})` } }),
5047
+ /* @__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})` } })
5048
+ ] });
5049
+ }
5050
+ );
5051
+ var IconMenu = /* @__PURE__ */ forwardRef(
5052
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5053
+ if (fill && thick) {
5054
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5055
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H6V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
5056
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H6V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
5057
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H6V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
5058
+ ] });
5059
+ } else if (fill) {
5060
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5061
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H6V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
5062
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H6V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
5063
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H6V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
5064
+ ] });
5065
+ } else if (thick) {
5066
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5067
+ /* @__PURE__ */ jsx("path", { d: "M42 39H6V35H42V39Z", style: { fill: `var(--${type})` } }),
5068
+ /* @__PURE__ */ jsx("path", { d: "M42 26H6V22H42V26Z", style: { fill: `var(--${type})` } }),
5069
+ /* @__PURE__ */ jsx("path", { d: "M42 13H6V9H42V13Z", style: { fill: `var(--${type})` } })
5070
+ ] });
5071
+ }
5072
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5073
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H6V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
5074
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H6V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
5075
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H6V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
5076
+ ] });
5077
+ }
5078
+ );
5079
+ var IconCurrentTab = /* @__PURE__ */ forwardRef(
5080
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5081
+ if (fill && thick) {
5082
+ 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: "M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z", style: { fill: `var(--${type})` } }) });
5083
+ } else if (fill) {
5084
+ 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: "M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z", style: { fill: `var(--${type})` } }) });
5085
+ } else if (thick) {
5086
+ 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: "M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM9 24V39H32V24H9ZM16 12H34C35.1046 12 36 12.8954 36 14V32H39V9H16V12ZM9 20H32V16H9V20Z", style: { fill: `var(--${type})` } }) });
5087
+ }
5088
+ 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: "M41 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z", style: { fill: `var(--${type})` } }) });
5089
+ }
5090
+ );
5091
+ var IconColorLiteratureReview = /* @__PURE__ */ forwardRef(
5092
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5093
+ if (fill && thick) {
5094
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5095
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5096
+ /* @__PURE__ */ jsx("path", { d: "M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5097
+ /* @__PURE__ */ jsx("path", { d: "M30.9996 14.0005H18V11.0005H30.9996V14.0005Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5098
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z", fill: "#0C893B" }),
5099
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z", fill: "#0C893B" }),
5100
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z", fill: "#0C893B" })
5101
+ ] });
5102
+ } else if (fill) {
5103
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5104
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5105
+ /* @__PURE__ */ jsx("path", { d: "M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5106
+ /* @__PURE__ */ jsx("path", { d: "M30.9996 14.0005H18V11.0005H30.9996V14.0005Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5107
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z", fill: "#0C893B" }),
5108
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z", fill: "#0C893B" }),
5109
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z", fill: "#0C893B" })
5110
+ ] });
5111
+ } else if (thick) {
5112
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5113
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5114
+ /* @__PURE__ */ jsx("path", { d: "M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5115
+ /* @__PURE__ */ jsx("path", { d: "M30.9996 14.0005H18V11.0005H30.9996V14.0005Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5116
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z", fill: "#0C893B" }),
5117
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z", fill: "#0C893B" }),
5118
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z", fill: "#0C893B" })
5119
+ ] });
5120
+ }
5121
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5122
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5123
+ /* @__PURE__ */ jsx("path", { d: "M32.5957 17.0239L18.0961 32.5243L15.9047 30.4747L30.4054 14.9755L32.5957 17.0239Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5124
+ /* @__PURE__ */ jsx("path", { d: "M30.9996 14.0005H18V11.0005H30.9996V14.0005Z", fill: "#0C893B", "fill-opacity": "0.7" }),
5125
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9996 42.2507H5.99998V29.2511H18.9996V42.2507ZM8.99998 39.2507H15.9996V32.2511H8.99998V39.2507Z", fill: "#0C893B" }),
5126
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 5.49951C15.8655 5.49975 19.0003 8.63362 19.0008 12.4991C19.0008 16.365 15.8658 19.4997 12 19.4999C8.13416 19.4997 5.00037 16.365 5.00037 12.4991C5.00078 8.63361 8.13441 5.49972 12 5.49951ZM12 8.49951C9.79127 8.49972 8.00078 10.2905 8.00037 12.4991C8.00037 14.7081 9.79102 16.4997 12 16.4999C14.2089 16.4997 16.0008 14.7081 16.0008 12.4991C16.0003 10.2905 14.2087 8.49975 12 8.49951Z", fill: "#0C893B" }),
5127
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 18.9995H29.0004V5.9999H42V18.9995ZM32.0004 15.9995H39V8.9999H32.0004V15.9995Z", fill: "#0C893B" })
5128
+ ] });
5129
+ }
5130
+ );
5131
+ var IconColorHypothesisEvaluator = /* @__PURE__ */ forwardRef(
5132
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5133
+ if (fill && thick) {
5134
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5135
+ /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M44.4 3.6001H20.4V27.6001H44.4V3.6001Z", fill: "#0C893B" }),
5136
+ /* @__PURE__ */ jsx("path", { d: "M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z", fill: "#0C893B" }),
5137
+ /* @__PURE__ */ jsx("path", { d: "M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z", fill: "#0C893B" }),
5138
+ /* @__PURE__ */ jsx("path", { d: "M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z", fill: "#0C893B" }),
5139
+ /* @__PURE__ */ jsx("path", { d: "M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z", fill: "#0C893B" })
5140
+ ] });
5141
+ } else if (fill) {
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", { opacity: "0.7", d: "M44.4 3.6001H20.4V27.6001H44.4V3.6001Z", fill: "#0C893B" }),
5144
+ /* @__PURE__ */ jsx("path", { d: "M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z", fill: "#0C893B" }),
5145
+ /* @__PURE__ */ jsx("path", { d: "M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z", fill: "#0C893B" }),
5146
+ /* @__PURE__ */ jsx("path", { d: "M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z", fill: "#0C893B" }),
5147
+ /* @__PURE__ */ jsx("path", { d: "M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z", fill: "#0C893B" })
5148
+ ] });
5149
+ } else if (thick) {
5150
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5151
+ /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M44.4 3.6001H20.4V27.6001H44.4V3.6001Z", fill: "#0C893B" }),
5152
+ /* @__PURE__ */ jsx("path", { d: "M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z", fill: "#0C893B" }),
5153
+ /* @__PURE__ */ jsx("path", { d: "M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z", fill: "#0C893B" }),
5154
+ /* @__PURE__ */ jsx("path", { d: "M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z", fill: "#0C893B" }),
5155
+ /* @__PURE__ */ jsx("path", { d: "M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z", fill: "#0C893B" })
5156
+ ] });
5157
+ }
5158
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5159
+ /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M44.4 3.6001H20.4V27.6001H44.4V3.6001Z", fill: "#0C893B" }),
5160
+ /* @__PURE__ */ jsx("path", { d: "M4.90663 42.9573H13.2012V45.9573H1.90546V34.6628H4.90663V42.9573Z", fill: "#0C893B" }),
5161
+ /* @__PURE__ */ jsx("path", { d: "M32.1 45.8999H20.8066V42.8999H29.1V34.6065H32.1V45.8999Z", fill: "#0C893B" }),
5162
+ /* @__PURE__ */ jsx("path", { d: "M13.2 18.8999H4.90663V27.1933H1.90663V15.8999H13.2V18.8999Z", fill: "#0C893B" }),
5163
+ /* @__PURE__ */ jsx("path", { d: "M32.1 27.1933H29.1V18.8999H20.8066V15.8999H32.1V27.1933Z", fill: "#0C893B" })
5164
+ ] });
5165
+ }
5166
+ );
5167
+ var IconColorSurveyGenerator = /* @__PURE__ */ forwardRef(
5168
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5169
+ if (fill && thick) {
5170
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5171
+ /* @__PURE__ */ jsx("path", { d: "M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z", fill: "#0C893B", "fill-opacity": "0.5" }),
5172
+ /* @__PURE__ */ jsx("path", { d: "M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z", fill: "#0C893B" }),
5173
+ /* @__PURE__ */ jsx("path", { d: "M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z", fill: "#0C893B" }),
5174
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 23.1H23.0156V20.1H38.6156V23.1Z", fill: "#0C893B" }),
5175
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 14.7H23.0156V11.7H38.6156V14.7Z", fill: "#0C893B" })
5176
+ ] });
5177
+ } else if (fill) {
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: "M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z", fill: "#0C893B", "fill-opacity": "0.5" }),
5180
+ /* @__PURE__ */ jsx("path", { d: "M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z", fill: "#0C893B" }),
5181
+ /* @__PURE__ */ jsx("path", { d: "M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z", fill: "#0C893B" }),
5182
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 23.1H23.0156V20.1H38.6156V23.1Z", fill: "#0C893B" }),
5183
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 14.7H23.0156V11.7H38.6156V14.7Z", fill: "#0C893B" })
5184
+ ] });
5185
+ } else if (thick) {
5186
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5187
+ /* @__PURE__ */ jsx("path", { d: "M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z", fill: "#0C893B", "fill-opacity": "0.5" }),
5188
+ /* @__PURE__ */ jsx("path", { d: "M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z", fill: "#0C893B" }),
5189
+ /* @__PURE__ */ jsx("path", { d: "M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z", fill: "#0C893B" }),
5190
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 23.1H23.0156V20.1H38.6156V23.1Z", fill: "#0C893B" }),
5191
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 14.7H23.0156V11.7H38.6156V14.7Z", fill: "#0C893B" })
5192
+ ] });
5193
+ }
5194
+ return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5195
+ /* @__PURE__ */ jsx("path", { d: "M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z", fill: "#0C893B", "fill-opacity": "0.5" }),
5196
+ /* @__PURE__ */ jsx("path", { d: "M7.63124 40.5843H30.3668V43.4144H4.79999V17.8488H7.63124V40.5843Z", fill: "#0C893B" }),
5197
+ /* @__PURE__ */ jsx("path", { d: "M14.0801 34.5843H36.8156V37.4144H11.2488V11.8488H14.0801V34.5843Z", fill: "#0C893B" }),
5198
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 23.1H23.0156V20.1H38.6156V23.1Z", fill: "#0C893B" }),
5199
+ /* @__PURE__ */ jsx("path", { d: "M38.6156 14.7H23.0156V11.7H38.6156V14.7Z", fill: "#0C893B" })
5200
+ ] });
5201
+ }
5202
+ );
5139
5203
 
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 };
5204
+ 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, 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, 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.30",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "scripts": {