diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfcf3c93a7..994d23d1472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [`master`](https://github.com/elastic/eui/tree/master) - Added TypeScript definitions for `EuiBasicTable`, `EuiInMemoryTable`, and related components ([#2428](https://github.com/elastic/eui/pull/2428)) +- Updated `logoSecurity` and `appSecurityAnalytics` icons ([#2613](https://github.com/elastic/eui/pull/2613)) **Bug fixes** diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index 1d736ba5ed1..5e363cb51a0 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -5590,16 +5590,16 @@ exports[`EuiIcon props type logoSecurity is rendered 1`] = ` Logo Security `; @@ -6856,11 +6856,11 @@ exports[`EuiIcon props type securityAnalyticsApp is rendered 1`] = ` Security Analytics App `; diff --git a/src/components/icon/assets/app_security_analytics.js b/src/components/icon/assets/app_security_analytics.js index 6dbb3711850..ed714803cb1 100644 --- a/src/components/icon/assets/app_security_analytics.js +++ b/src/components/icon/assets/app_security_analytics.js @@ -8,10 +8,10 @@ const EuiIconAppSecurityAnalytics = ({ title, ...props }) => ( xmlns="http://www.w3.org/2000/svg" {...props}> {title} - + ); diff --git a/src/components/icon/assets/app_security_analytics.svg b/src/components/icon/assets/app_security_analytics.svg index d23df869226..948d029d3ff 100644 --- a/src/components/icon/assets/app_security_analytics.svg +++ b/src/components/icon/assets/app_security_analytics.svg @@ -1,8 +1,4 @@ - - - - - - + + diff --git a/src/components/icon/assets/logo_security.js b/src/components/icon/assets/logo_security.js index e6690f5deed..7d4bb569d9d 100644 --- a/src/components/icon/assets/logo_security.js +++ b/src/components/icon/assets/logo_security.js @@ -9,13 +9,16 @@ const EuiIconLogoSecurity = ({ title, ...props }) => ( {...props}> {title} + - ); diff --git a/src/components/icon/assets/logo_security.svg b/src/components/icon/assets/logo_security.svg index f0dcdc04e79..d9d227569b4 100644 --- a/src/components/icon/assets/logo_security.svg +++ b/src/components/icon/assets/logo_security.svg @@ -1,5 +1,5 @@ - - - + + +