react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.39 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 GoOcticonBroadcast = (function (_React$Component) {
_inherits(GoOcticonBroadcast, _React$Component);
function GoOcticonBroadcast() {
_classCallCheck(this, GoOcticonBroadcast);
_React$Component.apply(this, arguments);
}
GoOcticonBroadcast.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1024 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm576 576.001h-64c35 0 64-29 64-64v-64c0-35-29-64-64-64h-64c-35 0-64 29-64 64v64c0 35 29 64 64 64h-64c-35 0-64 29-64 64v128h64v192c0 35 29 64 64 64h64c35 0 64-29 64-64v-192h64v-128c0-35-29-64-64-64z m-128-128h64v64h-64v-64z m128 256h-64v256h-64v-256h-64v-64h192v64z m134-224c0-127-103-230-230-230s-230 103-230 230c0 18 2 35 6 52v127c-39-49-64-111-64-179 0-159 129-288 288-288s288 129 288 288c0 68-25 130-64 179v-127c4-17 6-34 6-52z m250 0c0 184-104 344-256 424v-67c119-74 198-206 198-357 0-233-189-422-422-422s-422 189.00000000000003-422 422c0 151 79 283 198 357v67c-152-80-256-240-256-424 0-265 215-480 480-480s480 215 480 480z' })
)
);
};
return GoOcticonBroadcast;
})(React.Component);
exports['default'] = GoOcticonBroadcast;
module.exports = exports['default'];