@liner-fe/icon 0.1.6 → 0.1.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @liner-fe/icon
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 35a0717: 트리쉐이킹 안되는 @liner-fe/icon 모듈 삭제
8
+
9
+ ## 0.1.7
10
+
11
+ ### Patch Changes
12
+
13
+ - 2ab48db: icon 버그 수정
14
+
3
15
  ## 0.1.6
4
16
 
5
17
  ### Patch Changes
@@ -6,21 +6,18 @@ export const IconColorCitationRecommender = forwardRef<SVGSVGElement, NewIconPro
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
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
10
9
  <path opacity="0.7" d="M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z" fill="#0C893B"/>
11
10
  <path d="M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z" stroke="#0C893B" stroke-width="3" stroke-miterlimit="10"/>
12
11
  </svg>
13
12
  ;
14
13
  } else if (fill) {
15
14
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
16
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
17
15
  <path opacity="0.7" d="M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z" fill="#0C893B"/>
18
16
  <path d="M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z" stroke="#0C893B" stroke-width="3" stroke-miterlimit="10"/>
19
17
  </svg>
20
18
  ;
21
19
  } else if (thick) {
22
20
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
23
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
24
21
  <path opacity="0.7" d="M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z" fill="#0C893B"/>
25
22
  <path d="M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z" stroke="#0C893B" stroke-width="3" stroke-miterlimit="10"/>
26
23
  </svg>
@@ -28,7 +25,6 @@ export const IconColorCitationRecommender = forwardRef<SVGSVGElement, NewIconPro
28
25
  }
29
26
 
30
27
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
31
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
32
28
  <path opacity="0.7" d="M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z" fill="#0C893B"/>
33
29
  <path d="M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z" stroke="#0C893B" stroke-width="3" stroke-miterlimit="10"/>
34
30
  </svg>
@@ -6,7 +6,6 @@ export const IconColorHypothesisGenerator = forwardRef<SVGSVGElement, NewIconPro
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
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
10
9
  <g opacity="0.7">
11
10
  <path d="M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z" fill="#0C893B"/>
12
11
  <path d="M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z" fill="#0C893B"/>
@@ -16,7 +15,6 @@ export const IconColorHypothesisGenerator = forwardRef<SVGSVGElement, NewIconPro
16
15
  ;
17
16
  } else if (fill) {
18
17
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
19
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
20
18
  <g opacity="0.7">
21
19
  <path d="M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z" fill="#0C893B"/>
22
20
  <path d="M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z" fill="#0C893B"/>
@@ -26,7 +24,6 @@ export const IconColorHypothesisGenerator = forwardRef<SVGSVGElement, NewIconPro
26
24
  ;
27
25
  } else if (thick) {
28
26
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
29
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
30
27
  <g opacity="0.7">
31
28
  <path d="M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z" fill="#0C893B"/>
32
29
  <path d="M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z" fill="#0C893B"/>
@@ -37,7 +34,6 @@ export const IconColorHypothesisGenerator = forwardRef<SVGSVGElement, NewIconPro
37
34
  }
38
35
 
39
36
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
40
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
41
37
  <g opacity="0.7">
42
38
  <path d="M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z" fill="#0C893B"/>
43
39
  <path d="M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z" fill="#0C893B"/>
@@ -6,7 +6,6 @@ export const IconColorLiteratureReview = forwardRef<SVGSVGElement, NewIconProps>
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
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
10
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"/>
11
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"/>
12
11
  <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -17,7 +16,6 @@ export const IconColorLiteratureReview = forwardRef<SVGSVGElement, NewIconProps>
17
16
  ;
18
17
  } else if (fill) {
19
18
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
20
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
21
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"/>
22
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"/>
23
21
  <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -28,7 +26,6 @@ export const IconColorLiteratureReview = forwardRef<SVGSVGElement, NewIconProps>
28
26
  ;
29
27
  } else if (thick) {
30
28
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
31
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
32
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"/>
33
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"/>
34
31
  <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -40,7 +37,6 @@ export const IconColorLiteratureReview = forwardRef<SVGSVGElement, NewIconProps>
40
37
  }
41
38
 
42
39
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
43
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
44
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"/>
45
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"/>
46
42
  <path d="M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -6,7 +6,6 @@ export const IconColorPeerReview = forwardRef<SVGSVGElement, NewIconProps>(
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
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
10
9
  <path d="M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z" fill="#0C893B" fill-opacity="0.7"/>
