@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlCourthouse = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlCourthouse = function MCMdlCourthouse(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1792 896v768l9 27 22.5 67.5 29.5 88.5 30 90.5 24.5 73.5 12.5 37H0q2-6 12.5-37t24.5-73.5 30-90.5l29.5-88.5L119 1691l9-27V896H0V768l896-448V0h383v256h-255v64l896 448v128h-128zM286 768h1348L960 431zm226 896h128V896H512v768zm256 0h128V896H768v768zm256 0h128V896h-128v768zm256 0h128V896h-128v768zm-1024 0h128V896H256v768zm1486 256-42-128H220l-42 128h1564zm-78-1024h-128v768h128V896z"
})
}));
};
exports.MCMdlCourthouse = MCMdlCourthouse;