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

@looker/icons

Package Overview
Dependencies
Maintainers
9
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/icons

Icons are defined in SVG format and are automatically built by a build script to ensure they remain consistent.

  • 1.5.21
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
211
increased by19.21%
Maintainers
9
Weekly downloads
 
Created
Source

Icons

Icons are defined in SVG format and are automatically built by a build script to ensure they remain consistent.

Directories

  • svg: All source SVG icon files are placed here. The build process uses the files in this directory to create components.
  • src/*: Built artifacts are placed into this directory.

Building Icons

All icons should be exported as SVG and placed in the svg directory. They do not need to be optimized beforehand, the build process will optimize them and convert them to components.

When adding new icons run the build script below to output the optimized React-component versions.

yarn workspace @looker/icons build

Adding new icons to svg and failing to re-run the command above will result in a lint failure.

Naming Icons

When adding a new icon, the name given to the icon should aim to be a succinct and semantic representation of the icon's use, not its artwork. For example, Warning not Triangle With Exclamation Point. While this rule can be broken in some cases, it is the recommended way to name icons as well as something that will be reviewed when submitting new icons.

FAQs

Package last updated on 23 May 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