11
10
  <path d="M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
12
11
  <path d="M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -16,7 +15,6 @@ export const IconColorPeerReview = forwardRef<SVGSVGElement, NewIconProps>(
16
15
  ;
17
16
  } else if (fill) {
18
17
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
19
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
20
18
  <path d="M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z" fill="#0C893B" fill-opacity="0.7"/>
21
19
  <path d="M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
22
20
  <path d="M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -26,7 +24,6 @@ export const IconColorPeerReview = forwardRef<SVGSVGElement, NewIconProps>(
26
24
  ;
27
25
  } else if (thick) {
28
26
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
29
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
30
27
  <path d="M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z" fill="#0C893B" fill-opacity="0.7"/>
31
28
  <path d="M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
32
29
  <path d="M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -37,7 +34,6 @@ export const IconColorPeerReview = forwardRef<SVGSVGElement, NewIconProps>(
37
34
  }
38
35
 
39
36
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
40
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
41
37
  <path d="M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z" fill="#0C893B" fill-opacity="0.7"/>
42
38
  <path d="M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
43
39
  <path d="M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -6,21 +6,18 @@ export const IconColorResearchTracer = forwardRef<SVGSVGElement, NewIconProps>(
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
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
10
9
  <circle cx="24" cy="24.2402" r="10.8" transform="rotate(90 24 24.2402)" fill="#0C893B"/>
11
10
  <path fillRule="evenodd" clipRule="evenodd" d="M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z" fill="#0C893B" fill-opacity="0.7"/>
12
11
  </svg>
13
12
  ;
