Skip to content

Commit

Permalink
Revert "Add analyze event glyph to EuiIcon (elastic#3729)"
Browse files Browse the repository at this point in the history
This reverts commit 5bf2918.
  • Loading branch information
anishagg17 committed Jul 20, 2020
1 parent a8e45ed commit 6794865
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added `analyzeEvent` glyph in `EuiIcon` ([#3729](https://github.com/elastic/eui/pull/3729))
- Updated `EuiComboBox` to allow the options list to open for single selection custom options ([#3706](https://github.com/elastic/eui/pull/3706))
- Added `useEuiI18n` hook for localization ([#3749](https://github.com/elastic/eui/pull/3749))

Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const iconTypes = [
'accessibility',
'aggregate',
'alert',
'analyzeEvent',
'annotation',
'apmTrace',
'apps',
Expand Down
18 changes: 0 additions & 18 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -566,24 +566,6 @@ exports[`EuiIcon props type alert is rendered 1`] = `
</svg>
`;

exports[`EuiIcon props type analyzeEvent is rendered 1`] = `
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoaded"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="14"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13.924 4.013a.605.605 0 00-.228-.236L7.304.082a.607.607 0 00-.608 0L.304 3.777A.62.62 0 000 4.304v7.392c0 .217.116.418.304.527l6.392 3.695c.188.11.42.11.608 0l6.392-3.695a.609.609 0 00.304-.527V4.304a.607.607 0 00-.076-.291zM1 5.079v6.391l6 3.47 6-3.47V5.08L7.252 8.432 7 8.579l-.252-.147L1 5.079zm11.476-.852L7 1.06 1.524 4.227 7 7.42l5.476-3.194z"
fill-rule="evenodd"
/>
</svg>
`;

exports[`EuiIcon props type annotation is rendered 1`] = `
<svg
aria-hidden="true"
Expand Down
19 changes: 0 additions & 19 deletions src/components/icon/assets/analyze_event.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/icon/assets/analyze_event.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/components/icon/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const typeToPathMap = {
advancedSettingsApp: 'app_advanced_settings',
aggregate: 'aggregate',
alert: 'alert',
analyzeEvent: 'analyze_event',
annotation: 'annotation',
apmApp: 'app_apm',
apmTrace: 'apm_trace',
Expand Down

0 comments on commit 6794865

Please sign in to comment.