@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 547 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgTelegramFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M12.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10Zm-3.11-8.83.013-.007.87 2.87c.112.311.266.367.453.341.188-.025.287-.126.41-.244l1.188-1.148 2.55 1.888c.466.257.801.124.917-.432l1.658-7.822c.183-.728-.139-1.02-.703-.788l-9.733 3.76c-.664.266-.66.638-.12.803l2.497.78Z" />
</Svg>
);
export default SvgTelegramFill;