14
13
  } else if (fill) {
15
14
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
16
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
17
15
  <circle cx="24" cy="24.2402" r="10.8" transform="rotate(90 24 24.2402)" fill="#0C893B"/>
18
16
  <path fillRule="evenodd" clipRule="evenodd" d="M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z" fill="#0C893B" fill-opacity="0.7"/>
19
17
  </svg>
20
18
  ;
21
19
  } else if (thick) {
22
20
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
23
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
24
21
  <circle cx="24" cy="24.2402" r="10.8" transform="rotate(90 24 24.2402)" fill="#0C893B"/>
25
22
  <path fillRule="evenodd" clipRule="evenodd" d="M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z" fill="#0C893B" fill-opacity="0.7"/>
26
23
  </svg>
@@ -28,7 +25,6 @@ export const IconColorResearchTracer = forwardRef<SVGSVGElement, NewIconProps>(
28
25
  }
29
26
 
30
27
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
31
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
32
28
  <circle cx="24" cy="24.2402" r="10.8" transform="rotate(90 24 24.2402)" fill="#0C893B"/>
33
29
  <path fillRule="evenodd" clipRule="evenodd" d="M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z" fill="#0C893B" fill-opacity="0.7"/>
34
30
  </svg>
@@ -6,7 +6,6 @@ export const IconColorSurveySimulator = forwardRef<SVGSVGElement, NewIconProps>(
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
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
10
9
  <path d="M31.2 16.8H16.8V31.2H31.2V16.8Z" fill="#0C893B"/>
11
10
  <path fillRule="evenodd" clipRule="evenodd" d="M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z" fill="#0C893B" fill-opacity="0.7"/>
12
11
  <path fillRule="evenodd" clipRule="evenodd" d="M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -16,7 +15,6 @@ export const IconColorSurveySimulator = forwardRef<SVGSVGElement, NewIconProps>(
16
15
  ;
17
16
  } else if (fill) {
18
17
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
19
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
20
18
  <path d="M31.2 16.8H16.8V31.2H31.2V16.8Z" fill="#0C893B"/>
21
19
  <path fillRule="evenodd" clipRule="evenodd" d="M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z" fill="#0C893B" fill-opacity="0.7"/>
22
20
  <path fillRule="evenodd" clipRule="evenodd" d="M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -26,7 +24,6 @@ export const IconColorSurveySimulator = forwardRef<SVGSVGElement, NewIconProps>(
26
24
  ;
27
25
  } else if (thick) {
28
26
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
29
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
30
27
  <path d="M31.2 16.8H16.8V31.2H31.2V16.8Z" fill="#0C893B"/>
31
28
  <path fillRule="evenodd" clipRule="evenodd" d="M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z" fill="#0C893B" fill-opacity="0.7"/>
32
29
  <path fillRule="evenodd" clipRule="evenodd" d="M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z" fill="#0C893B" fill-opacity="0.7"/>
@@ -37,7 +34,6 @@ export const IconColorSurveySimulator = forwardRef<SVGSVGElement, NewIconProps>(
37
34
  }
38
35
 
39
36
  return <svg width={iconSizeMap[size]} height={iconSizeMap[size]} viewBox="0 0 48 48" fill="none" ref={ref} className={className} {...props}>
40
- <rect width="48" height="48" style={{ fill: `var(--${fillType})` }}/>
41
37
  <path d="M31.2 16.8H16.8V31.2H31.2V16.8Z" fill="#0C893B"/>
42
38
  <path fillRule="evenodd" clipRule="evenodd" d="M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z" fill="#0C893B" fill-opacity="0.7"/>
43
39
  <path fillRule="evenodd" clipRule="evenodd" d="M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z" fill="#0C893B" fill-opacity="0.7"/>
package/index.tsx CHANGED
@@ -647,13 +647,3 @@ export interface NewIconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'na
647
647
  export type IconComponentType = React.ForwardRefExoticComponent<
648
648
  Omit<NewIconProps, 'ref'> & React.RefAttributes<SVGSVGElement>
649
649
  >;
650
-
651
- export const Icon = forwardRef<SVGSVGElement, IconProps>(({name, size = "m", ...props}, ref) => {
652
- const IconComponent = IconMap[name];
653
-
654
- if (!IconComponent) {
655
- return null;
656
- }
657
-
658
- return <IconComponent {...props} ref={ref} size={size} />;
659
- });
package/lib/index.d.ts CHANGED
@@ -434,6 +434,5 @@ interface NewIconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
434
434
  fillType?: BasicColorType;
435
435
  }
436
436
  type IconComponentType = React.ForwardRefExoticComponent<Omit<NewIconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
437
- declare const Icon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
438
437
 
439
- export { Icon, IconAddClock, IconAddToFolder, IconAi, IconAirplane, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, 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, IconColorHypothesisGenerator, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, IconColorSurveySimulator, IconColorTxt, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMap, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconStack, IconStar, IconStart, IconStep, IconStop, IconSummarize, IconSurvey, IconTarget, IconTeams, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUndo, IconVerificationBadge, IconViewList, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut, type NewIconProps };
438
+ export { IconAddClock, IconAddToFolder, IconAi, IconAirplane, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, 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, IconColorHypothesisGenerator, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchTracer, IconColorSurveySimulator, IconColorTxt, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMap, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconStack, IconStar, IconStart, IconStep, IconStop, IconSummarize, IconSurvey, IconTarget, IconTeams, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUndo, IconVerificationBadge, IconViewList, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut, type NewIconProps };
package/lib/index.js CHANGED
@@ -1302,7 +1302,7 @@ var require_react_development = __commonJS({
1302
1302
  return lazyType;
1303
1303
  }
1304
1304
  __name(lazy, "lazy");
1305
- function forwardRef208(render) {
1305
+ function forwardRef207(render) {
1306
1306
  {
1307
1307
  if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
1308
1308
  error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).");
@@ -1341,7 +1341,7 @@ var require_react_development = __commonJS({
1341
1341
  }
1342
1342
  return elementType;
1343
1343
  }
1344
- __name(forwardRef208, "forwardRef");
1344
+ __name(forwardRef207, "forwardRef");
1345
1345
  var REACT_MODULE_REFERENCE;
1346
1346
  {
1347
1347
  REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
@@ -2247,7 +2247,7 @@ var require_react_development = __commonJS({
2247
2247
  exports.createElement = createElement$1;
2248
2248
  exports.createFactory = createFactory;
2249
2249
  exports.createRef = createRef;
2250
- exports.forwardRef = forwardRef208;
2250
+ exports.forwardRef = forwardRef207;
2251
2251
  exports.isValidElement = isValidElement;
2252
2252
  exports.lazy = lazy;
2253
2253
  exports.memo = memo;
@@ -2322,7 +2322,7 @@ var require_react_jsx_runtime_development = __commonJS({
2322
2322
  if (process.env.NODE_ENV !== "production") {
2323
2323
  (function() {
2324
2324
  "use strict";
2325
- var React208 = require_react();
2325
+ var React207 = require_react();
2326
2326
  var REACT_ELEMENT_TYPE = Symbol.for("react.element");
2327
2327
  var REACT_PORTAL_TYPE = Symbol.for("react.portal");
2328
2328
  var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
@@ -2349,7 +2349,7 @@ var require_react_jsx_runtime_development = __commonJS({
2349
2349
  return null;
2350
2350
  }
2351
2351
  __name(getIteratorFn, "getIteratorFn");
2352
- var ReactSharedInternals = React208.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2352
+ var ReactSharedInternals = React207.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2353
2353
  function error(format) {
2354
2354
  {
2355
2355
  {
@@ -3238,10 +3238,10 @@ var require_react_jsx_runtime_development = __commonJS({
3238
3238
  }
3239
3239
  }
3240
3240
  __name(jsxWithValidationDynamic, "jsxWithValidationDynamic");
3241
- var jsx208 = jsxWithValidationDynamic;
3241
+ var jsx207 = jsxWithValidationDynamic;
3242
3242
  var jsxs146 = jsxWithValidationStatic;
3243
3243
  exports.Fragment = REACT_FRAGMENT_TYPE;
3244
- exports.jsx = jsx208;
3244
+ exports.jsx = jsx207;
3245
3245
  exports.jsxs = jsxs146;
3246
3246
  })();
3247
3247
  }
@@ -3263,7 +3263,6 @@ var require_jsx_runtime = __commonJS({
3263
3263
  // index.tsx
3264
3264
  var index_exports = {};
3265
3265
  __export(index_exports, {
3266
- Icon: () => Icon,
3267
3266
  IconAddClock: () => IconAddClock,
3268
3267
  IconAddToFolder: () => IconAddToFolder,
3269
3268
  IconAi: () => IconAi,
@@ -3473,7 +3472,6 @@ __export(index_exports, {
3473
3472
  IconZoomOut: () => IconZoomOut
3474
3473
  });
3475
3474
  module.exports = __toCommonJS(index_exports);
3476
- var import_react207 = __toESM(require_react());
3477
3475
 
3478
3476
  // assets/arrow-upward/index.tsx
3479
3477
  var import_react = __toESM(require_react());
@@ -8849,7 +8847,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
8849
8847
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8850
8848
  if (fill && thick) {
8851
8849
  return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { width: import_design_token_primitive200.iconSizeMap[size], height: import_design_token_primitive200.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8852
- /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8853
8850
  /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
8854
8851
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
8855
8852
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
@@ -8858,7 +8855,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
8858
8855
  ] });
8859
8856
  } else if (fill) {
8860
8857
  return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { width: import_design_token_primitive200.iconSizeMap[size], height: import_design_token_primitive200.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8861
- /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8862
8858
  /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
8863
8859
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
8864
8860
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
@@ -8867,7 +8863,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
8867
8863
  ] });
8868
8864
  } else if (thick) {
8869
8865
  return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { width: import_design_token_primitive200.iconSizeMap[size], height: import_design_token_primitive200.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8870
- /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8871
8866
  /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
8872
8867
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
8873
8868
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
@@ -8876,7 +8871,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
8876
8871
  ] });
8877
8872
  }
8878
8873
  return /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { width: import_design_token_primitive200.iconSizeMap[size], height: import_design_token_primitive200.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8879
- /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8880
8874
  /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
8881
8875
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
8882
8876
  /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
@@ -8894,25 +8888,21 @@ var IconColorCitationRecommender = (0, import_react201.forwardRef)(
8894
8888
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8895
8889
  if (fill && thick) {
8896
8890
  return /* @__PURE__ */ (0, import_jsx_runtime201.jsxs)("svg", { width: import_design_token_primitive201.iconSizeMap[size], height: import_design_token_primitive201.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8897
- /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8898
8891
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
8899
8892
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { d: "M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z", stroke: "#0C893B", "stroke-width": "3", "stroke-miterlimit": "10" })
8900
8893
  ] });
8901
8894
  } else if (fill) {
8902
8895
  return /* @__PURE__ */ (0, import_jsx_runtime201.jsxs)("svg", { width: import_design_token_primitive201.iconSizeMap[size], height: import_design_token_primitive201.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8903
- /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8904
8896
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
8905
8897
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { d: "M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z", stroke: "#0C893B", "stroke-width": "3", "stroke-miterlimit": "10" })
8906
8898
  ] });
8907
8899
  } else if (thick) {
8908
8900
  return /* @__PURE__ */ (0, import_jsx_runtime201.jsxs)("svg", { width: import_design_token_primitive201.iconSizeMap[size], height: import_design_token_primitive201.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8909
- /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8910
8901
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
8911
8902
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { d: "M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z", stroke: "#0C893B", "stroke-width": "3", "stroke-miterlimit": "10" })
8912
8903
  ] });
8913
8904
  }
8914
8905
  return /* @__PURE__ */ (0, import_jsx_runtime201.jsxs)("svg", { width: import_design_token_primitive201.iconSizeMap[size], height: import_design_token_primitive201.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8915
- /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8916
8906
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
8917
8907
  /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { d: "M28.8011 43.201L8.40106 33.9019V14.401L28.8011 23.7001V43.201Z", stroke: "#0C893B", "stroke-width": "3", "stroke-miterlimit": "10" })
8918
8908
  ] });
@@ -8927,7 +8917,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
8927
8917
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8928
8918
  if (fill && thick) {
8929
8919
  return /* @__PURE__ */ (0, import_jsx_runtime202.jsxs)("svg", { width: import_design_token_primitive202.iconSizeMap[size], height: import_design_token_primitive202.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8930
- /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8931
8920
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8932
8921
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8933
8922
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8936,7 +8925,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
8936
8925
  ] });
8937
8926
  } else if (fill) {
8938
8927
  return /* @__PURE__ */ (0, import_jsx_runtime202.jsxs)("svg", { width: import_design_token_primitive202.iconSizeMap[size], height: import_design_token_primitive202.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8939
- /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8940
8928
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8941
8929
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8942
8930
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8945,7 +8933,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
8945
8933
  ] });
8946
8934
  } else if (thick) {
8947
8935
  return /* @__PURE__ */ (0, import_jsx_runtime202.jsxs)("svg", { width: import_design_token_primitive202.iconSizeMap[size], height: import_design_token_primitive202.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8948
- /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8949
8936
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8950
8937
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8951
8938
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8954,7 +8941,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
8954
8941
  ] });
8955
8942
  }
8956
8943
  return /* @__PURE__ */ (0, import_jsx_runtime202.jsxs)("svg", { width: import_design_token_primitive202.iconSizeMap[size], height: import_design_token_primitive202.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8957
- /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8958
8944
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8959
8945
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M24.7588 26.3994H3.59863V21.5986H23.417L24.7588 26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8960
8946
  /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3994 26.3994H33.6074L33.7451 26.1445L44.3994 22.3027V26.3994Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8972,7 +8958,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
8972
8958
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8973
8959
  if (fill && thick) {
8974
8960
  return /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { width: import_design_token_primitive203.iconSizeMap[size], height: import_design_token_primitive203.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8975
- /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8976
8961
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
8977
8962
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8978
8963
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8981,7 +8966,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
8981
8966
  ] });
8982
8967
  } else if (fill) {
8983
8968
  return /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { width: import_design_token_primitive203.iconSizeMap[size], height: import_design_token_primitive203.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8984
- /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8985
8969
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
8986
8970
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8987
8971
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8990,7 +8974,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
8990
8974
  ] });
8991
8975
  } else if (thick) {
8992
8976
  return /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { width: import_design_token_primitive203.iconSizeMap[size], height: import_design_token_primitive203.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
8993
- /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
8994
8977
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
8995
8978
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z", fill: "#0C893B", "fill-opacity": "0.7" }),
8996
8979
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -8999,7 +8982,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
8999
8982
  ] });
