@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.09 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoSteam = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M2.42838 14.9146C3.6784 19.0161 7.49027 22 11.9977 22C17.5195 22 21.9977 17.5219 21.9977 12C21.9977 6.47813 17.5195 2 11.9977 2C6.47578 2 2.36016 6.12187 2.01953 11.3344C2.02091 11.3367 2.02228 11.339 2.02365 11.3413L7.39388 13.5594C7.54076 13.4594 7.69701 13.375 7.86263 13.3094C8.24076 13.1562 8.63763 13.0844 9.03451 13.1031L11.4814 9.54688V9.49688L11.4783 9.49375C11.4783 7.39687 13.1814 5.69063 15.2751 5.69063C17.372 5.69375 19.072 7.39687 19.072 9.49375C19.072 11.5906 17.372 13.2969 15.2751 13.2969H15.1876L11.6908 15.8C11.7033 16.1937 11.6283 16.5812 11.4783 16.9437C10.8908 18.3562 9.26576 19.025 7.85326 18.4375C6.99076 18.0781 6.40326 17.3312 6.21576 16.4781L2.42838 14.9146Z" }), _jsx("path", { d: "M8.09701 17.85C9.18451 18.3062 10.4408 17.7906 10.8939 16.6969V16.7C11.1126 16.1719 11.1158 15.5875 10.897 15.0594C10.6783 14.5312 10.272 14.1156 9.74076 13.8969C9.21576 13.6781 8.65638 13.6844 8.16263 13.8719L9.44388 14.4C10.2501 14.7344 10.6283 15.6594 10.2939 16.4625C9.95951 17.2656 9.03763 17.6469 8.23451 17.3125L6.99701 16.8C7.22201 17.2719 7.61263 17.6469 8.09701 17.85Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.7501 9.49688C12.7533 10.8938 13.8845 12.0281 15.2814 12.0312C16.6783 12.0281 17.8126 10.8938 17.8126 9.49688C17.8126 8.1 16.6783 6.96563 15.2814 6.9625C13.8845 6.96563 12.7501 8.1 12.7501 9.49688ZM15.2845 7.5875C14.2345 7.5875 13.3845 8.44063 13.3845 9.49063C13.3845 10.5406 14.2345 11.3938 15.2845 11.3938C16.3345 11.3938 17.1845 10.5406 17.1845 9.49063C17.1845 8.44063 16.3314 7.5875 15.2845 7.5875Z" })] }));
};
IconLogoSteam.iconName = "logo-steam";
export default IconLogoSteam;