portfolio-manager-toolkit
Version:
React toolkit used to interface with portfolio manager
8 lines (7 loc) • 820 B
TypeScript
export declare function GithubIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
export declare function LinkedinIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
export declare function InstagramIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
export declare function EmailIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
export declare function FacebookIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
export declare function EducationIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
export declare function UserDocumentIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;