@lidofinance/lido-ui 3.36.0 → 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.
@@ -507,6 +507,43 @@ const Brave = /*#__PURE__*/React.forwardRef(function Brave(props, svgRef) {
507
507
  })]
508
508
  });
509
509
  });
510
+ const ChartColumnIncreasing = /*#__PURE__*/React.forwardRef(function ChartColumnIncreasing(props, svgRef) {
511
+ return /*#__PURE__*/jsxRuntime.jsx("svg", {
512
+ width: 20,
513
+ height: 20,
514
+ viewBox: "0 0 20 20",
515
+ fill: "currentColor",
516
+ ref: svgRef,
517
+ ...props,
518
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
519
+ 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"
520
+ })
521
+ });
522
+ });
523
+ const ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(props, svgRef) {
524
+ return /*#__PURE__*/jsxRuntime.jsxs("svg", {
525
+ width: 20,
526
+ height: 20,
527
+ viewBox: "0 0 20 20",
528
+ fill: "currentColor",
529
+ ref: svgRef,
530
+ ...props,
531
+ children: [/*#__PURE__*/jsxRuntime.jsx("g", {
532
+ clipPath: "url(#prefix__prefix__clip0_930_6963)",
533
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
534
+ 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"
535
+ })
536
+ }), /*#__PURE__*/jsxRuntime.jsx("defs", {
537
+ children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
538
+ id: "prefix__prefix__clip0_930_6963",
539
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
540
+ fill: "#fff",
541
+ d: "M0 0h20v20H0z"
542
+ })
543
+ })
544
+ })]
545
+ });
546
+ });
510
547
  const CheckLarge = /*#__PURE__*/React.forwardRef(function CheckLarge(props, svgRef) {
511
548
  return /*#__PURE__*/jsxRuntime.jsx("svg", {
512
549
  width: 24,
@@ -6578,6 +6615,19 @@ const Referral = /*#__PURE__*/React.forwardRef(function Referral(props, svgRef)
6578
6615
  })
6579
6616
  });
6580
6617
  });
6618
+ const RotateCw = /*#__PURE__*/React.forwardRef(function RotateCw(props, svgRef) {
6619
+ return /*#__PURE__*/jsxRuntime.jsx("svg", {
6620
+ width: 20,
6621
+ height: 20,
6622
+ viewBox: "0 0 20 20",
6623
+ fill: "currentColor",
6624
+ ref: svgRef,
6625
+ ...props,
6626
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
6627
+ 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"
6628
+ })
6629
+ });
6630
+ });
6581
6631
  const Solana = /*#__PURE__*/React.forwardRef(function Solana(props, svgRef) {
6582
6632
  return /*#__PURE__*/jsxRuntime.jsxs("svg", {
6583
6633
  width: 24,
@@ -7265,6 +7315,8 @@ exports.Beth = Beth;
7265
7315
  exports.Blochainwallet = Blochainwallet;
7266
7316
  exports.BlochainwalletInversion = BlochainwalletInversion;
7267
7317
  exports.Brave = Brave;
7318
+ exports.ChartColumnIncreasing = ChartColumnIncreasing;
7319
+ exports.ChartPie = ChartPie;
7268
7320
  exports.Check = Check;
7269
7321
  exports.CheckLarge = CheckLarge;
7270
7322
  exports.Close = Close;
@@ -7310,6 +7362,7 @@ exports.OperaWallet = OperaWallet;
7310
7362
  exports.Plus = Plus;
7311
7363
  exports.Question = Question;
7312
7364
  exports.Referral = Referral;
7365
+ exports.RotateCw = RotateCw;
7313
7366
  exports.Solana = Solana;
7314
7367
  exports.Stake = Stake;
7315
7368
  exports.Steth = Steth;