react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.15 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 GoOcticonUnmute = (function (_React$Component) {
_inherits(GoOcticonUnmute, _React$Component);
function GoOcticonUnmute() {
_classCallCheck(this, GoOcticonUnmute);
_React$Component.apply(this, arguments);
}
GoOcticonUnmute.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: 'm704 513.001c0 70-29 134-75 181l-43-43c35-36 57-84 57-138s-22-103-57-138l43-43c46 46 75 110 75 181z m-274-367l-238 238h-128c-35 0-64 29-64 64v128c0 35 29 64 64 64h128l238 238c30 30 82 9 82-34v-664c0-43-52-64-82-34z m380 5l-43 43c82 82 132 194 132 319 0 124-50 237-132 319l43 43c93-93 150-221 150-362 0-142-57-270-150-362z m-90 90l-44 43c59 59 95 140 95 229s-36 170-95 228l44 43c69-69 112-165 112-271s-43-202-112-272z' })
)
);
};
return GoOcticonUnmute;
})(React.Component);
exports['default'] = GoOcticonUnmute;
module.exports = exports['default'];