UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.22 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdPages extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 5q1.3283333333333367 0 2.34333333333333 1.0166666666666666t1.0166666666666657 2.3400000000000007v10.000000000000002h-8.361666666666668l1.716666666666665-6.716666666666669-6.716666666666669 1.7166666666666668v-8.356666666666667h10z m-3.280000000000001 23.36l-1.716666666666665-6.716666666666669h8.356666666666662v10q0 1.326666666666668-1.0133333333333354 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-10v-8.36z m-15-6.719999999999999l-1.7166666666666668 6.716666666666669 6.716666666666667-1.7166666666666686v8.36h-10q-1.3283333333333331 0-2.3433333333333337-1.0166666666666657t-1.0166666666666693-2.34v-10h8.361666666666668z m-8.360000000000003-13.28q0-1.3283333333333331 1.0166666666666666-2.3433333333333337t2.3400000000000007-1.0166666666666675h10.000000000000002v8.361666666666668l-6.716666666666669-1.7166666666666668 1.7166666666666668 6.716666666666667h-8.356666666666667v-10z"/></g> </IconBase> ); } }