@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 384 B
JavaScript
const SvgThumbDownAltSharp = (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' opacity={0.87} />
<path d='M1 11.6V16h8.31l-1.12 5.38L9.83 23 17 15.82V3H4.69zM19 3h4v12h-4z' />
</svg>
);
}
export default SvgThumbDownAltSharp;