9000
8983
  }
9001
8984
  return /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { width: import_design_token_primitive203.iconSizeMap[size], height: import_design_token_primitive203.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9002
- /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9003
8985
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
9004
8986
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 33.5986C27.3136 33.5986 29.9998 36.2851 30 39.5986C30 42.9123 27.3137 45.5986 24 45.5986C20.6863 45.5986 18 42.9123 18 39.5986C18.0002 36.2851 20.6864 33.5986 24 33.5986ZM24 36.5986C22.3433 36.5986 21.0002 37.9419 21 39.5986C21 41.2555 22.3431 42.5986 24 42.5986C25.6569 42.5986 27 41.2555 27 39.5986C26.9998 37.9419 25.6567 36.5986 24 36.5986Z", fill: "#0C893B", "fill-opacity": "0.7" }),
9005
8987
  /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40137 18C11.7149 18.0002 14.4014 20.6864 14.4014 24C14.4014 27.3136 11.7149 29.9998 8.40137 30C5.08766 30 2.40137 27.3137 2.40137 24C2.40137 20.6863 5.08766 18 8.40137 18ZM8.40137 21C6.74451 21 5.40137 22.3431 5.40137 24C5.40137 25.6569 6.74451 27 8.40137 27C10.0581 26.9998 11.4014 25.6568 11.4014 24C11.4014 22.3432 10.0581 21.0002 8.40137 21Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -9017,7 +8999,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
9017
8999
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
9018
9000
  if (fill && thick) {
9019
9001
  return /* @__PURE__ */ (0, import_jsx_runtime204.jsxs)("svg", { width: import_design_token_primitive204.iconSizeMap[size], height: import_design_token_primitive204.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9020
- /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9021
9002
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9022
9003
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9023
9004
  /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -9027,7 +9008,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
9027
9008
  ] });
9028
9009
  } else if (fill) {
9029
9010
  return /* @__PURE__ */ (0, import_jsx_runtime204.jsxs)("svg", { width: import_design_token_primitive204.iconSizeMap[size], height: import_design_token_primitive204.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9030
- /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9031
9011
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9032
9012
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9033
9013
  /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -9037,7 +9017,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
9037
9017
  ] });
