@icongo/mc
Version:
Micon Icons
13 lines • 746 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlBuildingEnergy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1024 896v896H512V896h512zM384 0h1408v2048h-128V128H512v512h128V512h256v128h384v1408H256V640h128V0zm768 768H384v1152h768V768zM768 384H640V256h128v128zm256 0H896V256h128v128zm128 0V256h128v128h-128zm256 0V256h128v128h-128zm0 256V512h128v128h-128zm0 256V768h128v128h-128zm0 256v-128h128v128h-128zm0 256v-128h128v128h-128zm0 256v-128h128v128h-128zm0 256v-128h128v128h-128z"
})
}));
export { MCMdlBuildingEnergy };