UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.95 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrTelegramSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrTelegramSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6668 8.00004C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8.00004C1.3335 4.31814 4.31826 1.33337 8.00016 1.33337C11.6821 1.33337 14.6668 4.31814 14.6668 8.00004ZM8.44226 6.24167C7.78547 6.51137 6.47281 7.0696 4.50429 7.91634C4.18463 8.04183 4.01718 8.16461 4.00194 8.28466C3.97618 8.48754 4.23352 8.56744 4.58396 8.67623C4.63163 8.69102 4.68102 8.70636 4.73165 8.72261C5.07643 8.83325 5.54022 8.9627 5.78132 8.96784C6.00002 8.97251 6.24412 8.88349 6.51361 8.70079C8.35286 7.47505 9.30229 6.85549 9.3619 6.84214C9.40395 6.83271 9.46223 6.82087 9.50171 6.85551C9.5412 6.89016 9.53731 6.95578 9.53313 6.97338C9.50764 7.08068 8.49746 8.00788 7.97469 8.4877C7.81173 8.63729 7.69613 8.74339 7.67249 8.76762C7.61956 8.8219 7.5656 8.87325 7.51375 8.9226C7.19345 9.22745 6.95325 9.45606 7.52705 9.82937C7.80279 10.0088 8.02344 10.1571 8.24357 10.3051C8.48398 10.4668 8.72376 10.628 9.03401 10.8288C9.11305 10.8799 9.18854 10.933 9.26206 10.9848C9.54184 11.1817 9.79319 11.3586 10.1037 11.3304C10.2842 11.314 10.4705 11.1465 10.5652 10.6469C10.7889 9.46624 11.2286 6.90807 11.3302 5.85392C11.3391 5.76156 11.3279 5.64336 11.3189 5.59147C11.31 5.53958 11.2912 5.46566 11.2228 5.41093C11.1419 5.34612 11.017 5.33245 10.9612 5.33342C10.7072 5.33784 10.3175 5.47161 8.44226 6.24167Z", fill: "currentColor" }))); }); exports.BrTelegramSIcon.displayName = 'BrTelegramSIcon';