From ddf8844abbc24c9655eceed952214eed33cb84f0 Mon Sep 17 00:00:00 2001 From: Ian J Miller Date: Tue, 14 Jan 2020 19:06:02 -0500 Subject: [PATCH] add fill support --- src/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index 6b6db90..b2d55d7 100644 --- a/src/index.js +++ b/src/index.js @@ -4,14 +4,14 @@ import IconInner from './IconInner'; class FeatherIcon extends Component { render() { - const { icon, size, className, ...otherProps } = this.props; + const { icon, size, className, fill, ...otherProps } = this.props; return (