react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.43 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdViewComfortable extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m30 8.360000000000001h6.640000000000001v6.639999999999999h-6.640000000000001v-6.639999999999999z m0 23.28v-6.640000000000001h6.640000000000001v6.640000000000001h-6.640000000000001z m-8.36 0v-6.640000000000001h6.716666666666669v6.640000000000001h-6.716666666666669z m-8.280000000000001 0v-6.640000000000001h6.640000000000001v6.640000000000001h-6.639999999999999z m-8.360000000000001 0v-6.640000000000001h6.640000000000001v6.640000000000001h-6.639999999999999z m25-8.280000000000001v-6.716666666666669h6.640000000000001v6.716666666666669h-6.640000000000001z m-8.36-15h6.716666666666669v6.640000000000001h-6.716666666666669v-6.639999999999999z m-8.28 6.640000000000001v-6.639999999999999h6.639999999999999v6.639999999999999h-6.639999999999999z m8.28 8.36v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666669z m-8.280000000000001 0v-6.716666666666669h6.640000000000001v6.716666666666669h-6.639999999999999z m-8.360000000000001 0v-6.716666666666669h6.640000000000001v6.716666666666669h-6.639999999999999z m1.7763568394002505e-15-8.36v-6.639999999999999h6.640000000000001v6.639999999999999h-6.640000000000001z"/></g>
</IconBase>
);
}
}