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

@lidofinance/icons

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lidofinance/icons

React components for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)

  • 2.13.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
increased by29.71%
Maintainers
8
Weekly downloads
 
Created
Source

Icon Components

React components for Lido Finance projects. Part of Lido UI Components

Install

yarn add @lidofinance/icons

Usage

import { ArrowBottom } from '@lidofinance/icons'
import { Lock } from '@lidofinance/icons'

Check out our Storybook at https://ui.lido.fi

Icons

The list of icons is available at https://ui.lido.fi/?path=/story/images-icons--list

Adding a new icon

  1. Place the .svg file to the src/svg folder.
  2. If you would like the icon's colour to be adjustable, set its paths fill to black: <svg><path fill="black"/></svg>. Otherwise, no adjustments are needed.
  3. Run convert script from the root repository folder: yarn workspace @lidofinance/icons run convert or from current folder: yarn convert

That's it. The new component should appear in the src/index.tsx file.

Keywords

FAQs

Package last updated on 02 Jun 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