
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@bubbles-ui/icons
Advanced tools
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
Available as basic SVG icons and via first-party React libraries.
First, install @bubbles/icons from npm:
npm install @bubbles/icons
Now each icon can be imported individually as a React component:
import { BeakerIcon } from '@bubbles/icons/solid'
function MyComponent() {
return (
<div>
<BeakerIcon />
<p>...</p>
</div>
)
}
The 24x24 outline icons can be imported from @bubbles/icons/outline, and the 20x20 solid icons can be imported from @bubbles/icons/solid.
Icons use an upper camel case naming convention and are always suffixed with the word Icon.
This library is MIT licensed.
FAQs
The Bubbles Design System icons library.
The npm package @bubbles-ui/icons receives a total of 666 weekly downloads. As such, @bubbles-ui/icons popularity was classified as not popular.
We found that @bubbles-ui/icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.