Skip to content

Commit b4ea529

Browse files
committed
Run yarn compile-icons
1 parent 11d5777 commit b4ea529

File tree

470 files changed

+1795
-2274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+1795
-2274
lines changed

src/components/icon/assets/accessibility.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAccessibility = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={16}
@@ -28,8 +28,7 @@ const EuiIconAccessibility = ({
2828
{...props}
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
31-
<path d="M8 0a8 8 0 110 16A8 8 0 018 0zm0 1a7 7 0 100 14A7 7 0 008 1zm3.974 4.342a.5.5 0 01-.233.596l-.083.036L9 6.86v2.559l.974 2.923a.5.5 0 01-.233.596l-.083.036a.5.5 0 01-.596-.233l-.036-.083-1-3L8 9.5l-.026.158-1 3a.5.5 0 01-.97-.228l.022-.088L7 9.416V6.86l-2.658-.886a.5.5 0 01.228-.97l.088.022L7.583 6h.833l2.926-.974a.5.5 0 01.632.316zM8 3a1 1 0 110 2 1 1 0 010-2z" />
31+
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm3.974 4.342a.5.5 0 0 1-.233.596l-.083.036L9 6.86v2.559l.974 2.923a.5.5 0 0 1-.233.596l-.083.036a.5.5 0 0 1-.596-.233l-.036-.083-1-3L8 9.5l-.026.158-1 3a.5.5 0 0 1-.97-.228l.022-.088L7 9.416V6.86l-2.658-.886a.5.5 0 0 1 .228-.97l.088.022L7.583 6h.833l2.926-.974a.5.5 0 0 1 .632.316ZM8 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" />
3232
</svg>
3333
);
34-
3534
export const icon = EuiIconAccessibility;

src/components/icon/assets/aggregate.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,29 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAggregate = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
23+
xmlns="http://www.w3.org/2000/svg"
2324
width={16}
2425
height={16}
2526
viewBox="0 0 16 16"
26-
xmlns="http://www.w3.org/2000/svg"
2727
aria-labelledby={titleId}
2828
{...props}
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
3131
<path
3232
fillRule="evenodd"
33-
d="M2.5 2a.5.5 0 100 1 .5.5 0 000-1zm0-1a1.5 1.5 0 011.415 1h1.908a1.5 1.5 0 011.393.943L8.839 7H12.5a.5.5 0 010 1H8.839l-1.623 4.057A1.5 1.5 0 015.823 13H3.915a1.5 1.5 0 110-1h1.908a.5.5 0 00.464-.314L7.761 8H3.915a1.5 1.5 0 110-1H7.76L6.287 3.314A.5.5 0 005.823 3H3.915A1.5 1.5 0 112.5 1zm0 11a.5.5 0 110 1 .5.5 0 010-1zM3 7.5a.5.5 0 10-1 0 .5.5 0 001 0zm9.354-3.354a.5.5 0 00-.708.708L13.793 7a.707.707 0 010 1l-2.147 2.146a.5.5 0 00.708.708L14.5 8.707a1.707 1.707 0 000-2.414l-2.146-2.147z"
33+
d="M2.5 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm0-1a1.5 1.5 0 0 1 1.415 1h1.908a1.5 1.5 0 0 1 1.393.943L8.839 7H12.5a.5.5 0 0 1 0 1H8.839l-1.623 4.057A1.5 1.5 0 0 1 5.823 13H3.915a1.5 1.5 0 1 1 0-1h1.908a.5.5 0 0 0 .464-.314L7.761 8H3.915a1.5 1.5 0 1 1 0-1H7.76L6.287 3.314A.5.5 0 0 0 5.823 3H3.915A1.5 1.5 0 1 1 2.5 1zm0 11a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM3 7.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zm9.354-3.354a.5.5 0 0 0-.708.708L13.793 7a.707.707 0 0 1 0 1l-2.147 2.146a.5.5 0 0 0 .708.708L14.5 8.707a1.707 1.707 0 0 0 0-2.414l-2.146-2.147z"
3434
/>
3535
</svg>
3636
);
37-
3837
export const icon = EuiIconAggregate;

