4.1.0 • Published 3 years ago

@react-icons/all-files v4.1.0

Weekly downloads
2,640
License
MIT
Repository
github
Last release
3 years ago

React Icons

npm

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 (for standard modern project)

yarn add react-icons
# or
npm install react-icons --save

example usage

import { FaBeer } from 'react-icons/fa';

class Question extends React.Component {
    render() {
        return <h3> Lets go for a <FaBeer />? </h3>
    }
}

View the documentation for further usage examples and how to use icons from other packages. NOTE: each Icon package has it's own subfolder under react-icons you import from.

For example, to use an icon from Material Design, your import would be: import { ICON_NAME } from 'react-icons/md';

Installation (for meteorjs, gatsbyjs, etc)

If your project grows in size, this option is available. This method has the trade-off that it takes a long time to install the package.

yarn add @react-icons/all-files
# or
npm install @react-icons/all-files --save

example usage

import { FaBeer } from "@react-icons/all-files/fa/FaBeer";
class Question extends React.Component {
  render() {
    return <h3> Lets go for a <FaBeer />? </h3>
  }
}

Icons

Icon LibraryLicenseVersionCount
Font AwesomeCC BY 4.0 License5.12.1
0d1f27efb836eb2ab994ba37221849ed64a73e5c1560
Ionicons 4MIT4.6.3696
Ionicons 5MIT5.2.31300
Material Design iconsApache License Version 2.03.0.1960
TypiconsCC BY-SA 3.02.0.9336
Github Octicons iconsMIT8.5.0184
FeatherMIT4.28.0286
Game IconsCC BY 3.0e510027a83a79e44673022a25e93b306a9165a213786
Weather IconsSIL OFL 1.12.0.10219
DeviconsMIT1.8.0192
Ant Design IconsMIT4.0.0788
Bootstrap IconsMIT1.0.0-alpha3668
Remix IconApache License Version 2.02.5.02172
Flat Color IconsMIT1.0.2329
Grommet-IconsApache License Version 2.04.4.0562
HeroiconsMIT0.3.5352
Simple IconsCC0 1.0 Universal2.13.01316
IcoMoon FreeCC BY 4.0 Licensed006795ede82361e1bac1ee76f215cf1dc51e4ca491
BoxIconsCC BY 4.0 License2.0.5738
css.ggMIT2.0.0704
VS Code IconsCC BY 4.00.0.1319

You can add more icons by submitting pull requests or creating issues.

Configuration

You can configure react-icons props using React Context API.

Requires React 16.3 or higher.

import { IconContext } from "react-icons";

<IconContext.Provider value={{ color: "blue", className: "global-class-name" }}>
  <div>
    <FaFolder />
  </div>
</IconContext.Provider>
KeyDefaultNotes
colorundefined (inherit)
size1em
classNameundefined
styleundefinedCan overwrite size and color
attrundefinedOverwritten by other attributes
titleundefinedIcon description for accessibility

Migrating from version 2 -> 3

Change import style

Import path has changed. You need to rewrite from the old style.

// OLD IMPORT STYLE
import FaBeer from 'react-icons/lib/fa/beer';

class Question extends React.Component {
    render() {
        return <h3> Lets go for a <FaBeer />? </h3>
    }
}
// NEW IMPORT STYLE
import { FaBeer } from 'react-icons/fa';

class Question extends React.Component {
    render() {
        return <h3> Lets go for a <FaBeer />? </h3>
    }
}

Ending up with a large JS bundle? Check out this issue.

Adjustment CSS

From version 3, vertical-align: middle is not automatically given. Please use IconContext to specify className or specify an inline style.

Global Inline Styling

<IconContext.Provider value={{ style: { verticalAlign: 'middle' } }}>

Global className Styling

Component

<IconContext.Provider value={{ className: 'react-icons' }}>

CSS

.react-icons {
  vertical-align: middle;
}

TypeScript native support

Dependencies on @types/react-icons can be deleted.

Yarn

yarn remove @types/react-icons

NPM

npm remove @types/react-icons

Contributing

Development

yarn
yarn submodule  # fetch icon sources
cd packages/react-icons
yarn build

Preview

The preview site is the react-icons website, built in NextJS.

cd packages/react-icons
yarn build

cd ../preview
yarn start

Demo

The demo is a Create React App boilerplate with react-icons added as a dependency for easy testing.

cd packages/react-icons
yarn build

cd ../demo
yarn start

Why React SVG components instead of fonts?

SVG is supported by all major browsers. With react-icons, you can serve only the needed icons instead of one big font file to the users, helping you to recognize which icons are used in your project.

Related Projects

Licence

MIT

  • Icons are taken from the other projects so please check each project licences accordingly.
@pubngo-stack/property-module-browser@pubngo-stack/account-api-browser@thirdweb-dev/reactmultisys-design-system@its_me_ak008/react_music_playerref-uigumroad-api-tester-webappthreeddd-editor@infinitebrahmanuniverse/nolb-_react-i@product360/editor@everything-registry/sub-chunk-764pdfmake-editor@suldev/gatsby-theme-foundry@userbugreport/bugbutton-react@w11k/plugin-chart-table-extended@web3sdkio/react@web3sdks/react@teefe/gatsby-theme-ludenfatcat-ui-libraryluxd@suncel/nextjs@superset-ui/chart-controls@superset-custom/chart-controls@superset-ui/plugin-chart-table@rjsf/bootstrap-4@rmrk-team/dotsama-wallet-react@threedddplus/editor@actovos-consulting-group/ui-coregatsby-core-themegatsby-jaen-mailpressgatsby-jaen-resourcegatsby-matrix-themegaesup-worldgatsby-theme-wtf@admin-layout/chakra-design-pro@admin-layout/counter-module-browser@admin-layout/demo-chakra-browser@admin-layout/demo-module-browser@adriexnet/ual-reactjs-renderer@0xkilo/ref-ui@0xkilo/jawbliafilmkolik@uniformdev/context-ui@uniformdev/design-system@uniformdev/mesh-sdk-react@zzzkan/gatsby-theme-blog@voyageapp/shared-uiaccesstoolbar-hackathon-demo@trungbach/react@tsaristbomba/gatsby-plugin-beast-modal@tsaristbomba/gatsby-theme-bomba@tsaristbomba/notificationgatsby-sports-themegatsby-ppc-themegatsby-theme-mdx-suite-base@weiweb3/react@astarte-platform/react-bootstrapavan-beat@bluframe/blublocks@brasilfone-ui/reactnavidrome-music-player@commonninja/nindo-internals@commonninja/nindo-uinext-crash-components-final@consent-manager/interface-default@cosmos-kit/reactmystic-soundmsys-ds@bharatnischal/plugin-chart-tablemuon-next-music-playermurillo-package@atsnek/jaenprismatic-uireact-docmakerreact-autoqlreact-jinke-music-playerreact-jewish-datepickerreact-modal-navigatorreact-text2speechreactjs-mediareact-three-editablereact-waveform-music-playerdgs-cms-componentstabexseriescomponentsrjsf-bulmasimplyerpstorybook-addon-jarle-monacothisislawatts-oa-componentstochkak-uitita-superset-chartviacep_vuejs@sei-js/react@orbs-network/twap-ui@pawritharya/slice-tree@pawritharya/ui-library@nyatskiv/trades.org-shared-moduledsgsdfg@snek-at/jaen-pages@snek-at/jaen-shared-ui@snek-at/snek-finder
4.1.0

3 years ago

4.0.0

3 years ago