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

@lidofinance/icons

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lidofinance/icons - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE.txt

28

package.json
{
"name": "@lidofinance/icons",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/ui",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/ui.git",
"directory": "packages/icons"
},
"bugs": {
"url": "https://github.com/lidofinance/ui/issues"
},
"keywords": [
"lido",
"lidofinance",
"styled-components",
"component",
"react-component",
"react"
],
"scripts": {

@@ -11,8 +29,8 @@ "convert": "node converter/index.js"

"peerDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
"react": "16 || 17",
"react-dom": "16 || 17",
"react-is": "16 || 17"
},
"devDependencies": {
"@lidofinance/theme": "1.0.0",
"@lidofinance/theme": "1.0.1",
"@storybook/react": "6.2.9",

@@ -19,0 +37,0 @@ "@svgr/core": "5.5.0",

@@ -1,5 +0,25 @@

# Lido UI Icon set
# Icon Components
> React icon set for Lido Finance projects.
React components for Lido Finance projects.
Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)
## Install
```bash
yarn add @lidofinance/icons
```
## Usage
```ts
import { ArrowBottom } from '@lidofinance/icons'
import { Lock } from '@lidofinance/icons'
```
Check out our Storybook at [https://ui.lido.fi](https://ui.lido.fi)
## Icons
The list of icons is available at [https://ui.lido.fi/?path=/story/images-icons--list](https://ui.lido.fi/?path=/story/images-icons--list)
## Adding a new icon

@@ -6,0 +26,0 @@

tsconfig.json
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