Meronex Icons
Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.
Installation
npm install @meronex/icons --save
Usage
import FaBeer from '@meronex/icons/fa/FaBeer';class Question extends React.Component {render() {return <h3> Lets go for a <FaBeer />? </h3>}}
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2020-08-04)
⚠ BREAKING CHANGES
- removing twitter emoji
Features
- add crypto and entypo (6051869)
- add foundation icons 3 (3bee803)
- add open iconic icon pack (2077718)
- add system uicons (36caccc)
- add zondicons pack set (c99eb7f)
- added evil icons pack set (e9a0b02)
Bug Fixes
- fix the preview path to point to the correct folder (9db1772)
- removing twitter emoji (b9865c3)
- undefined object error (f5c1700)
1.4.1 (2020-07-31)
Bug Fixes
- adjust the fill attribute based on the value defined in the icon set (873972f)
- parse all boxicons icons not just regular folder and fix typos (2230756)
1.4.0 (2020-07-29)
Features
- add Boxicons (535c3fa)
1.3.0 (2020-07-29)
Features
- add twemoji svg set (20305ec)
1.2.4 (2020-07-29)
Features
- add css.gg icons (b9a3f51)
- add fill for remix icons (c092a89)
- add flag-icon-css and add logos, fix the fill issue, add a delay for getIcons.ts adn cache it. (33220fc)
- add Material Community Icons (2e7f1cb)
- add more icon sets and updated the preview theme (f7fd43e)
- add support for a stroke based icons (3d93316)
- allow absolute import (0e10a28)
Bug Fixes
- icons: adjust the fill color from none to current when specified at the svg tag (3591511)
- fix some styling colors (7b93605)
- remove pId attribute see https://github.com/react-icons/react-icons/pull/310 (91352d5)
- undefined error in the preview (98f474d)