UNPKG

@kwiz/fluentui

Version:
21 lines (20 loc) 1.23 kB
import React from 'react'; interface IProps { size?: number; color?: string; } export declare const YouTubeIcon: React.FunctionComponent<React.PropsWithChildren<IProps>>; export declare const MermaidIcon: React.FunctionComponent<React.PropsWithChildren<IProps>>; export declare const TeamsIcon: React.FunctionComponent<React.PropsWithChildren<IProps>>; export declare const SVGLinkIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element; export declare const SVGSplitIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element; export declare const HubSpotIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element; export declare const GetSVGLinkIcon: (props: IProps) => string; export declare const GetSVGSplitIcon: (props: IProps) => string; export declare function GetSVGCopyIcon(props: IProps): string; export declare const SalesforceIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element; export declare const NetSuiteIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element; /** @deprecated unsafe use IconToSVGAsync instead */ export declare function IconToSVG(icon: JSX.Element): string; export declare function IconToSVGAsync(icon: JSX.Element): Promise<string>; export {};