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