Skip to content

Commit

Permalink
Release v2.3.15 (#925)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
Co-authored-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft and Benjamin Perez authored Aug 7, 2024
1 parent d2484c4 commit 992cfa5
Show file tree
Hide file tree
Showing 48 changed files with 6,867 additions and 7,090 deletions.
12,788 changes: 6,627 additions & 6,161 deletions dist/esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const BalancerIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default BalancerIcon;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const BellArrowIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default BellArrowIcon;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const BoxOutlineIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default BoxOutlineIcon;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const BucketCopyIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default BucketCopyIcon;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const BucketQuotaIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default BucketQuotaIcon;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const ClusterHealthIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default ClusterHealthIcon;
Loading

0 comments on commit 992cfa5

Please sign in to comment.