UNPKG

@omtanke/react-material-icons

Version:
16 lines (14 loc) 276 B
const SvgSpaceBarSharp = (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='M18 9v4H6V9H4v6h16V9h-2z' /> </svg> ); } export default SvgSpaceBarSharp;