import { type IconProps, Icon } from './Icon' /** * Comment icon - Comment / message bubble */ export function Comment(props: IconProps) { return ( ) } export default Comment