react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 1 kB
JavaScript
;
exports.__esModule = true;
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var IconBase = require("../IconBase");
var FaInstitution = function FaInstitution(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 2048 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m960 0l960 384v128h-128q0 26-20.5 45t-48.5 19h-1526q-28 0-48.5-19t-20.5-45h-128v-128z m-704 640h256v768h128v-768h256v768h128v-768h256v768h128v-768h256v768h59q28 0 48.5 19t20.5 45v64h-1664v-64q0-26 20.5-45t48.5-19h59v-768z m1595 960q28 0 48.5 19t20.5 45v128h-1920v-128q0-26 20.5-45t48.5-19h1782z" })
)
);
};
exports["default"] = FaInstitution;
module.exports = exports["default"];