/// interface Props { color?: string; className?: string; } export default function PhoneIcon({ color, className }: Props): JSX.Element; export {};