Skip to content

Commit

Permalink
Merge pull request #4 from snide/icon/es_logo
Browse files Browse the repository at this point in the history
Add elastic logo icon
  • Loading branch information
snide authored Oct 23, 2017
2 parents 2c6d2a4 + 134ff2c commit b5817ca
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/guide_nav/guide_nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class GuideNav extends Component {
className="guideLogo"
onClick={this.props.onShowChrome}
>
<KuiIcon type="logoElasticStack" size="large" />
<KuiIcon type="logoElastic" size="large" />
</Link>
</KuiFlexItem>
<KuiFlexItem grow={false}>
Expand Down
2 changes: 2 additions & 0 deletions docs/src/views/icon/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const iconTypes = [
'logoSlack',
'logoGmail',
'logoWebhook',
'logoElastic',
'logoElasticSearch',
'logoElasticStack',
'logoBeats',
'logoLogstash',
Expand Down
10 changes: 10 additions & 0 deletions src/components/icon/assets/logo_elastic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/components/icon/assets/logo_elastic_search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ import './assets/list.svg';
import './assets/lock.svg';
import './assets/logo_beats.svg';
import './assets/logo_cloud.svg';
import './assets/logo_elastic.svg';
import './assets/logo_elastic_search.svg';
import './assets/logo_elastic_stack.svg';
import './assets/logo_gmail.svg';
import './assets/logo_logstash.svg';
Expand Down Expand Up @@ -107,6 +109,8 @@ const typeToIconMap = {
loggingApp: 'app_logging',
logoBeats: 'logo_beats',
logoCloud: 'logo_cloud',
logoElastic: 'logo_elastic',
logoElasticSearch: 'logo_elastic_search',
logoElasticStack: 'logo_elastic_stack',
logoGmail: 'logo_gmail',
logoKibana: 'logo_kibana',
Expand Down

0 comments on commit b5817ca

Please sign in to comment.