UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 417 B
import React from 'react'; import Icon from 'react-icon-base'; const MdContentCopy = (props) => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m31.6 35v-23.4h-18.2v23.4h18.2z m0-26.6c1.8 0 3.4 1.4 3.4 3.2v23.4c0 1.8-1.6 3.4-3.4 3.4h-18.2c-1.8 0-3.4-1.6-3.4-3.4v-23.4c0-1.8 1.6-3.2 3.4-3.2h18.2z m-5-6.8v3.4h-20v23.4h-3.2v-23.4c0-1.8 1.4-3.4 3.2-3.4h20z"/></g> </Icon> ); export default MdContentCopy;