@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 567 B
JavaScript
const SvgDriveFileRenameOutlineRound = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M15 16l-4 4h8c1.1 0 2-.9 2-2s-.9-2-2-2h-4zM12.06 7.19l-8.77 8.77c-.18.18-.29.44-.29.7V19c0 .55.45 1 1 1h2.34c.27 0 .52-.11.71-.29l8.77-8.77-3.76-3.75zM18.71 8.04a.996.996 0 000-1.41l-2.34-2.34a.996.996 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z' />
</svg>
);
}
export default SvgDriveFileRenameOutlineRound;