UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.22 kB
"use strict"; 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 FaObjectUngroup = function FaObjectUngroup(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 2304 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m2304 768h-128v640h128v384h-384v-128h-896v128h-384v-384h128v-128h-384v128h-384v-384h128v-640h-128v-384h384v128h896v-128h384v384h-128v128h384v-128h384v384z m-256-256v128h128v-128h-128z m-640-384v128h128v-128h-128z m-1280 0v128h128v-128h-128z m128 1152v-128h-128v128h128z m1280-128h-128v128h128v-128z m-1152 0h896v-128h128v-640h-128v-128h-896v128h-128v640h128v128z m512 512v-128h-128v128h128z m1280 0v-128h-128v128h128z m-128-256v-640h-128v-128h-384v384h128v384h-384v-128h-384v128h128v128h896v-128h128z" }) ) ); }; exports["default"] = FaObjectUngroup; module.exports = exports["default"];