react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.05 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 GoOcticonWatch = (function (_React$Component) {
_inherits(GoOcticonWatch, _React$Component);
function GoOcticonWatch() {
_classCallCheck(this, GoOcticonWatch);
_React$Component.apply(this, arguments);
}
GoOcticonWatch.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 768 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm384 512.001h128v64h-192v-256h64v192z m384 0c0 142-77 266-192 332v116c0 35-29 64-64 64h-256c-35 0-64-29-64-64v-116c-115-66-192-190-192-332s77-266 192-332v-115.99999999999997c0-35 29-64 64-64h256c35 0 64 29 64 64v116c115 66 192 190 192 332z m-64 0c0-177-143-320-320-320s-320 143-320 320 143 320 320 320 320-143 320-320z' })
)
);
};
return GoOcticonWatch;
})(React.Component);
exports['default'] = GoOcticonWatch;
module.exports = exports['default'];