Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxlin/semantic-ui-react-icons
Monkey patch the new Font Awesome icons into the semantic-ui-react package
https://github.com/zxlin/semantic-ui-react-icons
Last synced: 8 days ago
JSON representation
Monkey patch the new Font Awesome icons into the semantic-ui-react package
- Host: GitHub
- URL: https://github.com/zxlin/semantic-ui-react-icons
- Owner: zxlin
- Created: 2021-03-10T03:26:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T04:25:11.000Z (over 3 years ago)
- Last Synced: 2024-10-10T00:12:42.176Z (29 days ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semantic-UI-React-Icons
This package aims to monkey patch in new Font Awesome icons as provided by Fomantic-UI.
## Usage
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);
```## Current Versions
Fomantic-UI: 2.8.7
Semantic-UI-React: 2.0.3
686 New icons (and aliases) included.
## Generate new icons list
```
node src/build.js
```