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