Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
solid-icons
Advanced tools
An svg icon pack to use in your projects built with SolidJS
The website to search for icons is now available: Icons web
This library is based on the work of:
yarn add solid-icons
npm install solid-icons --save
import { BiCompass } from "solidjs-icons/bi";
<BiCompass color="lavender" size="64px" />;
Icon Library | License | Version |
---|---|---|
Ant Design Icons | MIT | 4.1.0 |
Bootstrap Icons | MIT | 1.5.0 |
BoxIcons | CC BY 4.0 License | 2.0.8 |
Feather | MIT | 4.28.0 |
Font Awesome | CC BY 4.0 License | 5.15.3 |
Heroicons | MIT | 1.0.2 |
IcoMoon Free | CC BY 4.0 License | 1.0.0 |
Ionicons | MIT | 5.5.2 |
Remix Icon | Apache License Version 2.0 | 2.5.0 |
Simple Icons | CC0 1.0 Universal | 5.7.0 |
Typicons | CC BY-SA 3.0 | 2.1.2 |
VS Code Icons | CC BY 4.0 | 0.0.20 |
Weather Icons | SIL OFL 1.1 | 2.0.12 |
css.gg | MIT | 2.0.0 |
You can add more icons by submitting pull requests or creating issues.
You can configure icons props using
import { BiCompass } from "solidjs-icons/bi";
<BiCompass color="lavender" size="64px" className="custom-icon" title="a11y" />;
Key | Default | Notes |
---|---|---|
color | currentColor (inherit) | |
size | 1em | |
class | undefined | |
title | undefined | A icon title a11y |
An example of using this library in this repository: PayPal fee calculator
MIT
FAQs
Modern solution for use icons on SolidJS
The npm package solid-icons receives a total of 3,250 weekly downloads. As such, solid-icons popularity was classified as popular.
We found that solid-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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.