Meronex Icons

npmtravis ci

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

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

1.3.0 (2020-07-29)

Features

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

More info

  Github Repo ↗

  NPM Package ↗