UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.56 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoGrok = (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: [_jsxs("g", { clipPath: "url(#clip0_8542_92)", children: [_jsx("path", { d: "M5.98436 5.64898C8.61792 3.0144 12.4964 2.34982 15.7361 3.68443C16.4527 3.95093 17.0776 4.33028 17.5649 4.68288L14.86 5.93375C12.3411 4.87577 9.45559 5.59572 7.69437 7.359C5.38709 9.66702 4.86305 13.6164 7.37023 16.2881L7.62054 16.5447L0 23.3602C0.483274 22.6939 1.08323 22.0644 1.68119 21.435C3.36869 19.6593 5.04384 17.8998 4.02191 15.4127C2.65404 12.0849 3.45112 8.18524 5.98436 5.64898Z" }), _jsx("path", { d: "M23.8221 0.568152C21.3134 4.02711 20.0884 5.71878 21.0715 9.95074L21.0658 9.94442C21.7437 12.8252 21.0188 16.0201 18.678 18.3637C15.7269 21.3203 11.004 21.9784 7.11499 19.3172L9.82627 18.06C12.3083 19.0359 15.0241 18.6075 16.9757 16.6537C18.9274 14.6997 19.3657 11.8534 18.3848 9.48527C18.1984 9.0362 17.639 8.92337 17.2478 9.21245L9.26728 15.1117L20.6988 3.61482V3.62537L24 0.319946C23.9406 0.403973 23.8814 0.486173 23.8221 0.568152Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_8542_92", children: _jsx("rect", { width: 24, height: 24 }) }) })] })); }; IconLogoGrok.iconName = "logo-grok"; export default IconLogoGrok;