diff --git a/src/components/icon/assets/accessibility.tsx b/src/components/icon/assets/accessibility.tsx index 81caea2ac48a..a8b0356f2115 100644 --- a/src/components/icon/assets/accessibility.tsx +++ b/src/components/icon/assets/accessibility.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAccessibility = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAccessibility; diff --git a/src/components/icon/assets/aggregate.tsx b/src/components/icon/assets/aggregate.tsx index 4c94ae6c509d..3607f2297ee0 100644 --- a/src/components/icon/assets/aggregate.tsx +++ b/src/components/icon/assets/aggregate.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAggregate = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconAggregate; diff --git a/src/components/icon/assets/analyzeEvent.tsx b/src/components/icon/assets/analyzeEvent.tsx index 19110dedac4b..f1215a9a06e7 100644 --- a/src/components/icon/assets/analyzeEvent.tsx +++ b/src/components/icon/assets/analyzeEvent.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAnalyzeEvent = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconAnalyzeEvent; diff --git a/src/components/icon/assets/annotation.tsx b/src/components/icon/assets/annotation.tsx index d750fe96b886..601806b6da1f 100644 --- a/src/components/icon/assets/annotation.tsx +++ b/src/components/icon/assets/annotation.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAnnotation = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAnnotation; diff --git a/src/components/icon/assets/apm_trace.tsx b/src/components/icon/assets/apm_trace.tsx index 15720a726c46..81570f1c472e 100644 --- a/src/components/icon/assets/apm_trace.tsx +++ b/src/components/icon/assets/apm_trace.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconApmTrace = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconApmTrace; diff --git a/src/components/icon/assets/app_add_data.tsx b/src/components/icon/assets/app_add_data.tsx index b8df1b8e735c..f864505746d7 100644 --- a/src/components/icon/assets/app_add_data.tsx +++ b/src/components/icon/assets/app_add_data.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppAddData = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppAddData; diff --git a/src/components/icon/assets/app_advanced_settings.tsx b/src/components/icon/assets/app_advanced_settings.tsx index 5f6c50b4f3de..f74ff4a9cf7c 100644 --- a/src/components/icon/assets/app_advanced_settings.tsx +++ b/src/components/icon/assets/app_advanced_settings.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppAdvancedSettings = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + - + ); - export const icon = EuiIconAppAdvancedSettings; diff --git a/src/components/icon/assets/app_agent.tsx b/src/components/icon/assets/app_agent.tsx index 65e4037cbf43..08ddb74e2b67 100644 --- a/src/components/icon/assets/app_agent.tsx +++ b/src/components/icon/assets/app_agent.tsx @@ -9,31 +9,30 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppAgent = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppAgent; diff --git a/src/components/icon/assets/app_apm.tsx b/src/components/icon/assets/app_apm.tsx index 636dbd2c4d70..60d4c25bdaa9 100644 --- a/src/components/icon/assets/app_apm.tsx +++ b/src/components/icon/assets/app_apm.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppApm = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconAppApm; diff --git a/src/components/icon/assets/app_app_search.tsx b/src/components/icon/assets/app_app_search.tsx index 76e0fc5fcbfd..28c26f3ec6c9 100644 --- a/src/components/icon/assets/app_app_search.tsx +++ b/src/components/icon/assets/app_app_search.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppAppSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconAppAppSearch; diff --git a/src/components/icon/assets/app_auditbeat.tsx b/src/components/icon/assets/app_auditbeat.tsx index ec79469304d9..a4b76f07f20d 100644 --- a/src/components/icon/assets/app_auditbeat.tsx +++ b/src/components/icon/assets/app_auditbeat.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppAuditbeat = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppAuditbeat; diff --git a/src/components/icon/assets/app_canvas.tsx b/src/components/icon/assets/app_canvas.tsx index fc28f36c6cd8..8fbd4c943bbd 100644 --- a/src/components/icon/assets/app_canvas.tsx +++ b/src/components/icon/assets/app_canvas.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppCanvas = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppCanvas; diff --git a/src/components/icon/assets/app_cases.tsx b/src/components/icon/assets/app_cases.tsx index 63c1ee4c3958..6e8c85690f2f 100644 --- a/src/components/icon/assets/app_cases.tsx +++ b/src/components/icon/assets/app_cases.tsx @@ -9,38 +9,37 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppCases = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppCases; diff --git a/src/components/icon/assets/app_code.tsx b/src/components/icon/assets/app_code.tsx index f56b9a682a39..0b31d8af5dff 100644 --- a/src/components/icon/assets/app_code.tsx +++ b/src/components/icon/assets/app_code.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppCode = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppCode; diff --git a/src/components/icon/assets/app_console.tsx b/src/components/icon/assets/app_console.tsx index 72700f43ebf8..18c278430140 100644 --- a/src/components/icon/assets/app_console.tsx +++ b/src/components/icon/assets/app_console.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppConsole = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconAppConsole; diff --git a/src/components/icon/assets/app_cross_cluster_replication.tsx b/src/components/icon/assets/app_cross_cluster_replication.tsx index 952d4544a88f..f2baaaedd8c3 100644 --- a/src/components/icon/assets/app_cross_cluster_replication.tsx +++ b/src/components/icon/assets/app_cross_cluster_replication.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppCrossClusterReplication = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconAppCrossClusterReplication; diff --git a/src/components/icon/assets/app_dashboard.tsx b/src/components/icon/assets/app_dashboard.tsx index f2626f8579dd..a2dc8fdcdaef 100644 --- a/src/components/icon/assets/app_dashboard.tsx +++ b/src/components/icon/assets/app_dashboard.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppDashboard = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconAppDashboard; diff --git a/src/components/icon/assets/app_devtools.tsx b/src/components/icon/assets/app_devtools.tsx index de16b3a0f833..ca221d5868dd 100644 --- a/src/components/icon/assets/app_devtools.tsx +++ b/src/components/icon/assets/app_devtools.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppDevtools = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconAppDevtools; diff --git a/src/components/icon/assets/app_discover.tsx b/src/components/icon/assets/app_discover.tsx index 043fa6dbe435..fe9ef1ecd418 100644 --- a/src/components/icon/assets/app_discover.tsx +++ b/src/components/icon/assets/app_discover.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppDiscover = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppDiscover; diff --git a/src/components/icon/assets/app_ems.tsx b/src/components/icon/assets/app_ems.tsx index 59fe9e6e5607..822cfe0f8581 100644 --- a/src/components/icon/assets/app_ems.tsx +++ b/src/components/icon/assets/app_ems.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppEms = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconAppEms; diff --git a/src/components/icon/assets/app_filebeat.tsx b/src/components/icon/assets/app_filebeat.tsx index da6179857a85..5b293a48b7c3 100644 --- a/src/components/icon/assets/app_filebeat.tsx +++ b/src/components/icon/assets/app_filebeat.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppFilebeat = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppFilebeat; diff --git a/src/components/icon/assets/app_fleet.tsx b/src/components/icon/assets/app_fleet.tsx index afaa1c9431ec..669406aa82b3 100644 --- a/src/components/icon/assets/app_fleet.tsx +++ b/src/components/icon/assets/app_fleet.tsx @@ -9,41 +9,40 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppFleet = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppFleet; diff --git a/src/components/icon/assets/app_gis.tsx b/src/components/icon/assets/app_gis.tsx index d9a777664bca..90f06c1ae27c 100644 --- a/src/components/icon/assets/app_gis.tsx +++ b/src/components/icon/assets/app_gis.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppGis = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppGis; diff --git a/src/components/icon/assets/app_graph.tsx b/src/components/icon/assets/app_graph.tsx index e5ee029da9b8..66ef5a0c744e 100644 --- a/src/components/icon/assets/app_graph.tsx +++ b/src/components/icon/assets/app_graph.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppGraph = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppGraph; diff --git a/src/components/icon/assets/app_grok.tsx b/src/components/icon/assets/app_grok.tsx index ef25904bfb15..db0a0c5c7840 100644 --- a/src/components/icon/assets/app_grok.tsx +++ b/src/components/icon/assets/app_grok.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppGrok = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppGrok; diff --git a/src/components/icon/assets/app_heartbeat.tsx b/src/components/icon/assets/app_heartbeat.tsx index 5485549bec19..cd9297a784c2 100644 --- a/src/components/icon/assets/app_heartbeat.tsx +++ b/src/components/icon/assets/app_heartbeat.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppHeartbeat = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppHeartbeat; diff --git a/src/components/icon/assets/app_index_management.tsx b/src/components/icon/assets/app_index_management.tsx index e0d918ed52eb..8b2acb6c92d9 100644 --- a/src/components/icon/assets/app_index_management.tsx +++ b/src/components/icon/assets/app_index_management.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppIndexManagement = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - + ); - export const icon = EuiIconAppIndexManagement; diff --git a/src/components/icon/assets/app_index_pattern.tsx b/src/components/icon/assets/app_index_pattern.tsx index a68ff4bc2b3d..70de61e778f6 100644 --- a/src/components/icon/assets/app_index_pattern.tsx +++ b/src/components/icon/assets/app_index_pattern.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppIndexPattern = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppIndexPattern; diff --git a/src/components/icon/assets/app_index_rollup.tsx b/src/components/icon/assets/app_index_rollup.tsx index 6b1d535d28e3..ec5ed46a0631 100644 --- a/src/components/icon/assets/app_index_rollup.tsx +++ b/src/components/icon/assets/app_index_rollup.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppIndexRollup = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + - + ); - export const icon = EuiIconAppIndexRollup; diff --git a/src/components/icon/assets/app_lens.tsx b/src/components/icon/assets/app_lens.tsx index fdc6de589c72..bf6a2cc84589 100644 --- a/src/components/icon/assets/app_lens.tsx +++ b/src/components/icon/assets/app_lens.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppLens = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppLens; diff --git a/src/components/icon/assets/app_logs.tsx b/src/components/icon/assets/app_logs.tsx index ccf6c81ff99e..b82a5b19de23 100644 --- a/src/components/icon/assets/app_logs.tsx +++ b/src/components/icon/assets/app_logs.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppLogs = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppLogs; diff --git a/src/components/icon/assets/app_management.tsx b/src/components/icon/assets/app_management.tsx index 79691edb2b87..6e2fb81e5939 100644 --- a/src/components/icon/assets/app_management.tsx +++ b/src/components/icon/assets/app_management.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppManagement = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppManagement; diff --git a/src/components/icon/assets/app_metricbeat.tsx b/src/components/icon/assets/app_metricbeat.tsx index e662da2e5f9f..dade369d4ba9 100644 --- a/src/components/icon/assets/app_metricbeat.tsx +++ b/src/components/icon/assets/app_metricbeat.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppMetricbeat = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconAppMetricbeat; diff --git a/src/components/icon/assets/app_metrics.tsx b/src/components/icon/assets/app_metrics.tsx index 41a512ec0d9c..d3674b4f16ed 100644 --- a/src/components/icon/assets/app_metrics.tsx +++ b/src/components/icon/assets/app_metrics.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppMetrics = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppMetrics; diff --git a/src/components/icon/assets/app_ml.tsx b/src/components/icon/assets/app_ml.tsx index 9d9a77892941..a3a5beddf28c 100644 --- a/src/components/icon/assets/app_ml.tsx +++ b/src/components/icon/assets/app_ml.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppMl = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppMl; diff --git a/src/components/icon/assets/app_monitoring.tsx b/src/components/icon/assets/app_monitoring.tsx index ff9c572a5b62..67d94c2062fb 100644 --- a/src/components/icon/assets/app_monitoring.tsx +++ b/src/components/icon/assets/app_monitoring.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppMonitoring = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppMonitoring; diff --git a/src/components/icon/assets/app_notebook.tsx b/src/components/icon/assets/app_notebook.tsx index a3304316f32e..6a938aa4e86c 100644 --- a/src/components/icon/assets/app_notebook.tsx +++ b/src/components/icon/assets/app_notebook.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppNotebook = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconAppNotebook; diff --git a/src/components/icon/assets/app_packetbeat.tsx b/src/components/icon/assets/app_packetbeat.tsx index 18d8efcc2b0d..83ce89c09129 100644 --- a/src/components/icon/assets/app_packetbeat.tsx +++ b/src/components/icon/assets/app_packetbeat.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppPacketbeat = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppPacketbeat; diff --git a/src/components/icon/assets/app_pipeline.tsx b/src/components/icon/assets/app_pipeline.tsx index 24a2bc9f28c1..c5e0225764fc 100644 --- a/src/components/icon/assets/app_pipeline.tsx +++ b/src/components/icon/assets/app_pipeline.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppPipeline = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconAppPipeline; diff --git a/src/components/icon/assets/app_recently_viewed.tsx b/src/components/icon/assets/app_recently_viewed.tsx index 0368e1b903d4..2589ddc18732 100644 --- a/src/components/icon/assets/app_recently_viewed.tsx +++ b/src/components/icon/assets/app_recently_viewed.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppRecentlyViewed = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppRecentlyViewed; diff --git a/src/components/icon/assets/app_reporting.tsx b/src/components/icon/assets/app_reporting.tsx index 206d0b832185..70a183e53908 100644 --- a/src/components/icon/assets/app_reporting.tsx +++ b/src/components/icon/assets/app_reporting.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppReporting = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconAppReporting; diff --git a/src/components/icon/assets/app_saved_objects.tsx b/src/components/icon/assets/app_saved_objects.tsx index adff2f0dc589..7b2571ffea90 100644 --- a/src/components/icon/assets/app_saved_objects.tsx +++ b/src/components/icon/assets/app_saved_objects.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppSavedObjects = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppSavedObjects; diff --git a/src/components/icon/assets/app_search_profiler.tsx b/src/components/icon/assets/app_search_profiler.tsx index 7a70f46c9f81..d18348049bd9 100644 --- a/src/components/icon/assets/app_search_profiler.tsx +++ b/src/components/icon/assets/app_search_profiler.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppSearchProfiler = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + - + ); - export const icon = EuiIconAppSearchProfiler; diff --git a/src/components/icon/assets/app_security.tsx b/src/components/icon/assets/app_security.tsx index e8cbc4bef8c1..0c56cb463b9e 100644 --- a/src/components/icon/assets/app_security.tsx +++ b/src/components/icon/assets/app_security.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppSecurity = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppSecurity; diff --git a/src/components/icon/assets/app_security_analytics.tsx b/src/components/icon/assets/app_security_analytics.tsx index fae1c2813896..10635ec07dc9 100644 --- a/src/components/icon/assets/app_security_analytics.tsx +++ b/src/components/icon/assets/app_security_analytics.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppSecurityAnalytics = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconAppSecurityAnalytics; diff --git a/src/components/icon/assets/app_spaces.tsx b/src/components/icon/assets/app_spaces.tsx index dd3cad164e9a..956005636165 100644 --- a/src/components/icon/assets/app_spaces.tsx +++ b/src/components/icon/assets/app_spaces.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppSpaces = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppSpaces; diff --git a/src/components/icon/assets/app_sql.tsx b/src/components/icon/assets/app_sql.tsx index 91dbfd10b965..f87c596d41cf 100644 --- a/src/components/icon/assets/app_sql.tsx +++ b/src/components/icon/assets/app_sql.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppSql = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppSql; diff --git a/src/components/icon/assets/app_timelion.tsx b/src/components/icon/assets/app_timelion.tsx index 04ed91703152..32bcbd102bea 100644 --- a/src/components/icon/assets/app_timelion.tsx +++ b/src/components/icon/assets/app_timelion.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppTimelion = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconAppTimelion; diff --git a/src/components/icon/assets/app_upgrade_assistant.tsx b/src/components/icon/assets/app_upgrade_assistant.tsx index 999953d4dc4c..ee82fe83da54 100644 --- a/src/components/icon/assets/app_upgrade_assistant.tsx +++ b/src/components/icon/assets/app_upgrade_assistant.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppUpgradeAssistant = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppUpgradeAssistant; diff --git a/src/components/icon/assets/app_uptime.tsx b/src/components/icon/assets/app_uptime.tsx index f14c3570d7e0..eb2f1c541390 100644 --- a/src/components/icon/assets/app_uptime.tsx +++ b/src/components/icon/assets/app_uptime.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppUptime = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppUptime; diff --git a/src/components/icon/assets/app_users_roles.tsx b/src/components/icon/assets/app_users_roles.tsx index ed92782be19b..17bec66fe512 100644 --- a/src/components/icon/assets/app_users_roles.tsx +++ b/src/components/icon/assets/app_users_roles.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppUsersRoles = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppUsersRoles; diff --git a/src/components/icon/assets/app_visualize.tsx b/src/components/icon/assets/app_visualize.tsx index 110558b76cc9..50b8b11a6261 100644 --- a/src/components/icon/assets/app_visualize.tsx +++ b/src/components/icon/assets/app_visualize.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppVisualize = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAppVisualize; diff --git a/src/components/icon/assets/app_vulnerability_management.tsx b/src/components/icon/assets/app_vulnerability_management.tsx index a7996133341c..2710a23c1703 100644 --- a/src/components/icon/assets/app_vulnerability_management.tsx +++ b/src/components/icon/assets/app_vulnerability_management.tsx @@ -9,6 +9,7 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; @@ -17,21 +18,21 @@ const EuiIconAppVulnerabilityManagement = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); export const icon = EuiIconAppVulnerabilityManagement; diff --git a/src/components/icon/assets/app_watches.tsx b/src/components/icon/assets/app_watches.tsx index 5bead1488ce4..00069911ea62 100644 --- a/src/components/icon/assets/app_watches.tsx +++ b/src/components/icon/assets/app_watches.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppWatches = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - - + + + ); - export const icon = EuiIconAppWatches; diff --git a/src/components/icon/assets/app_workplace_search.tsx b/src/components/icon/assets/app_workplace_search.tsx index 02253fb0a623..06332ca7c1f3 100644 --- a/src/components/icon/assets/app_workplace_search.tsx +++ b/src/components/icon/assets/app_workplace_search.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAppWorkplaceSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconAppWorkplaceSearch; diff --git a/src/components/icon/assets/apps.tsx b/src/components/icon/assets/apps.tsx index e9d65977f1c1..cf1d1a9374fb 100644 --- a/src/components/icon/assets/apps.tsx +++ b/src/components/icon/assets/apps.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconApps = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconApps; diff --git a/src/components/icon/assets/arrowEnd.tsx b/src/components/icon/assets/arrowEnd.tsx index 3f7be6539b76..51e57cbea2ef 100644 --- a/src/components/icon/assets/arrowEnd.tsx +++ b/src/components/icon/assets/arrowEnd.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArrowEnd = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconArrowEnd; diff --git a/src/components/icon/assets/arrowStart.tsx b/src/components/icon/assets/arrowStart.tsx index 82178603b7f2..e83d3b885633 100644 --- a/src/components/icon/assets/arrowStart.tsx +++ b/src/components/icon/assets/arrowStart.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArrowStart = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconArrowStart; diff --git a/src/components/icon/assets/arrow_down.tsx b/src/components/icon/assets/arrow_down.tsx index 87f244926dd8..d0fbc45d2503 100644 --- a/src/components/icon/assets/arrow_down.tsx +++ b/src/components/icon/assets/arrow_down.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArrowDown = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconArrowDown; diff --git a/src/components/icon/assets/arrow_left.tsx b/src/components/icon/assets/arrow_left.tsx index 4bc490a5f3ea..c8bb809440e2 100644 --- a/src/components/icon/assets/arrow_left.tsx +++ b/src/components/icon/assets/arrow_left.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArrowLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconArrowLeft; diff --git a/src/components/icon/assets/arrow_right.tsx b/src/components/icon/assets/arrow_right.tsx index 05b3617c8673..dd1fbbb53f0b 100644 --- a/src/components/icon/assets/arrow_right.tsx +++ b/src/components/icon/assets/arrow_right.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArrowRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconArrowRight; diff --git a/src/components/icon/assets/arrow_up.tsx b/src/components/icon/assets/arrow_up.tsx index 5d4235963ccf..9c96ddaf21a9 100644 --- a/src/components/icon/assets/arrow_up.tsx +++ b/src/components/icon/assets/arrow_up.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArrowUp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconArrowUp; diff --git a/src/components/icon/assets/article.tsx b/src/components/icon/assets/article.tsx index 6fe679ecd642..cf13aa49aae2 100644 --- a/src/components/icon/assets/article.tsx +++ b/src/components/icon/assets/article.tsx @@ -9,33 +9,32 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconArticle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconArticle; diff --git a/src/components/icon/assets/asterisk.tsx b/src/components/icon/assets/asterisk.tsx index 01a49f1a7b97..74f6317ee88a 100644 --- a/src/components/icon/assets/asterisk.tsx +++ b/src/components/icon/assets/asterisk.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconAsterisk = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconAsterisk; diff --git a/src/components/icon/assets/beaker.tsx b/src/components/icon/assets/beaker.tsx index 355fe0ae68b2..470c20c7357e 100644 --- a/src/components/icon/assets/beaker.tsx +++ b/src/components/icon/assets/beaker.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBeaker = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBeaker; diff --git a/src/components/icon/assets/bell.tsx b/src/components/icon/assets/bell.tsx index 2cd52dd1837e..658e6508cc48 100644 --- a/src/components/icon/assets/bell.tsx +++ b/src/components/icon/assets/bell.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBell = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconBell; diff --git a/src/components/icon/assets/bellSlash.tsx b/src/components/icon/assets/bellSlash.tsx index 4eb7810a0c80..1a7e0f387358 100644 --- a/src/components/icon/assets/bellSlash.tsx +++ b/src/components/icon/assets/bellSlash.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBellSlash = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBellSlash; diff --git a/src/components/icon/assets/beta.tsx b/src/components/icon/assets/beta.tsx index 32a71051c541..e7c639bac0e9 100644 --- a/src/components/icon/assets/beta.tsx +++ b/src/components/icon/assets/beta.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBeta = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBeta; diff --git a/src/components/icon/assets/bolt.tsx b/src/components/icon/assets/bolt.tsx index 5259d9402c71..07b364ae8cbc 100644 --- a/src/components/icon/assets/bolt.tsx +++ b/src/components/icon/assets/bolt.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBolt = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBolt; diff --git a/src/components/icon/assets/boxes_horizontal.tsx b/src/components/icon/assets/boxes_horizontal.tsx index bc1e2290a9d1..915cf7eb2c1f 100644 --- a/src/components/icon/assets/boxes_horizontal.tsx +++ b/src/components/icon/assets/boxes_horizontal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBoxesHorizontal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBoxesHorizontal; diff --git a/src/components/icon/assets/boxes_vertical.tsx b/src/components/icon/assets/boxes_vertical.tsx index 6ab9944f3b30..a11ae78f4522 100644 --- a/src/components/icon/assets/boxes_vertical.tsx +++ b/src/components/icon/assets/boxes_vertical.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBoxesVertical = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBoxesVertical; diff --git a/src/components/icon/assets/branch.tsx b/src/components/icon/assets/branch.tsx index 16c700a34cfc..2f4c721b7764 100644 --- a/src/components/icon/assets/branch.tsx +++ b/src/components/icon/assets/branch.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBranch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBranch; diff --git a/src/components/icon/assets/branchUser.tsx b/src/components/icon/assets/branchUser.tsx index 7e65c980a63f..3f90d5a68806 100644 --- a/src/components/icon/assets/branchUser.tsx +++ b/src/components/icon/assets/branchUser.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBranchUser = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - + ); - export const icon = EuiIconBranchUser; diff --git a/src/components/icon/assets/broom.tsx b/src/components/icon/assets/broom.tsx index e6f69147c044..a72e46668458 100644 --- a/src/components/icon/assets/broom.tsx +++ b/src/components/icon/assets/broom.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBroom = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBroom; diff --git a/src/components/icon/assets/brush.tsx b/src/components/icon/assets/brush.tsx index c5d137f7d230..6684caff68a3 100644 --- a/src/components/icon/assets/brush.tsx +++ b/src/components/icon/assets/brush.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBrush = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBrush; diff --git a/src/components/icon/assets/bug.tsx b/src/components/icon/assets/bug.tsx index 7b7ce2afeab7..a45e51fdbe7a 100644 --- a/src/components/icon/assets/bug.tsx +++ b/src/components/icon/assets/bug.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBug = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBug; diff --git a/src/components/icon/assets/bullseye.tsx b/src/components/icon/assets/bullseye.tsx index 304cfe2ac054..60718f86a38a 100644 --- a/src/components/icon/assets/bullseye.tsx +++ b/src/components/icon/assets/bullseye.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconBullseye = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconBullseye; diff --git a/src/components/icon/assets/calendar.tsx b/src/components/icon/assets/calendar.tsx index 14caa5047887..9115db7be881 100644 --- a/src/components/icon/assets/calendar.tsx +++ b/src/components/icon/assets/calendar.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCalendar = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconCalendar; diff --git a/src/components/icon/assets/check.tsx b/src/components/icon/assets/check.tsx index b7d2e991db2d..93b0a3202216 100644 --- a/src/components/icon/assets/check.tsx +++ b/src/components/icon/assets/check.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCheck = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconCheck; diff --git a/src/components/icon/assets/checkInCircleFilled.tsx b/src/components/icon/assets/checkInCircleFilled.tsx index e2fcd2330748..8ee91dbbd845 100644 --- a/src/components/icon/assets/checkInCircleFilled.tsx +++ b/src/components/icon/assets/checkInCircleFilled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCheckInCircleFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconCheckInCircleFilled; diff --git a/src/components/icon/assets/cheer.tsx b/src/components/icon/assets/cheer.tsx index fc8932619687..c6c3cb9b97b1 100644 --- a/src/components/icon/assets/cheer.tsx +++ b/src/components/icon/assets/cheer.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCheer = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCheer; diff --git a/src/components/icon/assets/clock.tsx b/src/components/icon/assets/clock.tsx index 53293797a078..aeae537fc7b5 100644 --- a/src/components/icon/assets/clock.tsx +++ b/src/components/icon/assets/clock.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconClock = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconClock; diff --git a/src/components/icon/assets/cloudDrizzle.tsx b/src/components/icon/assets/cloudDrizzle.tsx index 4ee8fdcf6f2f..1844d0e3b6c3 100644 --- a/src/components/icon/assets/cloudDrizzle.tsx +++ b/src/components/icon/assets/cloudDrizzle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCloudDrizzle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCloudDrizzle; diff --git a/src/components/icon/assets/cloudStormy.tsx b/src/components/icon/assets/cloudStormy.tsx index b77f174400d6..2ae4038366ec 100644 --- a/src/components/icon/assets/cloudStormy.tsx +++ b/src/components/icon/assets/cloudStormy.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCloudStormy = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCloudStormy; diff --git a/src/components/icon/assets/cloudSunny.tsx b/src/components/icon/assets/cloudSunny.tsx index 17638cdc4c81..cd235d06f819 100644 --- a/src/components/icon/assets/cloudSunny.tsx +++ b/src/components/icon/assets/cloudSunny.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCloudSunny = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCloudSunny; diff --git a/src/components/icon/assets/cluster.tsx b/src/components/icon/assets/cluster.tsx index 01604f885743..19a8a27926e7 100644 --- a/src/components/icon/assets/cluster.tsx +++ b/src/components/icon/assets/cluster.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCluster = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconCluster; diff --git a/src/components/icon/assets/color.tsx b/src/components/icon/assets/color.tsx index 1e87e9c8e9da..6ccffbc06d65 100644 --- a/src/components/icon/assets/color.tsx +++ b/src/components/icon/assets/color.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconColor = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconColor; diff --git a/src/components/icon/assets/compute.tsx b/src/components/icon/assets/compute.tsx index 149eb5eeaf32..45a9f1d81565 100644 --- a/src/components/icon/assets/compute.tsx +++ b/src/components/icon/assets/compute.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCompute = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCompute; diff --git a/src/components/icon/assets/console.tsx b/src/components/icon/assets/console.tsx index f3ae0e2a854a..fbd117d79480 100644 --- a/src/components/icon/assets/console.tsx +++ b/src/components/icon/assets/console.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconConsole = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconConsole; diff --git a/src/components/icon/assets/container.tsx b/src/components/icon/assets/container.tsx index 513ad36e2eda..ee6feb27f1a0 100644 --- a/src/components/icon/assets/container.tsx +++ b/src/components/icon/assets/container.tsx @@ -9,19 +9,19 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconContainer = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconContainer; diff --git a/src/components/icon/assets/continuityAbove.tsx b/src/components/icon/assets/continuityAbove.tsx index 6a81b7a7658f..394415e2ed2d 100644 --- a/src/components/icon/assets/continuityAbove.tsx +++ b/src/components/icon/assets/continuityAbove.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconContinuityAbove = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconContinuityAbove; diff --git a/src/components/icon/assets/continuityAboveBelow.tsx b/src/components/icon/assets/continuityAboveBelow.tsx index 771f603ece24..4bdcedb6afec 100644 --- a/src/components/icon/assets/continuityAboveBelow.tsx +++ b/src/components/icon/assets/continuityAboveBelow.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconContinuityAboveBelow = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconContinuityAboveBelow; diff --git a/src/components/icon/assets/continuityBelow.tsx b/src/components/icon/assets/continuityBelow.tsx index 1be60d3d67ed..82429b3d954e 100644 --- a/src/components/icon/assets/continuityBelow.tsx +++ b/src/components/icon/assets/continuityBelow.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconContinuityBelow = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconContinuityBelow; diff --git a/src/components/icon/assets/continuityWithin.tsx b/src/components/icon/assets/continuityWithin.tsx index a303a0313231..ffffc8c21d75 100644 --- a/src/components/icon/assets/continuityWithin.tsx +++ b/src/components/icon/assets/continuityWithin.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconContinuityWithin = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconContinuityWithin; diff --git a/src/components/icon/assets/controls_horizontal.tsx b/src/components/icon/assets/controls_horizontal.tsx index 5c5f35fd658f..07499e6003d2 100644 --- a/src/components/icon/assets/controls_horizontal.tsx +++ b/src/components/icon/assets/controls_horizontal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconControlsHorizontal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconControlsHorizontal; diff --git a/src/components/icon/assets/controls_vertical.tsx b/src/components/icon/assets/controls_vertical.tsx index e58172938532..f916a4f4c560 100644 --- a/src/components/icon/assets/controls_vertical.tsx +++ b/src/components/icon/assets/controls_vertical.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconControlsVertical = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconControlsVertical; diff --git a/src/components/icon/assets/copy.tsx b/src/components/icon/assets/copy.tsx index d8f1645c77a6..7cd4267cb919 100644 --- a/src/components/icon/assets/copy.tsx +++ b/src/components/icon/assets/copy.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCopy = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconCopy; diff --git a/src/components/icon/assets/copy_clipboard.tsx b/src/components/icon/assets/copy_clipboard.tsx index c4273b971b19..0d148a9d5af5 100644 --- a/src/components/icon/assets/copy_clipboard.tsx +++ b/src/components/icon/assets/copy_clipboard.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCopyClipboard = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconCopyClipboard; diff --git a/src/components/icon/assets/cross.tsx b/src/components/icon/assets/cross.tsx index b67354683d77..f60049b76f91 100644 --- a/src/components/icon/assets/cross.tsx +++ b/src/components/icon/assets/cross.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCross = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCross; diff --git a/src/components/icon/assets/crosshairs.tsx b/src/components/icon/assets/crosshairs.tsx index 8d43d7ccf109..2420ebc24d71 100644 --- a/src/components/icon/assets/crosshairs.tsx +++ b/src/components/icon/assets/crosshairs.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCrosshairs = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCrosshairs; diff --git a/src/components/icon/assets/currency.tsx b/src/components/icon/assets/currency.tsx index 3099a0e34884..ab0c722d9abe 100644 --- a/src/components/icon/assets/currency.tsx +++ b/src/components/icon/assets/currency.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCurrency = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconCurrency; diff --git a/src/components/icon/assets/cut.tsx b/src/components/icon/assets/cut.tsx index c94b0fe43770..f6a0226e9ee6 100644 --- a/src/components/icon/assets/cut.tsx +++ b/src/components/icon/assets/cut.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconCut = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconCut; diff --git a/src/components/icon/assets/database.tsx b/src/components/icon/assets/database.tsx index 23cd80457e47..8e75ed560bcb 100644 --- a/src/components/icon/assets/database.tsx +++ b/src/components/icon/assets/database.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDatabase = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconDatabase; diff --git a/src/components/icon/assets/desktop.tsx b/src/components/icon/assets/desktop.tsx index 20192ead699d..5195d14524c5 100644 --- a/src/components/icon/assets/desktop.tsx +++ b/src/components/icon/assets/desktop.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDesktop = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - + ); - export const icon = EuiIconDesktop; diff --git a/src/components/icon/assets/discuss.tsx b/src/components/icon/assets/discuss.tsx index 1d97c91b6518..2fa7f23b92e3 100644 --- a/src/components/icon/assets/discuss.tsx +++ b/src/components/icon/assets/discuss.tsx @@ -9,29 +9,28 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDiscuss = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconDiscuss; diff --git a/src/components/icon/assets/document.tsx b/src/components/icon/assets/document.tsx index a469cb9ad278..2143abf567d1 100644 --- a/src/components/icon/assets/document.tsx +++ b/src/components/icon/assets/document.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDocument = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconDocument; diff --git a/src/components/icon/assets/documentEdit.tsx b/src/components/icon/assets/documentEdit.tsx index a7e4bd17fb1e..9ce400756f7d 100644 --- a/src/components/icon/assets/documentEdit.tsx +++ b/src/components/icon/assets/documentEdit.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDocumentEdit = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconDocumentEdit; diff --git a/src/components/icon/assets/documentation.tsx b/src/components/icon/assets/documentation.tsx index 01bc4285543a..b6d0b603f3d0 100644 --- a/src/components/icon/assets/documentation.tsx +++ b/src/components/icon/assets/documentation.tsx @@ -9,29 +9,28 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDocumentation = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - - + + + ); - export const icon = EuiIconDocumentation; diff --git a/src/components/icon/assets/documents.tsx b/src/components/icon/assets/documents.tsx index df3d8c242ba3..f59fa9fcd6c2 100644 --- a/src/components/icon/assets/documents.tsx +++ b/src/components/icon/assets/documents.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDocuments = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconDocuments; diff --git a/src/components/icon/assets/dot.tsx b/src/components/icon/assets/dot.tsx index 00faf53d6edd..59618dfda168 100644 --- a/src/components/icon/assets/dot.tsx +++ b/src/components/icon/assets/dot.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDot = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconDot; diff --git a/src/components/icon/assets/dotInCircle.tsx b/src/components/icon/assets/dotInCircle.tsx index f4798f0141aa..771e01bc2ed6 100644 --- a/src/components/icon/assets/dotInCircle.tsx +++ b/src/components/icon/assets/dotInCircle.tsx @@ -9,33 +9,32 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDotInCircle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconDotInCircle; diff --git a/src/components/icon/assets/doubleArrowLeft.tsx b/src/components/icon/assets/doubleArrowLeft.tsx index 035c041251e0..4da4d0cc6038 100644 --- a/src/components/icon/assets/doubleArrowLeft.tsx +++ b/src/components/icon/assets/doubleArrowLeft.tsx @@ -9,37 +9,36 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDoubleArrowLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconDoubleArrowLeft; diff --git a/src/components/icon/assets/doubleArrowRight.tsx b/src/components/icon/assets/doubleArrowRight.tsx index bb711011b738..5818a2410ed9 100644 --- a/src/components/icon/assets/doubleArrowRight.tsx +++ b/src/components/icon/assets/doubleArrowRight.tsx @@ -9,37 +9,36 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDoubleArrowRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconDoubleArrowRight; diff --git a/src/components/icon/assets/download.tsx b/src/components/icon/assets/download.tsx index f3850f53ec53..78a553634f88 100644 --- a/src/components/icon/assets/download.tsx +++ b/src/components/icon/assets/download.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconDownload = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconDownload; diff --git a/src/components/icon/assets/editorDistributeHorizontal.tsx b/src/components/icon/assets/editorDistributeHorizontal.tsx index 881a78deb4fe..ce505b85306e 100644 --- a/src/components/icon/assets/editorDistributeHorizontal.tsx +++ b/src/components/icon/assets/editorDistributeHorizontal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorDistributeHorizontal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorDistributeHorizontal; diff --git a/src/components/icon/assets/editorDistributeVertical.tsx b/src/components/icon/assets/editorDistributeVertical.tsx index 2b689ea15ffa..c2af22837c29 100644 --- a/src/components/icon/assets/editorDistributeVertical.tsx +++ b/src/components/icon/assets/editorDistributeVertical.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorDistributeVertical = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorDistributeVertical; diff --git a/src/components/icon/assets/editorItemAlignBottom.tsx b/src/components/icon/assets/editorItemAlignBottom.tsx index 6c51d6bede36..843b24ae1042 100644 --- a/src/components/icon/assets/editorItemAlignBottom.tsx +++ b/src/components/icon/assets/editorItemAlignBottom.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItemAlignBottom = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItemAlignBottom; diff --git a/src/components/icon/assets/editorItemAlignCenter.tsx b/src/components/icon/assets/editorItemAlignCenter.tsx index b054dc06d380..fac2f701f887 100644 --- a/src/components/icon/assets/editorItemAlignCenter.tsx +++ b/src/components/icon/assets/editorItemAlignCenter.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItemAlignCenter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItemAlignCenter; diff --git a/src/components/icon/assets/editorItemAlignLeft.tsx b/src/components/icon/assets/editorItemAlignLeft.tsx index e154c0675fd5..1ae9bc353649 100644 --- a/src/components/icon/assets/editorItemAlignLeft.tsx +++ b/src/components/icon/assets/editorItemAlignLeft.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItemAlignLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItemAlignLeft; diff --git a/src/components/icon/assets/editorItemAlignMiddle.tsx b/src/components/icon/assets/editorItemAlignMiddle.tsx index be4101740275..f7544eb6bc1e 100644 --- a/src/components/icon/assets/editorItemAlignMiddle.tsx +++ b/src/components/icon/assets/editorItemAlignMiddle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItemAlignMiddle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItemAlignMiddle; diff --git a/src/components/icon/assets/editorItemAlignRight.tsx b/src/components/icon/assets/editorItemAlignRight.tsx index 08f14b10776f..ca796b75d003 100644 --- a/src/components/icon/assets/editorItemAlignRight.tsx +++ b/src/components/icon/assets/editorItemAlignRight.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItemAlignRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItemAlignRight; diff --git a/src/components/icon/assets/editorItemAlignTop.tsx b/src/components/icon/assets/editorItemAlignTop.tsx index 31b6784be028..b98d5cd9ff82 100644 --- a/src/components/icon/assets/editorItemAlignTop.tsx +++ b/src/components/icon/assets/editorItemAlignTop.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItemAlignTop = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItemAlignTop; diff --git a/src/components/icon/assets/editorPositionBottomLeft.tsx b/src/components/icon/assets/editorPositionBottomLeft.tsx index 188c970dfd2a..2fff16ba38d0 100644 --- a/src/components/icon/assets/editorPositionBottomLeft.tsx +++ b/src/components/icon/assets/editorPositionBottomLeft.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorPositionBottomLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorPositionBottomLeft; diff --git a/src/components/icon/assets/editorPositionBottomRight.tsx b/src/components/icon/assets/editorPositionBottomRight.tsx index 15d348ab947f..bd9cf8aa6730 100644 --- a/src/components/icon/assets/editorPositionBottomRight.tsx +++ b/src/components/icon/assets/editorPositionBottomRight.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorPositionBottomRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorPositionBottomRight; diff --git a/src/components/icon/assets/editorPositionTopLeft.tsx b/src/components/icon/assets/editorPositionTopLeft.tsx index 670bd3f7019d..0df75fb58eef 100644 --- a/src/components/icon/assets/editorPositionTopLeft.tsx +++ b/src/components/icon/assets/editorPositionTopLeft.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorPositionTopLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorPositionTopLeft; diff --git a/src/components/icon/assets/editorPositionTopRight.tsx b/src/components/icon/assets/editorPositionTopRight.tsx index 7e1e15c17413..36ae74cc115b 100644 --- a/src/components/icon/assets/editorPositionTopRight.tsx +++ b/src/components/icon/assets/editorPositionTopRight.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorPositionTopRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorPositionTopRight; diff --git a/src/components/icon/assets/editor_align_center.tsx b/src/components/icon/assets/editor_align_center.tsx index dce41256aed1..7289988ae6eb 100644 --- a/src/components/icon/assets/editor_align_center.tsx +++ b/src/components/icon/assets/editor_align_center.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorAlignCenter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorAlignCenter; diff --git a/src/components/icon/assets/editor_align_left.tsx b/src/components/icon/assets/editor_align_left.tsx index e53d63607547..3bc3087a02b8 100644 --- a/src/components/icon/assets/editor_align_left.tsx +++ b/src/components/icon/assets/editor_align_left.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorAlignLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorAlignLeft; diff --git a/src/components/icon/assets/editor_align_right.tsx b/src/components/icon/assets/editor_align_right.tsx index 3e2280db685c..24470d5e4dda 100644 --- a/src/components/icon/assets/editor_align_right.tsx +++ b/src/components/icon/assets/editor_align_right.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorAlignRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorAlignRight; diff --git a/src/components/icon/assets/editor_bold.tsx b/src/components/icon/assets/editor_bold.tsx index 61c88e7c1b02..d04602e6cd31 100644 --- a/src/components/icon/assets/editor_bold.tsx +++ b/src/components/icon/assets/editor_bold.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorBold = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorBold; diff --git a/src/components/icon/assets/editor_checklist.tsx b/src/components/icon/assets/editor_checklist.tsx index ca167a30ca4d..a49fa4e8bf22 100644 --- a/src/components/icon/assets/editor_checklist.tsx +++ b/src/components/icon/assets/editor_checklist.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorChecklist = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorChecklist; diff --git a/src/components/icon/assets/editor_code_block.tsx b/src/components/icon/assets/editor_code_block.tsx index 59205d1f0484..1b1d3e09a53b 100644 --- a/src/components/icon/assets/editor_code_block.tsx +++ b/src/components/icon/assets/editor_code_block.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorCodeBlock = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorCodeBlock; diff --git a/src/components/icon/assets/editor_comment.tsx b/src/components/icon/assets/editor_comment.tsx index d9e6e3f85c07..4573801372bf 100644 --- a/src/components/icon/assets/editor_comment.tsx +++ b/src/components/icon/assets/editor_comment.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorComment = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorComment; diff --git a/src/components/icon/assets/editor_heading.tsx b/src/components/icon/assets/editor_heading.tsx index 073b478a2c44..1b71e5df0b45 100644 --- a/src/components/icon/assets/editor_heading.tsx +++ b/src/components/icon/assets/editor_heading.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorHeading = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorHeading; diff --git a/src/components/icon/assets/editor_italic.tsx b/src/components/icon/assets/editor_italic.tsx index a9779714a163..1481c57acc96 100644 --- a/src/components/icon/assets/editor_italic.tsx +++ b/src/components/icon/assets/editor_italic.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorItalic = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorItalic; diff --git a/src/components/icon/assets/editor_link.tsx b/src/components/icon/assets/editor_link.tsx index 40b58643843f..f2356b787d47 100644 --- a/src/components/icon/assets/editor_link.tsx +++ b/src/components/icon/assets/editor_link.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorLink = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorLink; diff --git a/src/components/icon/assets/editor_ordered_list.tsx b/src/components/icon/assets/editor_ordered_list.tsx index 963d72a3d9ea..af5102acbbab 100644 --- a/src/components/icon/assets/editor_ordered_list.tsx +++ b/src/components/icon/assets/editor_ordered_list.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorOrderedList = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorOrderedList; diff --git a/src/components/icon/assets/editor_redo.tsx b/src/components/icon/assets/editor_redo.tsx index 501dbf12346f..ba9cd3a91411 100644 --- a/src/components/icon/assets/editor_redo.tsx +++ b/src/components/icon/assets/editor_redo.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorRedo = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorRedo; diff --git a/src/components/icon/assets/editor_strike.tsx b/src/components/icon/assets/editor_strike.tsx index 3eeb0b93c09c..9e303f082eba 100644 --- a/src/components/icon/assets/editor_strike.tsx +++ b/src/components/icon/assets/editor_strike.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorStrike = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorStrike; diff --git a/src/components/icon/assets/editor_table.tsx b/src/components/icon/assets/editor_table.tsx index 482650d8e4b7..506408b6675a 100644 --- a/src/components/icon/assets/editor_table.tsx +++ b/src/components/icon/assets/editor_table.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorTable = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorTable; diff --git a/src/components/icon/assets/editor_underline.tsx b/src/components/icon/assets/editor_underline.tsx index f0b7aa051475..500218bea31b 100644 --- a/src/components/icon/assets/editor_underline.tsx +++ b/src/components/icon/assets/editor_underline.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorUnderline = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorUnderline; diff --git a/src/components/icon/assets/editor_undo.tsx b/src/components/icon/assets/editor_undo.tsx index 59785adc1954..01f47c311301 100644 --- a/src/components/icon/assets/editor_undo.tsx +++ b/src/components/icon/assets/editor_undo.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorUndo = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorUndo; diff --git a/src/components/icon/assets/editor_unordered_list.tsx b/src/components/icon/assets/editor_unordered_list.tsx index faadc0794d87..3deb95313224 100644 --- a/src/components/icon/assets/editor_unordered_list.tsx +++ b/src/components/icon/assets/editor_unordered_list.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEditorUnorderedList = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEditorUnorderedList; diff --git a/src/components/icon/assets/email.tsx b/src/components/icon/assets/email.tsx index 119906c24a25..acda1e62e805 100644 --- a/src/components/icon/assets/email.tsx +++ b/src/components/icon/assets/email.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEmail = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconEmail; diff --git a/src/components/icon/assets/empty.tsx b/src/components/icon/assets/empty.tsx index f271c8615ffb..67e1951cdc34 100644 --- a/src/components/icon/assets/empty.tsx +++ b/src/components/icon/assets/empty.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEmpty = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconEmpty; diff --git a/src/components/icon/assets/eql.tsx b/src/components/icon/assets/eql.tsx index d5b138b74eb9..754b819ad241 100644 --- a/src/components/icon/assets/eql.tsx +++ b/src/components/icon/assets/eql.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEql = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconEql; diff --git a/src/components/icon/assets/eraser.tsx b/src/components/icon/assets/eraser.tsx index 8d7281b3e45a..29d247c449d0 100644 --- a/src/components/icon/assets/eraser.tsx +++ b/src/components/icon/assets/eraser.tsx @@ -9,28 +9,27 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEraser = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconEraser; diff --git a/src/components/icon/assets/error.tsx b/src/components/icon/assets/error.tsx index b98bcce2a1d5..28d43642ab6b 100644 --- a/src/components/icon/assets/error.tsx +++ b/src/components/icon/assets/error.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconError = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconError; diff --git a/src/components/icon/assets/exit.tsx b/src/components/icon/assets/exit.tsx index c993769dd0fa..358a0e9ea656 100644 --- a/src/components/icon/assets/exit.tsx +++ b/src/components/icon/assets/exit.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconExit = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconExit; diff --git a/src/components/icon/assets/expand.tsx b/src/components/icon/assets/expand.tsx index de08722fd1c5..f9024d79be5a 100644 --- a/src/components/icon/assets/expand.tsx +++ b/src/components/icon/assets/expand.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconExpand = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconExpand; diff --git a/src/components/icon/assets/expandMini.tsx b/src/components/icon/assets/expandMini.tsx index cb2a62150c4e..27c20bc94048 100644 --- a/src/components/icon/assets/expandMini.tsx +++ b/src/components/icon/assets/expandMini.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconExpandMini = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconExpandMini; diff --git a/src/components/icon/assets/export.tsx b/src/components/icon/assets/export.tsx index 29199d54f83b..ed7288c1fda8 100644 --- a/src/components/icon/assets/export.tsx +++ b/src/components/icon/assets/export.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconExport = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconExport; diff --git a/src/components/icon/assets/eye.tsx b/src/components/icon/assets/eye.tsx index 8cc90a5b8cc6..213a500ef1b1 100644 --- a/src/components/icon/assets/eye.tsx +++ b/src/components/icon/assets/eye.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEye = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEye; diff --git a/src/components/icon/assets/eye_closed.tsx b/src/components/icon/assets/eye_closed.tsx index db58e9f43506..1a6e8358a925 100644 --- a/src/components/icon/assets/eye_closed.tsx +++ b/src/components/icon/assets/eye_closed.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconEyeClosed = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconEyeClosed; diff --git a/src/components/icon/assets/face_happy.tsx b/src/components/icon/assets/face_happy.tsx index 92d90e297f3a..1a6ca8ef493f 100644 --- a/src/components/icon/assets/face_happy.tsx +++ b/src/components/icon/assets/face_happy.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFaceHappy = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFaceHappy; diff --git a/src/components/icon/assets/face_neutral.tsx b/src/components/icon/assets/face_neutral.tsx index fd9f1da903ac..935c0d2b8d1a 100644 --- a/src/components/icon/assets/face_neutral.tsx +++ b/src/components/icon/assets/face_neutral.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFaceNeutral = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconFaceNeutral; diff --git a/src/components/icon/assets/face_sad.tsx b/src/components/icon/assets/face_sad.tsx index 3233a4ff2f18..8710ed2a2377 100644 --- a/src/components/icon/assets/face_sad.tsx +++ b/src/components/icon/assets/face_sad.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFaceSad = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFaceSad; diff --git a/src/components/icon/assets/filter.tsx b/src/components/icon/assets/filter.tsx index a3db92bf4420..aeb94e20d55e 100644 --- a/src/components/icon/assets/filter.tsx +++ b/src/components/icon/assets/filter.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFilter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFilter; diff --git a/src/components/icon/assets/filterExclude.tsx b/src/components/icon/assets/filterExclude.tsx index 96f64326efef..5f3bc53d3e2b 100644 --- a/src/components/icon/assets/filterExclude.tsx +++ b/src/components/icon/assets/filterExclude.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFilterExclude = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconFilterExclude; diff --git a/src/components/icon/assets/filterIgnore.tsx b/src/components/icon/assets/filterIgnore.tsx index 9f5f318adf8b..21da89448bfa 100644 --- a/src/components/icon/assets/filterIgnore.tsx +++ b/src/components/icon/assets/filterIgnore.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFilterIgnore = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFilterIgnore; diff --git a/src/components/icon/assets/filterInCircle.tsx b/src/components/icon/assets/filterInCircle.tsx index 0381d3a9b3b3..f4560680f55c 100644 --- a/src/components/icon/assets/filterInCircle.tsx +++ b/src/components/icon/assets/filterInCircle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFilterInCircle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconFilterInCircle; diff --git a/src/components/icon/assets/filterInclude.tsx b/src/components/icon/assets/filterInclude.tsx index 84ae39a8e196..010cae4afb78 100644 --- a/src/components/icon/assets/filterInclude.tsx +++ b/src/components/icon/assets/filterInclude.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFilterInclude = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFilterInclude; diff --git a/src/components/icon/assets/flag.tsx b/src/components/icon/assets/flag.tsx index 0c489046de42..d433f34b7c8f 100644 --- a/src/components/icon/assets/flag.tsx +++ b/src/components/icon/assets/flag.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFlag = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFlag; diff --git a/src/components/icon/assets/fold.tsx b/src/components/icon/assets/fold.tsx index 29275781451a..6864fed2c86b 100644 --- a/src/components/icon/assets/fold.tsx +++ b/src/components/icon/assets/fold.tsx @@ -9,25 +9,24 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFold = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFold; diff --git a/src/components/icon/assets/folder_check.tsx b/src/components/icon/assets/folder_check.tsx index 461950388479..f36dfdb5d6ad 100644 --- a/src/components/icon/assets/folder_check.tsx +++ b/src/components/icon/assets/folder_check.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFolderCheck = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconFolderCheck; diff --git a/src/components/icon/assets/folder_closed.tsx b/src/components/icon/assets/folder_closed.tsx index b08ade4c2d61..fa71db5767ee 100644 --- a/src/components/icon/assets/folder_closed.tsx +++ b/src/components/icon/assets/folder_closed.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFolderClosed = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFolderClosed; diff --git a/src/components/icon/assets/folder_exclamation.tsx b/src/components/icon/assets/folder_exclamation.tsx index ed5355b5eee2..e6b81b77ea8b 100644 --- a/src/components/icon/assets/folder_exclamation.tsx +++ b/src/components/icon/assets/folder_exclamation.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFolderExclamation = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconFolderExclamation; diff --git a/src/components/icon/assets/folder_open.tsx b/src/components/icon/assets/folder_open.tsx index fb3013848a6e..fa4b5d314db0 100644 --- a/src/components/icon/assets/folder_open.tsx +++ b/src/components/icon/assets/folder_open.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFolderOpen = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFolderOpen; diff --git a/src/components/icon/assets/frameNext.tsx b/src/components/icon/assets/frameNext.tsx index 169b9dcdff20..4efb606740e7 100644 --- a/src/components/icon/assets/frameNext.tsx +++ b/src/components/icon/assets/frameNext.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFrameNext = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconFrameNext; diff --git a/src/components/icon/assets/framePrevious.tsx b/src/components/icon/assets/framePrevious.tsx index de0450c0ae90..93740db79c0b 100644 --- a/src/components/icon/assets/framePrevious.tsx +++ b/src/components/icon/assets/framePrevious.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFramePrevious = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconFramePrevious; diff --git a/src/components/icon/assets/fullScreenExit.tsx b/src/components/icon/assets/fullScreenExit.tsx index 60dfe01538a7..f6a53e9767f3 100644 --- a/src/components/icon/assets/fullScreenExit.tsx +++ b/src/components/icon/assets/fullScreenExit.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFullScreenExit = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconFullScreenExit; diff --git a/src/components/icon/assets/full_screen.tsx b/src/components/icon/assets/full_screen.tsx index dfb83142dd13..cce92397cde2 100644 --- a/src/components/icon/assets/full_screen.tsx +++ b/src/components/icon/assets/full_screen.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFullScreen = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconFullScreen; diff --git a/src/components/icon/assets/function.tsx b/src/components/icon/assets/function.tsx index e966cff88ba7..043539b4ffc7 100644 --- a/src/components/icon/assets/function.tsx +++ b/src/components/icon/assets/function.tsx @@ -9,21 +9,21 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconFunction = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( @@ -31,5 +31,4 @@ const EuiIconFunction = ({ ); - export const icon = EuiIconFunction; diff --git a/src/components/icon/assets/gear.tsx b/src/components/icon/assets/gear.tsx index 83ae69f0b862..a91e570ad29c 100644 --- a/src/components/icon/assets/gear.tsx +++ b/src/components/icon/assets/gear.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconGear = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconGear; diff --git a/src/components/icon/assets/glasses.tsx b/src/components/icon/assets/glasses.tsx index a6183b326bb0..ea6d80c05493 100644 --- a/src/components/icon/assets/glasses.tsx +++ b/src/components/icon/assets/glasses.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconGlasses = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconGlasses; diff --git a/src/components/icon/assets/globe.tsx b/src/components/icon/assets/globe.tsx index d5bd2ae5b958..82da192e03d0 100644 --- a/src/components/icon/assets/globe.tsx +++ b/src/components/icon/assets/globe.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconGlobe = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconGlobe; diff --git a/src/components/icon/assets/grab.tsx b/src/components/icon/assets/grab.tsx index 5e2d6e5137d0..52e808dca997 100644 --- a/src/components/icon/assets/grab.tsx +++ b/src/components/icon/assets/grab.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconGrab = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconGrab; diff --git a/src/components/icon/assets/grab_horizontal.tsx b/src/components/icon/assets/grab_horizontal.tsx index 53d6267bed64..78be08e4e823 100644 --- a/src/components/icon/assets/grab_horizontal.tsx +++ b/src/components/icon/assets/grab_horizontal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconGrabHorizontal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconGrabHorizontal; diff --git a/src/components/icon/assets/grid.tsx b/src/components/icon/assets/grid.tsx index 4bd6967479df..77c128c64351 100644 --- a/src/components/icon/assets/grid.tsx +++ b/src/components/icon/assets/grid.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconGrid = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconGrid; diff --git a/src/components/icon/assets/heart.tsx b/src/components/icon/assets/heart.tsx index 206dddd7bfd6..bc5f77c93f0d 100644 --- a/src/components/icon/assets/heart.tsx +++ b/src/components/icon/assets/heart.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconHeart = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconHeart; diff --git a/src/components/icon/assets/heatmap.tsx b/src/components/icon/assets/heatmap.tsx index 5d89f9b3adf0..2e643876715e 100644 --- a/src/components/icon/assets/heatmap.tsx +++ b/src/components/icon/assets/heatmap.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconHeatmap = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconHeatmap; diff --git a/src/components/icon/assets/help.tsx b/src/components/icon/assets/help.tsx index f775a317b3c6..f2bb38b69c69 100644 --- a/src/components/icon/assets/help.tsx +++ b/src/components/icon/assets/help.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconHelp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconHelp; diff --git a/src/components/icon/assets/home.tsx b/src/components/icon/assets/home.tsx index 815d78f80e88..7af68e1bd49c 100644 --- a/src/components/icon/assets/home.tsx +++ b/src/components/icon/assets/home.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconHome = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconHome; diff --git a/src/components/icon/assets/iInCircle.tsx b/src/components/icon/assets/iInCircle.tsx index 3e356b8586b0..34026d3058a1 100644 --- a/src/components/icon/assets/iInCircle.tsx +++ b/src/components/icon/assets/iInCircle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIInCircle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconIInCircle; diff --git a/src/components/icon/assets/image.tsx b/src/components/icon/assets/image.tsx index 024fa53f5d4c..7040868938b3 100644 --- a/src/components/icon/assets/image.tsx +++ b/src/components/icon/assets/image.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconImage = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconImage; diff --git a/src/components/icon/assets/import.tsx b/src/components/icon/assets/import.tsx index bd27b435ebeb..93a9ce3a28d8 100644 --- a/src/components/icon/assets/import.tsx +++ b/src/components/icon/assets/import.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconImport = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconImport; diff --git a/src/components/icon/assets/indexTemporary.tsx b/src/components/icon/assets/indexTemporary.tsx index 3d31bea84b41..301f3d6b6650 100644 --- a/src/components/icon/assets/indexTemporary.tsx +++ b/src/components/icon/assets/indexTemporary.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexTemporary = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconIndexTemporary; diff --git a/src/components/icon/assets/index_close.tsx b/src/components/icon/assets/index_close.tsx index b2b2c5fe5de9..eb10c9c5a889 100644 --- a/src/components/icon/assets/index_close.tsx +++ b/src/components/icon/assets/index_close.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexClose = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconIndexClose; diff --git a/src/components/icon/assets/index_edit.tsx b/src/components/icon/assets/index_edit.tsx index b3fe5225bb05..47efd95530e5 100644 --- a/src/components/icon/assets/index_edit.tsx +++ b/src/components/icon/assets/index_edit.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexEdit = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconIndexEdit; diff --git a/src/components/icon/assets/index_flush.tsx b/src/components/icon/assets/index_flush.tsx index 7069e784d221..232cdf7c8f1f 100644 --- a/src/components/icon/assets/index_flush.tsx +++ b/src/components/icon/assets/index_flush.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexFlush = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconIndexFlush; diff --git a/src/components/icon/assets/index_mapping.tsx b/src/components/icon/assets/index_mapping.tsx index b3c962adbc66..8a90f251fcaa 100644 --- a/src/components/icon/assets/index_mapping.tsx +++ b/src/components/icon/assets/index_mapping.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexMapping = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconIndexMapping; diff --git a/src/components/icon/assets/index_open.tsx b/src/components/icon/assets/index_open.tsx index 85782d94e3d9..9e11f9f4b5dd 100644 --- a/src/components/icon/assets/index_open.tsx +++ b/src/components/icon/assets/index_open.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexOpen = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconIndexOpen; diff --git a/src/components/icon/assets/index_runtime.tsx b/src/components/icon/assets/index_runtime.tsx index 13d3d63099aa..158cf2da8df5 100644 --- a/src/components/icon/assets/index_runtime.tsx +++ b/src/components/icon/assets/index_runtime.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexRuntime = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconIndexRuntime; diff --git a/src/components/icon/assets/index_settings.tsx b/src/components/icon/assets/index_settings.tsx index e31fd5e78b2e..27c4763bb212 100644 --- a/src/components/icon/assets/index_settings.tsx +++ b/src/components/icon/assets/index_settings.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIndexSettings = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - - + + + ); - export const icon = EuiIconIndexSettings; diff --git a/src/components/icon/assets/infinity.tsx b/src/components/icon/assets/infinity.tsx index 622df2724154..d22f0336d43e 100644 --- a/src/components/icon/assets/infinity.tsx +++ b/src/components/icon/assets/infinity.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconInfinity = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconInfinity; diff --git a/src/components/icon/assets/inputOutput.tsx b/src/components/icon/assets/inputOutput.tsx index 10e18f69ba1e..00a8df84ec0d 100644 --- a/src/components/icon/assets/inputOutput.tsx +++ b/src/components/icon/assets/inputOutput.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconInputOutput = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconInputOutput; diff --git a/src/components/icon/assets/inspect.tsx b/src/components/icon/assets/inspect.tsx index 760a251fa5ce..cf26a4cdd772 100644 --- a/src/components/icon/assets/inspect.tsx +++ b/src/components/icon/assets/inspect.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconInspect = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconInspect; diff --git a/src/components/icon/assets/invert.tsx b/src/components/icon/assets/invert.tsx index f7cb091f00e4..53a950125879 100644 --- a/src/components/icon/assets/invert.tsx +++ b/src/components/icon/assets/invert.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconInvert = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconInvert; diff --git a/src/components/icon/assets/ip.tsx b/src/components/icon/assets/ip.tsx index 083428c56a5b..e55e8fbbbc53 100644 --- a/src/components/icon/assets/ip.tsx +++ b/src/components/icon/assets/ip.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconIp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconIp; diff --git a/src/components/icon/assets/keyboard.tsx b/src/components/icon/assets/keyboard.tsx index ea1ea02ec50f..1cf76ce5dc1c 100644 --- a/src/components/icon/assets/keyboard.tsx +++ b/src/components/icon/assets/keyboard.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKeyboard = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconKeyboard; diff --git a/src/components/icon/assets/kql_field.tsx b/src/components/icon/assets/kql_field.tsx index 728d89ed6cdd..0a694ba2d0f9 100644 --- a/src/components/icon/assets/kql_field.tsx +++ b/src/components/icon/assets/kql_field.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKqlField = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconKqlField; diff --git a/src/components/icon/assets/kql_function.tsx b/src/components/icon/assets/kql_function.tsx index 55680b687337..38da4da95c89 100644 --- a/src/components/icon/assets/kql_function.tsx +++ b/src/components/icon/assets/kql_function.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKqlFunction = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconKqlFunction; diff --git a/src/components/icon/assets/kql_operand.tsx b/src/components/icon/assets/kql_operand.tsx index ccd977a10478..55d22318a02f 100644 --- a/src/components/icon/assets/kql_operand.tsx +++ b/src/components/icon/assets/kql_operand.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKqlOperand = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconKqlOperand; diff --git a/src/components/icon/assets/kql_selector.tsx b/src/components/icon/assets/kql_selector.tsx index 9f9c168fb90e..5a73a168f3e3 100644 --- a/src/components/icon/assets/kql_selector.tsx +++ b/src/components/icon/assets/kql_selector.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKqlSelector = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconKqlSelector; diff --git a/src/components/icon/assets/kql_value.tsx b/src/components/icon/assets/kql_value.tsx index 8230978f4828..82fa2f296be6 100644 --- a/src/components/icon/assets/kql_value.tsx +++ b/src/components/icon/assets/kql_value.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKqlValue = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconKqlValue; diff --git a/src/components/icon/assets/kubernetesNode.tsx b/src/components/icon/assets/kubernetesNode.tsx index 4f652006626b..2db281059219 100644 --- a/src/components/icon/assets/kubernetesNode.tsx +++ b/src/components/icon/assets/kubernetesNode.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKubernetesNode = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconKubernetesNode; diff --git a/src/components/icon/assets/kubernetesPod.tsx b/src/components/icon/assets/kubernetesPod.tsx index ec03403ffcce..85da66607d98 100644 --- a/src/components/icon/assets/kubernetesPod.tsx +++ b/src/components/icon/assets/kubernetesPod.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconKubernetesPod = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconKubernetesPod; diff --git a/src/components/icon/assets/launch.tsx b/src/components/icon/assets/launch.tsx index d30c4e0e1aef..f76d6b99e1f1 100644 --- a/src/components/icon/assets/launch.tsx +++ b/src/components/icon/assets/launch.tsx @@ -9,34 +9,33 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLaunch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconLaunch; diff --git a/src/components/icon/assets/layers.tsx b/src/components/icon/assets/layers.tsx index 4bc150aa170f..8bdf82747672 100644 --- a/src/components/icon/assets/layers.tsx +++ b/src/components/icon/assets/layers.tsx @@ -9,29 +9,28 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLayers = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - - + + + ); - export const icon = EuiIconLayers; diff --git a/src/components/icon/assets/lettering.tsx b/src/components/icon/assets/lettering.tsx index 8d92006ad10f..2123031840cc 100644 --- a/src/components/icon/assets/lettering.tsx +++ b/src/components/icon/assets/lettering.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLettering = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLettering; diff --git a/src/components/icon/assets/lineDashed.tsx b/src/components/icon/assets/lineDashed.tsx index f3ff9a067d49..d236e38c885b 100644 --- a/src/components/icon/assets/lineDashed.tsx +++ b/src/components/icon/assets/lineDashed.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLineDashed = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLineDashed; diff --git a/src/components/icon/assets/lineDotted.tsx b/src/components/icon/assets/lineDotted.tsx index d97dfe0faabd..7143142bc412 100644 --- a/src/components/icon/assets/lineDotted.tsx +++ b/src/components/icon/assets/lineDotted.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLineDotted = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLineDotted; diff --git a/src/components/icon/assets/lineSolid.tsx b/src/components/icon/assets/lineSolid.tsx index 9b558581eb74..428f129e20cb 100644 --- a/src/components/icon/assets/lineSolid.tsx +++ b/src/components/icon/assets/lineSolid.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLineSolid = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLineSolid; diff --git a/src/components/icon/assets/link.tsx b/src/components/icon/assets/link.tsx index 0e281568a724..d2840dd24a94 100644 --- a/src/components/icon/assets/link.tsx +++ b/src/components/icon/assets/link.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLink = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLink; diff --git a/src/components/icon/assets/list.tsx b/src/components/icon/assets/list.tsx index 2577c4c2fa7c..389e06d1b259 100644 --- a/src/components/icon/assets/list.tsx +++ b/src/components/icon/assets/list.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconList = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconList; diff --git a/src/components/icon/assets/list_add.tsx b/src/components/icon/assets/list_add.tsx index 18ebb7a299b2..386c703580cb 100644 --- a/src/components/icon/assets/list_add.tsx +++ b/src/components/icon/assets/list_add.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconListAdd = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconListAdd; diff --git a/src/components/icon/assets/lock.tsx b/src/components/icon/assets/lock.tsx index 2b42cc86bf21..5527d4932d10 100644 --- a/src/components/icon/assets/lock.tsx +++ b/src/components/icon/assets/lock.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLock = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLock; diff --git a/src/components/icon/assets/lockOpen.tsx b/src/components/icon/assets/lockOpen.tsx index 2ddc7bead4b7..81e4c2185759 100644 --- a/src/components/icon/assets/lockOpen.tsx +++ b/src/components/icon/assets/lockOpen.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLockOpen = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLockOpen; diff --git a/src/components/icon/assets/logo_aerospike.tsx b/src/components/icon/assets/logo_aerospike.tsx index c5423a45aa88..beb1f708abd0 100644 --- a/src/components/icon/assets/logo_aerospike.tsx +++ b/src/components/icon/assets/logo_aerospike.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoAerospike = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoAerospike; diff --git a/src/components/icon/assets/logo_apache.tsx b/src/components/icon/assets/logo_apache.tsx index 2f13ab93d1b6..d584580b9df0 100644 --- a/src/components/icon/assets/logo_apache.tsx +++ b/src/components/icon/assets/logo_apache.tsx @@ -9,17 +9,17 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoApache = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_apache'); return ( ); }; - export const icon = EuiIconLogoApache; diff --git a/src/components/icon/assets/logo_app_search.tsx b/src/components/icon/assets/logo_app_search.tsx index 4d8bba3b427d..bd3628b3a658 100644 --- a/src/components/icon/assets/logo_app_search.tsx +++ b/src/components/icon/assets/logo_app_search.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoAppSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoAppSearch; diff --git a/src/components/icon/assets/logo_aws.tsx b/src/components/icon/assets/logo_aws.tsx index a5c8e894addb..19a4142b6bce 100644 --- a/src/components/icon/assets/logo_aws.tsx +++ b/src/components/icon/assets/logo_aws.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoAws = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - - + + ); - export const icon = EuiIconLogoAws; diff --git a/src/components/icon/assets/logo_aws_mono.tsx b/src/components/icon/assets/logo_aws_mono.tsx index 54d35f34df58..d718984ac66e 100644 --- a/src/components/icon/assets/logo_aws_mono.tsx +++ b/src/components/icon/assets/logo_aws_mono.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoAwsMono = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( - - + + ); - export const icon = EuiIconLogoAwsMono; diff --git a/src/components/icon/assets/logo_azure.tsx b/src/components/icon/assets/logo_azure.tsx index cdbba60eae53..923986cacec7 100644 --- a/src/components/icon/assets/logo_azure.tsx +++ b/src/components/icon/assets/logo_azure.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoAzure = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoAzure; diff --git a/src/components/icon/assets/logo_azure_mono.tsx b/src/components/icon/assets/logo_azure_mono.tsx index 84e73c99d0f0..2e74c615bcf1 100644 --- a/src/components/icon/assets/logo_azure_mono.tsx +++ b/src/components/icon/assets/logo_azure_mono.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoAzureMono = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoAzureMono; diff --git a/src/components/icon/assets/logo_beats.tsx b/src/components/icon/assets/logo_beats.tsx index 9402ea328aca..236d717b9793 100644 --- a/src/components/icon/assets/logo_beats.tsx +++ b/src/components/icon/assets/logo_beats.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoBeats = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoBeats; diff --git a/src/components/icon/assets/logo_business_analytics.tsx b/src/components/icon/assets/logo_business_analytics.tsx index 6ca31b5f33e1..2edfc7ccf13f 100644 --- a/src/components/icon/assets/logo_business_analytics.tsx +++ b/src/components/icon/assets/logo_business_analytics.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoBusinessAnalytics = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoBusinessAnalytics; diff --git a/src/components/icon/assets/logo_ceph.tsx b/src/components/icon/assets/logo_ceph.tsx index ba499040147b..58709abc75ae 100644 --- a/src/components/icon/assets/logo_ceph.tsx +++ b/src/components/icon/assets/logo_ceph.tsx @@ -9,31 +9,30 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoCeph = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoCeph; diff --git a/src/components/icon/assets/logo_cloud.tsx b/src/components/icon/assets/logo_cloud.tsx index 416d6fb907f7..3827eaf28808 100644 --- a/src/components/icon/assets/logo_cloud.tsx +++ b/src/components/icon/assets/logo_cloud.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoCloud = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoCloud; diff --git a/src/components/icon/assets/logo_cloud_ece.tsx b/src/components/icon/assets/logo_cloud_ece.tsx index cef5c39fb298..a4bbe17672ad 100644 --- a/src/components/icon/assets/logo_cloud_ece.tsx +++ b/src/components/icon/assets/logo_cloud_ece.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoCloudEce = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoCloudEce; diff --git a/src/components/icon/assets/logo_code.tsx b/src/components/icon/assets/logo_code.tsx index 61cf88f568af..4ea5319ab3d7 100644 --- a/src/components/icon/assets/logo_code.tsx +++ b/src/components/icon/assets/logo_code.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoCode = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoCode; diff --git a/src/components/icon/assets/logo_codesandbox.tsx b/src/components/icon/assets/logo_codesandbox.tsx index 48f69ec03850..e03cb6e0b416 100644 --- a/src/components/icon/assets/logo_codesandbox.tsx +++ b/src/components/icon/assets/logo_codesandbox.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoCodesandbox = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoCodesandbox; diff --git a/src/components/icon/assets/logo_couchbase.tsx b/src/components/icon/assets/logo_couchbase.tsx index a86b1c185bbe..9afb1a7966e5 100644 --- a/src/components/icon/assets/logo_couchbase.tsx +++ b/src/components/icon/assets/logo_couchbase.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoCouchbase = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoCouchbase; diff --git a/src/components/icon/assets/logo_docker.tsx b/src/components/icon/assets/logo_docker.tsx index bf7c8508e955..f18ad964d5a5 100644 --- a/src/components/icon/assets/logo_docker.tsx +++ b/src/components/icon/assets/logo_docker.tsx @@ -9,31 +9,30 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoDocker = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoDocker; diff --git a/src/components/icon/assets/logo_dropwizard.tsx b/src/components/icon/assets/logo_dropwizard.tsx index f2385cada0e8..de8392ac3d4b 100644 --- a/src/components/icon/assets/logo_dropwizard.tsx +++ b/src/components/icon/assets/logo_dropwizard.tsx @@ -9,55 +9,55 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoDropwizard = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_dropwizard'); return ( {title ? {title} : null} @@ -69,8 +69,8 @@ const EuiIconLogoDropwizard = ({ @@ -83,5 +83,4 @@ const EuiIconLogoDropwizard = ({ ); }; - export const icon = EuiIconLogoDropwizard; diff --git a/src/components/icon/assets/logo_elastic.tsx b/src/components/icon/assets/logo_elastic.tsx index baa357ffa9ee..fadf3585b4f5 100644 --- a/src/components/icon/assets/logo_elastic.tsx +++ b/src/components/icon/assets/logo_elastic.tsx @@ -9,59 +9,58 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoElastic = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoElastic; diff --git a/src/components/icon/assets/logo_elastic_stack.tsx b/src/components/icon/assets/logo_elastic_stack.tsx index bfcf79a507ef..f602cb341ea2 100644 --- a/src/components/icon/assets/logo_elastic_stack.tsx +++ b/src/components/icon/assets/logo_elastic_stack.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoElasticStack = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( - - + + ); - export const icon = EuiIconLogoElasticStack; diff --git a/src/components/icon/assets/logo_elasticsearch.tsx b/src/components/icon/assets/logo_elasticsearch.tsx index abf4f34442bd..76b0aa45f9b3 100644 --- a/src/components/icon/assets/logo_elasticsearch.tsx +++ b/src/components/icon/assets/logo_elasticsearch.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoElasticsearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoElasticsearch; diff --git a/src/components/icon/assets/logo_enterprise_search.tsx b/src/components/icon/assets/logo_enterprise_search.tsx index 9d1753fb3a90..81811c3e8e35 100644 --- a/src/components/icon/assets/logo_enterprise_search.tsx +++ b/src/components/icon/assets/logo_enterprise_search.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoEnterpriseSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoEnterpriseSearch; diff --git a/src/components/icon/assets/logo_etcd.tsx b/src/components/icon/assets/logo_etcd.tsx index 0c2d8dddf6ab..637d0d945d2b 100644 --- a/src/components/icon/assets/logo_etcd.tsx +++ b/src/components/icon/assets/logo_etcd.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoEtcd = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - + ); - export const icon = EuiIconLogoEtcd; diff --git a/src/components/icon/assets/logo_gcp.tsx b/src/components/icon/assets/logo_gcp.tsx index fa3b6aeedf22..6ecef3b8dc9c 100644 --- a/src/components/icon/assets/logo_gcp.tsx +++ b/src/components/icon/assets/logo_gcp.tsx @@ -9,17 +9,17 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoGcp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_gcp'); return ( @@ -62,18 +62,17 @@ const EuiIconLogoGcp = ({ ); }; - export const icon = EuiIconLogoGcp; diff --git a/src/components/icon/assets/logo_gcp_mono.tsx b/src/components/icon/assets/logo_gcp_mono.tsx index dc157c80f423..9be81ce9007f 100644 --- a/src/components/icon/assets/logo_gcp_mono.tsx +++ b/src/components/icon/assets/logo_gcp_mono.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoGcpMono = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoGcpMono; diff --git a/src/components/icon/assets/logo_github.tsx b/src/components/icon/assets/logo_github.tsx index 5ed05c7e384c..99df5649e7f7 100644 --- a/src/components/icon/assets/logo_github.tsx +++ b/src/components/icon/assets/logo_github.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoGithub = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoGithub; diff --git a/src/components/icon/assets/logo_gmail.tsx b/src/components/icon/assets/logo_gmail.tsx index 784693bd4a3e..465fd2e86264 100644 --- a/src/components/icon/assets/logo_gmail.tsx +++ b/src/components/icon/assets/logo_gmail.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoGmail = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoGmail; diff --git a/src/components/icon/assets/logo_golang.tsx b/src/components/icon/assets/logo_golang.tsx index 91e2c49bf034..21278b5e73a4 100644 --- a/src/components/icon/assets/logo_golang.tsx +++ b/src/components/icon/assets/logo_golang.tsx @@ -9,153 +9,152 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoGolang = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - + ); - export const icon = EuiIconLogoGolang; diff --git a/src/components/icon/assets/logo_google_g.tsx b/src/components/icon/assets/logo_google_g.tsx index 7fb1010e3ec9..6b203f7638e0 100644 --- a/src/components/icon/assets/logo_google_g.tsx +++ b/src/components/icon/assets/logo_google_g.tsx @@ -9,25 +9,25 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoGoogleG = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_google_g'); return ( @@ -43,7 +43,7 @@ const EuiIconLogoGoogleG = ({ /> @@ -69,8 +69,8 @@ const EuiIconLogoGoogleG = ({ @@ -80,8 +80,8 @@ const EuiIconLogoGoogleG = ({ @@ -91,13 +91,12 @@ const EuiIconLogoGoogleG = ({ ); }; - export const icon = EuiIconLogoGoogleG; diff --git a/src/components/icon/assets/logo_haproxy.tsx b/src/components/icon/assets/logo_haproxy.tsx index b83d2b8b5b0c..79f02e3029b6 100644 --- a/src/components/icon/assets/logo_haproxy.tsx +++ b/src/components/icon/assets/logo_haproxy.tsx @@ -9,96 +9,95 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoHaproxy = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_haproxy'); return ( {title ? {title} : null} - + - - + + ); }; - export const icon = EuiIconLogoHaproxy; diff --git a/src/components/icon/assets/logo_ibm.tsx b/src/components/icon/assets/logo_ibm.tsx index 79bef3c40981..c5069911f1dc 100644 --- a/src/components/icon/assets/logo_ibm.tsx +++ b/src/components/icon/assets/logo_ibm.tsx @@ -9,17 +9,17 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoIbm = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_ibm'); return ( ); }; - export const icon = EuiIconLogoIbm; diff --git a/src/components/icon/assets/logo_ibm_mono.tsx b/src/components/icon/assets/logo_ibm_mono.tsx index db12e63583aa..665f62547018 100644 --- a/src/components/icon/assets/logo_ibm_mono.tsx +++ b/src/components/icon/assets/logo_ibm_mono.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoIbmMono = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoIbmMono; diff --git a/src/components/icon/assets/logo_kafka.tsx b/src/components/icon/assets/logo_kafka.tsx index 2fa3f2b3728a..b45b8a659f0f 100644 --- a/src/components/icon/assets/logo_kafka.tsx +++ b/src/components/icon/assets/logo_kafka.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoKafka = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoKafka; diff --git a/src/components/icon/assets/logo_kibana.tsx b/src/components/icon/assets/logo_kibana.tsx index c35e37282a5b..9288d760d37c 100644 --- a/src/components/icon/assets/logo_kibana.tsx +++ b/src/components/icon/assets/logo_kibana.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoKibana = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoKibana; diff --git a/src/components/icon/assets/logo_kubernetes.tsx b/src/components/icon/assets/logo_kubernetes.tsx index f70205d3003f..cc8728045dbd 100644 --- a/src/components/icon/assets/logo_kubernetes.tsx +++ b/src/components/icon/assets/logo_kubernetes.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoKubernetes = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoKubernetes; diff --git a/src/components/icon/assets/logo_logging.tsx b/src/components/icon/assets/logo_logging.tsx index 780ca404faa6..20a64e22b82d 100644 --- a/src/components/icon/assets/logo_logging.tsx +++ b/src/components/icon/assets/logo_logging.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoLogging = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoLogging; diff --git a/src/components/icon/assets/logo_logstash.tsx b/src/components/icon/assets/logo_logstash.tsx index 36d082780ab5..ba590daa1630 100644 --- a/src/components/icon/assets/logo_logstash.tsx +++ b/src/components/icon/assets/logo_logstash.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoLogstash = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoLogstash; diff --git a/src/components/icon/assets/logo_maps.tsx b/src/components/icon/assets/logo_maps.tsx index 29a17d6a541c..e56279a80326 100644 --- a/src/components/icon/assets/logo_maps.tsx +++ b/src/components/icon/assets/logo_maps.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoMaps = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoMaps; diff --git a/src/components/icon/assets/logo_memcached.tsx b/src/components/icon/assets/logo_memcached.tsx index 377872205778..4e321c056dfd 100644 --- a/src/components/icon/assets/logo_memcached.tsx +++ b/src/components/icon/assets/logo_memcached.tsx @@ -9,17 +9,17 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoMemcached = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_memcached'); return ( - + @@ -78,33 +72,32 @@ const EuiIconLogoMemcached = ({ ); }; - export const icon = EuiIconLogoMemcached; diff --git a/src/components/icon/assets/logo_metrics.tsx b/src/components/icon/assets/logo_metrics.tsx index 8e2c1979d455..8fd0f4248d75 100644 --- a/src/components/icon/assets/logo_metrics.tsx +++ b/src/components/icon/assets/logo_metrics.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoMetrics = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoMetrics; diff --git a/src/components/icon/assets/logo_mongodb.tsx b/src/components/icon/assets/logo_mongodb.tsx index 0312112e4677..0618c460fa7b 100644 --- a/src/components/icon/assets/logo_mongodb.tsx +++ b/src/components/icon/assets/logo_mongodb.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoMongodb = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoMongodb; diff --git a/src/components/icon/assets/logo_mysql.tsx b/src/components/icon/assets/logo_mysql.tsx index 3e07c8bc1101..4dd4babd87f3 100644 --- a/src/components/icon/assets/logo_mysql.tsx +++ b/src/components/icon/assets/logo_mysql.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoMysql = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconLogoMysql; diff --git a/src/components/icon/assets/logo_nginx.tsx b/src/components/icon/assets/logo_nginx.tsx index 5b02c14bad6a..34a1796c67a5 100644 --- a/src/components/icon/assets/logo_nginx.tsx +++ b/src/components/icon/assets/logo_nginx.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoNginx = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogoNginx; diff --git a/src/components/icon/assets/logo_observability.tsx b/src/components/icon/assets/logo_observability.tsx index 65c5c9ba654b..e3ac54799fd7 100644 --- a/src/components/icon/assets/logo_observability.tsx +++ b/src/components/icon/assets/logo_observability.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoObservability = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconLogoObservability; diff --git a/src/components/icon/assets/logo_osquery.tsx b/src/components/icon/assets/logo_osquery.tsx index 2cf0458e2ee9..6dfdfd0cea8e 100644 --- a/src/components/icon/assets/logo_osquery.tsx +++ b/src/components/icon/assets/logo_osquery.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoOsquery = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoOsquery; diff --git a/src/components/icon/assets/logo_php.tsx b/src/components/icon/assets/logo_php.tsx index 29739447597c..0242bee8a48f 100644 --- a/src/components/icon/assets/logo_php.tsx +++ b/src/components/icon/assets/logo_php.tsx @@ -9,17 +9,17 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; import { htmlIdGenerator } from '../../../services'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoPhp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => { +}: SVGProps & SVGRProps) => { const generateId = htmlIdGenerator('logo_php'); return ( - + @@ -87,32 +83,31 @@ const EuiIconLogoPhp = ({ ); }; - export const icon = EuiIconLogoPhp; diff --git a/src/components/icon/assets/logo_postgres.tsx b/src/components/icon/assets/logo_postgres.tsx index d1c2ffec58b2..b9595cbaf6be 100644 --- a/src/components/icon/assets/logo_postgres.tsx +++ b/src/components/icon/assets/logo_postgres.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoPostgres = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoPostgres; diff --git a/src/components/icon/assets/logo_prometheus.tsx b/src/components/icon/assets/logo_prometheus.tsx index 5d4634e30e38..6f7fe64c4b9a 100644 --- a/src/components/icon/assets/logo_prometheus.tsx +++ b/src/components/icon/assets/logo_prometheus.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoPrometheus = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoPrometheus; diff --git a/src/components/icon/assets/logo_rabbitmq.tsx b/src/components/icon/assets/logo_rabbitmq.tsx index 0a968405a01e..c60eb51a4999 100644 --- a/src/components/icon/assets/logo_rabbitmq.tsx +++ b/src/components/icon/assets/logo_rabbitmq.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoRabbitmq = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoRabbitmq; diff --git a/src/components/icon/assets/logo_redis.tsx b/src/components/icon/assets/logo_redis.tsx index 153be25516aa..22e3f11cc32b 100644 --- a/src/components/icon/assets/logo_redis.tsx +++ b/src/components/icon/assets/logo_redis.tsx @@ -9,59 +9,58 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoRedis = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + - - - + + + ); - export const icon = EuiIconLogoRedis; diff --git a/src/components/icon/assets/logo_security.tsx b/src/components/icon/assets/logo_security.tsx index 167a0568de92..d6cd4cf2bf40 100644 --- a/src/components/icon/assets/logo_security.tsx +++ b/src/components/icon/assets/logo_security.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoSecurity = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoSecurity; diff --git a/src/components/icon/assets/logo_site_search.tsx b/src/components/icon/assets/logo_site_search.tsx index 93311e0f60cf..bf11913f1567 100644 --- a/src/components/icon/assets/logo_site_search.tsx +++ b/src/components/icon/assets/logo_site_search.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoSiteSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoSiteSearch; diff --git a/src/components/icon/assets/logo_sketch.tsx b/src/components/icon/assets/logo_sketch.tsx index c82e58dc32e7..089ab3c63b11 100644 --- a/src/components/icon/assets/logo_sketch.tsx +++ b/src/components/icon/assets/logo_sketch.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoSketch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( - - - + + + ); - export const icon = EuiIconLogoSketch; diff --git a/src/components/icon/assets/logo_slack.tsx b/src/components/icon/assets/logo_slack.tsx index 121cf25c0232..30f85d60bf5e 100644 --- a/src/components/icon/assets/logo_slack.tsx +++ b/src/components/icon/assets/logo_slack.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoSlack = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoSlack; diff --git a/src/components/icon/assets/logo_uptime.tsx b/src/components/icon/assets/logo_uptime.tsx index aadfa1660d47..638892346c7c 100644 --- a/src/components/icon/assets/logo_uptime.tsx +++ b/src/components/icon/assets/logo_uptime.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoUptime = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoUptime; diff --git a/src/components/icon/assets/logo_vulnerability_management.tsx b/src/components/icon/assets/logo_vulnerability_management.tsx index a712fcc4e62a..8d7fb7e12d3f 100644 --- a/src/components/icon/assets/logo_vulnerability_management.tsx +++ b/src/components/icon/assets/logo_vulnerability_management.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoVulnerabilityManagement = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - - - - + + + ); - export const icon = EuiIconLogoVulnerabilityManagement; diff --git a/src/components/icon/assets/logo_webhook.tsx b/src/components/icon/assets/logo_webhook.tsx index 9140ff810b56..39229edd850b 100644 --- a/src/components/icon/assets/logo_webhook.tsx +++ b/src/components/icon/assets/logo_webhook.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoWebhook = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconLogoWebhook; diff --git a/src/components/icon/assets/logo_windows.tsx b/src/components/icon/assets/logo_windows.tsx index 4e5c2340a575..f4139a4f0d9d 100644 --- a/src/components/icon/assets/logo_windows.tsx +++ b/src/components/icon/assets/logo_windows.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoWindows = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconLogoWindows; diff --git a/src/components/icon/assets/logo_workplace_search.tsx b/src/components/icon/assets/logo_workplace_search.tsx index ddf362cb5fac..2f41d227ffc7 100644 --- a/src/components/icon/assets/logo_workplace_search.tsx +++ b/src/components/icon/assets/logo_workplace_search.tsx @@ -9,38 +9,37 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogoWorkplaceSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconLogoWorkplaceSearch; diff --git a/src/components/icon/assets/logstash_filter.tsx b/src/components/icon/assets/logstash_filter.tsx index ebda1823c965..1fe76cd125a4 100644 --- a/src/components/icon/assets/logstash_filter.tsx +++ b/src/components/icon/assets/logstash_filter.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogstashFilter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogstashFilter; diff --git a/src/components/icon/assets/logstash_if.tsx b/src/components/icon/assets/logstash_if.tsx index 79b41908abbf..2523f69ebe4f 100644 --- a/src/components/icon/assets/logstash_if.tsx +++ b/src/components/icon/assets/logstash_if.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogstashIf = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogstashIf; diff --git a/src/components/icon/assets/logstash_input.tsx b/src/components/icon/assets/logstash_input.tsx index 8afaf73a1e65..6ee49505bf7c 100644 --- a/src/components/icon/assets/logstash_input.tsx +++ b/src/components/icon/assets/logstash_input.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogstashInput = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogstashInput; diff --git a/src/components/icon/assets/logstash_output.tsx b/src/components/icon/assets/logstash_output.tsx index c90fa89a5adc..26a094067f7d 100644 --- a/src/components/icon/assets/logstash_output.tsx +++ b/src/components/icon/assets/logstash_output.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogstashOutput = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogstashOutput; diff --git a/src/components/icon/assets/logstash_queue.tsx b/src/components/icon/assets/logstash_queue.tsx index 7727ea32a76a..6fca72f310a0 100644 --- a/src/components/icon/assets/logstash_queue.tsx +++ b/src/components/icon/assets/logstash_queue.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconLogstashQueue = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconLogstashQueue; diff --git a/src/components/icon/assets/magnet.tsx b/src/components/icon/assets/magnet.tsx index 02ccd7c4d1c5..6c231d0c7cdd 100644 --- a/src/components/icon/assets/magnet.tsx +++ b/src/components/icon/assets/magnet.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMagnet = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMagnet; diff --git a/src/components/icon/assets/magnifyWithExclamation.tsx b/src/components/icon/assets/magnifyWithExclamation.tsx index 9bde39eea1b0..d331fa269e71 100644 --- a/src/components/icon/assets/magnifyWithExclamation.tsx +++ b/src/components/icon/assets/magnifyWithExclamation.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMagnifyWithExclamation = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMagnifyWithExclamation; diff --git a/src/components/icon/assets/magnifyWithMinus.tsx b/src/components/icon/assets/magnifyWithMinus.tsx index 7fb2281cd8b0..502500630859 100644 --- a/src/components/icon/assets/magnifyWithMinus.tsx +++ b/src/components/icon/assets/magnifyWithMinus.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMagnifyWithMinus = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMagnifyWithMinus; diff --git a/src/components/icon/assets/magnifyWithPlus.tsx b/src/components/icon/assets/magnifyWithPlus.tsx index 1e9157010078..5608ce5f7d5a 100644 --- a/src/components/icon/assets/magnifyWithPlus.tsx +++ b/src/components/icon/assets/magnifyWithPlus.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMagnifyWithPlus = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMagnifyWithPlus; diff --git a/src/components/icon/assets/map_marker.tsx b/src/components/icon/assets/map_marker.tsx index 91a633f7fff9..bb072382258e 100644 --- a/src/components/icon/assets/map_marker.tsx +++ b/src/components/icon/assets/map_marker.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMapMarker = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMapMarker; diff --git a/src/components/icon/assets/memory.tsx b/src/components/icon/assets/memory.tsx index 73665f64b197..ab4ef94ee164 100644 --- a/src/components/icon/assets/memory.tsx +++ b/src/components/icon/assets/memory.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMemory = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMemory; diff --git a/src/components/icon/assets/menu.tsx b/src/components/icon/assets/menu.tsx index 65b2639604a7..ac7d8bc09d4a 100644 --- a/src/components/icon/assets/menu.tsx +++ b/src/components/icon/assets/menu.tsx @@ -9,28 +9,27 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMenu = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMenu; diff --git a/src/components/icon/assets/menuDown.tsx b/src/components/icon/assets/menuDown.tsx index b893f4c99893..eb029eb31ba3 100644 --- a/src/components/icon/assets/menuDown.tsx +++ b/src/components/icon/assets/menuDown.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMenuDown = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMenuDown; diff --git a/src/components/icon/assets/menuLeft.tsx b/src/components/icon/assets/menuLeft.tsx index b172589519da..1d1a6f43812c 100644 --- a/src/components/icon/assets/menuLeft.tsx +++ b/src/components/icon/assets/menuLeft.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMenuLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMenuLeft; diff --git a/src/components/icon/assets/menuRight.tsx b/src/components/icon/assets/menuRight.tsx index a4c60e8b9215..00a55cc05bf9 100644 --- a/src/components/icon/assets/menuRight.tsx +++ b/src/components/icon/assets/menuRight.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMenuRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMenuRight; diff --git a/src/components/icon/assets/menuUp.tsx b/src/components/icon/assets/menuUp.tsx index 96816f9b6793..3daddb9ea040 100644 --- a/src/components/icon/assets/menuUp.tsx +++ b/src/components/icon/assets/menuUp.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMenuUp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMenuUp; diff --git a/src/components/icon/assets/merge.tsx b/src/components/icon/assets/merge.tsx index 0be71217c6d3..9783db26a6c0 100644 --- a/src/components/icon/assets/merge.tsx +++ b/src/components/icon/assets/merge.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMerge = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMerge; diff --git a/src/components/icon/assets/minimize.tsx b/src/components/icon/assets/minimize.tsx index 50a768ef37d4..c793244325e7 100644 --- a/src/components/icon/assets/minimize.tsx +++ b/src/components/icon/assets/minimize.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMinimize = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMinimize; diff --git a/src/components/icon/assets/minus.tsx b/src/components/icon/assets/minus.tsx index 9805d754d9c4..378b61f99da0 100644 --- a/src/components/icon/assets/minus.tsx +++ b/src/components/icon/assets/minus.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMinus = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconMinus; diff --git a/src/components/icon/assets/minus_in_circle.tsx b/src/components/icon/assets/minus_in_circle.tsx index 2209b66e95d1..003b90a9a816 100644 --- a/src/components/icon/assets/minus_in_circle.tsx +++ b/src/components/icon/assets/minus_in_circle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMinusInCircle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconMinusInCircle; diff --git a/src/components/icon/assets/minus_in_circle_filled.tsx b/src/components/icon/assets/minus_in_circle_filled.tsx index 1be19252d1ff..e47ed600d7fe 100644 --- a/src/components/icon/assets/minus_in_circle_filled.tsx +++ b/src/components/icon/assets/minus_in_circle_filled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMinusInCircleFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconMinusInCircleFilled; diff --git a/src/components/icon/assets/ml_classification_job.tsx b/src/components/icon/assets/ml_classification_job.tsx index 23e4eb8d2e3c..31f4619db266 100644 --- a/src/components/icon/assets/ml_classification_job.tsx +++ b/src/components/icon/assets/ml_classification_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlClassificationJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMlClassificationJob; diff --git a/src/components/icon/assets/ml_create_advanced_job.tsx b/src/components/icon/assets/ml_create_advanced_job.tsx index 6cd6aaafb2be..bfb7c72cddb1 100644 --- a/src/components/icon/assets/ml_create_advanced_job.tsx +++ b/src/components/icon/assets/ml_create_advanced_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlCreateAdvancedJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconMlCreateAdvancedJob; diff --git a/src/components/icon/assets/ml_create_multi_metric_job.tsx b/src/components/icon/assets/ml_create_multi_metric_job.tsx index 73069d958296..71aff8a3811b 100644 --- a/src/components/icon/assets/ml_create_multi_metric_job.tsx +++ b/src/components/icon/assets/ml_create_multi_metric_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlCreateMultiMetricJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMlCreateMultiMetricJob; diff --git a/src/components/icon/assets/ml_create_population_job.tsx b/src/components/icon/assets/ml_create_population_job.tsx index fd2bbc047ea4..8d071bae787c 100644 --- a/src/components/icon/assets/ml_create_population_job.tsx +++ b/src/components/icon/assets/ml_create_population_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlCreatePopulationJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMlCreatePopulationJob; diff --git a/src/components/icon/assets/ml_create_single_metric_job.tsx b/src/components/icon/assets/ml_create_single_metric_job.tsx index 3edebc3cdb08..ca58ea8da33f 100644 --- a/src/components/icon/assets/ml_create_single_metric_job.tsx +++ b/src/components/icon/assets/ml_create_single_metric_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlCreateSingleMetricJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMlCreateSingleMetricJob; diff --git a/src/components/icon/assets/ml_data_visualizer.tsx b/src/components/icon/assets/ml_data_visualizer.tsx index a017517ab0c4..3f82fe44bb29 100644 --- a/src/components/icon/assets/ml_data_visualizer.tsx +++ b/src/components/icon/assets/ml_data_visualizer.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlDataVisualizer = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMlDataVisualizer; diff --git a/src/components/icon/assets/ml_outlier_detection_job.tsx b/src/components/icon/assets/ml_outlier_detection_job.tsx index f4df25d83ed7..c347f955fa3c 100644 --- a/src/components/icon/assets/ml_outlier_detection_job.tsx +++ b/src/components/icon/assets/ml_outlier_detection_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlOutlierDetectionJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconMlOutlierDetectionJob; diff --git a/src/components/icon/assets/ml_regression_job.tsx b/src/components/icon/assets/ml_regression_job.tsx index b8dc9bacfa48..0ae3dfef3497 100644 --- a/src/components/icon/assets/ml_regression_job.tsx +++ b/src/components/icon/assets/ml_regression_job.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMlRegressionJob = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMlRegressionJob; diff --git a/src/components/icon/assets/mobile.tsx b/src/components/icon/assets/mobile.tsx index 282c71e40e9a..69dd968fe18d 100644 --- a/src/components/icon/assets/mobile.tsx +++ b/src/components/icon/assets/mobile.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMobile = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMobile; diff --git a/src/components/icon/assets/moon.tsx b/src/components/icon/assets/moon.tsx index 036729685396..6c84bfdd9ed1 100644 --- a/src/components/icon/assets/moon.tsx +++ b/src/components/icon/assets/moon.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconMoon = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconMoon; diff --git a/src/components/icon/assets/namespace.tsx b/src/components/icon/assets/namespace.tsx index 3756fd5c9d71..c55e33c2fb86 100644 --- a/src/components/icon/assets/namespace.tsx +++ b/src/components/icon/assets/namespace.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconNamespace = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconNamespace; diff --git a/src/components/icon/assets/nested.tsx b/src/components/icon/assets/nested.tsx index 513f06d7ac73..e6267ba2b09b 100644 --- a/src/components/icon/assets/nested.tsx +++ b/src/components/icon/assets/nested.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconNested = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconNested; diff --git a/src/components/icon/assets/node.tsx b/src/components/icon/assets/node.tsx index 7ac96b3d2b36..8f800e4b28a5 100644 --- a/src/components/icon/assets/node.tsx +++ b/src/components/icon/assets/node.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconNode = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconNode; diff --git a/src/components/icon/assets/number.tsx b/src/components/icon/assets/number.tsx index 85923a4d896c..c809ae5132a1 100644 --- a/src/components/icon/assets/number.tsx +++ b/src/components/icon/assets/number.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconNumber = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconNumber; diff --git a/src/components/icon/assets/offline.tsx b/src/components/icon/assets/offline.tsx index 0df0542eb49a..16d96e1021be 100644 --- a/src/components/icon/assets/offline.tsx +++ b/src/components/icon/assets/offline.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconOffline = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconOffline; diff --git a/src/components/icon/assets/online.tsx b/src/components/icon/assets/online.tsx index af4d16c9ae3a..6b92e12c1371 100644 --- a/src/components/icon/assets/online.tsx +++ b/src/components/icon/assets/online.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconOnline = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconOnline; diff --git a/src/components/icon/assets/package.tsx b/src/components/icon/assets/package.tsx index 3b61dccb9260..ff0769293fd5 100644 --- a/src/components/icon/assets/package.tsx +++ b/src/components/icon/assets/package.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPackage = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPackage; diff --git a/src/components/icon/assets/pageSelect.tsx b/src/components/icon/assets/pageSelect.tsx index 9080efeb3f7f..77de1cedf080 100644 --- a/src/components/icon/assets/pageSelect.tsx +++ b/src/components/icon/assets/pageSelect.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPageSelect = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconPageSelect; diff --git a/src/components/icon/assets/pagesSelect.tsx b/src/components/icon/assets/pagesSelect.tsx index 6f6328aa8821..e8c2016652a3 100644 --- a/src/components/icon/assets/pagesSelect.tsx +++ b/src/components/icon/assets/pagesSelect.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPagesSelect = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconPagesSelect; diff --git a/src/components/icon/assets/paint.tsx b/src/components/icon/assets/paint.tsx index a4290560566d..09adee0cae05 100644 --- a/src/components/icon/assets/paint.tsx +++ b/src/components/icon/assets/paint.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPaint = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPaint; diff --git a/src/components/icon/assets/paper_clip.tsx b/src/components/icon/assets/paper_clip.tsx index 57996a5f7fcf..256a682208ab 100644 --- a/src/components/icon/assets/paper_clip.tsx +++ b/src/components/icon/assets/paper_clip.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPaperClip = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPaperClip; diff --git a/src/components/icon/assets/partial.tsx b/src/components/icon/assets/partial.tsx index f9611f0dca0b..24d639a1dca9 100644 --- a/src/components/icon/assets/partial.tsx +++ b/src/components/icon/assets/partial.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPartial = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPartial; diff --git a/src/components/icon/assets/pause.tsx b/src/components/icon/assets/pause.tsx index 9f790526ff67..45384b76591f 100644 --- a/src/components/icon/assets/pause.tsx +++ b/src/components/icon/assets/pause.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPause = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPause; diff --git a/src/components/icon/assets/payment.tsx b/src/components/icon/assets/payment.tsx index d9f453c4bc00..94d05f56bc20 100644 --- a/src/components/icon/assets/payment.tsx +++ b/src/components/icon/assets/payment.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPayment = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPayment; diff --git a/src/components/icon/assets/pencil.tsx b/src/components/icon/assets/pencil.tsx index efde72e450f2..0a8bf9e2350a 100644 --- a/src/components/icon/assets/pencil.tsx +++ b/src/components/icon/assets/pencil.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPencil = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPencil; diff --git a/src/components/icon/assets/percent.tsx b/src/components/icon/assets/percent.tsx index 1dfccb54f470..2b6ca1015f15 100644 --- a/src/components/icon/assets/percent.tsx +++ b/src/components/icon/assets/percent.tsx @@ -9,21 +9,21 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPercent = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( @@ -39,5 +39,4 @@ const EuiIconPercent = ({ /> ); - export const icon = EuiIconPercent; diff --git a/src/components/icon/assets/pin.tsx b/src/components/icon/assets/pin.tsx index 696e19e449d5..7e4385ca06b4 100644 --- a/src/components/icon/assets/pin.tsx +++ b/src/components/icon/assets/pin.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPin = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconPin; diff --git a/src/components/icon/assets/pin_filled.tsx b/src/components/icon/assets/pin_filled.tsx index a1c4b90b1b7c..1b943e9958fb 100644 --- a/src/components/icon/assets/pin_filled.tsx +++ b/src/components/icon/assets/pin_filled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPinFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPinFilled; diff --git a/src/components/icon/assets/pivot.tsx b/src/components/icon/assets/pivot.tsx index 0c4ddd967e3a..43c70da8c00d 100644 --- a/src/components/icon/assets/pivot.tsx +++ b/src/components/icon/assets/pivot.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPivot = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconPivot; diff --git a/src/components/icon/assets/play.tsx b/src/components/icon/assets/play.tsx index 9f817b9e14f2..0746be1f61ee 100644 --- a/src/components/icon/assets/play.tsx +++ b/src/components/icon/assets/play.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPlay = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPlay; diff --git a/src/components/icon/assets/playFilled.tsx b/src/components/icon/assets/playFilled.tsx index be18bde62e14..68dd90b3dfbc 100644 --- a/src/components/icon/assets/playFilled.tsx +++ b/src/components/icon/assets/playFilled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPlayFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPlayFilled; diff --git a/src/components/icon/assets/plus.tsx b/src/components/icon/assets/plus.tsx index e78b5832343f..38da70a377ca 100644 --- a/src/components/icon/assets/plus.tsx +++ b/src/components/icon/assets/plus.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPlus = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPlus; diff --git a/src/components/icon/assets/plus_in_circle.tsx b/src/components/icon/assets/plus_in_circle.tsx index 14eac766fc2b..f1f3a58cdfe0 100644 --- a/src/components/icon/assets/plus_in_circle.tsx +++ b/src/components/icon/assets/plus_in_circle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPlusInCircle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconPlusInCircle; diff --git a/src/components/icon/assets/plus_in_circle_filled.tsx b/src/components/icon/assets/plus_in_circle_filled.tsx index e7e2ae6220a9..be0f6d997f2f 100644 --- a/src/components/icon/assets/plus_in_circle_filled.tsx +++ b/src/components/icon/assets/plus_in_circle_filled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPlusInCircleFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPlusInCircleFilled; diff --git a/src/components/icon/assets/popout.tsx b/src/components/icon/assets/popout.tsx index b846af2bd09c..74a73b8fa3d3 100644 --- a/src/components/icon/assets/popout.tsx +++ b/src/components/icon/assets/popout.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPopout = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconPopout; diff --git a/src/components/icon/assets/push.tsx b/src/components/icon/assets/push.tsx index 6b05d53ea7f3..77d7e10844a5 100644 --- a/src/components/icon/assets/push.tsx +++ b/src/components/icon/assets/push.tsx @@ -9,28 +9,27 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconPush = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconPush; diff --git a/src/components/icon/assets/question_in_circle.tsx b/src/components/icon/assets/question_in_circle.tsx index 65a91cb348a1..c0c9064e11a6 100644 --- a/src/components/icon/assets/question_in_circle.tsx +++ b/src/components/icon/assets/question_in_circle.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconQuestionInCircle = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconQuestionInCircle; diff --git a/src/components/icon/assets/quote.tsx b/src/components/icon/assets/quote.tsx index b3110094f71e..3a21c7f6dee4 100644 --- a/src/components/icon/assets/quote.tsx +++ b/src/components/icon/assets/quote.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconQuote = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconQuote; diff --git a/src/components/icon/assets/refresh.tsx b/src/components/icon/assets/refresh.tsx index d3bd201becc6..913f06cae2d9 100644 --- a/src/components/icon/assets/refresh.tsx +++ b/src/components/icon/assets/refresh.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconRefresh = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconRefresh; diff --git a/src/components/icon/assets/reporter.tsx b/src/components/icon/assets/reporter.tsx index e67ae81782c9..e2af175d125a 100644 --- a/src/components/icon/assets/reporter.tsx +++ b/src/components/icon/assets/reporter.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconReporter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconReporter; diff --git a/src/components/icon/assets/return_key.tsx b/src/components/icon/assets/return_key.tsx index 335df7c25f06..020baf199401 100644 --- a/src/components/icon/assets/return_key.tsx +++ b/src/components/icon/assets/return_key.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconReturnKey = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconReturnKey; diff --git a/src/components/icon/assets/save.tsx b/src/components/icon/assets/save.tsx index aa66b99d4e5a..4be79fe33600 100644 --- a/src/components/icon/assets/save.tsx +++ b/src/components/icon/assets/save.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSave = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSave; diff --git a/src/components/icon/assets/scale.tsx b/src/components/icon/assets/scale.tsx index d09bc3db8806..31b8e25a3a71 100644 --- a/src/components/icon/assets/scale.tsx +++ b/src/components/icon/assets/scale.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconScale = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconScale; diff --git a/src/components/icon/assets/search.tsx b/src/components/icon/assets/search.tsx index 56a8e6821707..a3eeac7895ca 100644 --- a/src/components/icon/assets/search.tsx +++ b/src/components/icon/assets/search.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSearch = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSearch; diff --git a/src/components/icon/assets/securitySignal.tsx b/src/components/icon/assets/securitySignal.tsx index 24556e3bc9a4..71d24b9667ee 100644 --- a/src/components/icon/assets/securitySignal.tsx +++ b/src/components/icon/assets/securitySignal.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSecuritySignal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconSecuritySignal; diff --git a/src/components/icon/assets/securitySignalDetected.tsx b/src/components/icon/assets/securitySignalDetected.tsx index 7f6150589318..ad3f25fa92a2 100644 --- a/src/components/icon/assets/securitySignalDetected.tsx +++ b/src/components/icon/assets/securitySignalDetected.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSecuritySignalDetected = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconSecuritySignalDetected; diff --git a/src/components/icon/assets/securitySignalResolved.tsx b/src/components/icon/assets/securitySignalResolved.tsx index eb818f4c4079..85a3a279457a 100644 --- a/src/components/icon/assets/securitySignalResolved.tsx +++ b/src/components/icon/assets/securitySignalResolved.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSecuritySignalResolved = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconSecuritySignalResolved; diff --git a/src/components/icon/assets/sessionViewer.tsx b/src/components/icon/assets/sessionViewer.tsx index 123e889e422f..fee1944e7d3b 100644 --- a/src/components/icon/assets/sessionViewer.tsx +++ b/src/components/icon/assets/sessionViewer.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSessionViewer = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconSessionViewer; diff --git a/src/components/icon/assets/shard.tsx b/src/components/icon/assets/shard.tsx index 779f56dd5bb1..f0f310d36670 100644 --- a/src/components/icon/assets/shard.tsx +++ b/src/components/icon/assets/shard.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconShard = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconShard; diff --git a/src/components/icon/assets/share.tsx b/src/components/icon/assets/share.tsx index 10dae8a20fa7..f1227e32ca65 100644 --- a/src/components/icon/assets/share.tsx +++ b/src/components/icon/assets/share.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconShare = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconShare; diff --git a/src/components/icon/assets/snowflake.tsx b/src/components/icon/assets/snowflake.tsx index f0e52ac915dd..a082e46b2002 100644 --- a/src/components/icon/assets/snowflake.tsx +++ b/src/components/icon/assets/snowflake.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSnowflake = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconSnowflake; diff --git a/src/components/icon/assets/sortAscending.tsx b/src/components/icon/assets/sortAscending.tsx index 1199374d4db0..eea3119e0e05 100644 --- a/src/components/icon/assets/sortAscending.tsx +++ b/src/components/icon/assets/sortAscending.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortAscending = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSortAscending; diff --git a/src/components/icon/assets/sortDescending.tsx b/src/components/icon/assets/sortDescending.tsx index d2d08929d036..7751641317a9 100644 --- a/src/components/icon/assets/sortDescending.tsx +++ b/src/components/icon/assets/sortDescending.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortDescending = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSortDescending; diff --git a/src/components/icon/assets/sortLeft.tsx b/src/components/icon/assets/sortLeft.tsx index 674acf0987af..470d94be392f 100644 --- a/src/components/icon/assets/sortLeft.tsx +++ b/src/components/icon/assets/sortLeft.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortLeft = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconSortLeft; diff --git a/src/components/icon/assets/sortRight.tsx b/src/components/icon/assets/sortRight.tsx index 510a5aafb930..aa94c6f54474 100644 --- a/src/components/icon/assets/sortRight.tsx +++ b/src/components/icon/assets/sortRight.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortRight = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSortRight; diff --git a/src/components/icon/assets/sort_down.tsx b/src/components/icon/assets/sort_down.tsx index 57d9e6833450..aeb08393bc04 100644 --- a/src/components/icon/assets/sort_down.tsx +++ b/src/components/icon/assets/sort_down.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortDown = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSortDown; diff --git a/src/components/icon/assets/sort_up.tsx b/src/components/icon/assets/sort_up.tsx index 605d25482f8b..82994ab850ef 100644 --- a/src/components/icon/assets/sort_up.tsx +++ b/src/components/icon/assets/sort_up.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortUp = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSortUp; diff --git a/src/components/icon/assets/sortable.tsx b/src/components/icon/assets/sortable.tsx index 102bd4f03be3..3a9647367638 100644 --- a/src/components/icon/assets/sortable.tsx +++ b/src/components/icon/assets/sortable.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSortable = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSortable; diff --git a/src/components/icon/assets/spaces.tsx b/src/components/icon/assets/spaces.tsx index 90efa45993d4..4fb4958883e0 100644 --- a/src/components/icon/assets/spaces.tsx +++ b/src/components/icon/assets/spaces.tsx @@ -9,21 +9,21 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSpaces = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconSpaces; diff --git a/src/components/icon/assets/starPlusEmpty.tsx b/src/components/icon/assets/starPlusEmpty.tsx index 16281300e29f..4cfcf2207150 100644 --- a/src/components/icon/assets/starPlusEmpty.tsx +++ b/src/components/icon/assets/starPlusEmpty.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarPlusEmpty = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarPlusEmpty; diff --git a/src/components/icon/assets/starPlusFilled.tsx b/src/components/icon/assets/starPlusFilled.tsx index 5a77d3b68338..c06c6df52cbf 100644 --- a/src/components/icon/assets/starPlusFilled.tsx +++ b/src/components/icon/assets/starPlusFilled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarPlusFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarPlusFilled; diff --git a/src/components/icon/assets/star_empty.tsx b/src/components/icon/assets/star_empty.tsx index b9bc6dc9471a..ad29f8796914 100644 --- a/src/components/icon/assets/star_empty.tsx +++ b/src/components/icon/assets/star_empty.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarEmpty = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarEmpty; diff --git a/src/components/icon/assets/star_empty_space.tsx b/src/components/icon/assets/star_empty_space.tsx index 1907a8cf28a1..16fe107e09e3 100644 --- a/src/components/icon/assets/star_empty_space.tsx +++ b/src/components/icon/assets/star_empty_space.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarEmptySpace = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarEmptySpace; diff --git a/src/components/icon/assets/star_filled.tsx b/src/components/icon/assets/star_filled.tsx index 5d35875b5731..ab959a39ba65 100644 --- a/src/components/icon/assets/star_filled.tsx +++ b/src/components/icon/assets/star_filled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarFilled; diff --git a/src/components/icon/assets/star_filled_space.tsx b/src/components/icon/assets/star_filled_space.tsx index c1440c91cfa7..f7ad58cac645 100644 --- a/src/components/icon/assets/star_filled_space.tsx +++ b/src/components/icon/assets/star_filled_space.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarFilledSpace = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarFilledSpace; diff --git a/src/components/icon/assets/star_minus_empty.tsx b/src/components/icon/assets/star_minus_empty.tsx index 97f0e044ec7f..27ddfc603ed2 100644 --- a/src/components/icon/assets/star_minus_empty.tsx +++ b/src/components/icon/assets/star_minus_empty.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarMinusEmpty = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarMinusEmpty; diff --git a/src/components/icon/assets/star_minus_filled.tsx b/src/components/icon/assets/star_minus_filled.tsx index 964074dc056f..db5bb5550190 100644 --- a/src/components/icon/assets/star_minus_filled.tsx +++ b/src/components/icon/assets/star_minus_filled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStarMinusFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStarMinusFilled; diff --git a/src/components/icon/assets/stats.tsx b/src/components/icon/assets/stats.tsx index f160f98473bd..34306f769fcd 100644 --- a/src/components/icon/assets/stats.tsx +++ b/src/components/icon/assets/stats.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStats = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconStats; diff --git a/src/components/icon/assets/stop.tsx b/src/components/icon/assets/stop.tsx index ddafcefb17b0..c0a4b332299f 100644 --- a/src/components/icon/assets/stop.tsx +++ b/src/components/icon/assets/stop.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStop = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconStop; diff --git a/src/components/icon/assets/stop_filled.tsx b/src/components/icon/assets/stop_filled.tsx index 9b1d06caba27..72e271b57b4b 100644 --- a/src/components/icon/assets/stop_filled.tsx +++ b/src/components/icon/assets/stop_filled.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStopFilled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconStopFilled; diff --git a/src/components/icon/assets/stop_slash.tsx b/src/components/icon/assets/stop_slash.tsx index 2b7e340b33a1..6cf6ffca80fa 100644 --- a/src/components/icon/assets/stop_slash.tsx +++ b/src/components/icon/assets/stop_slash.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStopSlash = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconStopSlash; diff --git a/src/components/icon/assets/storage.tsx b/src/components/icon/assets/storage.tsx index 98fe6afcbaab..806605dba666 100644 --- a/src/components/icon/assets/storage.tsx +++ b/src/components/icon/assets/storage.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconStorage = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( @@ -39,5 +39,4 @@ const EuiIconStorage = ({ ); - export const icon = EuiIconStorage; diff --git a/src/components/icon/assets/string.tsx b/src/components/icon/assets/string.tsx index f6781c752081..dac085a53e6d 100644 --- a/src/components/icon/assets/string.tsx +++ b/src/components/icon/assets/string.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconString = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconString; diff --git a/src/components/icon/assets/submodule.tsx b/src/components/icon/assets/submodule.tsx index 1d5cd4db0be0..12ddcfde534e 100644 --- a/src/components/icon/assets/submodule.tsx +++ b/src/components/icon/assets/submodule.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSubmodule = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconSubmodule; diff --git a/src/components/icon/assets/sun.tsx b/src/components/icon/assets/sun.tsx index 2c6e3674943a..e471ba8d2e06 100644 --- a/src/components/icon/assets/sun.tsx +++ b/src/components/icon/assets/sun.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSun = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSun; diff --git a/src/components/icon/assets/swatch_input.tsx b/src/components/icon/assets/swatch_input.tsx index 10d5d5f98c80..476cee76a63f 100644 --- a/src/components/icon/assets/swatch_input.tsx +++ b/src/components/icon/assets/swatch_input.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSwatchInput = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconSwatchInput; diff --git a/src/components/icon/assets/symlink.tsx b/src/components/icon/assets/symlink.tsx index 76ab4b6aa2ea..9b8531da405a 100644 --- a/src/components/icon/assets/symlink.tsx +++ b/src/components/icon/assets/symlink.tsx @@ -9,32 +9,31 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconSymlink = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconSymlink; diff --git a/src/components/icon/assets/tableOfContents.tsx b/src/components/icon/assets/tableOfContents.tsx index 3961229dc790..d3d71c97c2c6 100644 --- a/src/components/icon/assets/tableOfContents.tsx +++ b/src/components/icon/assets/tableOfContents.tsx @@ -9,21 +9,21 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTableOfContents = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( @@ -31,5 +31,4 @@ const EuiIconTableOfContents = ({ ); - export const icon = EuiIconTableOfContents; diff --git a/src/components/icon/assets/table_density_compact.tsx b/src/components/icon/assets/table_density_compact.tsx index 807b7b093557..a3421bb41ab5 100644 --- a/src/components/icon/assets/table_density_compact.tsx +++ b/src/components/icon/assets/table_density_compact.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTableDensityCompact = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTableDensityCompact; diff --git a/src/components/icon/assets/table_density_expanded.tsx b/src/components/icon/assets/table_density_expanded.tsx index f2ea56ca31bf..6e23bf094a55 100644 --- a/src/components/icon/assets/table_density_expanded.tsx +++ b/src/components/icon/assets/table_density_expanded.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTableDensityExpanded = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTableDensityExpanded; diff --git a/src/components/icon/assets/table_density_normal.tsx b/src/components/icon/assets/table_density_normal.tsx index d73c9cae61e2..0b566368cbb4 100644 --- a/src/components/icon/assets/table_density_normal.tsx +++ b/src/components/icon/assets/table_density_normal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTableDensityNormal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTableDensityNormal; diff --git a/src/components/icon/assets/tag.tsx b/src/components/icon/assets/tag.tsx index 9f9860ea55d7..700c8e4a9e7b 100644 --- a/src/components/icon/assets/tag.tsx +++ b/src/components/icon/assets/tag.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTag = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTag; diff --git a/src/components/icon/assets/tear.tsx b/src/components/icon/assets/tear.tsx index 93b2820f8351..892777bf73ba 100644 --- a/src/components/icon/assets/tear.tsx +++ b/src/components/icon/assets/tear.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTear = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTear; diff --git a/src/components/icon/assets/temperature.tsx b/src/components/icon/assets/temperature.tsx index f2c77b4ce432..23147c5e796c 100644 --- a/src/components/icon/assets/temperature.tsx +++ b/src/components/icon/assets/temperature.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTemperature = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconTemperature; diff --git a/src/components/icon/assets/timeRefresh.tsx b/src/components/icon/assets/timeRefresh.tsx index b63222a602c1..6b1e2ffa7ec3 100644 --- a/src/components/icon/assets/timeRefresh.tsx +++ b/src/components/icon/assets/timeRefresh.tsx @@ -9,33 +9,32 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTimeRefresh = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTimeRefresh; diff --git a/src/components/icon/assets/timeline.tsx b/src/components/icon/assets/timeline.tsx index 0cf4fee7833d..41bcb50ea460 100644 --- a/src/components/icon/assets/timeline.tsx +++ b/src/components/icon/assets/timeline.tsx @@ -9,30 +9,29 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTimeline = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconTimeline; diff --git a/src/components/icon/assets/timelineWithArrow.tsx b/src/components/icon/assets/timelineWithArrow.tsx index 041378c00a65..dc81800d5639 100644 --- a/src/components/icon/assets/timelineWithArrow.tsx +++ b/src/components/icon/assets/timelineWithArrow.tsx @@ -9,6 +9,7 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; @@ -17,19 +18,19 @@ const EuiIconTimelineWithArrow = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); diff --git a/src/components/icon/assets/timeslider.tsx b/src/components/icon/assets/timeslider.tsx index ae79febc0506..4e7cb77c8a13 100644 --- a/src/components/icon/assets/timeslider.tsx +++ b/src/components/icon/assets/timeslider.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTimeslider = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconTimeslider; diff --git a/src/components/icon/assets/tokenAlias.tsx b/src/components/icon/assets/tokenAlias.tsx index c084c21ac34f..f582741c8b40 100644 --- a/src/components/icon/assets/tokenAlias.tsx +++ b/src/components/icon/assets/tokenAlias.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenAlias = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenAlias; diff --git a/src/components/icon/assets/tokenAnnotation.tsx b/src/components/icon/assets/tokenAnnotation.tsx index 057cd4389c15..2aa9a884665e 100644 --- a/src/components/icon/assets/tokenAnnotation.tsx +++ b/src/components/icon/assets/tokenAnnotation.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenAnnotation = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenAnnotation; diff --git a/src/components/icon/assets/tokenArray.tsx b/src/components/icon/assets/tokenArray.tsx index dd42f4e79432..ff87485649c6 100644 --- a/src/components/icon/assets/tokenArray.tsx +++ b/src/components/icon/assets/tokenArray.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenArray = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenArray; diff --git a/src/components/icon/assets/tokenBinary.tsx b/src/components/icon/assets/tokenBinary.tsx index 987b9fee1661..329921239487 100644 --- a/src/components/icon/assets/tokenBinary.tsx +++ b/src/components/icon/assets/tokenBinary.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenBinary = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenBinary; diff --git a/src/components/icon/assets/tokenBoolean.tsx b/src/components/icon/assets/tokenBoolean.tsx index 1ba5c8330794..c27098eb5b6d 100644 --- a/src/components/icon/assets/tokenBoolean.tsx +++ b/src/components/icon/assets/tokenBoolean.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenBoolean = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenBoolean; diff --git a/src/components/icon/assets/tokenClass.tsx b/src/components/icon/assets/tokenClass.tsx index 8fc1b04735d1..a8992e0abdb0 100644 --- a/src/components/icon/assets/tokenClass.tsx +++ b/src/components/icon/assets/tokenClass.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenClass = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenClass; diff --git a/src/components/icon/assets/tokenCompletionSuggester.tsx b/src/components/icon/assets/tokenCompletionSuggester.tsx index fda22c9e6236..e1f506abe9cf 100644 --- a/src/components/icon/assets/tokenCompletionSuggester.tsx +++ b/src/components/icon/assets/tokenCompletionSuggester.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenCompletionSuggester = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - + ); - export const icon = EuiIconTokenCompletionSuggester; diff --git a/src/components/icon/assets/tokenConstant.tsx b/src/components/icon/assets/tokenConstant.tsx index 5e6fd0d16bfc..c0cc70844c85 100644 --- a/src/components/icon/assets/tokenConstant.tsx +++ b/src/components/icon/assets/tokenConstant.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenConstant = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenConstant; diff --git a/src/components/icon/assets/tokenDate.tsx b/src/components/icon/assets/tokenDate.tsx index cc821cfcb56d..e81c0ba0c048 100644 --- a/src/components/icon/assets/tokenDate.tsx +++ b/src/components/icon/assets/tokenDate.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenDate = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenDate; diff --git a/src/components/icon/assets/tokenDenseVector.tsx b/src/components/icon/assets/tokenDenseVector.tsx index 6dce2d376aeb..928303a39eb4 100644 --- a/src/components/icon/assets/tokenDenseVector.tsx +++ b/src/components/icon/assets/tokenDenseVector.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenDenseVector = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenDenseVector; diff --git a/src/components/icon/assets/tokenElement.tsx b/src/components/icon/assets/tokenElement.tsx index 305d612696ea..652e4a5ecddf 100644 --- a/src/components/icon/assets/tokenElement.tsx +++ b/src/components/icon/assets/tokenElement.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenElement = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenElement; diff --git a/src/components/icon/assets/tokenEnum.tsx b/src/components/icon/assets/tokenEnum.tsx index b9cc56ea615c..bb3f39f4a0ba 100644 --- a/src/components/icon/assets/tokenEnum.tsx +++ b/src/components/icon/assets/tokenEnum.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenEnum = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconTokenEnum; diff --git a/src/components/icon/assets/tokenEnumMember.tsx b/src/components/icon/assets/tokenEnumMember.tsx index 55989d6fbf86..13d8db9b4a28 100644 --- a/src/components/icon/assets/tokenEnumMember.tsx +++ b/src/components/icon/assets/tokenEnumMember.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenEnumMember = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenEnumMember; diff --git a/src/components/icon/assets/tokenEvent.tsx b/src/components/icon/assets/tokenEvent.tsx index bf7edde78726..baa697665cc4 100644 --- a/src/components/icon/assets/tokenEvent.tsx +++ b/src/components/icon/assets/tokenEvent.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenEvent = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenEvent; diff --git a/src/components/icon/assets/tokenException.tsx b/src/components/icon/assets/tokenException.tsx index 7f7e16e00004..6bd28f2df655 100644 --- a/src/components/icon/assets/tokenException.tsx +++ b/src/components/icon/assets/tokenException.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenException = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenException; diff --git a/src/components/icon/assets/tokenField.tsx b/src/components/icon/assets/tokenField.tsx index 01b7b4f123ff..f9abc7d404ce 100644 --- a/src/components/icon/assets/tokenField.tsx +++ b/src/components/icon/assets/tokenField.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenField = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconTokenField; diff --git a/src/components/icon/assets/tokenFile.tsx b/src/components/icon/assets/tokenFile.tsx index 70e8237e20f6..c4a066e46a03 100644 --- a/src/components/icon/assets/tokenFile.tsx +++ b/src/components/icon/assets/tokenFile.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenFile = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenFile; diff --git a/src/components/icon/assets/tokenFlattened.tsx b/src/components/icon/assets/tokenFlattened.tsx index db3d0b739ec6..21e7766552a2 100644 --- a/src/components/icon/assets/tokenFlattened.tsx +++ b/src/components/icon/assets/tokenFlattened.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenFlattened = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenFlattened; diff --git a/src/components/icon/assets/tokenFunction.tsx b/src/components/icon/assets/tokenFunction.tsx index 8bdea311648d..48f76ea9043b 100644 --- a/src/components/icon/assets/tokenFunction.tsx +++ b/src/components/icon/assets/tokenFunction.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenFunction = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenFunction; diff --git a/src/components/icon/assets/tokenGeo.tsx b/src/components/icon/assets/tokenGeo.tsx index 93b78d9f8fe3..c2bb6d2ff227 100644 --- a/src/components/icon/assets/tokenGeo.tsx +++ b/src/components/icon/assets/tokenGeo.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenGeo = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenGeo; diff --git a/src/components/icon/assets/tokenHistogram.tsx b/src/components/icon/assets/tokenHistogram.tsx index 655044dca689..c7b65a98885a 100644 --- a/src/components/icon/assets/tokenHistogram.tsx +++ b/src/components/icon/assets/tokenHistogram.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenHistogram = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconTokenHistogram; diff --git a/src/components/icon/assets/tokenIP.tsx b/src/components/icon/assets/tokenIP.tsx index 249c044e45e1..d12ac46dd572 100644 --- a/src/components/icon/assets/tokenIP.tsx +++ b/src/components/icon/assets/tokenIP.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenIP = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenIP; diff --git a/src/components/icon/assets/tokenInterface.tsx b/src/components/icon/assets/tokenInterface.tsx index 874eba3e4778..5fdd5ec7a81e 100644 --- a/src/components/icon/assets/tokenInterface.tsx +++ b/src/components/icon/assets/tokenInterface.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenInterface = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenInterface; diff --git a/src/components/icon/assets/tokenJoin.tsx b/src/components/icon/assets/tokenJoin.tsx index ba94a0d58fe6..d398d453f98a 100644 --- a/src/components/icon/assets/tokenJoin.tsx +++ b/src/components/icon/assets/tokenJoin.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenJoin = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenJoin; diff --git a/src/components/icon/assets/tokenKey.tsx b/src/components/icon/assets/tokenKey.tsx index eed4cd02f449..471ef53422f8 100644 --- a/src/components/icon/assets/tokenKey.tsx +++ b/src/components/icon/assets/tokenKey.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenKey = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenKey; diff --git a/src/components/icon/assets/tokenKeyword.tsx b/src/components/icon/assets/tokenKeyword.tsx index 7ad02c881966..3c4170d6742d 100644 --- a/src/components/icon/assets/tokenKeyword.tsx +++ b/src/components/icon/assets/tokenKeyword.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenKeyword = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( ); - export const icon = EuiIconTokenKeyword; diff --git a/src/components/icon/assets/tokenMethod.tsx b/src/components/icon/assets/tokenMethod.tsx index 77b122c5a3b4..bd64f81bd414 100644 --- a/src/components/icon/assets/tokenMethod.tsx +++ b/src/components/icon/assets/tokenMethod.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenMethod = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenMethod; diff --git a/src/components/icon/assets/tokenMetricCounter.tsx b/src/components/icon/assets/tokenMetricCounter.tsx index 1d0d1db8082d..bbc8e769755c 100644 --- a/src/components/icon/assets/tokenMetricCounter.tsx +++ b/src/components/icon/assets/tokenMetricCounter.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenMetricCounter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenMetricCounter; diff --git a/src/components/icon/assets/tokenMetricGauge.tsx b/src/components/icon/assets/tokenMetricGauge.tsx index 6f59a97a4fba..793ae7be0a50 100644 --- a/src/components/icon/assets/tokenMetricGauge.tsx +++ b/src/components/icon/assets/tokenMetricGauge.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenMetricGauge = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenMetricGauge; diff --git a/src/components/icon/assets/tokenModule.tsx b/src/components/icon/assets/tokenModule.tsx index fe9f36c95963..51e927aa7eea 100644 --- a/src/components/icon/assets/tokenModule.tsx +++ b/src/components/icon/assets/tokenModule.tsx @@ -9,28 +9,27 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenModule = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconTokenModule; diff --git a/src/components/icon/assets/tokenNamespace.tsx b/src/components/icon/assets/tokenNamespace.tsx index de0da1a95629..1e97543c127b 100644 --- a/src/components/icon/assets/tokenNamespace.tsx +++ b/src/components/icon/assets/tokenNamespace.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenNamespace = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenNamespace; diff --git a/src/components/icon/assets/tokenNested.tsx b/src/components/icon/assets/tokenNested.tsx index 97bb48dacb61..4bae09317b8f 100644 --- a/src/components/icon/assets/tokenNested.tsx +++ b/src/components/icon/assets/tokenNested.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenNested = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconTokenNested; diff --git a/src/components/icon/assets/tokenNull.tsx b/src/components/icon/assets/tokenNull.tsx index a55a162315ac..66272516c0df 100644 --- a/src/components/icon/assets/tokenNull.tsx +++ b/src/components/icon/assets/tokenNull.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenNull = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenNull; diff --git a/src/components/icon/assets/tokenNumber.tsx b/src/components/icon/assets/tokenNumber.tsx index a7a0eac3b425..41976d5f1989 100644 --- a/src/components/icon/assets/tokenNumber.tsx +++ b/src/components/icon/assets/tokenNumber.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenNumber = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenNumber; diff --git a/src/components/icon/assets/tokenObject.tsx b/src/components/icon/assets/tokenObject.tsx index f44ac7e025fc..799c1c9400a0 100644 --- a/src/components/icon/assets/tokenObject.tsx +++ b/src/components/icon/assets/tokenObject.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenObject = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenObject; diff --git a/src/components/icon/assets/tokenOperator.tsx b/src/components/icon/assets/tokenOperator.tsx index 6cf8fab3d978..76496bee5b0c 100644 --- a/src/components/icon/assets/tokenOperator.tsx +++ b/src/components/icon/assets/tokenOperator.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenOperator = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenOperator; diff --git a/src/components/icon/assets/tokenPackage.tsx b/src/components/icon/assets/tokenPackage.tsx index 095a9e93a49e..ad487a84b7a5 100644 --- a/src/components/icon/assets/tokenPackage.tsx +++ b/src/components/icon/assets/tokenPackage.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenPackage = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenPackage; diff --git a/src/components/icon/assets/tokenParameter.tsx b/src/components/icon/assets/tokenParameter.tsx index df1326bf4bac..111450de6c10 100644 --- a/src/components/icon/assets/tokenParameter.tsx +++ b/src/components/icon/assets/tokenParameter.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenParameter = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenParameter; diff --git a/src/components/icon/assets/tokenPercolator.tsx b/src/components/icon/assets/tokenPercolator.tsx index a350a334cc41..8e94b6b72c53 100644 --- a/src/components/icon/assets/tokenPercolator.tsx +++ b/src/components/icon/assets/tokenPercolator.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenPercolator = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenPercolator; diff --git a/src/components/icon/assets/tokenProperty.tsx b/src/components/icon/assets/tokenProperty.tsx index 7675af870d0e..d35cda1a52db 100644 --- a/src/components/icon/assets/tokenProperty.tsx +++ b/src/components/icon/assets/tokenProperty.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenProperty = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenProperty; diff --git a/src/components/icon/assets/tokenRange.tsx b/src/components/icon/assets/tokenRange.tsx index daf78f4e2b9f..8e3e6f320e0a 100644 --- a/src/components/icon/assets/tokenRange.tsx +++ b/src/components/icon/assets/tokenRange.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenRange = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenRange; diff --git a/src/components/icon/assets/tokenRankFeature.tsx b/src/components/icon/assets/tokenRankFeature.tsx index 2dddddaae239..c9818a9299e0 100644 --- a/src/components/icon/assets/tokenRankFeature.tsx +++ b/src/components/icon/assets/tokenRankFeature.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenRankFeature = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenRankFeature; diff --git a/src/components/icon/assets/tokenRankFeatures.tsx b/src/components/icon/assets/tokenRankFeatures.tsx index e89fd42fee2f..3769d1b3c617 100644 --- a/src/components/icon/assets/tokenRankFeatures.tsx +++ b/src/components/icon/assets/tokenRankFeatures.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenRankFeatures = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenRankFeatures; diff --git a/src/components/icon/assets/tokenRepo.tsx b/src/components/icon/assets/tokenRepo.tsx index 0ce029ca5a7a..efbc67be1122 100644 --- a/src/components/icon/assets/tokenRepo.tsx +++ b/src/components/icon/assets/tokenRepo.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenRepo = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenRepo; diff --git a/src/components/icon/assets/tokenSearchType.tsx b/src/components/icon/assets/tokenSearchType.tsx index 3780a872a5dc..7fb49af7e2df 100644 --- a/src/components/icon/assets/tokenSearchType.tsx +++ b/src/components/icon/assets/tokenSearchType.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenSearchType = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenSearchType; diff --git a/src/components/icon/assets/tokenShape.tsx b/src/components/icon/assets/tokenShape.tsx index e999100714ed..97ca81a7157e 100644 --- a/src/components/icon/assets/tokenShape.tsx +++ b/src/components/icon/assets/tokenShape.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenShape = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenShape; diff --git a/src/components/icon/assets/tokenString.tsx b/src/components/icon/assets/tokenString.tsx index 73807361b104..da8d60ef294a 100644 --- a/src/components/icon/assets/tokenString.tsx +++ b/src/components/icon/assets/tokenString.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenString = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenString; diff --git a/src/components/icon/assets/tokenStruct.tsx b/src/components/icon/assets/tokenStruct.tsx index 1e13ab1672b7..94f6257e4f5f 100644 --- a/src/components/icon/assets/tokenStruct.tsx +++ b/src/components/icon/assets/tokenStruct.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenStruct = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenStruct; diff --git a/src/components/icon/assets/tokenSymbol.tsx b/src/components/icon/assets/tokenSymbol.tsx index c8a8996854e0..2e2464dd70c3 100644 --- a/src/components/icon/assets/tokenSymbol.tsx +++ b/src/components/icon/assets/tokenSymbol.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenSymbol = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenSymbol; diff --git a/src/components/icon/assets/tokenTag.tsx b/src/components/icon/assets/tokenTag.tsx index a61ab632b610..d8ee731922eb 100644 --- a/src/components/icon/assets/tokenTag.tsx +++ b/src/components/icon/assets/tokenTag.tsx @@ -9,31 +9,30 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenTag = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenTag; diff --git a/src/components/icon/assets/tokenText.tsx b/src/components/icon/assets/tokenText.tsx index 8d67e9e30b6c..055543d04743 100644 --- a/src/components/icon/assets/tokenText.tsx +++ b/src/components/icon/assets/tokenText.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenText = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenText; diff --git a/src/components/icon/assets/tokenTokenCount.tsx b/src/components/icon/assets/tokenTokenCount.tsx index 05aab9d6a6b9..ac58bd4420d3 100644 --- a/src/components/icon/assets/tokenTokenCount.tsx +++ b/src/components/icon/assets/tokenTokenCount.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenTokenCount = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTokenTokenCount; diff --git a/src/components/icon/assets/tokenVariable.tsx b/src/components/icon/assets/tokenVariable.tsx index a4f4715d8620..8d42761e9461 100644 --- a/src/components/icon/assets/tokenVariable.tsx +++ b/src/components/icon/assets/tokenVariable.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTokenVariable = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} ); - export const icon = EuiIconTokenVariable; diff --git a/src/components/icon/assets/training.tsx b/src/components/icon/assets/training.tsx index 9520e24e3cf4..8a6d9b7c5a26 100644 --- a/src/components/icon/assets/training.tsx +++ b/src/components/icon/assets/training.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTraining = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTraining; diff --git a/src/components/icon/assets/trash.tsx b/src/components/icon/assets/trash.tsx index 80694cb643d6..fad0eef74de5 100644 --- a/src/components/icon/assets/trash.tsx +++ b/src/components/icon/assets/trash.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconTrash = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconTrash; diff --git a/src/components/icon/assets/unfold.tsx b/src/components/icon/assets/unfold.tsx index a182d57354de..e4d72559a503 100644 --- a/src/components/icon/assets/unfold.tsx +++ b/src/components/icon/assets/unfold.tsx @@ -9,25 +9,24 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconUnfold = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconUnfold; diff --git a/src/components/icon/assets/unlink.tsx b/src/components/icon/assets/unlink.tsx index 6e4e75802bdd..e4da3f1d3db1 100644 --- a/src/components/icon/assets/unlink.tsx +++ b/src/components/icon/assets/unlink.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconUnlink = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconUnlink; diff --git a/src/components/icon/assets/user.tsx b/src/components/icon/assets/user.tsx index 3cf6b5f12eda..1d5bdc50bb53 100644 --- a/src/components/icon/assets/user.tsx +++ b/src/components/icon/assets/user.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconUser = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title} : null} - + ); - export const icon = EuiIconUser; diff --git a/src/components/icon/assets/userAvatar.tsx b/src/components/icon/assets/userAvatar.tsx index dc9bff34adc1..2cb7e7d16f4e 100644 --- a/src/components/icon/assets/userAvatar.tsx +++ b/src/components/icon/assets/userAvatar.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconUserAvatar = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconUserAvatar; diff --git a/src/components/icon/assets/users.tsx b/src/components/icon/assets/users.tsx index 3cfdc0eea053..8b2997974479 100644 --- a/src/components/icon/assets/users.tsx +++ b/src/components/icon/assets/users.tsx @@ -9,34 +9,33 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconUsers = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} ); - export const icon = EuiIconUsers; diff --git a/src/components/icon/assets/vector.tsx b/src/components/icon/assets/vector.tsx index 06f08da49c69..53cf93817441 100644 --- a/src/components/icon/assets/vector.tsx +++ b/src/components/icon/assets/vector.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVector = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVector; diff --git a/src/components/icon/assets/videoPlayer.tsx b/src/components/icon/assets/videoPlayer.tsx index 1cc11e452848..d6ad58af52c6 100644 --- a/src/components/icon/assets/videoPlayer.tsx +++ b/src/components/icon/assets/videoPlayer.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVideoPlayer = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVideoPlayer; diff --git a/src/components/icon/assets/vis_area.tsx b/src/components/icon/assets/vis_area.tsx index d0ce95aae0ad..f258abad6683 100644 --- a/src/components/icon/assets/vis_area.tsx +++ b/src/components/icon/assets/vis_area.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisArea = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisArea; diff --git a/src/components/icon/assets/vis_area_stacked.tsx b/src/components/icon/assets/vis_area_stacked.tsx index c57c8376e52c..3ebe9363cacb 100644 --- a/src/components/icon/assets/vis_area_stacked.tsx +++ b/src/components/icon/assets/vis_area_stacked.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisAreaStacked = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisAreaStacked; diff --git a/src/components/icon/assets/vis_bar_horizontal.tsx b/src/components/icon/assets/vis_bar_horizontal.tsx index 1dc9048190d1..bebbd2b96741 100644 --- a/src/components/icon/assets/vis_bar_horizontal.tsx +++ b/src/components/icon/assets/vis_bar_horizontal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisBarHorizontal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisBarHorizontal; diff --git a/src/components/icon/assets/vis_bar_horizontal_stacked.tsx b/src/components/icon/assets/vis_bar_horizontal_stacked.tsx index 180dbe54e55a..a443b58d6e3a 100644 --- a/src/components/icon/assets/vis_bar_horizontal_stacked.tsx +++ b/src/components/icon/assets/vis_bar_horizontal_stacked.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisBarHorizontalStacked = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisBarHorizontalStacked; diff --git a/src/components/icon/assets/vis_bar_vertical.tsx b/src/components/icon/assets/vis_bar_vertical.tsx index e98df3a6165f..f97ce6505549 100644 --- a/src/components/icon/assets/vis_bar_vertical.tsx +++ b/src/components/icon/assets/vis_bar_vertical.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisBarVertical = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisBarVertical; diff --git a/src/components/icon/assets/vis_bar_vertical_stacked.tsx b/src/components/icon/assets/vis_bar_vertical_stacked.tsx index 24008aa047be..186d3049824a 100644 --- a/src/components/icon/assets/vis_bar_vertical_stacked.tsx +++ b/src/components/icon/assets/vis_bar_vertical_stacked.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisBarVerticalStacked = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisBarVerticalStacked; diff --git a/src/components/icon/assets/vis_gauge.tsx b/src/components/icon/assets/vis_gauge.tsx index 6a3eaa9e8250..20de00cbcb59 100644 --- a/src/components/icon/assets/vis_gauge.tsx +++ b/src/components/icon/assets/vis_gauge.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisGauge = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisGauge; diff --git a/src/components/icon/assets/vis_goal.tsx b/src/components/icon/assets/vis_goal.tsx index 588d1efec1cf..72eb3fa10767 100644 --- a/src/components/icon/assets/vis_goal.tsx +++ b/src/components/icon/assets/vis_goal.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisGoal = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisGoal; diff --git a/src/components/icon/assets/vis_line.tsx b/src/components/icon/assets/vis_line.tsx index 237f0b0daef4..5ccecabd1e45 100644 --- a/src/components/icon/assets/vis_line.tsx +++ b/src/components/icon/assets/vis_line.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisLine = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisLine; diff --git a/src/components/icon/assets/vis_map_coordinate.tsx b/src/components/icon/assets/vis_map_coordinate.tsx index 5c4150d663a0..e69fbbfd4ad0 100644 --- a/src/components/icon/assets/vis_map_coordinate.tsx +++ b/src/components/icon/assets/vis_map_coordinate.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisMapCoordinate = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisMapCoordinate; diff --git a/src/components/icon/assets/vis_map_region.tsx b/src/components/icon/assets/vis_map_region.tsx index ba9068f60d2f..71f06153ef19 100644 --- a/src/components/icon/assets/vis_map_region.tsx +++ b/src/components/icon/assets/vis_map_region.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisMapRegion = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisMapRegion; diff --git a/src/components/icon/assets/vis_metric.tsx b/src/components/icon/assets/vis_metric.tsx index 187c78177178..59c5276861b0 100644 --- a/src/components/icon/assets/vis_metric.tsx +++ b/src/components/icon/assets/vis_metric.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisMetric = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisMetric; diff --git a/src/components/icon/assets/vis_pie.tsx b/src/components/icon/assets/vis_pie.tsx index efa03210fe7f..1db78500228f 100644 --- a/src/components/icon/assets/vis_pie.tsx +++ b/src/components/icon/assets/vis_pie.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisPie = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisPie; diff --git a/src/components/icon/assets/vis_table.tsx b/src/components/icon/assets/vis_table.tsx index 9c403dc65c9f..41f4ff2a0c2b 100644 --- a/src/components/icon/assets/vis_table.tsx +++ b/src/components/icon/assets/vis_table.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisTable = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisTable; diff --git a/src/components/icon/assets/vis_tag_cloud.tsx b/src/components/icon/assets/vis_tag_cloud.tsx index f5d592bb6a2e..b64bc9a5b452 100644 --- a/src/components/icon/assets/vis_tag_cloud.tsx +++ b/src/components/icon/assets/vis_tag_cloud.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisTagCloud = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisTagCloud; diff --git a/src/components/icon/assets/vis_text.tsx b/src/components/icon/assets/vis_text.tsx index 98581e5c8a37..8c2451b59bdb 100644 --- a/src/components/icon/assets/vis_text.tsx +++ b/src/components/icon/assets/vis_text.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisText = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisText; diff --git a/src/components/icon/assets/vis_timelion.tsx b/src/components/icon/assets/vis_timelion.tsx index 5e7038a3289a..1798458204b2 100644 --- a/src/components/icon/assets/vis_timelion.tsx +++ b/src/components/icon/assets/vis_timelion.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisTimelion = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisTimelion; diff --git a/src/components/icon/assets/vis_vega.tsx b/src/components/icon/assets/vis_vega.tsx index 6737807f4a16..91001ef45799 100644 --- a/src/components/icon/assets/vis_vega.tsx +++ b/src/components/icon/assets/vis_vega.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisVega = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisVega; diff --git a/src/components/icon/assets/vis_visual_builder.tsx b/src/components/icon/assets/vis_visual_builder.tsx index 08261bcf3af5..cb1638cb1bfc 100644 --- a/src/components/icon/assets/vis_visual_builder.tsx +++ b/src/components/icon/assets/vis_visual_builder.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconVisVisualBuilder = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconVisVisualBuilder; diff --git a/src/components/icon/assets/warning.tsx b/src/components/icon/assets/warning.tsx index 33cc79476192..3a08b7a973c4 100644 --- a/src/components/icon/assets/warning.tsx +++ b/src/components/icon/assets/warning.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconWarning = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - - + + ); - export const icon = EuiIconWarning; diff --git a/src/components/icon/assets/wordWrap.tsx b/src/components/icon/assets/wordWrap.tsx index d8860df93717..6c86fe2dcc30 100644 --- a/src/components/icon/assets/wordWrap.tsx +++ b/src/components/icon/assets/wordWrap.tsx @@ -9,28 +9,27 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconWordWrap = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconWordWrap; diff --git a/src/components/icon/assets/wordWrapDisabled.tsx b/src/components/icon/assets/wordWrapDisabled.tsx index 4196db873ea8..d36df88a7631 100644 --- a/src/components/icon/assets/wordWrapDisabled.tsx +++ b/src/components/icon/assets/wordWrapDisabled.tsx @@ -9,27 +9,26 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconWordWrapDisabled = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconWordWrapDisabled; diff --git a/src/components/icon/assets/wrench.tsx b/src/components/icon/assets/wrench.tsx index d102628c0db6..7a5e8e164f73 100644 --- a/src/components/icon/assets/wrench.tsx +++ b/src/components/icon/assets/wrench.tsx @@ -9,16 +9,16 @@ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; +import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } - const EuiIconWrench = ({ title, titleId, ...props -}: React.SVGProps & SVGRProps) => ( +}: SVGProps & SVGRProps) => ( {title ? {title} : null} - + ); - export const icon = EuiIconWrench;