Currently, the transformed component ends up looking something like this:
_extends({
xmlns: 'http://www.w3.org/2000/svg',
viewBox: '0 0 1000 1000'
}, props),
this adds the overhead of _extends. I think it might be a better to instead move these values into defaultProps on the generated component.