
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@steeze-ui/react-icon
Advanced tools
This project is still in experimental development. Expect bugs and breaking changes!
This project is still in experimental development. Expect bugs and breaking changes!
Effortless React Icon Component
npm i -D @steeze-ui/react-icon
//import icon component
import {Icon} from '@steeze-ui/solid-icon'
//import as many icons from any Icon Pack
import {LightningBolt} from '@steeze-ui/heroicons'
//Use the Icon in your App
const MyApp = () => {
return <Icon src={LightningBolt} theme='solid' class='color-gray-900'>
}
| Attribute | Default | Description |
|---|---|---|
| src | - | (required) The source of a icon coming from an Icon Pack |
| theme | default | Configures to use a Icon Theme if available (otherwise render nothing) |
| size | 100% | Configures width and height |
| * | - | Any html attribute that is valid (e.g aria-hidden, class or style) |
For all available Icon Packs visit steeze-ui/icons
This repo uses pnpm. To build a new version of the package just run:
pnpm install && pnpm package
FAQs
This project is still in experimental development. Expect bugs and breaking changes!
The npm package @steeze-ui/react-icon receives a total of 0 weekly downloads. As such, @steeze-ui/react-icon popularity was classified as not popular.
We found that @steeze-ui/react-icon 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.