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 2.2.2 to 2.3.0

14

dist/cjs/index.js

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

});
var LockSmall = /*#__PURE__*/React__namespace.forwardRef(function LockSmall(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: 'M12 6a3.129 3.129 0 00-3.125 3.125V11H8.25C7.56 11 7 11.56 7 12.25V17c0 .69.56 1 1.25 1h7.5c.69 0 1.25-.31 1.25-1v-4.75c0-.69-.56-1.25-1.25-1.25h-.625V9.125A3.129 3.129 0 0012 6zm-1.875 3.125c0-1.034.841-1.875 1.875-1.875s1.875.841 1.875 1.875V11h-3.75V9.125zm2.5 5.702v.798a.625.625 0 11-1.25 0v-.798a1.245 1.245 0 01.354-2.298 1.25 1.25 0 011.521 1.221c0 .462-.252.86-.625 1.077z'
}, void 0)
}), void 0);
});
var Lock = /*#__PURE__*/React__namespace.forwardRef(function Lock(props, svgRef) {

@@ -733,2 +746,3 @@ return jsxRuntime.jsx("svg", _tslib.__assign({

exports.Lock = Lock;
exports.LockSmall = LockSmall;
exports.Plus = Plus;

@@ -735,0 +749,0 @@ exports.Question = Question;

15

dist/esm/index.js

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

});
var LockSmall = /*#__PURE__*/React.forwardRef(function LockSmall(props, svgRef) {
return jsx("svg", __assign({
width: 24,
height: 24,
viewBox: '0 0 24 24',
fill: 'currentColor',
ref: svgRef
}, props, {
children: jsx("path", {
d: 'M12 6a3.129 3.129 0 00-3.125 3.125V11H8.25C7.56 11 7 11.56 7 12.25V17c0 .69.56 1 1.25 1h7.5c.69 0 1.25-.31 1.25-1v-4.75c0-.69-.56-1.25-1.25-1.25h-.625V9.125A3.129 3.129 0 0012 6zm-1.875 3.125c0-1.034.841-1.875 1.875-1.875s1.875.841 1.875 1.875V11h-3.75V9.125zm2.5 5.702v.798a.625.625 0 11-1.25 0v-.798a1.245 1.245 0 01.354-2.298 1.25 1.25 0 011.521 1.221c0 .462-.252.86-.625 1.077z'
}, void 0)
}), void 0);
});
var Lock = /*#__PURE__*/React.forwardRef(function Lock(props, svgRef) {

@@ -685,2 +698,2 @@ return jsx("svg", __assign({

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

4

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

@@ -42,3 +42,3 @@ "module": "dist/esm/index.js",

"@types/jest": "26.0.24",
"@types/react": "17.0.14",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.9",

@@ -45,0 +45,0 @@ "@types/react-is": "17.0.2",

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