react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.18 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 GoOcticonIssueReopened = (function (_React$Component) {
_inherits(GoOcticonIssueReopened, _React$Component);
function GoOcticonIssueReopened() {
_classCallCheck(this, GoOcticonIssueReopened);
_React$Component.apply(this, arguments);
}
GoOcticonIssueReopened.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: 'm512 576.001h-128v-320h128v320z m-128 192h128v-128h-128v128z m405-128h-149l96 96c-67 85-171 141-288 141-201 0-365-164-365-365 0-22 2-43 6-64h-84c-3 21-5 42-5 64 0 247 201 448 448 448 140 0 264-65 346-166l102 102v-256h-107z m-682-256h149l-96-96c67-85 171-141 288-141 201 0 365 164 365 365 0 22-2 43-6 64h84c3-21 5-42 5-64 0-247-201-448-448-448-140 0-264 65-346 166l-102-101.99999999999997v256h107z' })
)
);
};
return GoOcticonIssueReopened;
})(React.Component);
exports['default'] = GoOcticonIssueReopened;
module.exports = exports['default'];