react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.73 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdPartyMode extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m20 28.36q3.4383333333333326 0 5.899999999999999-2.461666666666666t2.4583333333333357-5.898333333333333q0-0.5466666666666669-0.1566666666666663-1.6400000000000006h-3.5166666666666657q0.31666666666666643 1.0933333333333337 0.31666666666666643 1.6400000000000006 0 2.0333333333333314-1.4866666666666681 3.5166666666666657t-3.5150000000000006 1.4833333333333343h-6.636666666666665q2.576666666666666 3.3599999999999994 6.636666666666665 3.3599999999999994z m0-16.720000000000002q-3.4383333333333326 0-5.9 2.461666666666666t-2.458333333333332 5.898333333333337q0 0.5466666666666669 0.1566666666666663 1.6400000000000006h3.5166666666666675q-0.31666666666666643-1.0933333333333337-0.31666666666666643-1.6400000000000006 0-2.0333333333333314 1.4866666666666681-3.5166666666666657t3.514999999999997-1.4833333333333343h6.638333333333335q-2.578333333333333-3.3599999999999994-6.638333333333335-3.3599999999999994z m13.36-5q1.3283333333333331 0 2.3049999999999997 1.0166666666666666t0.9750000000000014 2.3416666666666677v20q0 1.326666666666668-0.9766666666666666 2.341666666666665t-2.306666666666665 1.0166666666666657h-26.713333333333335q-1.330000000000001 0-2.3066666666666675-1.0166666666666657t-0.9766666666666666-2.3399999999999963v-20q0-1.33 0.9766666666666666-2.3450000000000006t2.3050000000000006-1.0166666666666666h5.313333333333334l3.044999999999998-3.2783333333333324h10l3.0500000000000007 3.283333333333333h5.311666666666664z"/></g>
</IconBase>
);
}
}