
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@fpapado/react-feather
Advanced tools
React component for Feather icons. Fork of react-feather for convenience.
Fork of react-feather with microbundle as the build step, and ES modules in the distribution.
Also has accessible defaults.
Simply beautiful SVG icons as React components. Designed by colebemis on a 24x24 grid with an emphasis on functionality, consistency and simplicity.
npm install @fpapado/react-feather
ES module imports should get tree-shaken correctly by bundlers. This means that you ship only the icons used.
import { Camera } from 'react-feather';
const MyComponent = () => (
<div>
<span>Photos</span>
<Camera purpose="decorative"/>
</div>
)
Icons can be configured with props:
<Camera color="red" size={48} purpose="decorative "/>
The purpose prop is technically required, and allows the buttons to expose accessible defaults.
There are two options:
focusable="false", role="img", handling of purpose being "decorative" or "standalone")react-feather requires path imports for bundle savings. That results in more verbose imports, and exposes distribution details. Imo, those should be opaque.react-feather includes propTypes, which I do not need.FAQs
React component for Feather icons. Fork of react-feather for convenience.
The npm package @fpapado/react-feather receives a total of 15 weekly downloads. As such, @fpapado/react-feather popularity was classified as not popular.
We found that @fpapado/react-feather demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.