UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.43 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdEventBusy extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 31.640000000000004v-18.28333333333334h-23.28333333333334v18.283333333333335h23.283333333333335z m0-26.64q1.3283333333333367 0 2.34333333333333 1.0166666666666666t1.0166666666666657 2.339999999999997v23.28333333333333q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-23.28333333333333q-1.405000000000002 0-2.3833333333333346-1.0166666666666657t-0.9733333333333345-2.341666666666665v-23.28333333333334q0-1.3266666666666653 0.9749999999999996-2.341666666666665t2.383333333333333-1.0150000000000006h1.6416666666666675v-3.36h3.3583333333333343v3.36h13.283333333333331v-3.36h3.3583333333333343v3.36h1.6400000000000006z m-16.093333333333337 23.359999999999996l-1.7966666666666669-1.7966666666666633 4.063333333333333-4.063333333333333-4.063333333333333-4.063333333333333 1.7966666666666669-1.7966666666666669 4.063333333333333 4.063333333333333 4.063333333333333-4.063333333333333 1.7166666666666686 1.7966666666666669-4.061666666666667 4.063333333333333 4.063333333333333 4.063333333333333-1.7166666666666686 1.7966666666666669-4.066666666666666-4.063333333333333z"/></g> </IconBase> ); } }