UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.06 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdCollections extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m3.3600000000000003 10h3.283333333333333v23.36h23.356666666666666v3.2833333333333314h-23.356666666666666q-1.328333333333334 0-2.3050000000000015-0.9783333333333317t-0.9766666666666666-2.306666666666665v-23.358333333333334z m15 10l-5 6.640000000000001h20l-6.716666666666669-8.283333333333331-4.923333333333332 6.173333333333332z m18.28 6.640000000000001q0 1.3283333333333331-0.9766666666666666 2.3433333333333337t-2.3049999999999997 1.0166666666666657h-20q-1.3283333333333331 0-2.3433333333333337-1.0166666666666657t-1.0150000000000006-2.3433333333333337v-20q0-1.3283333333333331 1.0166666666666657-2.3049999999999997t2.341666666666667-0.9750000000000001h20q1.3283333333333331 0 2.3049999999999997 0.976666666666667t0.9766666666666666 2.3066666666666666v20z"/></g> </IconBase> ); } }