react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 1.11 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 FaObjectGroup = function FaObjectGroup(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 2048 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m2048 384h-128v1024h128v384h-384v-128h-1280v128h-384v-384h128v-1024h-128v-384h384v128h1280v-128h384v384z m-256-256v128h128v-128h-128z m-1664 0v128h128v-128h-128z m128 1536v-128h-128v128h128z m1408-128v-128h128v-1024h-128v-128h-1280v128h-128v1024h128v128h1280z m256 128v-128h-128v128h128z m-640-1024h384v768h-896v-256h-384v-768h896v256z m-768 384h640v-512h-640v512z m1024 256v-512h-256v384h-384v128h640z" })
)
);
};
exports["default"] = FaObjectGroup;
module.exports = exports["default"];