Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solid-icons

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-icons

A SolidJS SVG icons pack

  • 0.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4K
increased by16.87%
Maintainers
1
Weekly downloads
 
Created
Source

SolidJS svg icon pack

An svg icon pack to use in your projects built with SolidJS

14142 icons ready to use Icons explorer

This library is based on the work of:

Installation

Yarn

yarn add solid-icons

NPM

npm install solid-icons --save

Usage

import { BiCompass } from "solid-icons/bi";

<BiCompass color="lavender" size="64px" />;

Included icons pack

Icon LibraryLicenseVersion
Ant Design IconsMIT4.1.0
Bootstrap IconsMIT1.7.2
BoxIconsCC BY 4.0 License2.1.1
FeatherMIT4.28.0
Font AwesomeCC BY 4.0 License5.15.4
HeroiconsMIT1.0.3
IcoMoon FreeCC BY 4.0 License1.0.0
IoniconsMIT5.5.2
Remix IconApache License Version 2.02.5.0
Simple IconsCC0 1.0 Universal6.7.0
TypiconsCC BY-SA 3.02.1.2
VS Code IconsCC BY 4.00.0.27
Weather IconsSIL OFL 1.12.0.12
css.ggMIT2.0.0

You can add more icons by submitting pull requests or creating issues.

Configuration

You can configure icons props using

import { BiCompass } from "solid-icons/bi";

<BiCompass color="lavender" size="64px" className="custom-icon" title="a11y" />;
KeyDefaultNotes
colorcurrentColor (inherit)
size1em
classundefined
titleundefinedA icon title a11y

Demo

An example of using this library in this repository: PayPal fee calculator

Licence

MIT

  • Icons are taken from the other projects so please check each project licences accordingly.

Known issues:

  • Ionicons: Most of the icons in this pack work fine but some with outline features have trouble displaying.

Keywords

FAQs

Package last updated on 25 Jan 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc