@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 345 B
JavaScript
const SvgPlayArrowRound = (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='M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18a1 1 0 000-1.69L9.54 5.98A.998.998 0 008 6.82z' />
</svg>
);
}
export default SvgPlayArrowRound;