UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 828 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdToc extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 21.64v-3.2833333333333314h3.359999999999996v3.2833333333333314h-3.3599999999999994z m0-10h3.359999999999996v3.3599999999999994h-3.3599999999999994v-3.3599999999999994z m0 16.720000000000002v-3.360000000000003h3.359999999999996v3.3599999999999994h-3.3599999999999994z m-26.640000000000004-3.552713678800501e-15v-3.3599999999999994h23.36v3.3599999999999994h-23.36z m0-6.719999999999999v-3.2833333333333314h23.36v3.2833333333333314h-23.36z m0-6.640000000000001v-3.3599999999999994h23.36v3.3599999999999994h-23.36z"/></g> </IconBase> ); } }