-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Benjamin Perez <[email protected]> Co-authored-by: Benjamin Perez <[email protected]>
- Loading branch information
Showing
48 changed files
with
6,867 additions
and
7,090 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dist/esm/types/src/components/Icons/NewDesignIcons/BalancerIcon.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
36 changes: 0 additions & 36 deletions
36
dist/esm/types/src/components/Icons/NewDesignIcons/BalancerIcon.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dist/esm/types/src/components/Icons/NewDesignIcons/BellArrowIcon.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
42 changes: 0 additions & 42 deletions
42
dist/esm/types/src/components/Icons/NewDesignIcons/BellArrowIcon.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dist/esm/types/src/components/Icons/NewDesignIcons/BoxOutlineIcon.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
36 changes: 0 additions & 36 deletions
36
dist/esm/types/src/components/Icons/NewDesignIcons/BoxOutlineIcon.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dist/esm/types/src/components/Icons/NewDesignIcons/BucketCopyIcon.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
48 changes: 0 additions & 48 deletions
48
dist/esm/types/src/components/Icons/NewDesignIcons/BucketCopyIcon.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dist/esm/types/src/components/Icons/NewDesignIcons/BucketQuotaIcon.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
46 changes: 0 additions & 46 deletions
46
dist/esm/types/src/components/Icons/NewDesignIcons/BucketQuotaIcon.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dist/esm/types/src/components/Icons/NewDesignIcons/ClusterHealthIcon.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Oops, something went wrong.