From e0648781073ddb5a8b25d0444162c5ea8017a0a4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 7 Sep 2020 12:48:25 +0200 Subject: stroke props --- icons-react/index.d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icons-react') 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 { color?: string; size?: string | number; } +interface TablerIconProps extends SVGAttributes { color?: string; size?: string | number; stroke?: string | number; } type TablerIcon = FC; -- cgit v1.2.1