UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 906 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdWeb extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m33.36 30v-15h-6.716666666666669v15h6.716666666666669z m-8.36-8.36v-6.640000000000001h-18.36v6.640000000000001h18.36z m0 8.36v-6.640000000000001h-18.36v6.640000000000001h18.36z m8.36-23.36q1.3283333333333331 0 2.3049999999999997 1.0166666666666666t0.9750000000000014 2.3416666666666677v20q0 1.326666666666668-0.9766666666666666 2.3416666666666686t-2.306666666666665 1.0166666666666657h-26.713333333333335q-1.330000000000001 0-2.3066666666666675-1.0166666666666657t-0.9766666666666666-2.3400000000000034v-20q0-1.33 0.9766666666666666-2.3450000000000006t2.3050000000000006-1.0166666666666666h26.71666666666667z"/></g> </IconBase> ); } }