type CommentIconProps = { size: number strokeColor: string } export function CommentIcon(props: CommentIconProps): JSX.Element { return ( ) }