@liner-fe/icon 0.1.6 → 0.1.7
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 +6 -0
- package/assets/color-citation-recommender/index.tsx +0 -4
- package/assets/color-hypothesis-generator/index.tsx +0 -4
- package/assets/color-literature-review/index.tsx +0 -4
- package/assets/color-peer-review/index.tsx +0 -4
- package/assets/color-research-tracer/index.tsx +0 -4
- package/assets/color-survey-simulator/index.tsx +0 -4
- package/lib/index.js +0 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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/lib/index.js
CHANGED
|
@@ -8849,7 +8849,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
|
|
|
8849
8849
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
8850
8850
|
if (fill && thick) {
|
|
8851
8851
|
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
8852
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
|
|
8854
8853
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
|
|
8855
8854
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
|
|
@@ -8858,7 +8857,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
|
|
|
8858
8857
|
] });
|
|
8859
8858
|
} else if (fill) {
|
|
8860
8859
|
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
8860
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
|
|
8863
8861
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
|
|
8864
8862
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
|
|
@@ -8867,7 +8865,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
|
|
|
8867
8865
|
] });
|
|
8868
8866
|
} else if (thick) {
|
|
8869
8867
|
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
8868
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
|
|
8872
8869
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
|
|
8873
8870
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
|
|
@@ -8876,7 +8873,6 @@ var IconColorHypothesisGenerator = (0, import_react200.forwardRef)(
|
|
|
8876
8873
|
] });
|
|
8877
8874
|
}
|
|
8878
8875
|
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
8876
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("g", { opacity: "0.7", children: [
|
|
8881
8877
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0C893B" }),
|
|
8882
8878
|
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0C893B" })
|
|
@@ -8894,25 +8890,21 @@ var IconColorCitationRecommender = (0, import_react201.forwardRef)(
|
|
|
8894
8890
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
8895
8891
|
if (fill && thick) {
|
|
8896
8892
|
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
8893
|
/* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
|
|
8899
8894
|
/* @__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
8895
|
] });
|
|
8901
8896
|
} else if (fill) {
|
|
8902
8897
|
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
8898
|
/* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
|
|
8905
8899
|
/* @__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
8900
|
] });
|
|
8907
8901
|
} else if (thick) {
|
|
8908
8902
|
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
8903
|
/* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
|
|
8911
8904
|
/* @__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
8905
|
] });
|
|
8913
8906
|
}
|
|
8914
8907
|
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
8908
|
/* @__PURE__ */ (0, import_jsx_runtime201.jsx)("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
|
|
8917
8909
|
/* @__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
8910
|
] });
|
|
@@ -8927,7 +8919,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
|
|
|
8927
8919
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
8928
8920
|
if (fill && thick) {
|
|
8929
8921
|
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
8922
|
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
8932
8923
|
/* @__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
8924
|
/* @__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 +8927,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
|
|
|
8936
8927
|
] });
|
|
8937
8928
|
} else if (fill) {
|
|
8938
8929
|
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
8930
|
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
8941
8931
|
/* @__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
8932
|
/* @__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 +8935,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
|
|
|
8945
8935
|
] });
|
|
8946
8936
|
} else if (thick) {
|
|
8947
8937
|
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
8938
|
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
8950
8939
|
/* @__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
8940
|
/* @__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 +8943,6 @@ var IconColorPeerReview = (0, import_react202.forwardRef)(
|
|
|
8954
8943
|
] });
|
|
8955
8944
|
}
|
|
8956
8945
|
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
8946
|
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)("path", { d: "M44.3984 39.5996H3.59863V34.7998H44.3984V39.5996Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
8959
8947
|
/* @__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
8948
|
/* @__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 +8960,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
|
|
|
8972
8960
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
8973
8961
|
if (fill && thick) {
|
|
8974
8962
|
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
8963
|
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
|
|
8977
8964
|
/* @__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
8965
|
/* @__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 +8968,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
|
|
|
8981
8968
|
] });
|
|
8982
8969
|
} else if (fill) {
|
|
8983
8970
|
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
8971
|
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
|
|
8986
8972
|
/* @__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
8973
|
/* @__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 +8976,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
|
|
|
8990
8976
|
] });
|
|
8991
8977
|
} else if (thick) {
|
|
8992
8978
|
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
8979
|
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
|
|
8995
8980
|
/* @__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
8981
|
/* @__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 +8984,6 @@ var IconColorSurveySimulator = (0, import_react203.forwardRef)(
|
|
|
8999
8984
|
] });
|
|
9000
8985
|
}
|
|
9001
8986
|
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
8987
|
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
|
|
9004
8988
|
/* @__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
8989
|
/* @__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 +9001,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
|
|
|
9017
9001
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
9018
9002
|
if (fill && thick) {
|
|
9019
9003
|
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
9004
|
/* @__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
9005
|
/* @__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
9006
|
/* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
@@ -9027,7 +9010,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
|
|
|
9027
9010
|
] });
|
|
9028
9011
|
} else if (fill) {
|
|
9029
9012
|
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
9013
|
/* @__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
9014
|
/* @__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
9015
|
/* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
@@ -9037,7 +9019,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
|
|
|
9037
9019
|
] });
|
|
9038
9020
|
} else if (thick) {
|
|
9039
9021
|
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
9022
|
/* @__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
9023
|
/* @__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
9024
|
/* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
@@ -9047,7 +9028,6 @@ var IconColorLiteratureReview = (0, import_react204.forwardRef)(
|
|
|
9047
9028
|
] });
|
|
9048
9029
|
}
|
|
9049
9030
|
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
9031
|
/* @__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
9032
|
/* @__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
9033
|
/* @__PURE__ */ (0, import_jsx_runtime204.jsx)("path", { d: "M32.3994 12.2998H16.7998V9.2998H32.3994V12.2998Z", fill: "#0C893B", "fill-opacity": "0.7" }),
|
|
@@ -9066,25 +9046,21 @@ var IconColorResearchTracer = (0, import_react205.forwardRef)(
|
|
|
9066
9046
|
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
9067
9047
|
if (fill && thick) {
|
|
9068
9048
|
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
9049
|
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
|
|
9071
9050
|
/* @__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
9051
|
] });
|
|
9073
9052
|
} else if (fill) {
|
|
9074
9053
|
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
9054
|
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
|
|
9077
9055
|
/* @__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
9056
|
] });
|
|
9079
9057
|
} else if (thick) {
|
|
9080
9058
|
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
9059
|
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
|
|
9083
9060
|
/* @__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
9061
|
] });
|
|
9085
9062
|
}
|
|
9086
9063
|
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
9064
|
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
|
|
9089
9065
|
/* @__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
9066
|
] });
|