Skip to content

Commit

Permalink
New product logos (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
snide authored Nov 1, 2018
1 parent 52815bd commit b510093
Show file tree
Hide file tree
Showing 21 changed files with 350 additions and 165 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added updated and new product logos to `EuiIcon` ([#1279](https://github.com/elastic/eui/pull/1279))

**Framer X**

- Added Framer component for `EuiDescirptionList` ([#1276](https://github.com/elastic/eui/pull/1276))
Expand Down
8 changes: 7 additions & 1 deletion src-docs/src/views/icon/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ import {
} from '../../../../src/components';

const iconTypes = [
'logoAPM',
'logoAppSearch',
'logoBeats',
'logoBusinessAnalytics',
'logoCloud',
'logoCloudEnterprise',
'logoElastic',
'logoElasticsearch',
'logoElasticStack',
'logoElasticsearch',
'logoEnterpriseSearch',
'logoKibana',
'logoLogstash',
'logoMetrics',
'logoSiteSearch',
'logoXpack',
].sort();

Expand Down
2 changes: 0 additions & 2 deletions src/components/header/__snapshots__/header_logo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ exports[`EuiHeaderLogo is rendered 1`] = `
>
<g
fill="none"
fill-rule="evenodd"
>
<path
d="M11.934 13.152l7.353 3.356 7.42-6.507c.107-.537.16-1.072.16-1.633 0-4.578-3.721-8.303-8.295-8.303a8.288 8.288 0 0 0-6.84 3.61l-1.234 6.409 1.436 3.068z"
Expand Down Expand Up @@ -64,7 +63,6 @@ exports[`EuiHeaderLogo renders href 1`] = `
>
<g
fill="none"
fill-rule="evenodd"
>
<path
d="M11.934 13.152l7.353 3.356 7.42-6.507c.107-.537.16-1.072.16-1.633 0-4.578-3.721-8.303-8.295-8.303a8.288 8.288 0 0 0-6.84 3.61l-1.234 6.409 1.436 3.068z"
Expand Down
Loading

0 comments on commit b510093

Please sign in to comment.