UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrTelegramMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrTelegramMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12.6631 9.36244C11.678 9.767 9.70898 10.6043 6.75619 11.8744C6.27671 12.0627 6.02553 12.2469 6.00267 12.4269C5.96402 12.7313 6.35004 12.8511 6.8757 13.0143C6.9472 13.0365 7.02129 13.0595 7.09724 13.0838C7.6144 13.2498 8.31008 13.444 8.67173 13.4517C8.99979 13.4587 9.36594 13.3252 9.77017 13.0511C12.5291 11.2125 13.9532 10.2832 14.0426 10.2631C14.1057 10.249 14.1931 10.2312 14.2523 10.2832C14.3115 10.3352 14.3057 10.4336 14.2995 10.46C14.2612 10.621 12.7459 12.0118 11.9618 12.7315C11.7173 12.9559 11.5439 13.115 11.5085 13.1514C11.4291 13.2328 11.3482 13.3098 11.2704 13.3838C10.7899 13.8411 10.4296 14.184 11.2903 14.744C11.7039 15.0131 12.0349 15.2356 12.3651 15.4576C12.7257 15.7001 13.0854 15.9419 13.5508 16.2431C13.6693 16.3198 13.7826 16.3995 13.8928 16.4771C14.3125 16.7725 14.6895 17.0379 15.1553 16.9955C15.426 16.971 15.7056 16.7197 15.8476 15.9703C16.1831 14.1993 16.8427 10.3621 16.9951 8.78081C17.0085 8.64228 16.9917 8.46498 16.9782 8.38715C16.9647 8.30932 16.9365 8.19842 16.834 8.11633C16.7127 8.01911 16.5253 7.99861 16.4415 8.00007C16.0606 8.0067 15.4761 8.20735 12.6631 9.36244Z", fill: "currentColor" }))); }); exports.BrTelegramMIcon.displayName = 'BrTelegramMIcon';