@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.69 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoSteamColor = (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: "M2.41641 14.875C3.65391 18.9969 7.47578 22 11.9977 22C17.5195 22 21.9977 17.5219 21.9977 12C21.9977 6.47812 17.5195 2 11.9977 2C6.47578 2 2.36016 6.12187 2.01953 11.3344C2.66641 12.4219 2.91953 13.0938 2.41641 14.875Z", fill: "url(#paint0_linear_3601_297)" }), _jsx("path", { d: "M11.4824 9.49688V9.54688L9.03548 13.1031C8.63861 13.0844 8.24173 13.1562 7.86361 13.3094C7.69798 13.375 7.54173 13.4594 7.39486 13.5594L2.02299 11.3406C2.02299 11.3406 1.89799 13.3875 2.41674 14.9094L6.21674 16.4781C6.40424 17.3312 6.99174 18.0781 7.85424 18.4375C9.26674 19.025 10.8917 18.3562 11.4792 16.9437C11.6292 16.5812 11.7042 16.1937 11.6917 15.8L15.1886 13.2969H15.2761C17.373 13.2969 19.073 11.5906 19.073 9.49375C19.073 7.39687 17.373 5.69375 15.2761 5.69063C13.1824 5.69063 11.4792 7.39687 11.4792 9.49375L11.4824 9.49688ZM10.8949 16.6969C10.4417 17.7906 9.18548 18.3062 8.09798 17.85C7.61361 17.6469 7.22299 17.2719 6.99799 16.8L8.23549 17.3125C9.03861 17.6469 9.96048 17.2656 10.2949 16.4625C10.6292 15.6594 10.2511 14.7344 9.44486 14.4L8.16361 13.8719C8.65736 13.6844 9.21673 13.6781 9.74173 13.8969C10.273 14.1156 10.6792 14.5312 10.898 15.0594C11.1167 15.5875 11.1136 16.1719 10.8949 16.7M15.2824 12.0312C13.8855 12.0281 12.7542 10.8938 12.7511 9.49688C12.7511 8.1 13.8855 6.96562 15.2824 6.9625C16.6792 6.96562 17.8136 8.1 17.8136 9.49688C17.8136 10.8938 16.6792 12.0281 15.2824 12.0312ZM13.3855 9.49063C13.3855 8.44063 14.2355 7.5875 15.2855 7.5875C16.3324 7.5875 17.1855 8.44063 17.1855 9.49063C17.1855 10.5406 16.3355 11.3938 15.2855 11.3938C14.2355 11.3938 13.3855 10.5406 13.3855 9.49063Z", fill: "white" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_3601_297", x1: 9.6245, y1: 2.05, x2: 9.6245, y2: 22.05, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#111D2E" }), _jsx("stop", { offset: 0.21, stopColor: "#051839" }), _jsx("stop", { offset: 0.41, stopColor: "#0A1B48" }), _jsx("stop", { offset: 0.58, stopColor: "#132E62" }), _jsx("stop", { offset: 0.74, stopColor: "#144B7E" }), _jsx("stop", { offset: 0.87, stopColor: "#136497" }), _jsx("stop", { offset: 1, stopColor: "#1387B8" })] }) })] }));
};
IconLogoSteamColor.iconName = "logo-steam--color";
export default IconLogoSteamColor;