react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.28 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 GoOcticonGistFork = (function (_React$Component) {
_inherits(GoOcticonGistFork, _React$Component);
function GoOcticonGistFork() {
_classCallCheck(this, GoOcticonGistFork);
_React$Component.apply(this, arguments);
}
GoOcticonGistFork.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 640 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm512 64.001c-71 0-128 57-128 128 0 47 26 88 64 110v82l-128 128-128-128v-82c38-22 64-63 64-110 0-71-57-128-128-128s-128 57.00000000000003-128 128.00000000000003c0 47 26 88 64 110v114l192 192v114c-38 22-64 63-64 110 0 71 57 128 128 128s128-57 128-128c0-47-26-88-64-110v-114l192-192v-114c38-22 64-63 64-110 0-71-57-128-128-128z m-384 204.99999999999997c-42 0-77-35-77-77s35-77 77-77 77 35 77 77-35 77-77 77z m192 640c-42 0-77-35-77-77s35-77 77-77 77 35 77 77-35 77-77 77z m192-640c-42 0-77-35-77-77s35-77 77-77 77 35 77 77-35 77-77 77z' })
)
);
};
return GoOcticonGistFork;
})(React.Component);
exports['default'] = GoOcticonGistFork;
module.exports = exports['default'];