diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e2e0e29..02ea8cbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### 📈 Features/Enhancements - Add bookOpen, compass, dashboard, functionAdd, lineChart, pulse, radar, and rocket icons ([#1443](https://github.com/opensearch-project/oui/pull/1443)) - Update v9 theme colors ([#1446](https://github.com/opensearch-project/oui/pull/1446)) +- Add sparkleFilled icon ([#1452](https://github.com/opensearch-project/oui/pull/1452)) ### 🐛 Bug Fixes diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js index b50ee11db..47a871358 100644 --- a/src-docs/src/views/icon/icons.js +++ b/src-docs/src/views/icon/icons.js @@ -229,6 +229,7 @@ export const iconTypes = [ 'sortLeft', 'sortRight', 'sortUp', + 'sparkleFilled', 'starEmpty', 'starEmptySpace', 'starFilled', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index 0c9905334..f2a127e42 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -8158,6 +8158,27 @@ exports[`OuiIcon props type spacesApp is rendered 1`] = ` `; +exports[`OuiIcon props type sparkleFilled is rendered 1`] = ` + +`; + exports[`OuiIcon props type sqlApp is rendered 1`] = `