UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.92 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoTelegramColor = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", fill: "url(#paint0_linear_8546_532)" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.52782 11.8945C9.44302 10.6244 11.3869 9.78702 12.3596 9.38246C15.1367 8.22737 15.7138 8.02672 16.0899 8.02009C16.1726 8.01863 16.3576 8.03913 16.4774 8.13635C16.5785 8.21844 16.6064 8.32934 16.6197 8.40717C16.633 8.485 16.6496 8.6623 16.6364 8.80083C16.4859 10.3821 15.8348 14.2193 15.5035 15.9903C15.3633 16.7397 15.0873 16.991 14.8201 17.0156C14.2393 17.069 13.7984 16.6318 13.2359 16.2631C12.3558 15.6861 11.8586 15.327 11.0043 14.764C10.0169 14.1134 10.657 13.7558 11.2196 13.1714C11.3669 13.0184 13.9256 10.6911 13.9751 10.48C13.9813 10.4536 13.987 10.3552 13.9285 10.3032C13.8701 10.2513 13.7838 10.269 13.7215 10.2832C13.6332 10.3032 12.2272 11.2325 9.50344 13.0711C9.10435 13.3452 8.74286 13.4787 8.41898 13.4717C8.06193 13.464 7.37511 13.2698 6.86452 13.1039C6.23827 12.9003 5.74054 12.7927 5.78388 12.4469C5.80646 12.2669 6.05443 12.0827 6.52782 11.8945Z", fill: "white" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_8546_532", x1: 1002, y1: 2, x2: 1002, y2: 1987.17, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#2AABEE" }), _jsx("stop", { offset: 1, stopColor: "#229ED9" })] }) })] })); }; IconLogoTelegramColor.iconName = "logo-telegram--color"; export default IconLogoTelegramColor;