react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.31 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 GoOcticonJersey = (function (_React$Component) {
_inherits(GoOcticonJersey, _React$Component);
function GoOcticonJersey() {
_classCallCheck(this, GoOcticonJersey);
_React$Component.apply(this, arguments);
}
GoOcticonJersey.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 896 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm224 384.001l-32 32v320l32 32h128l32-32v-320l-32-32h-128z m96 320h-64v-256h64v256z m401-464c-14-88-20-168-17-240h-191c0 17-8 31-25 44-16 13-40 19-72 19s-56-6-72-19c-15-13-23-27-23-44h-193c3 72-2 152-16 240-13 88-51 136-112 144v576c1 17 7 31 20 44s27 19 44 20h704c17-1 31-7 44-20s19-27 20-44v-576c-61-8-98-56-112-144z m47 720h-704v-512c57-32 95-80 110-144s20-144 18-240h64c-1 50 10 94 33 132 23 37 65 57 128 60 63-1 105-21 128-60 23-38 32-82 31-132h64c1 91 8 163 21 216 13 52 44 128 107 168v512z m-288-576l-32 32v320l32 32h128l32-32v-320l-32-32h-128z m96 320h-64v-256h64v256z' })
)
);
};
return GoOcticonJersey;
})(React.Component);
exports['default'] = GoOcticonJersey;
module.exports = exports['default'];