@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.26 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoGithubCopilot = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M8.792 14.499a.894.894 0 1 1 1.789 0v1.648a.895.895 0 0 1-1.79 0zM14.27 13.604c-.495 0-.895.4-.895.895v1.648a.895.895 0 0 0 1.789 0V14.5c0-.494-.4-.895-.895-.895" }), _jsx("path", { fillRule: "evenodd", d: "M23 16.115V13.65c0-.325-.103-.637-.296-.898l-.67-.907c-.358-.489-.889-.615-1.458-.615-.215-2.447-.723-4.194-1.935-5.472C16.331 3.31 13.265 3.063 12 3.063s-4.331.247-6.641 2.695c-1.213 1.278-1.72 3.025-1.935 5.472-.568 0-1.101.128-1.46.615l-.67.906A1.52 1.52 0 0 0 1 13.65v2.465c0 .319.158.629.415.817C3.562 18.508 7.783 20.938 12 20.938c3.811 0 7.553-1.786 10.585-4.006.257-.188.414-.498.415-.817m-5.156-4.523c.474.155.93.376.96.937h-.002a73 73 0 0 1 .07 4.754.8.8 0 0 1-.467.72c-2.274 1.037-4.426 1.56-6.404 1.56-1.98 0-4.131-.523-6.407-1.56a.8.8 0 0 1-.468-.72q.01-.768.013-1.535v-.054c.004-1.055.009-2.11.059-3.165.03-.558.484-.782.957-.937.5.315 1.112.437 1.697.437.621 0 1.782-.149 2.744-1.111.243-.242.41-.622.523-1.042.32-.032.621-.047.882-.047q.442.002.88.047c.113.42.28.8.523 1.042.964.962 2.123 1.11 2.744 1.11.585 0 1.195-.123 1.696-.436m-10.395-.65c-.756 0-1.458-.248-1.829-.62-.509-.522-.701-2.997.192-3.973.413-.44 1.224-.756 2.187-.853.907-.082 1.718.055 2.076.371.33.276.55.922.578 1.705.027.977-.22 1.94-.62 2.324-.907.922-2.007 1.045-2.584 1.045m3.836-2.53a5 5 0 0 0-.055-.496 8 8 0 0 1 .77-.041c.22 0 .481.014.77.041a5 5 0 0 0-.055.495c0 .124 0 .248.014.385-.275-.027-.509-.027-.729-.027s-.454 0-.729.027c.014-.137.014-.261.014-.385m2.681 1.484c-.398-.385-.646-1.347-.618-2.324.027-.783.247-1.43.577-1.705.357-.316 1.169-.453 2.076-.37.963.096 1.774.412 2.186.852.894.976.702 3.451.193 3.973-.371.372-1.072.62-1.829.62-.577 0-1.677-.124-2.585-1.046", clipRule: "evenodd" })] }));
};
IconLogoGithubCopilot.iconName = "logo-github-copilot";
export default IconLogoGithubCopilot;