react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 714 B
JavaScript
var React = require('react');
var IconBase = require('../IconBase');
export default class GoOcticonIssueReopened extends React.Component {
render() {
return (
<IconBase viewBox="0 0 896 1024.032" {...this.props}>
<g><path d="m512 576.001h-128v-320h128v320z m-128 192h128v-128h-128v128z m405-128h-149l96 96c-67 85-171 141-288 141-201 0-365-164-365-365 0-22 2-43 6-64h-84c-3 21-5 42-5 64 0 247 201 448 448 448 140 0 264-65 346-166l102 102v-256h-107z m-682-256h149l-96-96c67-85 171-141 288-141 201 0 365 164 365 365 0 22-2 43-6 64h84c3-21 5-42 5-64 0-247-201-448-448-448-140 0-264 65-346 166l-102-101.99999999999997v256h107z"/></g>
</IconBase>
);
}
}