@gib-ui/icons 0.0.0-rc.4 → 0.0.0-rc.5

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.
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgCheckbox: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgCheckbox;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgCompletedStep: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgCompletedStep;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgCurrentStep: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgCurrentStep;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgDelete: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgDelete;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgExportAsExcel: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgExportAsExcel;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgExportAsPdf: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgExportAsPdf;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgHome: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgHome;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgIncompleteStep: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgIncompleteStep;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgInfo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgInfo;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgMyInfos: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgMyInfos;
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- import type { SVGProps } from "react";
3
- declare const SvgOpenPicker: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgOpenPicker;
@@ -1,2 +0,0 @@
1
- import * as Icons from "@mui/icons-material";
2
- export default Icons;
@@ -1,12 +0,0 @@
1
- export { default as Checkbox } from "./Checkbox";
2
- export { default as CompletedStep } from "./CompletedStep";
3
- export { default as CurrentStep } from "./CurrentStep";
4
- export { default as Delete } from "./Delete";
5
- export { default as ExportAsExcel } from "./ExportAsExcel";
6
- export { default as ExportAsPdf } from "./ExportAsPdf";
7
- export { default as Home } from "./Home";
8
- export { default as IncompleteStep } from "./IncompleteStep";
9
- export { default as Info } from "./Info";
10
- export { default as MyInfos } from "./MyInfos";
11
- export { default as OpenPicker } from "./OpenPicker";
12
- export { default as Icons } from "./icons";
@@ -1 +0,0 @@
1
- export * from "./icons";
@@ -1 +0,0 @@
1
- export * from './components';