react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.53 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class GoIssueReopened extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m27.46625 29.97125c-2.0849999999999973 1.5662500000000001-4.653749999999999 2.5287499999999987-7.466249999999999 2.5287499999999987-6.904999999999999 0-12.5-5.596250000000001-12.5-12.5 0-1.7800000000000011 0.3825000000000003-3.467500000000001 1.0549999999999997-5h-3.5549999999999997v-3.8850000000000016c-1.5500000000000003 2.6125000000000007-2.5 5.627500000000001-2.5 8.885000000000002 0 9.665 7.835000000000001 17.5 17.5 17.5 4.193750000000001 0 7.987500000000001-1.5375000000000014 11.006250000000001-3.9937499999999986l1.4937499999999986 1.4937499999999986v-7.5h-7.5l2.4662499999999987 2.4712500000000013z m-9.966249999999999 0.02874999999999872h5v-5h-5v5z m5-20h-5v12.5h5v-12.5z m15 10c0-9.665000000000001-7.835000000000001-17.5-17.5-17.5-4.195 0-7.99 1.5350000000000001-11.0025 3.9975000000000005l-1.4975000000000005-1.4975000000000005v7.5h7.5l-2.467500000000001-2.467500000000001c2.0875000000000004-1.5700000000000003 4.655000000000001-2.532499999999999 7.467500000000001-2.532499999999999 6.903749999999999 0 12.5 5.594999999999999 12.5 12.5 0 1.7800000000000011-0.3812500000000014 3.4662499999999987-1.0549999999999997 5h3.5549999999999997v3.8874999999999993c1.5499999999999972-2.616250000000001 2.5-5.625 2.5-8.8875z"/></g>
</IconBase>
);
}
}