import React from 'react'; const CommentIcon = ({ fill }) => { return ( ); }; export default CommentIcon;