react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.12 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 GoOcticonMailRead = (function (_React$Component) {
_inherits(GoOcticonMailRead, _React$Component);
function GoOcticonMailRead() {
_classCallCheck(this, GoOcticonMailRead);
_React$Component.apply(this, arguments);
}
GoOcticonMailRead.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: 'm384 320.001h-128v-64h128v64z m192 64h-320v64h320v-64z m320-31v543c0 35-29 64-64 64h-768c-35 0-64-29-64-64v-543c0-21 10-40 27-52l101-72v-37c0-35 29-64 64-64h77l179-127.99999999999997 179 128h77c35 0 64 29 64 64v37l101 72c17 12 27 31 27 52z m-704 127l256 160 256-160v-288h-512v288z m-128 384l288-192-288-192v384z m704 32l-320-192-320 192h640z m64-416l-288 192 288 192v-384z' })
)
);
};
return GoOcticonMailRead;
})(React.Component);
exports['default'] = GoOcticonMailRead;
module.exports = exports['default'];