styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
18 lines (17 loc) • 1.2 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Institution = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M21.857 8.485l-3-5A.997.997 0 0018 3h-4.586l-.707-.707a.999.999 0 00-1.414 0L10.586 3H6a.997.997 0 00-.857.485l-3 5A1.001 1.001 0 002.002 9H2v10a1 1 0 001 1h18a1 1 0 001-1V9h-.002c0-.178-.046-.356-.141-.515zM20 18h-6v-4h-4v4H4v-8h2.414l.293-.293 2-2L12 4.414l4.293 4.293 1 1 .293.293H20v8z", key: "k0" }),
React.createElement("circle", { cx: 11.895, cy: 9.895, r: 2.105, key: "k1" }),
React.createElement("path", { d: "M6 12h2v3H6zm10 0h2v3h-2z", key: "k2" })));
});
exports.Institution.displayName = 'Institution';
exports.InstitutionDimensions = { height: 24, width: 24 };
;