office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
9 lines (8 loc) • 363 B
TypeScript
import * as React from 'react';
import { IIconProps } from './Icon.types';
/**
* Legacy Icon component which can be targeted by customization. It's recommended to use `FontIcon`
* or `ImageIcon` instead, especially in scenarios where rendering performance is important.
* {@docCategory Icon}
*/
export declare const Icon: React.FunctionComponent<IIconProps>;