@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 693 B
JavaScript
const SvgAttachFileRound = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M16.5 6.75v10.58c0 2.09-1.53 3.95-3.61 4.15A3.993 3.993 0 018.5 17.5V5.14c0-1.31.94-2.5 2.24-2.63A2.5 2.5 0 0113.5 5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v8.61c0 1.31.94 2.5 2.24 2.63A2.5 2.5 0 0015 15.5V5.17c0-2.09-1.53-3.95-3.61-4.15A3.998 3.998 0 007 5v12.27c0 2.87 2.1 5.44 4.96 5.71 3.29.3 6.04-2.26 6.04-5.48V6.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75z' />
</svg>
);
}
export default SvgAttachFileRound;