File size: 677 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;