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 { IImageIconProps } from './Icon.types';
/**
* Fast icon component which only supports images (not font glyphs) and can't be targeted by customizations.
* To style the icon, use `className` or reference `ms-Icon` in CSS.
* {@docCategory Icon}
*/
export declare const ImageIcon: React.FunctionComponent<IImageIconProps>;