From 145304519c70750a4253b5b242d7d67e725a0d7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Wed, 30 May 2018 10:11:11 +0200 Subject: [PATCH] Fix bitbucket-cloud extension build --- .../src/main/ts/components/SonarCloudIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-bitbucketcloud/src/main/ts/components/SonarCloudIcon.tsx b/server/sonar-bitbucketcloud/src/main/ts/components/SonarCloudIcon.tsx index 93115fd8153..ca5bf4f7e9c 100644 --- a/server/sonar-bitbucketcloud/src/main/ts/components/SonarCloudIcon.tsx +++ b/server/sonar-bitbucketcloud/src/main/ts/components/SonarCloudIcon.tsx @@ -18,7 +18,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import { IconProps } from '@sqcore/components/icons-components/types'; +import { IconProps } from '@sqcore/components/icons-components/Icon'; export default function SonarCloudIcon({ className, fill = '#f3702a', size = 18 }: IconProps) { return ( -- 2.39.5