diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec75160c2..e1d90a0da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Adjust $ouiFormInputGroupLabelBackground color in dark `next` theme ([#1005](https://github.com/opensearch-project/oui/pull/1005)) - Adjust background color of OuiToolTip in `next` theme ([#1004](https://github.com/opensearch-project/oui/pull/1004)) - Add new `middle-out` order prop option to `OuiPaletteColorBlind` ([#856](https://github.com/opensearch-project/oui/pull/856)) +- Add new icons for OpenSearch Dashboards v2.10.0 ([#1014](https://github.com/opensearch-project/oui/pull/1014)) ### 🐛 Bug Fixes diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js index 82c4eadda3..e727245082 100644 --- a/src-docs/src/views/icon/icons.js +++ b/src-docs/src/views/icon/icons.js @@ -47,7 +47,10 @@ export const iconTypes = [ 'bug', 'bullseye', 'calendar', + 'chatLeft', + 'chatRight', 'check', + 'checkInCircleEmpty', 'checkInCircleFilled', 'cheer', 'clock', @@ -124,6 +127,10 @@ export const iconTypes = [ 'indexSettings', 'inputOutput', 'inspect', + 'integrationGeneral', + 'integrationObservability', + 'integrationSearch', + 'integrationSecurity', 'invert', 'ip', 'keyboardShortcut', @@ -186,6 +193,7 @@ export const iconTypes = [ 'questionInCircle', 'quote', 'radius', + 'redeploy', 'refresh', 'reporter', 'returnKey', @@ -226,10 +234,13 @@ export const iconTypes = [ 'tag', 'tear', 'temperature', + 'thumbsDown', + 'thumbsUp', 'timeline', 'timeslider', 'training', 'trash', + 'undeploy', 'unfold', 'unlink', 'user', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index f9903c1cdf..45c11b0451 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -1053,6 +1053,40 @@ exports[`OuiIcon props type canvasApp is rendered 1`] = ` `; +exports[`OuiIcon props type chatLeft is rendered 1`] = ` + +`; + +exports[`OuiIcon props type chatRight is rendered 1`] = ` + +`; + exports[`OuiIcon props type check is rendered 1`] = `