But React already allows for that. We simply create the component: // Icon const IconUmbrella = React.createClass({ render() { return ( <svg ...
確定! 回上一頁