@onpe/ui 1.2.87 → 1.2.88

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.
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ declare const FaceBookIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default FaceBookIcon;
4
+ //# sourceMappingURL=FaceBookIcon.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ declare const InstagramIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default InstagramIcon;
4
+ //# sourceMappingURL=InstagramIcon.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ declare const TikTokIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default TikTokIcon;
4
+ //# sourceMappingURL=TikTokIcon.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ declare const WhatsappIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default WhatsappIcon;
4
+ //# sourceMappingURL=WhatsappIcon.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ declare const XIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default XIcon;
4
+ //# sourceMappingURL=XIcon.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default YoutubeIcon;
4
+ //# sourceMappingURL=YoutubeIcon.d.ts.map