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