diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2023-04-11 12:35:46 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-12 20:03:18 +0000 |
commit | 0973a31506b200af9e40e80b5f2e33d469a6666d (patch) | |
tree | b76b280b8236e390ed583e5102203f6bbf9f5580 /server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx | |
parent | db412aaf26ffc6bfa83ec216cab97ddbb408e8d7 (diff) | |
download | sonarqube-0973a31506b200af9e40e80b5f2e33d469a6666d.tar.gz sonarqube-0973a31506b200af9e40e80b5f2e33d469a6666d.zip |
SONAR-19023 Add icons needed for the project overview page to design-system
Diffstat (limited to 'server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx')
-rw-r--r-- | server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx b/server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx index 748b8a5bc31..fdc0d77ed33 100644 --- a/server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx +++ b/server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx @@ -17,6 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + import { useTheme } from '@emotion/react'; import { themeColor } from '../../helpers/theme'; import { CustomIcon, IconProps } from './Icon'; |