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