UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.19 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdLibraryBooks extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 11.64v-3.283333333333333h-16.640000000000004v3.283333333333333h16.64z m-6.640000000000004 13.36v-3.3599999999999994h-10v3.3599999999999994h10z m6.640000000000001-6.640000000000001v-3.3599999999999994h-16.64v3.3599999999999994h16.64z m1.7199999999999989-15q1.3283333333333331 0 2.3049999999999997 0.9766666666666666t0.9750000000000014 2.3049999999999997v20q0 1.3283333333333331-0.9766666666666666 2.3433333333333337t-2.306666666666665 1.0166666666666657h-20q-1.3283333333333331 0-2.3433333333333337-1.0166666666666657t-1.0133333333333354-2.341666666666665v-20q0-1.3283333333333331 1.0166666666666657-2.3049999999999997t2.3433333333333337-0.9766666666666666h20z m-26.72 6.640000000000001v23.36h23.36v3.2833333333333314h-23.36q-1.3283333333333331 0-2.3049999999999997-0.9783333333333317t-0.9750000000000001-2.306666666666665v-23.358333333333334h3.2833333333333337z"/></g> </IconBase> ); } }