https://github.com/ifrcgo/go-icons
React SVG icons library for IFRC-GO
https://github.com/ifrcgo/go-icons
icons icons-pack react
Last synced: 26 days ago
JSON representation
React SVG icons library for IFRC-GO
- Host: GitHub
- URL: https://github.com/ifrcgo/go-icons
- Owner: IFRCGo
- License: mit
- Created: 2023-04-24T11:44:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T13:11:24.000Z (7 months ago)
- Last Synced: 2025-07-27T21:38:26.199Z (2 months ago)
- Topics: icons, icons-pack, react
- Language: TypeScript
- Homepage: https://ifrcgo.org/go-icons/
- Size: 834 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## IFRC-GO Icons  [](https://github.com/IFRCGo/go-icons/actions/workflows/ci.yml) [](https://github.com/IFRCGo/go-icons/actions/workflows/release.yml)
React icons for [IFRC-GO](https://github.com/IFRCGo/) project.## Installation
```sh
yarn add @ifrc-go/icons
#or
npm install @ifrc-go/icons
```## GitHub Pages
For local development
```
docker-compose up page-dev
```For building the NextJS project
```
docker-compose up page-build
```## Usage
Each icon can be imported as a react component.
```js
import { MenuLineIcon } from '@ifrc-go/icons';function MyComponent() {
return (
)
}
```
Each icon has its `stroke` and `fill` property set to `currentColor`. The icon style can be set using the `color` CSS property.## License
This library is MIT licensed.