UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 961 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdLaptopWindows extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m6.640000000000001 8.360000000000001v16.64h26.71666666666667v-16.64h-26.715000000000003z m26.72 21.64h6.640000000000001v3.3599999999999994h-40v-3.3599999999999994h6.640000000000001v-1.6400000000000006q-1.3283333333333331 0-2.3049999999999997-1.0166666666666657t-0.9750000000000001-2.3416666666666686v-16.638333333333332q0-1.3283333333333331 0.976666666666667-2.3433333333333337t2.3066666666666666-1.0133333333333336h26.716666666666665q1.3299999999999983 0 2.306666666666665 1.0166666666666666t0.9766666666666666 2.341666666666666v16.635q0 1.3299999999999983-0.9766666666666666 2.344999999999999t-2.3049999999999997 1.0166666666666657v1.6383333333333354z"/></g> </IconBase> ); } }