]> source.dussan.org Git - sonarqube.git/commit
SONAR-20023 Implement software impact severity icons
author7PH <benjamin.raymond@sonarsource.com>
Thu, 27 Jul 2023 13:15:53 +0000 (15:15 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 18 Aug 2023 20:02:47 +0000 (20:02 +0000)
commit684955b8b6c5532413079c1bee62c2780bd255f3
treebd5fac9b9f7f7796c7a4a4a36e29ce27218e1e46
parent06a8065ada0788ade4bd8f58e67ccb6a3a441d47
SONAR-20023 Implement software impact severity icons
server/sonar-web/design-system/src/components/icons/SoftwareImpactSeverityHighIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/SoftwareImpactSeverityLowIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/SoftwareImpactSeverityMediumIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx [new file with mode: 0644]