react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 605 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgTelegram(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M11.994 2a10 10 0 1010 10 10 10 0 00-10-10zm3.18 15.152a.705.705 0 01-1.002.352l-2.715-2.11-1.742 1.608a.3.3 0 01-.285.039l.334-2.989.01.009.007-.059s4.885-4.448 5.084-4.637c.202-.189.135-.23.135-.23.012-.23-.361 0-.361 0l-6.473 4.164-2.695-.918s-.414-.148-.453-.475c-.041-.324.466-.5.466-.5l10.717-4.258s.881-.392.881.258z" fill="currentColor"/>
</Svg>);
}
export default SvgTelegram;