diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd756b1..756d9383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ This is a major release, and it might be not compatible with your current usage - function to calculate the difference between 2 colors using the simple CIE76 formula - `textToColorHash()` - function to calculate a color from a text string +- new icons + - `artefact-task-sqlupdatequeryoperator` + - `artefact-task-customsqlexecution` ### Removed diff --git a/src/components/Icon/canonicalIconNames.tsx b/src/components/Icon/canonicalIconNames.tsx index afee3ae0..1070e4c3 100644 --- a/src/components/Icon/canonicalIconNames.tsx +++ b/src/components/Icon/canonicalIconNames.tsx @@ -23,6 +23,8 @@ const canonicalIcons = { "artefact-task-pivot": icons.Transpose, "artefact-task-unpivot": icons.Transpose, "artefact-task-concatenatetofile": icons.DocumentExport, + "artefact-task-sqlupdatequeryoperator": icons.Sql, + "artefact-task-customsqlexecution": icons.Sql, "artefact-dataset-csv": icons.Csv, "artefact-dataset-eccencadataplatform": icons.DataVis_1, "artefact-dataset-excel": icons.Xls,