@lidofinance/lido-ui 3.35.1 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -167,6 +167,8 @@ exports.Beth = index.Beth;
167
167
  exports.Blochainwallet = index.Blochainwallet;
168
168
  exports.BlochainwalletInversion = index.BlochainwalletInversion;
169
169
  exports.Brave = index.Brave;
170
+ exports.ChartColumnIncreasing = index.ChartColumnIncreasing;
171
+ exports.ChartPie = index.ChartPie;
170
172
  exports.Check = index.Check;
171
173
  exports.CheckLarge = index.CheckLarge;
172
174
  exports.Close = index.Close;
@@ -212,6 +214,7 @@ exports.OperaWallet = index.OperaWallet;
212
214
  exports.Plus = index.Plus;
213
215
  exports.Question = index.Question;
214
216
  exports.Referral = index.Referral;
217
+ exports.RotateCw = index.RotateCw;
215
218
  exports.Solana = index.Solana;
216
219
  exports.Stake = index.Stake;
217
220
  exports.Steth = index.Steth;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -503,6 +503,43 @@ const Brave = /*#__PURE__*/React.forwardRef(function Brave(props, svgRef) {
503
503
  })]
504
504
  });
505
505
  });
506
+ const ChartColumnIncreasing = /*#__PURE__*/React.forwardRef(function ChartColumnIncreasing(props, svgRef) {
507
+ return /*#__PURE__*/jsx("svg", {
508
+ width: 20,
509
+ height: 20,
510
+ viewBox: "0 0 20 20",
511
+ fill: "currentColor",
512
+ ref: svgRef,
513
+ ...props,
514
+ children: /*#__PURE__*/jsx("path", {
515
+ d: "M1.5 15.833V2.5a1 1 0 012 0v13.333a.667.667 0 00.667.667H17.5a1 1 0 110 2H4.167A2.668 2.668 0 011.5 15.833zm4.167-1.666v-2.5a1 1 0 112 0v2.5a1 1 0 01-2 0zm4.166 0V7.5a1 1 0 012 0v6.667a1 1 0 01-2 0zm4.167 0v-10a1 1 0 112 0v10a1 1 0 01-2 0z"
516
+ })
517
+ });
518
+ });
519
+ const ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(props, svgRef) {
520
+ return /*#__PURE__*/jsxs("svg", {
521
+ width: 20,
522
+ height: 20,
523
+ viewBox: "0 0 20 20",
524
+ fill: "currentColor",
525
+ ref: svgRef,
526
+ ...props,
527
+ children: [/*#__PURE__*/jsx("g", {
528
+ clipPath: "url(#prefix__prefix__clip0_930_6963)",
529
+ children: /*#__PURE__*/jsx("path", {
530
+ d: "M6.268 1.442a1 1 0 01.8 1.833 7.335 7.335 0 00.82 13.744 7.333 7.333 0 008.867-4.167 1 1 0 011.842.78 9.334 9.334 0 11-12.33-12.19zM10.93.715a9.333 9.333 0 018.356 8.354c.112 1.113-.804 1.932-1.786 1.932h-6.668A1.834 1.834 0 019 9.169V2.502C9 1.52 9.816.604 10.93.715zM11 9h6.263A7.333 7.333 0 0011 2.737v6.264z"
531
+ })
532
+ }), /*#__PURE__*/jsx("defs", {
533
+ children: /*#__PURE__*/jsx("clipPath", {
534
+ id: "prefix__prefix__clip0_930_6963",
535
+ children: /*#__PURE__*/jsx("path", {
536
+ fill: "#fff",
537
+ d: "M0 0h20v20H0z"
538
+ })
539
+ })
540
+ })]
541
+ });
542
+ });
506
543
  const CheckLarge = /*#__PURE__*/React.forwardRef(function CheckLarge(props, svgRef) {
507
544
  return /*#__PURE__*/jsx("svg", {
508
545
  width: 24,
@@ -6574,6 +6611,19 @@ const Referral = /*#__PURE__*/React.forwardRef(function Referral(props, svgRef)
6574
6611
  })
6575
6612
  });
6576
6613
  });
