import React from 'react'; import PropTypes from 'prop-types'; import cn from 'classnames'; import styles from './CommentDetail.css'; import { Icon } from 'coral-ui'; const CommentDetail = ({ icon, header, info, children, className }) => { return (