@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.04 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrTelegramSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.667 8A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.334 0M8.442 6.242q-.986.405-3.938 1.674-.48.189-.502.369c-.026.203.231.282.582.391l.147.047c.345.11.81.24 1.05.245q.329.006.732-.267 2.76-1.84 2.849-1.859c.042-.01.1-.021.14.013.039.035.035.1.031.118-.026.108-1.036 1.035-1.558 1.515a18 18 0 0 0-.461.435c-.32.304-.56.533.013.906.276.18.496.328.716.476.24.162.48.323.79.524q.119.077.229.156c.28.197.531.374.842.345.18-.016.366-.184.461-.683.224-1.18.664-3.739.765-4.793a1.2 1.2 0 0 0-.011-.263.28.28 0 0 0-.096-.18.45.45 0 0 0-.262-.078c-.254.005-.644.139-2.519.909", clipRule: "evenodd" }))); });
BrTelegramSIcon.displayName = 'BrTelegramSIcon';