aboutsummaryrefslogtreecommitdiff
path: root/icons-react/index.d.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/index.d.js')
-rw-r--r--icons-react/index.d.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/index.d.js b/icons-react/index.d.js
index 1b868f6..f278607 100644
--- a/icons-react/index.d.js
+++ b/icons-react/index.d.js
@@ -1,6 +1,6 @@
import { FC, SVGAttributes } from 'react';
-interface TablerIconProps extends SVGAttributes<SVGElement> { color?: string; size?: string | number; }
+interface TablerIconProps extends SVGAttributes<SVGElement> { color?: string; size?: string | number; stroke?: string | number; }
type TablerIcon = FC<TablerIconProps>;