react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.4 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 GoOcticonGitBranchCreate = (function (_React$Component) {
_inherits(GoOcticonGitBranchCreate, _React$Component);
function GoOcticonGitBranchCreate() {
_classCallCheck(this, GoOcticonGitBranchCreate);
_React$Component.apply(this, arguments);
}
GoOcticonGitBranchCreate.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: 'm640 320.001c0-71-57-128-128-128s-128 57-128 128c0 47 26 88 64 110v19c-1 33-15 63-40 88s-55 39-88 40c-53 1-95 10-128 29v-304c38-22 64-63 64-110 0-71-57-128-128-128s-128 57.00000000000003-128 128.00000000000003c0 47 26 88 64 110v420c-38 22-64 63-64 110 0 71 57 128 128 128s128-57 128-128c0-34-13-64-34-87 6-4 31-26 38-30 16-7 36-11 60-11 67-3 125-29 176-80s77-127 80-193h-1c39-23 65-64 65-111z m-512-204.99999999999997c42 0 77 35 77 77s-35 77-77 77-77-35-77-77 35-77 77-77z m0 794c-42 0-77-35-77-77s35-77 77-77 77 35 77 77-35 77-77 77z m384-512c-42 0-77-35-77-77s35-77 77-77 77 35 77 77-35 77-77 77z' })
)
);
};
return GoOcticonGitBranchCreate;
})(React.Component);
exports['default'] = GoOcticonGitBranchCreate;
module.exports = exports['default'];