From 33e30f31eee5f7dc94c30154ce788f676c66afca Mon Sep 17 00:00:00 2001 From: Karol Janyst Date: Tue, 19 Dec 2017 14:46:44 +0900 Subject: [PATCH] Fix props type --- types/react-icon-base/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-icon-base/index.d.ts b/types/react-icon-base/index.d.ts index 1ee1d0eb85..0bd0005244 100644 --- a/types/react-icon-base/index.d.ts +++ b/types/react-icon-base/index.d.ts @@ -10,4 +10,4 @@ export interface IconBaseProps extends React.SVGProps { size?: string | number; } -export default class IconBaseClass extends React.Component {} +export default class IconBaseClass extends React.Component {}