@lidofinance/icons
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -447,2 +447,17 @@ 'use strict'; | ||
}); | ||
var Referral = /*#__PURE__*/React__namespace.forwardRef(function Referral(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", { | ||
fillRule: 'evenodd', | ||
clipRule: 'evenodd', | ||
d: 'M14.92 15.48A4 4 0 0118 14a4 4 0 11-4 4c.004-.239.027-.476.07-.71l-5.28-2.43a4 4 0 110-5.72l5.28-2.43a4 4 0 11.85 1.81l-5.1 2.35a3.64 3.64 0 010 2.26l5.1 2.35zM20 6a2 2 0 10-4 0 2 2 0 004 0zM6 14a2 2 0 110-4 2 2 0 010 4zm10 4a2 2 0 104 0 2 2 0 00-4 0z' | ||
}, void 0) | ||
}), void 0); | ||
}); | ||
var Solana = /*#__PURE__*/React__namespace.forwardRef(function Solana(props, svgRef) { | ||
@@ -678,2 +693,3 @@ return jsxRuntime.jsxs("svg", _tslib.__assign({ | ||
exports.Question = Question; | ||
exports.Referral = Referral; | ||
exports.Solana = Solana; | ||
@@ -680,0 +696,0 @@ exports.Stake = Stake; |
@@ -421,2 +421,17 @@ import { __assign } from './_virtual/_tslib.js'; | ||
}); | ||
var Referral = /*#__PURE__*/React.forwardRef(function Referral(props, svgRef) { | ||
return jsx("svg", __assign({ | ||
width: 24, | ||
height: 24, | ||
viewBox: '0 0 24 24', | ||
fill: 'currentColor', | ||
ref: svgRef | ||
}, props, { | ||
children: jsx("path", { | ||
fillRule: 'evenodd', | ||
clipRule: 'evenodd', | ||
d: 'M14.92 15.48A4 4 0 0118 14a4 4 0 11-4 4c.004-.239.027-.476.07-.71l-5.28-2.43a4 4 0 110-5.72l5.28-2.43a4 4 0 11.85 1.81l-5.1 2.35a3.64 3.64 0 010 2.26l5.1 2.35zM20 6a2 2 0 10-4 0 2 2 0 004 0zM6 14a2 2 0 110-4 2 2 0 010 4zm10 4a2 2 0 104 0 2 2 0 00-4 0z' | ||
}, void 0) | ||
}), void 0); | ||
}); | ||
var Solana = /*#__PURE__*/React.forwardRef(function Solana(props, svgRef) { | ||
@@ -628,2 +643,2 @@ return jsxs("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, 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, Referral, Solana, Stake, Steth, Twitter, Validators, Weth, Whitepaper, Wrap, Wsteth }; |
{ | ||
"name": "@lidofinance/icons", | ||
"version": "2.0.3", | ||
"version": "2.1.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
592854
3351