react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.65 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdMemory extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m28.36 28.36v-16.71666666666667h-16.71666666666667v16.71666666666667h16.71666666666667z m6.640000000000001-10h-3.3599999999999994v3.2833333333333314h3.3599999999999994v3.356666666666669h-3.3599999999999994v3.361666666666668q0 1.3283333333333331-0.9766666666666666 2.3049999999999997t-2.3049999999999997 0.9766666666666666h-3.3583333333333343v3.360000000000003h-3.361666666666668v-3.3599999999999994h-3.283333333333335v3.3599999999999994h-3.354999999999997v-3.3599999999999994h-3.3633333333333333q-1.3283333333333331 0-2.3049999999999997-0.9766666666666666t-0.9783333333333335-2.3049999999999997v-3.3616666666666717h-3.3583333333333334v-3.3583333333333343h3.3600000000000003v-3.2833333333333314h-3.3600000000000003v-3.3583333333333343h3.3600000000000003v-3.3599999999999994q0-1.3283333333333331 0.9766666666666666-2.3049999999999997t2.303333333333333-0.9749999999999996h3.360000000000001v-3.360000000000001h3.3599999999999994v3.3583333333333343h3.283333333333335v-3.3583333333333343h3.3583333333333343v3.3583333333333343h3.3583333333333343q1.3283333333333331 0 2.3049999999999997 0.9766666666666666t0.9766666666666666 2.3066666666666666v3.3583333333333325h3.3633333333333297v3.3599999999999994z m-13.36 3.280000000000001v-3.2833333333333314h-3.2833333333333314v3.2833333333333314h3.2833333333333314z m3.3599999999999994-6.640000000000001v10h-10v-10h10z"/></g>
</IconBase>
);
}
}