UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 407 B
const SvgArrowDropUpRound = (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='M8.71 12.29L11.3 9.7a.996.996 0 011.41 0l2.59 2.59c.63.63.18 1.71-.71 1.71H9.41c-.89 0-1.33-1.08-.7-1.71z' /> </svg> ); } export default SvgArrowDropUpRound;