react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.36 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 GoOcticonCircuitBoard = (function (_React$Component) {
_inherits(GoOcticonCircuitBoard, _React$Component);
function GoOcticonCircuitBoard() {
_classCallCheck(this, GoOcticonCircuitBoard);
_React$Component.apply(this, arguments);
}
GoOcticonCircuitBoard.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: 'm192 320.001c0-35 29-64 64-64s64 29 64 64-29 64-64 64-64-29-64-64z m512 0c0-35-29-64-64-64s-64 29-64 64 29 64 64 64 64-29 64-64z m0 384c0-35-29-64-64-64s-64 29-64 64 29 64 64 64 64-29 64-64z m128-640h-512v139c23 12 41 30 53 53h150c27-50 85-82 150-67 48 12 87 51 98 99 20 88-46 166-131 166-51 0-95-28-117-70h-150c-27 51-85 82-150 66-47-11-86-50-97-97-16-65 15-123 66-150v-138.99999999999997h-128c-35 0-64 29-64 64v768c0 35 29 64 64 64l320-320h139c27-50 85-82 150-67 48 12 87 51 98 99 20 88-46 166-131 166-51 0-95-28-117-70h-75l-192 192h576c35 0 64-29 64-64v-768c0-35-29-64-64-64z' })
)
);
};
return GoOcticonCircuitBoard;
})(React.Component);
exports['default'] = GoOcticonCircuitBoard;
module.exports = exports['default'];