@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoCorsair = (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: "M14.269 6.747C14.5736 5.3531 12.9241 2.00258 12.9241 2.00258L12.9216 2C21.4063 7.33037 19.0496 10.4331 19.0496 10.4331C18.572 8.1409 14.269 6.747 14.269 6.747Z" }), _jsx("path", { d: "M12.0045 9.35671C11.8075 8.54386 11.6181 7.76274 11.2671 7.02834H11.2697L8.45091 5.1569C8.45091 5.1569 9.89902 7.42328 9.67186 8.91269L12.1241 9.84454C12.083 9.68075 12.0436 9.51811 12.0045 9.35671Z" }), _jsx("path", { d: "M6.91494 9.33606C7.18598 10.0511 7.49574 10.9494 7.65836 11.7238L5.44619 11.1739C5.67334 9.68454 4.2717 7.88537 4.2717 7.88537L6.91494 9.33864V9.33606Z" }), _jsx("path", { d: "M11.7367 5.75752C11.735 5.75635 11.7342 5.75576 11.7342 5.75576V5.75318L11.7367 5.75752Z" }), _jsx("path", { d: "M11.7367 5.75752C12.5897 7.23555 13.136 8.91703 13.3036 10.717C13.5359 13.2054 12.9913 15.5879 11.8762 17.6529C12.3873 15.8899 12.5731 13.9591 12.3873 11.9689C12.3848 11.9389 12.3825 11.9091 12.3802 11.8792C12.3701 11.7499 12.3602 11.6219 12.3434 11.494L7.6067 8.33963C8.13844 9.52961 8.47659 10.8254 8.60566 12.1909C8.81474 14.4418 8.38367 16.6101 7.47763 18.5306C7.88548 16.9095 8.01454 15.162 7.84676 13.3628C7.84288 13.328 7.8403 13.2931 7.83772 13.2583C7.83514 13.2234 7.83256 13.1886 7.82869 13.1538L3.3966 10.8048C3.89996 11.8502 4.21229 12.9911 4.32587 14.1966C4.60207 17.1367 3.56181 19.8651 1.64648 21.9998C20.5545 13.9849 21.3134 19.2637 21.3134 19.2637C21.3134 19.2637 22.7408 17.3948 22.2504 15.3737C21.6059 12.7088 11.9156 5.88331 11.7367 5.75752Z" })] }));
};
IconLogoCorsair.iconName = "logo-corsair";
export default IconLogoCorsair;