react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.59 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdFilter3 extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m28.36 21.64q0 1.4066666666666663-1.0166666666666657 2.383333333333333t-2.34 0.9766666666666666h-6.638333333333332v-3.3599999999999994h6.634999999999998v-3.2833333333333314h-3.3583333333333343v-3.356666666666669h3.3583333333333343v-3.3633333333333333h-6.638333333333335v-3.283333333333333h6.638333333333335q1.408333333333335 0 2.383333333333333 0.9399999999999995t0.9783333333333317 2.3433333333333337v2.5q0 1.0166666666666657-0.7416666666666671 1.7583333333333329t-1.7583333333333329 0.7416666666666671q1.0166666666666657 0 1.7583333333333329 0.7416666666666671t0.7416666666666671 1.7583333333333329v2.5z m-23.36-13.28v26.64h26.64v3.3599999999999994h-26.64q-1.3283333333333331 0-2.3433333333333333-1.0166666666666657t-1.0166666666666666-2.3416666666666686v-26.638333333333332h3.361666666666667z m30 20v-23.36h-23.36v23.36h23.36z m0-26.72q1.3283333333333331-4.440892098500626e-16 2.3433333333333337 1.0166666666666662t1.0166666666666657 2.3416666666666663v23.358333333333334q0 1.3283333333333331-1.0166666666666657 2.3049999999999997t-2.3433333333333337 0.9783333333333353h-23.36q-1.3283333333333331 0-2.3049999999999997-0.9766666666666666t-0.9749999999999996-2.3049999999999997v-23.358333333333338q0-1.33 0.9766666666666666-2.345t2.3066666666666666-1.0166666666666666h23.356666666666666z"/></g>
</IconBase>
);
}
}