UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 351 B
const SvgEscalatorSharp = (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 3H3v18h18V3zm-2.5 6h-3.2l-5 9H5.5v-3h3.2l5-9h4.8v3z' /> </svg> ); } export default SvgEscalatorSharp;