9038
9018
  } else if (thick) {
9039
9019
  return /* @__PURE__ */ (0, import_jsx_runtime204.jsxs)("svg", { width: import_design_token_primitive204.iconSizeMap[size], height: import_design_token_primitive204.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9040
- /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9041
9020
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9042
9021
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9043
9022
  /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -9047,7 +9026,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
9047
9026
  ] });
9048
9027
  }
9049
9028
  return /* @__PURE__ */ (0, import_jsx_runtime204.jsxs)("svg", { width: import_design_token_primitive204.iconSizeMap[size], height: import_design_token_primitive204.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9050
- /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9051
9029
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9052
9030
  /* @__PURE__ */ (0, import_jsx_runtime204.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" }),
9053
9031
  /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -9066,25 +9044,21 @@ var IconColorResearchTracer = (0, import_react205.forwardRef)(
9066
9044
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
9067
9045
  if (fill && thick) {
9068
9046
  return /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("svg", { width: import_design_token_primitive205.iconSizeMap[size], height: import_design_token_primitive205.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9069
- /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9070
9047
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
9071
9048
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z", fill: "#0C893B", "fill-opacity": "0.7" })
9072
9049
  ] });
9073
9050
  } else if (fill) {
9074
9051
  return /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("svg", { width: import_design_token_primitive205.iconSizeMap[size], height: import_design_token_primitive205.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9075
- /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9076
9052
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
9077
9053
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z", fill: "#0C893B", "fill-opacity": "0.7" })
9078
9054
  ] });
9079
9055
  } else if (thick) {
9080
9056
  return /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("svg", { width: import_design_token_primitive205.iconSizeMap[size], height: import_design_token_primitive205.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9081
- /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9082
9057
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
9083
9058
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z", fill: "#0C893B", "fill-opacity": "0.7" })
9084
9059
  ] });
9085
9060
  }
9086
9061
  return /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("svg", { width: import_design_token_primitive205.iconSizeMap[size], height: import_design_token_primitive205.iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
9087
- /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("rect", { width: "48", height: "48", style: { fill: `var(--${fillType})` } }),
9088
9062
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
9089
9063
  /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.001 3.60059C41.89 3.6008 44.25 5.87044 44.3945 8.72363L44.4014 9.00098C44.4011 11.983 41.983 14.4011 39.001 14.4014L38.7236 14.3945C37.8803 14.3518 37.0885 14.1147 36.3906 13.7285L26.1201 23.999L36.3916 34.2705C36.3887 34.2721 36.3857 34.2738 36.3828 34.2754C37.0825 33.8867 37.8773 33.6483 38.7236 33.6055L39.001 33.5986C41.983 33.5989 44.4011 36.017 44.4014 38.999L44.3945 39.2764C44.25 42.1296 41.89 44.3992 39.001 44.3994L38.7236 44.3926C35.8704 44.248 33.6008 41.8881 33.6006 38.999L33.6074 38.7207C33.6502 37.8791 33.8856 37.0883 34.2705 36.3916L23.999 26.1201L13.7295 36.3906C14.1571 37.164 14.4013 38.0529 14.4014 38.999L14.3945 39.2764C14.25 42.1296 11.89 44.3992 9.00098 44.3994L8.72363 44.3926C5.87044 44.248 3.60079 41.8881 3.60059 38.999L3.60742 38.7207C3.74762 35.9597 5.96251 33.7453 8.72363 33.6055L9.00098 33.5986C9.95754 33.5987 10.8554 33.8487 11.6348 34.2852C11.6259 34.2802 11.6173 34.2745 11.6084 34.2695L21.8779 23.999L11.6084 13.7295C10.8352 14.1569 9.94677 14.4013 9.00098 14.4014L8.72363 14.3945C5.96251 14.2546 3.74762 12.0403 3.60742 9.2793L3.60059 9.00098C3.60079 6.11191 5.87044 3.75197 8.72363 3.60742L9.00098 3.60059C11.89 3.6008 14.25 5.87044 14.3945 8.72363L14.4014 9.00098C14.4013 9.94677 14.1569 10.8352 13.7295 11.6084L23.999 21.8779L34.2705 11.6064C33.8861 10.9101 33.6501 10.1203 33.6074 9.2793L33.6006 9.00098C33.6008 6.11191 35.8704 3.75197 38.7236 3.60742L39.001 3.60059ZM9.00098 36.5986C7.6758 36.5988 6.60181 37.6739 6.60156 38.999C6.60177 40.3242 7.67578 41.3992 9.00098 41.3994C10.3262 41.3992 11.4012 40.3242 11.4014 38.999C11.4011 37.6739 10.3261 36.5989 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6018 37.6739 36.6016 38.999C36.6018 40.3242 37.6758 41.3992 39.001 41.3994C40.3262 41.3992 41.4012 40.3242 41.4014 38.999C41.4011 37.6739 40.3261 36.5989 39.001 36.5986ZM12.3037 34.7285C12.2845 34.7136 12.2665 34.6972 12.2471 34.6826L12.2314 34.6719C12.256 34.6902 12.2795 34.7098 12.3037 34.7285ZM9.00098 6.60059C7.67578 6.6008 6.60177 7.67578 6.60156 9.00098C6.60181 10.3261 7.6758 11.4012 9.00098 11.4014C10.3261 11.4011 11.4011 10.3261 11.4014 9.00098C11.4012 7.67578 10.3262 6.6008 9.00098 6.60059ZM39.001 6.60059C37.6758 6.6008 36.6018 7.67578 36.6016 9.00098C36.6018 10.3261 37.6758 11.4012 39.001 11.4014C40.3261 11.4011 41.4011 10.3261 41.4014 9.00098C41.4012 7.67578 40.3262 6.6008 39.001 6.60059Z", fill: "#0C893B", "fill-opacity": "0.7" })
9090
9064
  ] });
@@ -9109,7 +9083,6 @@ var IconAtSign = (0, import_react206.forwardRef)(
9109
9083
  );
9110
9084
 
9111
9085
  // index.tsx
9112
- var import_jsx_runtime207 = __toESM(require_jsx_runtime());
9113
9086
  var IconMap = {
9114
9087
  "arrow-upward": IconArrowUpward,
9115
9088
  "arrow-downward": IconArrowDownward,
@@ -9318,13 +9291,6 @@ var IconMap = {
9318
9291
  "color-research-tracer": IconColorResearchTracer,
9319
9292
  "at-sign": IconAtSign
9320
9293
  };
9321
- var Icon = (0, import_react207.forwardRef)(({ name, size = "m", ...props }, ref) => {
9322
- const IconComponent = IconMap[name];
9323
- if (!IconComponent) {
9324
- return null;
9325
- }
9326
- return /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(IconComponent, { ...props, ref, size });
9327
- });
9328
9294
  /*! Bundled license information:
9329
9295
 
9330
9296
  react/cjs/react.production.min.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "scripts": {
5
5
  "build": "yarn tsup --config ./config/tsup/tsup.config.ts"
6
6
  },