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

@jetbrains/icons

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jetbrains/icons

Jetbrains Web UI Icons Library

  • 5.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.7K
increased by13.47%
Maintainers
0
Weekly downloads
 
Created
Source

JetBrains icons

official JetBrains project

A set of icons used in JetBrains' web applications.

Installation

npm install @jetbrains/icons

Usage

You might need to set up appropriate infrastracture to use icons in your app. We recommend to use webpack and svg-sprite-loader in order to use this icons in your app.

It is also possible to import icon as a JS file without setting up any loaders: import lockIconSource from '@jetbrains/icons/lock'

Contributing

To add an icon, one should just create an .svg file in the "src" directory. All icons are processed with SVGO on publish. Even though SVGO removes pretty every unnecessary attribute, please ensure that file doesn't contain generated IDs, <title>-element or any other junk. Every SVG file should have "width" and "height" attributes set.

Run npm start command to see the demo page.

Keywords

FAQs

Package last updated on 28 Nov 2024

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