
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
binary-common-icons
Advanced tools
This is a package that provide binary common icons.
npm install binary-common-icons
You can import 2 types of an icons: Icon or SVG. It depends on your usage.
SVGIcon provide a svg file that will not pure component and will re render. IconIcon provide in a wrapped pure component that will not re render,
import { IconFRXAUDCAD } from 'binary-common-icons/build/Icons/Underlying/ic-FRXAUDCAD';
import { SVGFRXAUDCAD } from 'binary-common-icons/build/Icons/Underlying/ic-FRXAUDCAD';
<IconFRXAUDCAD />
<SVGFRXAUDCAD />
It is better to handle these in parent component (For example Use onClick on parent component) but also we can use it in package component.
category as {string}
className as { string }
classNamePath as { string }
classNameRect as { string }
is_disabled as { bool }
onClick as { func }
type as { string }
Also we can use classnames package:
import classNames from 'classnames';
const icon_className = classNames(
'advanced-simple-toggle__icon',
'select-arrow',
)
<IconFRXAUDCAD className={icon_className} />
FAQs
This is a package that provide binary common icons.
We found that binary-common-icons 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.