import React from 'react' import { Props } from './Icons.type' const PhoneIcon = (props: Props) => ( ) export default PhoneIcon