react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 685 B
JavaScript
var React = require('react');
var IconBase = require('../IconBase');
export default class GoOcticonMailRead extends React.Component {
render() {
return (
<IconBase viewBox="0 0 896 1024.032" {...this.props}>
<g><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"/></g>
</IconBase>
);
}
}