2.0.10 • Published 3 years ago

react-feather v2.0.10

Weekly downloads
162,170
License
MIT
Repository
github
Last release
3 years ago

React Feather Icons

npm version npm downloads

What is react-feather?

react-feather is a collection of simply beautiful open source icons for React.js. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.

Based on Feather Icons v4.28.0

https://feathericons.com/

Installation

yarn add react-feather

or

npm i react-feather

Usage

import React from 'react';
import { Camera } from 'react-feather';

const App = () => {
  return <Camera />
};

export default App;

Icons can be configured with inline props:

<Camera color="red" size={48} />

If you can't use ES6 imports, it's possible to include icons from the compiled folder ./dist.

var Camera = require('react-feather/dist/icons/camera').default;

var MyComponent = React.createClass({
  render: function () {
    return (
      <Camera />
    );
  }
});

You can also include the whole icon pack:

import React from 'react';
import * as Icon from 'react-feather';

const App = () => {
  return <Icon.Camera />
};

export default App;
dsny-component-library@singularity-ui/core@arthswap/widgets@openos.com/uniswap@realsystem/icon@ejyption/react-json-tablezfzn-uireact-package-publisher@yacklabs/elementszenstatebambus-components2@sivkoff/rocketpacksrx-web-componentssia-streamdocz-theme-umi-yformannotateimagetestannotatestimgeswarlibtestabbtestiaageneric-image-annotationhungtv12345@untappd/untappd-brewkit@smileit/react-smilemioviewertest-rclmypdx-ui2@tryyack/elementsreact-e-nno-component@ahmadforhat/question-componentsdtrf_form@stackshirts/apprete-two-editortwintwoo-editorchodeli-ui-kitkloudfuse-uiframer-kit@ivangabriele/singularityanpelatackle-react@felvin-search-apps/csv-to-json@felvin-search-apps/json-formatter@felvin-search-apps/lorem-ipsum-generatordocz-theme-keuiconsole-core-portal-uijumpstart-ui@lincolnteste/icons@jcwd/template-components@gelatonetwork/stop-limit-orders-reactpylot-frameworkstgandalfkushkiconnectvtpangea-widgetscogoportutilstemp-connect-ui-acceltest-connect-bundler@jackk5/ekyc-sdknectar-elementsweb-sdk-new-2web-sdk-webpacktest-packages123demandscience-editor@stym/membershipsreact-universal-table@infinitebrahmanuniverse/nolb-react-feframer-base@danteissaias/ds@reactants/coresupport-worksuitelabswap-frontend@everything-registry/sub-chunk-2554@pxwlab/docz-theme-katana@pxwlab/katana-guieddie-material-dashboard@bitbybit-labs/bbb-componentstaomu-uitackle-uiswaptokentemppppppppptenjin-mui-componentstenjin-ui-kittest-framework-shreyastest-file-v1test-package-publish-uiwido-widgetwido-widget-v4wido-widget-v5with-firebase-authenticationwithub-mantinewodax-docz-theme-umiwakeflow-designweb-components-nay-testingweb-components-naykyiweb-components-myoweb-components-test-nayweb-cp-vbvuexy-react-admin-dashboardweng-awesome-uiteam20storejars-client-utils
2.0.10

3 years ago

2.0.9

5 years ago

2.0.5

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.8

5 years ago

2.0.4

5 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago