Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
solid-icons
Advanced tools
An svg icon pack to use in your projects built with SolidJS
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.0.0 |
Bootstrap Icons | MIT | 1.0.0-alpha3 |
BoxIcons | CC BY 4.0 License | 2.0.5 |
Feather | MIT | 4.21.0 |
Font Awesome | CC BY 4.0 License | 5.12.1 |
Heroicons | MIT | 0.4.2 |
IcoMoon Free | CC BY 4.0 License | 1.0.0 |
Ionicons | MIT | 4.5.6 |
Remix Icon | Apache License Version 2.0 | 2.3.0 |
Simple Icons | CC0 1.0 Universal | 2.13.0 |
Typicons | CC BY-SA 3.0 | 2.0.9 |
VS Code Icons | CC BY 4.0 | 0.0.1 |
Weather Icons | SIL OFL 1.1 | 2.0.10 |
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 | undefined (inherit) | |
size | 1em | |
class | undefined | |
title | undefined | A icon title a11y |
An example of using this library in this repository: PayPal fee calculator
MIT
Based on :
FAQs
Modern solution for use icons on SolidJS
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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
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.