Browse Source

Fix bitbucket-cloud extension build

tags/7.5
Grégoire Aubert 6 years ago
parent
commit
145304519c

+ 1
- 1
server/sonar-bitbucketcloud/src/main/ts/components/SonarCloudIcon.tsx View File

@@ -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 (

Loading…
Cancel
Save