All files / src/assets/icons/Conversations NewMessageIcon.tsx

50% Statements 1/2
100% Branches 0/0
0% Functions 0/1
50% Lines 1/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11  519x                  
 
const NewMessageIcon = () => {
    return (
<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.634277" width="8" height="8" rx="4" fill="#6D9CF8"/>
</svg>
    );
  };
  
  export default NewMessageIcon;