UNPKG

@omtanke/react-material-icons

Version:
16 lines (14 loc) 314 B
const SvgInsertDriveFileSharp = (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='M4.01 2L4 22h16V8l-6-6H4.01zM13 9V3.5L18.5 9H13z' /> </svg> ); } export default SvgInsertDriveFileSharp;