react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.26 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdDvr extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m11.64 20v3.3599999999999994h-3.283333333333333v-3.3599999999999994h3.283333333333333z m0-6.640000000000001v3.2833333333333314h-3.283333333333333v-3.283333333333333h3.283333333333333z m20 6.640000000000001v3.3599999999999994h-18.283333333333335v-3.3599999999999994h18.283333333333335z m0-6.640000000000001v3.2833333333333314h-18.283333333333335v-3.283333333333333h18.283333333333335z m3.3599999999999994 15v-20h-30v20h30z m0-23.36q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.3416666666666677l-0.0799999999999983 20q0 1.3283333333333331-0.9766666666666666 2.3049999999999997t-2.3033333333333346 0.9766666666666701h-8.361666666666668v3.359999999999996h-13.283333333333333v-3.3599999999999994h-8.354999999999999q-1.3283333333333331 0-2.3433333333333333-0.9766666666666666t-1.0166666666666666-2.3049999999999997v-20q0-1.3283333333333331 1.0166666666666666-2.3433333333333337t2.3400000000000003-1.0150000000000006h30.000000000000004z"/></g>
</IconBase>
);
}
}