import React from 'react'; | |
const RedHeart = () => { | |
return ( | |
<svg | |
xmlns='http://www.w3.org/2000/svg' | |
fill='red' | |
width='24' | |
height='24' | |
viewBox='0 0 24 24' | |
role='img' | |
aria-labelledby='aqa9xf4hn7e96u785zapdqber5omytil' | |
className='crayons-icon crayons-icon reaction-icon--like reaction-icon reacted' | |
> | |
<title id='aqa9xf4hn7e96u785zapdqber5omytil'>Like comment: </title> | |
<path d='M5.116 12.595a4.875 4.875 0 015.56-7.68h-.002L7.493 8.098l1.06 1.061 3.181-3.182a4.875 4.875 0 016.895 6.894L12 19.5l-6.894-6.894.01-.01z'></path> | |
</svg> | |
); | |
}; | |
export default RedHeart; | |