aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx
diff options
context:
space:
mode:
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>2023-04-11 12:35:46 +0200
committersonartech <sonartech@sonarsource.com>2023-04-12 20:03:18 +0000
commit0973a31506b200af9e40e80b5f2e33d469a6666d (patch)
treeb76b280b8236e390ed583e5102203f6bbf9f5580 /server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx
parentdb412aaf26ffc6bfa83ec216cab97ddbb408e8d7 (diff)
downloadsonarqube-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.tsx1
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';