@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 3.25 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoMetaColor = (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: "M3.73759 14.2327C3.73759 15.0375 3.91424 15.6554 4.14513 16.0292C4.44785 16.5188 4.89937 16.7263 5.35968 16.7263C5.9534 16.7263 6.49654 16.579 7.54324 15.1313C8.38178 13.971 9.36984 12.3423 10.0347 11.3213L11.1605 9.59141C11.9426 8.39005 12.8478 7.05456 13.8858 6.14932C14.7331 5.41047 15.6471 5 16.567 5C18.1114 5 19.5825 5.89497 20.7084 7.57351C21.9405 9.41183 22.5386 11.7273 22.5386 14.1169C22.5386 15.5374 22.2586 16.5812 21.7822 17.4058C21.3219 18.2032 20.4247 19 18.9155 19V16.7263C20.2077 16.7263 20.5303 15.5388 20.5303 14.1799C20.5303 12.2434 20.0787 10.0942 19.0841 8.55864C18.3782 7.46942 17.4635 6.80387 16.4571 6.80387C15.3686 6.80387 14.4927 7.62482 13.5083 9.08859C12.9849 9.86628 12.4476 10.814 11.8444 11.8835L11.1803 13.0599C9.84628 15.4252 9.50837 15.964 8.84136 16.8531C7.67225 18.4099 6.67392 19 5.35968 19C3.80062 19 2.81476 18.3249 2.20418 17.3075C1.70575 16.4785 1.46094 15.3908 1.46094 14.1513L3.73759 14.2327Z", fill: "#0081FB" }), _jsx("path", { d: "M3.25586 7.73403C4.29963 6.12513 5.80591 5 7.53356 5C8.53408 5 9.52874 5.29613 10.5674 6.14419C11.7035 7.07141 12.9144 8.59822 14.4251 11.1146L14.9667 12.0176C16.2744 14.196 17.0184 15.3168 17.4538 15.8452C18.0138 16.524 18.4059 16.7263 18.9153 16.7263C20.2076 16.7263 20.5301 15.5388 20.5301 14.1799L22.5385 14.1169C22.5385 15.5374 22.2585 16.5812 21.782 17.4058C21.3217 18.2032 20.4245 19 18.9153 19C17.9771 19 17.1459 18.7962 16.2267 17.9291C15.5202 17.2636 14.6941 16.0813 14.0586 15.0184L12.1682 11.8607C11.2197 10.276 10.3497 9.09445 9.84612 8.55937C9.30445 7.98398 8.60811 7.28911 7.49691 7.28911C6.59753 7.28911 5.83376 7.92021 5.1946 8.88555L3.25586 7.73403Z", fill: "url(#paint0_linear_1994_2435)" }), _jsx("path", { d: "M7.49706 7.28911C6.59769 7.28911 5.83392 7.92021 5.19476 8.88555C4.29099 10.2496 3.73759 12.2815 3.73759 14.2327C3.73759 15.0375 3.91424 15.6554 4.14513 16.0292L2.20418 17.3075C1.70575 16.4785 1.46094 15.3908 1.46094 14.1513C1.46094 11.8974 2.07958 9.54817 3.25602 7.73403C4.29979 6.12513 5.80607 5 7.53371 5L7.49706 7.28911Z", fill: "url(#paint1_linear_1994_2435)" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_1994_2435", x1: 5.93198, y1: 13.5759, x2: 20.4451, y2: 14.3089, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0064E1" }), _jsx("stop", { offset: 0.4, stopColor: "#0064E1" }), _jsx("stop", { offset: 0.83, stopColor: "#0073EE" }), _jsx("stop", { offset: 1, stopColor: "#0082FB" })] }), _jsxs("linearGradient", { id: "paint1_linear_1994_2435", x1: 4.75937, y1: 15.1885, x2: 4.75937, y2: 9.8377, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0082FB" }), _jsx("stop", { offset: 1, stopColor: "#0064E0" })] })] })] }));
};
IconLogoMetaColor.iconName = "logo-meta--color";
export default IconLogoMetaColor;