Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.