@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 377 B
JavaScript
const SvgThumbUpOffAltSharp = (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='M14.17 1L7 8.18V21h12.31L23 12.4V8h-8.31l1.12-5.38L14.17 1zM1 9h4v12H1V9z' />
</svg>
);
}
export default SvgThumbUpOffAltSharp;