react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.42 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 GoOcticonSync = (function (_React$Component) {
_inherits(GoOcticonSync, _React$Component);
function GoOcticonSync() {
_classCallCheck(this, GoOcticonSync);
_React$Component.apply(this, arguments);
}
GoOcticonSync.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 768.1158 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm655.4936 473.47c11.875 81.719-13.062 167.781-76.812 230.594-94.188 92.938-239.5 104.375-346.375 34.562l74.875-73-275.189-38.375000000000114 38.407000000000025 268.75 84.031-80.5c150.907 111.25 364.938 100.75 502.063-34.562 79.5-78.438 115.75-182.562 111.25-285.312l-112.25-22.156999999999925z m-466.001-153.40700000000004c94.156-92.938 239.438-104.438 346.313-34.562l-75 72.969 275.188 38.406-38.375-268.875-83.938 80.688c-150.937-111.34399999999997-364.90600000000006-100.71899999999997-502.06300000000005 34.56200000000004-79.49999999999997 78.40599999999998-115.71799999999998 182.53099999999998-111.24999999999999 285.25l112.25 22.125c-11.875-81.75 13.125-167.719 76.87500000000001-230.563z' })
)
);
};
return GoOcticonSync;
})(React.Component);
exports['default'] = GoOcticonSync;
module.exports = exports['default'];