UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.03 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdContentCopy extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 35v-23.36h-18.28333333333334v23.36h18.283333333333335z m0-26.64q1.3283333333333367 0 2.34333333333333 0.9766666666666666t1.0166666666666657 2.3050000000000015v23.358333333333334q0 1.3299999999999983-1.0166666666666657 2.344999999999999t-2.3433333333333337 1.0166666666666657h-18.283333333333335q-1.3266666666666662 0-2.341666666666667-1.0166666666666657t-1.0149999999999988-2.344999999999999v-23.35666666666667q0-1.3283333333333314 1.0166666666666657-2.304999999999998t2.341666666666667-0.9766666666666666h18.28333333333333z m-5-6.720000000000001v3.360000000000001h-20v23.36h-3.283333333333333v-23.36q0-1.3283333333333331 0.9783333333333335-2.3433333333333333t2.3066666666666666-1.0166666666666666h20z"/></g> </IconBase> ); } }