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.6.1 to 1.7.0

37

dist/cjs/index.js

@@ -91,2 +91,38 @@ 'use strict';

});
var Beth = /*#__PURE__*/React__namespace.forwardRef(function Beth(props, svgRef) {
return jsxRuntime.jsxs("svg", _tslib.__assign({
width: 24,
height: 24,
viewBox: '0 0 24 24',
fill: 'currentColor',
ref: svgRef
}, props, {
children: [jsxRuntime.jsx("path", {
d: 'M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11z',
fill: '#010101'
}, void 0), jsxRuntime.jsx("path", {
d: 'M7.898 11.29l-.112.17a4.824 4.824 0 00.678 6.1 5.036 5.036 0 003.534 1.434l-4.1-7.705z',
fill: '#4BDB4B'
}, void 0), jsxRuntime.jsx("path", {
opacity: 0.6,
d: 'M11.997 13.63l-4.1-2.34 4.1 7.704v-5.363zm4.105-2.34l.112.17a4.823 4.823 0 01-.678 6.1 5.036 5.036 0 01-3.534 1.434l4.1-7.705z',
fill: '#4BDB4B'
}, void 0), jsxRuntime.jsx("path", {
opacity: 0.2,
d: 'M12.002 13.63l4.1-2.34-4.1 7.704v-5.363zm.001-5.23v4.038l3.531-2.018-3.531-2.02z',
fill: '#4BDB4B'
}, void 0), jsxRuntime.jsx("path", {
opacity: 0.6,
d: 'M12.003 8.4l-3.534 2.02 3.534 2.018V8.4z',
fill: '#4BDB4B'
}, void 0), jsxRuntime.jsx("path", {
d: 'M12.003 5.002L8.469 10.42l3.534-2.027V5.002z',
fill: '#4BDB4B'
}, void 0), jsxRuntime.jsx("path", {
opacity: 0.6,
d: 'M12.003 8.394l3.534 2.027-3.534-5.422v3.395z',
fill: '#4BDB4B'
}, void 0)]
}), void 0);
});
var CheckLarge = /*#__PURE__*/React__namespace.forwardRef(function CheckLarge(props, svgRef) {

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

exports.ArrowTop = ArrowTop;
exports.Beth = Beth;
exports.Check = Check;

@@ -624,0 +661,0 @@ exports.CheckLarge = CheckLarge;

38

dist/esm/index.js

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

});
var Beth = /*#__PURE__*/React.forwardRef(function Beth(props, svgRef) {
return jsxs("svg", __assign({
width: 24,
height: 24,
viewBox: '0 0 24 24',
fill: 'currentColor',
ref: svgRef
}, props, {
children: [jsx("path", {
d: 'M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11z',
fill: '#010101'
}, void 0), jsx("path", {
d: 'M7.898 11.29l-.112.17a4.824 4.824 0 00.678 6.1 5.036 5.036 0 003.534 1.434l-4.1-7.705z',
fill: '#4BDB4B'
}, void 0), jsx("path", {
opacity: 0.6,
d: 'M11.997 13.63l-4.1-2.34 4.1 7.704v-5.363zm4.105-2.34l.112.17a4.823 4.823 0 01-.678 6.1 5.036 5.036 0 01-3.534 1.434l4.1-7.705z',
fill: '#4BDB4B'
}, void 0), jsx("path", {
opacity: 0.2,
d: 'M12.002 13.63l4.1-2.34-4.1 7.704v-5.363zm.001-5.23v4.038l3.531-2.018-3.531-2.02z',
fill: '#4BDB4B'
}, void 0), jsx("path", {
opacity: 0.6,
d: 'M12.003 8.4l-3.534 2.02 3.534 2.018V8.4z',
fill: '#4BDB4B'
}, void 0), jsx("path", {
d: 'M12.003 5.002L8.469 10.42l3.534-2.027V5.002z',
fill: '#4BDB4B'
}, void 0), jsx("path", {
opacity: 0.6,
d: 'M12.003 8.394l3.534 2.027-3.534-5.422v3.395z',
fill: '#4BDB4B'
}, void 0)]
}), void 0);
});
var CheckLarge = /*#__PURE__*/React.forwardRef(function CheckLarge(props, svgRef) {

@@ -592,2 +628,2 @@ return jsx("svg", __assign({

export { ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, Check, CheckLarge, Close, Copy, Dark, Deposit, Edit, Email, Eth, External, Facebook, History, Ldo, Ldopl, Light, Linkedin, Lock, Plus, Question, Solana, Stake, Steth, 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, Plus, Question, Solana, Stake, Steth, Twitter, Validators, Weth, Whitepaper, Wrap, Wsteth };

4

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

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

"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@types/react-dom": "17.0.8",
"@types/react-is": "17.0.1",

@@ -46,0 +46,0 @@ "@types/rimraf": "3.0.0",

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