Monkey patch the new Font Awesome icons into the semantic-ui-react package
npm install semantic-ui-react-iconsThis package aims to monkey patch in new Font Awesome icons as provided by Fomantic-UI.
Install the semantic-ui-react-icons package using your favorite package manager, e.g. yarn or npm
``JSX
import * as SUI from 'semantic-ui-react/dist/es/lib/SUI';
import patchSUIRIcons from 'semantic-ui-react-icons';
patchSUIRIcons(SUI);
`
Fomantic-UI: 2.8.7
Semantic-UI-React: 2.0.3
686 New icons (and aliases) included.
```
node src/build.js