UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

31 lines 1.24 kB
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconType = void 0; /** * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps` * {@docCategory Icon} */ var IconType; (function (IconType) { /** * Render using the fabric icon font. * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps` */ IconType[IconType["default"] = 0] = "default"; /** * Render using an image, where imageProps would be used. * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps` */ IconType[IconType["image"] = 1] = "image"; /** * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps` */ IconType[IconType["Default"] = 100000] = "Default"; /** * @deprecated Icon type is inferred based on presence of `IIconProps.imageProps` */ IconType[IconType["Image"] = 100001] = "Image"; })(IconType || (exports.IconType = IconType = {})); }); //# sourceMappingURL=Icon.types.js.map