src/components/icon/assets/analyzeEvent.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,31 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAnalyzeEvent = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
23+
xmlns="http://www.w3.org/2000/svg"
2324
width={16}
2425
height={16}
25-
viewBox="0 0 16 16"
2626
fill="none"
27-
xmlns="http://www.w3.org/2000/svg"
27+
viewBox="0 0 16 16"
2828
aria-labelledby={titleId}
2929
{...props}
3030
>
3131
{title ? <title id={titleId}>{title}</title> : null}
3232
<path
3333
fillRule="evenodd"
34+
d="M8 9.169 2 5.25v6.17l6 3.428 6-3.428V5.25L8 9.17ZM15 4v8l-7 4-7-4V4l7-4 7 4Zm-1.428.336L8 1.152 2.428 4.336 8 7.974l5.572-3.638Z"
3435
clipRule="evenodd"
35-
d="M8 9.169L2 5.25v6.17l6 3.428 6-3.428V5.25L8 9.17zM15 4v8l-7 4-7-4V4l7-4 7 4zm-1.428.336L8 1.152 2.428 4.336 8 7.974l5.572-3.638z"
3636
/>
3737
</svg>
3838
);
39-
4039
export const icon = EuiIconAnalyzeEvent;

src/components/icon/assets/annotation.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAnnotation = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={16}
@@ -28,8 +28,7 @@ const EuiIconAnnotation = ({
2828
{...props}
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
31-
<path d="M3 6.5a4.5 4.5 0 115 4.473V16H7v-5.027A4.5 4.5 0 013 6.5z" />
31+
<path d="M3 6.5a4.5 4.5 0 1 1 5 4.473V16H7v-5.027A4.5 4.5 0 0 1 3 6.5Z" />
3232
</svg>
3333
);
34-
3534
export const icon = EuiIconAnnotation;

src/components/icon/assets/apm_trace.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconApmTrace = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={16}
@@ -28,8 +28,7 @@ const EuiIconApmTrace = ({
2828
{...props}
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
31-
<path d="M2 0h12a2 2 0 012 2v12a2 2 0 01-2 2H2a2 2 0 01-2-2V2a2 2 0 012-2zm0 1a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V2a1 1 0 00-1-1H2zm.5 2h10a.5.5 0 110 1h-10a.5.5 0 010-1zm1 3h6a.5.5 0 010 1h-6a.5.5 0 010-1zm2 3h4a.5.5 0 010 1h-4a.5.5 0 010-1zm3 3h5a.5.5 0 110 1h-5a.5.5 0 110-1z" />
31+
<path d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2Zm.5 2h10a.5.5 0 1 1 0 1h-10a.5.5 0 0 1 0-1Zm1 3h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1Zm2 3h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1Zm3 3h5a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1Z" />
3232
</svg>
3333
);
34-
3534
export const icon = EuiIconApmTrace;

src/components/icon/assets/app_add_data.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAppAddData = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={32}
@@ -28,12 +28,11 @@ const EuiIconAppAddData = ({
2828
{...props}
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
31-
<path d="M32 30H0V3h12.57l3 5H32v22zM2 28h28V10H14.43l-3-5H2v23z" />
31+
<path d="M32 30H0V3h12.57l3 5H32v22ZM2 28h28V10H14.43l-3-5H2v23Z" />
3232
<path
33-
className="euiIcon__fillSecondary"
3433
d="M21 18h-4v-4h-2v4h-4v2h4v4h2v-4h4z"
34+
className="euiIcon__fillSecondary"
3535
/>
3636
</svg>
3737
);
38-
3938
export const icon = EuiIconAppAddData;

src/components/icon/assets/app_advanced_settings.tsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAppAdvancedSettings = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={32}
@@ -29,21 +29,20 @@ const EuiIconAppAdvancedSettings = ({
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
3131
<path
32-
className="euiIcon__fillSecondary"
3332
d="M2.909 26.182h1.939v4.848H2.909z"
33+
className="euiIcon__fillSecondary"
3434
/>
35-
<path d="M4.848 16.62V0H2.91v16.62a3.879 3.879 0 101.94 0zm-.97 5.683a1.94 1.94 0 110-3.879 1.94 1.94 0 010 3.879z" />
35+
<path d="M4.848 16.62V0H2.91v16.62a3.879 3.879 0 1 0 1.94 0Zm-.97 5.683a1.94 1.94 0 1 1 0-3.879 1.94 1.94 0 0 1 0 3.879Z" />
3636
<path
37-
className="euiIcon__fillSecondary"
3837
d="M14.545 16.485h1.939V31.03h-1.939z"
38+
className="euiIcon__fillSecondary"
3939
/>
40-
<path d="M16.485 6.924V0h-1.94v6.924a3.879 3.879 0 101.94 0zm-.97 5.682a1.94 1.94 0 110-3.879 1.94 1.94 0 010 3.88z" />
40+
<path d="M16.485 6.924V0h-1.94v6.924a3.879 3.879 0 1 0 1.94 0Zm-.97 5.682a1.94 1.94 0 1 1 0-3.879 1.94 1.94 0 0 1 0 3.88Z" />
4141
<path
42-
className="euiIcon__fillSecondary"
4342
d="M26.182 26.182h1.939v4.848h-1.939z"
43+
className="euiIcon__fillSecondary"
4444
/>
45-
<path d="M28.121 16.62V0h-1.94v16.62a3.879 3.879 0 101.94 0zm-.97 5.683a1.94 1.94 0 110-3.879 1.94 1.94 0 010 3.879z" />
45+
<path d="M28.121 16.62V0h-1.94v16.62a3.879 3.879 0 1 0 1.94 0Zm-.97 5.683a1.94 1.94 0 1 1 0-3.879 1.94 1.94 0 0 1 0 3.879Z" />
4646
</svg>
4747
);
48-
4948
export const icon = EuiIconAppAdvancedSettings;

src/components/icon/assets/app_agent.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,30 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAppAgent = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
23+
xmlns="http://www.w3.org/2000/svg"
2324
width={32}
2425
height={32}
2526
viewBox="0 0 32 32"
26-
xmlns="http://www.w3.org/2000/svg"
2727
aria-labelledby={titleId}
2828
{...props}
2929
>
3030
{title ? <title id={titleId}>{title}</title> : null}
31-
<path d="M2.996 18.636L0 20.434v6.132l6 3.6 5-3 5 3 5-3 5 3 6-3.6v-6.132l-5-3v-5l-5-3v-5l-6-3.6-6 3.6v2.832l2 .033V5.566l4-2.4 4 2.4v3.868l-1.996 1.197 1 1.733L21 11.166l4 2.4v3.868l-4 2.4-2.257-1.354-.971 1.75L20 21.565v3.868l-4 2.4-4-2.4v-1.7l-2-.033v1.733l-4 2.4-4-2.4v-3.868l1.996-1.197-1-1.733zM22 25.434v-3.868l4-2.4 4 2.4v3.868l-4 2.4-4-2.4z" />
31+
<path d="M2.996 18.636 0 20.434v6.132l6 3.6 5-3 5 3 5-3 5 3 6-3.6v-6.132l-5-3v-5l-5-3v-5l-6-3.6-6 3.6v2.832l2 .033V5.566l4-2.4 4 2.4v3.868l-1.996 1.197 1 1.733L21 11.166l4 2.4v3.868l-4 2.4-2.257-1.354-.971 1.75L20 21.565v3.868l-4 2.4-4-2.4v-1.7l-2-.033v1.733l-4 2.4-4-2.4v-3.868l1.996-1.197-1-1.733ZM22 25.434v-3.868l4-2.4 4 2.4v3.868l-4 2.4-4-2.4Z" />
3232
<path
33+
d="m11 22.166-6-3.6v-6.132l6-3.6 6 3.6v6.132l-6 3.6Zm4-4.732v-3.868l-4-2.4-4 2.4v3.868l4 2.4 4-2.4Z"
3334
className="euiIcon__fillSecondary"
34-
d="M11 22.166l-6-3.6v-6.132l6-3.6 6 3.6v6.132l-6 3.6zm4-4.732v-3.868l-4-2.4-4 2.4v3.868l4 2.4 4-2.4z"
3535
/>
3636
</svg>
3737
);
38-
3938
export const icon = EuiIconAppAgent;

src/components/icon/assets/app_apm.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAppApm = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={32}
@@ -30,10 +30,9 @@ const EuiIconAppApm = ({
3030
{title ? <title id={titleId}>{title}</title> : null}
3131
<path d="M3 10h4v2H1V1h30v6h-2V3H3v7zm26 19v-6h2v8H18v-8h2v6h9z" />
3232
<path
33+
d="M31 10H9v11h12c5.523 0 10-4.477 10-10v-1zm-10 9H11v-7h17.938A8.001 8.001 0 0 1 21 19z"
3334
className="euiIcon__fillSecondary"
34-
d="M31 10H9v11h12c5.523 0 10-4.477 10-10v-1zm-10 9H11v-7h17.938A8.001 8.001 0 0121 19z"
3535
/>
3636
</svg>
3737
);
38-
3938
export const icon = EuiIconAppApm;

src/components/icon/assets/app_app_search.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
1010

1111
import * as React from 'react';
12+
import type { SVGProps } from 'react';
1213
interface SVGRProps {
1314
title?: string;
1415
titleId?: string;
1516
}
16-
1717
const EuiIconAppAppSearch = ({
1818
title,
1919
titleId,
2020
...props
21-
}: React.SVGProps<SVGSVGElement> & SVGRProps) => (
21+
}: SVGProps<SVGSVGElement> & SVGRProps) => (
2222
<svg
2323
xmlns="http://www.w3.org/2000/svg"
2424
width={32}
@@ -30,14 +30,13 @@ const EuiIconAppAppSearch = ({
3030
{title ? <title id={titleId}>{title}</title> : null}
3131
<path
3232
fillRule="evenodd"
33-
d="M15.5 11.915L27 5.279 19.5.938a7.002 7.002 0 00-7 0l-8 4.62A7 7 0 001 11.62v9.237a7 7 0 003.5 6.061l7.5 4.33V17.98a7 7 0 013.5-6.063zM10 27.785v-9.808a9 9 0 014.5-7.793l8.503-4.91L18.5 2.672a5.003 5.003 0 00-5 0l-8 4.619A5 5 0 003 11.62v9.238a5 5 0 002.5 4.33l4.5 2.598z"
33+
d="M15.5 11.915 27 5.279 19.5.938a7.002 7.002 0 0 0-7 0l-8 4.62A7 7 0 0 0 1 11.62v9.237a7 7 0 0 0 3.5 6.061l7.5 4.33V17.98a7 7 0 0 1 3.5-6.063ZM10 27.785v-9.808a9 9 0 0 1 4.5-7.793l8.503-4.91L18.5 2.672a5.003 5.003 0 0 0-5 0l-8 4.619A5 5 0 0 0 3 11.62v9.238a5 5 0 0 0 2.5 4.33l4.5 2.598Z"
3434
/>
3535
<path
3636
fillRule="evenodd"
37+
d="M18.409 13.55a7.089 7.089 0 0 1 1.035 1.711A6.93 6.93 0 0 1 20 17.98v13.27l7.5-4.33a7 7 0 0 0 3.5-6.061v-9.239a6.992 6.992 0 0 0-1.587-4.421L18.409 13.55Zm2.777.705A8.933 8.933 0 0 1 22 17.979v9.807l4.5-2.598a5 5 0 0 0 2.5-4.33V11.62c0-.588-.106-1.161-.303-1.7l-7.511 4.335Z"
3738
className="euiIcon__fillSecondary"
38-
d="M18.409 13.55a7.089 7.089 0 011.035 1.711A6.93 6.93 0 0120 17.98v13.27l7.5-4.33a7 7 0 003.5-6.061v-9.239a6.992 6.992 0 00-1.587-4.421L18.409 13.55zm2.777.705A8.933 8.933 0 0122 17.979v9.807l4.5-2.598a5 5 0 002.5-4.33V11.62c0-.588-.106-1.161-.303-1.7l-7.511 4.335z"
3939
/>
4040
</svg>
4141
);
42-
4342
export const icon = EuiIconAppAppSearch;

0 commit comments

Comments
 (0)