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.4.1 to 1.5.0

14

dist/cjs/index.js

@@ -179,2 +179,15 @@ 'use strict';

});
var Edit = /*#__PURE__*/React__namespace.forwardRef(function Edit(props, svgRef) {
return jsxRuntime.jsx("svg", _tslib.__assign({
width: 24,
height: 24,
viewBox: '0 0 24 24',
fill: 'currentColor',
ref: svgRef
}, props, {
children: jsxRuntime.jsx("path", {
d: 'M7.414 14.586l5.657-5.657 2.121 2.121-5.656 5.657-2.475.354.353-2.475zm6.364-6.364l1.06-1.06a1 1 0 011.415 0l.707.706a1 1 0 010 1.414l-1.06 1.061-2.122-2.121z'
}, void 0)
}), void 0);
});
var Email = /*#__PURE__*/React__namespace.forwardRef(function Email(props, svgRef) {

@@ -560,2 +573,3 @@ return jsxRuntime.jsxs("svg", _tslib.__assign({

exports.Deposit = Deposit;
exports.Edit = Edit;
exports.Email = Email;

@@ -562,0 +576,0 @@ exports.Eth = Eth;

15

dist/esm/index.js

@@ -153,2 +153,15 @@ import { __assign } from './_virtual/_tslib.js';

});
var Edit = /*#__PURE__*/React.forwardRef(function Edit(props, svgRef) {
return jsx("svg", __assign({
width: 24,
height: 24,
viewBox: '0 0 24 24',
fill: 'currentColor',
ref: svgRef
}, props, {
children: jsx("path", {
d: 'M7.414 14.586l5.657-5.657 2.121 2.121-5.656 5.657-2.475.354.353-2.475zm6.364-6.364l1.06-1.06a1 1 0 011.415 0l.707.706a1 1 0 010 1.414l-1.06 1.061-2.122-2.121z'
}, void 0)
}), void 0);
});
var Email = /*#__PURE__*/React.forwardRef(function Email(props, svgRef) {

@@ -524,2 +537,2 @@ return jsxs("svg", __assign({

export { ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, Check, CheckLarge, Close, Copy, Dark, Deposit, Email, Eth, External, Facebook, History, Light, Linkedin, Lock, Plus, Question, Solana, Stake, Steth, Twitter, Validators, Weth, Whitepaper, Wrap, Wsteth };
export { ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, Check, CheckLarge, Close, Copy, Dark, Deposit, Edit, Email, Eth, External, Facebook, History, Light, Linkedin, Lock, Plus, Question, Solana, Stake, Steth, Twitter, Validators, Weth, Whitepaper, Wrap, Wsteth };

2

package.json
{
"name": "@lidofinance/icons",
"version": "1.4.1",
"version": "1.5.0",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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