react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.24 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; };
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
var React = require('react');
var IconBase = require('../IconBase');
var FaObjectUngroup = (function (_React$Component) {
_inherits(FaObjectUngroup, _React$Component);
function FaObjectUngroup() {
_classCallCheck(this, FaObjectUngroup);
_React$Component.apply(this, arguments);
}
FaObjectUngroup.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 2304 1896.0833' }, this.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' })
)
);
};
return FaObjectUngroup;
})(React.Component);
exports['default'] = FaObjectUngroup;
module.exports = exports['default'];