6614
+ const RotateCw = /*#__PURE__*/React.forwardRef(function RotateCw(props, svgRef) {
6615
+ return /*#__PURE__*/jsx("svg", {
6616
+ width: 20,
6617
+ height: 20,
6618
+ viewBox: "0 0 20 20",
6619
+ fill: "currentColor",
6620
+ ref: svgRef,
6621
+ ...props,
6622
+ children: /*#__PURE__*/jsx("path", {
6623
+ d: "M10 1.5c2.218 0 4.338.825 5.986 2.266l.324.296.014.014.176.176V2.5a1 1 0 112 0v4.167a1 1 0 01-1 1h-4.167a1 1 0 010-2h1.753l-.177-.177A7.117 7.117 0 0010 3.5a6.5 6.5 0 106.5 6.5 1 1 0 112 0 8.502 8.502 0 01-14.51 6.01A8.5 8.5 0 0110 1.5z"
6624
+ })
6625
+ });
6626
+ });
6577
6627
  const Solana = /*#__PURE__*/React.forwardRef(function Solana(props, svgRef) {
6578
6628
  return /*#__PURE__*/jsxs("svg", {
6579
6629
  width: 24,
@@ -7250,5 +7300,5 @@ const Zengo = /*#__PURE__*/React.forwardRef(function Zengo(props, svgRef) {
7250
7300
  });
7251
7301
  });
7252
7302
 
7253
- export { Ambire, ArrowBack, ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, Balancer, Beth, Blochainwallet, BlochainwalletInversion, Brave, Check, CheckLarge, Close, Coin98Circle, Coinbase, Cookie, CookieInverse, Copy, Curve, Dark, Deposit, Edit, Email, Error, Eth, Exodus, External, Facebook, Gamestop, History, Imtoken, ImtokenCircle, Ldo, Ldopl, Ledger, LedgerCircle, LedgerCircleInversion, LedgerConfirm, LedgerFail, LedgerLoading, LedgerSuccess, Light, Linkedin, Lock, LockSmall, MathWalletCircle, MathWalletCircleInversion, MetaMask, MetaMaskCircle, MetaMaskCircleInversion, OneInch, OperaWallet, Plus, Question, Referral, Solana, Stake, Steth, Stsol, Success, TallyCircle, Telegram, Terra, TickSquare, TimeSquare, Trust, TrustCircle, Twitter, Uniswap, Unstoppabledomains, Validators, Wallet, WalletConnect, WalletConnectCircle, Warning, Weth, Whitepaper, Withdraw, Wrap, Wsteth, XdefiWallet, Zengo };
7303
+ export { Ambire, ArrowBack, ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, Balancer, Beth, Blochainwallet, BlochainwalletInversion, Brave, ChartColumnIncreasing, ChartPie, Check, CheckLarge, Close, Coin98Circle, Coinbase, Cookie, CookieInverse, Copy, Curve, Dark, Deposit, Edit, Email, Error, Eth, Exodus, External, Facebook, Gamestop, History, Imtoken, ImtokenCircle, Ldo, Ldopl, Ledger, LedgerCircle, LedgerCircleInversion, LedgerConfirm, LedgerFail, LedgerLoading, LedgerSuccess, Light, Linkedin, Lock, LockSmall, MathWalletCircle, MathWalletCircleInversion, MetaMask, MetaMaskCircle, MetaMaskCircleInversion, OneInch, OperaWallet, Plus, Question, Referral, RotateCw, Solana, Stake, Steth, Stsol, Success, TallyCircle, Telegram, Terra, TickSquare, TimeSquare, Trust, TrustCircle, Twitter, Uniswap, Unstoppabledomains, Validators, Wallet, WalletConnect, WalletConnectCircle, Warning, Weth, Whitepaper, Withdraw, Wrap, Wsteth, XdefiWallet, Zengo };
7254
7304
  //# sourceMappingURL=index.mjs.map