{"id":19824586,"url":"https://github.com/jaredk3nt/feathered","last_synced_at":"2026-04-29T14:06:32.549Z","repository":{"id":57233959,"uuid":"162462147","full_name":"Jaredk3nt/feathered","owner":"Jaredk3nt","description":"A dynamic React icon component based on Feather Icons without dangerouslySetInnerHTML","archived":false,"fork":false,"pushed_at":"2018-12-19T16:28:20.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T14:52:00.940Z","etag":null,"topics":["component","component-library","feather","feather-icons","icons","iconset","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jaredk3nt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-19T16:17:11.000Z","updated_at":"2018-12-19T16:29:50.000Z","dependencies_parsed_at":"2022-09-04T23:01:52.025Z","dependency_job_id":null,"html_url":"https://github.com/Jaredk3nt/feathered","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jaredk3nt/feathered","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaredk3nt%2Ffeathered","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaredk3nt%2Ffeathered/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaredk3nt%2Ffeathered/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaredk3nt%2Ffeathered/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaredk3nt","download_url":"https://codeload.github.com/Jaredk3nt/feathered/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaredk3nt%2Ffeathered/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259796304,"owners_count":22912688,"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":["component","component-library","feather","feather-icons","icons","iconset","react","reactjs"],"created_at":"2024-11-12T11:04:54.460Z","updated_at":"2026-04-29T14:06:32.520Z","avatar_url":"https://github.com/Jaredk3nt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feathered - Feather based react icons\n\nThis package is based on the [feather-icons](https://github.com/feathericons/feather) package by [@colebemis](https://twitter.com/colebemis) to create Icon components without DangerouslySetInnerHTML.\n\n```bash\nnpm install --save feathered\n```\n\n## How to use Feathered\n\n```js\nimport React from 'react';\nimport Feather from 'feathered';\n\nfunction CloseButton({ onClose }) {\n    return (\n        \u003cbutton onClick={onClose}\u003e\n            Close\n            \u003cFeather icon='x' /\u003e\n        \u003c/button\u003e\n    )\n}\n```\n\nFeathered accepts the [toSvg](https://github.com/feathericons/feather#feathericonsnametosvgattrs) attributes as props for configuration:\n\n```js\n\u003cFeather\n    icon='feather'  // The full list of icons can be found on [Feather](https://feathericons.com/)\n    color='#000'\n    size={24}       // Size will automatically set both height \u0026 width since the icons are all square\n    height={24}     // The icons are designed on a 24x24 grid but can be scaled to any size\n    width={24}\n    strokeWidth={2}\n    linecap='round'\n    linejoin='round'\n/\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredk3nt%2Ffeathered","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredk3nt%2Ffeathered","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredk3nt%2Ffeathered/lists"}