UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

25 lines (23 loc) 1.35 kB
var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; define(["require", "exports", "react", "../../../../index", "./IconExample.scss"], function (require, exports, React, index_1) { "use strict"; var IconColorExample = (function (_super) { __extends(IconColorExample, _super); function IconColorExample() { return _super.apply(this, arguments) || this; } IconColorExample.prototype.render = function () { return (React.createElement("div", null, React.createElement(index_1.Icon, { iconName: index_1.IconName.CompassNW, className: 'ms-IconExample ms-IconColorExample-deepSkyBlue' }), React.createElement(index_1.Icon, { iconName: index_1.IconName.Dictionary, className: 'ms-IconExample ms-IconColorExample-greenYellow' }), React.createElement(index_1.Icon, { iconName: index_1.IconName.TrainSolid, className: 'ms-IconExample ms-IconColorExample-salmon' }))); }; return IconColorExample; }(React.Component)); exports.IconColorExample = IconColorExample; }); //# sourceMappingURL=Icon.Color.Example.js.map