Skip to content

Commit

Permalink
Added logo for EMS (Elastic Map Service)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jun 7, 2018
1 parent 3344b9f commit 130bd22
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions src-docs/src/views/icon/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const iconTypes = [
'dashboardApp',
'devToolsApp',
'discoverApp',
'emsApp',
'graphApp',
'grokApp',
'indexPatternApp',
Expand Down
40 changes: 40 additions & 0 deletions src/components/icon/__snapshots__/icon.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,46 @@ exports[`EuiIcon props type empty is rendered 1`] = `
/>
`;

exports[`EuiIcon props type emsApp is rendered 1`] = `
<svg
class="euiIcon euiIcon--medium"
focusable="false"
height="32"
viewBox="0 0 32 32"
width="32"
xmlns="http://www.w3.org/2000/svg"
>
<g
fill="none"
fill-rule="evenodd"
>
<path
d="M16.016 4.857L.016 14l16 9.143 16-9.143z"
fill="#00BEB2"
/>
<path
d="M16.016 12.848L32.03 22l-16.015 9.152L0 22l16.016-9.152zm0 2.304L4.03 22l11.985 6.848L28 22l-11.984-6.848z"
fill="#00BEB2"
fill-rule="nonzero"
/>
<path
d="M16.016 15.5c4.333-3.333 6.5-6.333 6.5-9 0-4-2.91-6.5-6.5-6.5s-6.5 2.5-6.5 6.5c0 2.667 2.166 5.667 6.5 9z"
fill="#00A8E4"
/>
<path
d="M22.177 8.378c-.763 2.175-2.817 4.55-6.161 7.122-3.345-2.573-5.399-4.947-6.162-7.122l6.162-3.52 6.161 3.52z"
fill="#007899"
/>
<circle
cx="16.016"
cy="6.5"
fill="#FFF"
r="3"
/>
</g>
</svg>
`;

exports[`EuiIcon props type exit is rendered 1`] = `
<svg
class="euiIcon euiIcon--medium"
Expand Down
9 changes: 9 additions & 0 deletions src/components/icon/assets/app_ems.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 @@ -55,6 +55,7 @@ import editorUnderline from './assets/editor_underline.svg';
import editorOrderedList from './assets/editor_ordered_list.svg';
import editorUnorderedList from './assets/editor_unordered_list.svg';
import empty from './assets/empty.svg';
import emsApp from './assets/app_ems.svg';
import exit from './assets/exit.svg';
import expand from './assets/expand.svg';
import exportAction from './assets/export.svg';
Expand Down Expand Up @@ -225,6 +226,7 @@ const typeToIconMap = {
editorOrderedList,
editorUnorderedList,
empty,
emsApp,
exit,
expand,
exportAction,
Expand Down

0 comments on commit 130bd22

Please sign in to comment.