Skip to content

Commit

Permalink
add elastic search
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Oct 23, 2017
1 parent 0c09ce2 commit 134ff2c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/views/icon/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const iconTypes = [
'logoGmail',
'logoWebhook',
'logoElastic',
'logoElasticSearch',
'logoElasticStack',
'logoBeats',
'logoLogstash',
Expand Down
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.
2 changes: 2 additions & 0 deletions src/components/icon/icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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 @@ -109,6 +110,7 @@ const typeToIconMap = {
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 134ff2c

Please sign in to comment.