react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.84 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdBugReport extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m23.36 20v-3.3599999999999994h-6.716666666666669v3.3599999999999994h6.716666666666669z m0 6.640000000000001v-3.2833333333333314h-6.716666666666669v3.2833333333333314h6.716666666666669z m10-13.280000000000001v3.2833333333333314h-3.5166666666666657q0.158333333333335 1.0916666666666686 0.158333333333335 1.7166666666666686v1.6400000000000006h3.361666666666668v3.3599999999999994h-3.363333333333337v1.6400000000000006q0 0.5466666666666669-0.15500000000000114 1.6400000000000006h3.5166666666666657v3.3599999999999994h-4.690000000000001q-1.3283333333333331 2.2666666666666657-3.633333333333333 3.633333333333333t-5.03833333333333 1.3666666666666671-5.038333333333334-1.3666666666666671-3.633333333333333-3.633333333333333h-4.688333333333333v-3.3599999999999994h3.5166666666666657q-0.15833333333333321-1.0933333333333337-0.15833333333333321-1.6400000000000006v-1.6400000000000006h-3.3616666666666655v-3.3599999999999994h3.3633333333333324v-1.6400000000000006q0-0.625 0.15499999999999936-1.7166666666666686h-3.5166666666666666v-3.283333333333333h4.69q1.1716666666666669-1.9533333333333331 3.046666666666667-3.283333333333333l-2.7333333333333343-2.7333333333333334 2.3416666666666686-2.343333333333331 3.671666666666667 3.5933333333333337q1.1716666666666669-0.2333333333333325 2.3433333333333337-0.2333333333333325t2.3416666666666686 0.2333333333333325l3.673333333333332-3.5933333333333337 2.3433333333333337 2.3433333333333337-2.7333333333333343 2.7333333333333343q1.8733333333333348 1.33 3.0450000000000017 3.283333333333333h4.689999999999998z"/></g>
</IconBase>
);
}
}