UNPKG

496 BJavaScriptView Raw
1import { styled } from '../../Utilities';
2import { IconBase } from './Icon.base';
3import { getStyles } from './Icon.styles';
4/**
5 * Legacy Icon component which can be targeted by customization. It's recommended to use `FontIcon`
6 * or `ImageIcon` instead, especially in scenarios where rendering performance is important.
7 * {@docCategory Icon}
8 */
9export var Icon = styled(IconBase, getStyles, undefined, {
10 scope: 'Icon',
11}, true);
12Icon.displayName = 'Icon';
13//# sourceMappingURL=Icon.js.map
\No newline at end of file