{"id":13671060,"url":"https://github.com/feathericons/react-feather","last_synced_at":"2025-05-14T02:05:22.451Z","repository":{"id":34053791,"uuid":"94321535","full_name":"feathericons/react-feather","owner":"feathericons","description":"React component for Feather icons","archived":false,"fork":false,"pushed_at":"2024-02-13T13:40:57.000Z","size":1115,"stargazers_count":1940,"open_issues_count":37,"forks_count":126,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-10T09:39:38.374Z","etag":null,"topics":["icons","react","react-components","svg"],"latest_commit_sha":null,"homepage":"https://npm.im/react-feather","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feathericons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-14T11:01:13.000Z","updated_at":"2025-05-04T13:56:18.000Z","dependencies_parsed_at":"2024-02-04T13:03:44.796Z","dependency_job_id":"5da3cff4-09bb-423e-9ee9-1da9341b58ed","html_url":"https://github.com/feathericons/react-feather","commit_stats":{"total_commits":81,"total_committers":16,"mean_commits":5.0625,"dds":"0.32098765432098764","last_synced_commit":"3a85e8a2b67ba2142a7576928799944aa910dde2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathericons%2Freact-feather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathericons%2Freact-feather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathericons%2Freact-feather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathericons%2Freact-feather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feathericons","download_url":"https://codeload.github.com/feathericons/react-feather/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052692,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icons","react","react-components","svg"],"created_at":"2024-08-02T09:00:57.460Z","updated_at":"2025-05-14T02:05:17.438Z","avatar_url":"https://github.com/feathericons.png","language":"JavaScript","readme":"## React Feather Icons\n\n[![npm version](https://img.shields.io/npm/v/react-feather.svg?style=flat-square)](https://www.npmjs.com/package/react-feather)\n[![npm downloads](https://img.shields.io/npm/dm/react-feather.svg?style=flat-square)](https://www.npmjs.com/package/react-feather)\n\n#### What is react-feather?\nreact-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.\n\n#### Based on Feather Icons  ```v4.29.0```\nhttps://feathericons.com/\n\n### Installation\n    yarn add react-feather\n    \n  or\n    \n    npm i react-feather\n\n### Usage\n\n```javascript\nimport React from 'react';\nimport { Camera } from 'react-feather';\n\nconst App = () =\u003e {\n  return \u003cCamera /\u003e\n};\n\nexport default App;\n```\n\nIcons can be configured with inline props:\n```javascript\n\u003cCamera color=\"red\" size={48} /\u003e\n```\n\nIf you can't use ES6 imports, it's possible to include icons from the compiled folder ./dist.\n```javascript\nvar Camera = require('react-feather/dist/icons/camera').default;\n\nvar MyComponent = React.createClass({\n  render: function () {\n    return (\n      \u003cCamera /\u003e\n    );\n  }\n});\n```\nYou can also include the whole icon pack:\n\n```javascript\nimport React from 'react';\nimport * as Icon from 'react-feather';\n\nconst App = () =\u003e {\n  return \u003cIcon.Camera /\u003e\n};\n\nexport default App;\n```\n","funding_links":[],"categories":["JavaScript","Icons"],"sub_categories":["Server-rendered React"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathericons%2Freact-feather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeathericons%2Freact-feather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathericons%2Freact-feather/lists"}