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 (