Socket
Socket
Sign inDemoInstall

@blueprintui/icons

Package Overview
Dependencies
7
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blueprintui/icons

Web Component Icon Library for BlueprintUI


Version published
Maintainers
1
Install size
4.68 MB
Created

Readme

Source

@blueprintui/icons

npm version

BlueprintUI Icons provides a flexible, extensible, and easy-to-use set of icons for use in any web UI.

  • 400+ Open Source Svg Icons from Clarity Design
  • Lightweight and Fully Tree-Shakable
  • Web Components that work in any framework
import '@blueprintui/icons/include.js';
import '@blueprintui/icons/shapes/user.js';
<bp-icon shape="user"></bp-icon>

Customization

import { IconService } from '@blueprintui/icons';

IconService.add({
  name: 'logo',
  type: {
    default: '...svg...',
    solid: '...svg...'
  }
});
<bp-icon shape="logo" type="solid"></bp-icon>

Keywords

FAQs

Last updated on 02 Feb 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc