import React from 'react'; const TelegramIcon: React.FC = () => { return ( ); }; export default TelegramIcon;