react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.13 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 GoOcticonHubot = (function (_React$Component) {
_inherits(GoOcticonHubot, _React$Component);
function GoOcticonHubot() {
_classCallCheck(this, GoOcticonHubot);
_React$Component.apply(this, arguments);
}
GoOcticonHubot.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: 'm192 384.001c-35 0-64 29-64 64v128c0 35 29 64 64 64h512c35 0 64-29 64-64v-128c0-35-29-64-64-64h-512z m512 112l-80 80h-96l-80-80-80 80h-96l-80-80v-48h48l80 80 80-80h96l80 80 80-80h48v48z m-384 208h256v64h-256v-64z m128-576c-247 2.842170943040401e-14-448 186-448 416v288c0 35 29 64 64 64h768c35 0 64-29 64-64v-288c0-230-201-416-448-416z m384 704h-768v-288c0-198 169-358 384-358s384 160 384 358v288z' })
)
);
};
return GoOcticonHubot;
})(React.Component);
exports['default'] = GoOcticonHubot;
module.exports = exports['default'];