@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.1 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrTelegramMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9.337-2.638a486 486 0 0 0-5.907 2.512q-.72.283-.753.553c-.039.304.347.424.873.587l.221.07c.517.166 1.213.36 1.575.368q.492.01 1.098-.4 4.139-2.76 4.273-2.789c.063-.014.15-.032.21.02.059.052.053.15.046.177-.038.161-1.553 1.552-2.337 2.271-.245.225-.418.384-.453.42q-.12.123-.239.233c-.48.457-.84.8.02 1.36.414.27.745.492 1.075.714.36.242.72.484 1.186.785q.177.117.342.234c.42.296.797.56 1.262.518.271-.024.55-.275.693-1.025.335-1.77.995-5.608 1.147-7.19a1.7 1.7 0 0 0-.017-.393.42.42 0 0 0-.144-.27c-.121-.098-.309-.118-.392-.117-.381.007-.966.207-3.779 1.362", clipRule: "evenodd" }))); });
BrTelegramMIcon.displayName = 'BrTelegramMIcon';