// @flow import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import type { Icon } from '../flowTypes'; const IconCommentsBadge = ({ className = '', color = '#777', height = 15, title, width = 14 }: Icon) => ( ); export default IconCommentsBadge;