diff --git a/packages/eui/changelogs/upcoming/7873.md b/packages/eui/changelogs/upcoming/7873.md new file mode 100644 index 00000000000..1b9049dfaf6 --- /dev/null +++ b/packages/eui/changelogs/upcoming/7873.md @@ -0,0 +1 @@ +- Added `anomalyChart`, `anomalySwimLane`, `changePointDetection`, `fieldStatistics`, `logPatternAnalysis`, `logRateAnalysis` and `singleMetricViewer` glyph to `EuiIcon` \ No newline at end of file diff --git a/packages/eui/src-docs/src/views/icon/icons.js b/packages/eui/src-docs/src/views/icon/icons.js index 6274d3edb8e..ad0bfcbf57d 100644 --- a/packages/eui/src-docs/src/views/icon/icons.js +++ b/packages/eui/src-docs/src/views/icon/icons.js @@ -15,6 +15,8 @@ export const iconTypes = [ 'aggregate', 'analyzeEvent', 'annotation', + 'anomalyChart', + 'anomalySwimLane', 'apmTrace', 'apps', 'arrowDown', @@ -40,6 +42,7 @@ export const iconTypes = [ 'bug', 'bullseye', 'calendar', + 'changePointDetection', 'check', 'checkInCircleFilled', 'cheer', @@ -97,6 +100,7 @@ export const iconTypes = [ 'faceHappy', 'faceNeutral', 'faceSad', + 'fieldStatistics', 'filter', 'filterExclude', 'filterIgnore', @@ -162,6 +166,8 @@ export const iconTypes = [ 'listAdd', 'lock', 'lockOpen', + 'logPatternAnalysis', + 'logRateAnalysis', 'logstashFilter', 'logstashIf', 'logstashInput', @@ -229,6 +235,7 @@ export const iconTypes = [ 'sessionViewer', 'shard', 'share', + 'singleMetricViewer', 'snowflake', 'sortable', 'sortAscending', diff --git a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap index 8a5bef95744..ae65b0f0657 100644 --- a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -670,6 +670,47 @@ exports[`EuiIcon props type annotation is rendered 1`] = ` `; +exports[`EuiIcon props type anomalyChart is rendered 1`] = ` + +`; + +exports[`EuiIcon props type anomalySwimLane is rendered 1`] = ` + +`; + exports[`EuiIcon props type apmApp is rendered 1`] = `