UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 418 B
const SvgBookmarkRemoveSharp = (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='M21 7h-6V5h6v2zm-2 3.9c-.64.13-1.32.14-2.02 0-1.91-.38-3.47-1.92-3.87-3.83A5.02 5.02 0 0114 3H5v18l7-3 7 3V10.9z' /> </svg> ); } export default SvgBookmarkRemoveSharp;