@lidofinance/icons
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -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; |
@@ -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 }; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
522513
2919