UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 368 B
const SvgSwitchLeftOutlined = (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='M8.5 8.62v6.76L5.12 12 8.5 8.62M10 5l-7 7 7 7V5zm4 0v14l7-7-7-7z' /> </svg> ); } export default SvgSwitchLeftOutlined;