aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/icons/index.ts
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-05-16 18:27:46 +0200
committersonartech <sonartech@sonarsource.com>2023-05-24 20:03:14 +0000
commit20c81961de9c92422410a5657ed48a3093742bde (patch)
treeea6e6ec3f3d5eb88b1d26cfd5ab4e742821c6ba1 /server/sonar-web/design-system/src/components/icons/index.ts
parent28a8a0f6d2e079e16a511d4112dbf17e66c514f7 (diff)
downloadsonarqube-20c81961de9c92422410a5657ed48a3093742bde.tar.gz
sonarqube-20c81961de9c92422410a5657ed48a3093742bde.zip
SONAR-19236 Implement new design for hotspot header
Diffstat (limited to 'server/sonar-web/design-system/src/components/icons/index.ts')
-rw-r--r--server/sonar-web/design-system/src/components/icons/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/components/icons/index.ts b/server/sonar-web/design-system/src/components/icons/index.ts
index 6f4a7a4c893..301e4c08af8 100644
--- a/server/sonar-web/design-system/src/components/icons/index.ts
+++ b/server/sonar-web/design-system/src/components/icons/index.ts
@@ -53,6 +53,7 @@ export { PencilIcon } from './PencilIcon';
export { ProjectIcon } from './ProjectIcon';
export { PullRequestIcon } from './PullRequestIcon';
export { RefreshIcon } from './RefreshIcon';
+export { RequiredIcon } from './RequiredIcon';
export { SecurityHotspotIcon } from './SecurityHotspotIcon';
export { SeparatorCircleIcon } from './SeparatorCircleIcon';
export { SeverityBlockerIcon } from './SeverityBlockerIcon';