@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 380 B
JavaScript
const SvgTrendingUpOutlined = (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' />
<path d='M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z' />
</svg>
);
}
export default SvgTrendingUpOutlined;