@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.22 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoGitlabColor = (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: "M21.6753 9.99989L21.6496 9.92284L18.927 2.82106C18.8757 2.6798 18.7729 2.56422 18.6445 2.48716C18.5161 2.41011 18.3748 2.37158 18.2207 2.37158C18.0666 2.37158 17.9253 2.43579 17.8097 2.52569C17.6942 2.61558 17.6043 2.74401 17.5657 2.89812L15.7293 8.52303H8.29362L6.45718 2.89812C6.41865 2.75685 6.32875 2.62843 6.21317 2.52569C6.09759 2.43579 5.95633 2.37158 5.80222 2.37158C5.64811 2.37158 5.50685 2.39727 5.37843 2.48716C5.25 2.56422 5.14727 2.6798 5.0959 2.82106L2.37333 9.92284L2.34765 9.99989C1.53859 12.106 2.23207 14.4818 4.02999 15.8431H4.05567C4.05567 15.856 8.20373 18.9638 8.20373 18.9638L10.2585 20.5177L11.5042 21.4552C11.7996 21.6864 12.2234 21.6864 12.5187 21.4552L13.7644 20.5177L15.8192 18.9638L19.9929 15.8431C21.7909 14.4818 22.4715 12.106 21.6624 9.99989H21.6753Z", fill: "#E24329" }), _jsx("path", { d: "M21.6751 9.9999L21.6494 9.92285C20.301 10.2054 19.0553 10.7704 17.9894 11.5667C17.9765 11.5667 14.7531 14.0195 12.0049 16.0871C14.034 17.6282 15.8062 18.9638 15.8062 18.9638L19.9799 15.8431C21.7779 14.4819 22.4585 12.106 21.6494 9.9999H21.6751Z", fill: "#FC6D26" }), _jsx("path", { d: "M8.19141 18.9637L10.2462 20.5176L11.4919 21.4551C11.7872 21.6863 12.211 21.6863 12.5064 21.4551L13.7521 20.5176L15.8069 18.9637C15.8069 18.9637 14.0346 17.6281 12.0056 16.087C9.96364 17.6281 8.19141 18.9637 8.19141 18.9637Z", fill: "#FCA326" }), _jsx("path", { d: "M6.02069 11.5667C4.95478 10.7704 3.70908 10.1925 2.36064 9.92285L2.33495 9.9999C1.52589 12.106 2.21937 14.4819 4.01729 15.8431H4.04298C4.04298 15.856 8.19103 18.9638 8.19103 18.9638C8.19103 18.9638 9.96327 17.6282 12.0052 16.0871C9.26978 14.0195 6.04637 11.5795 6.02069 11.5667Z", fill: "#FC6D26" })] }));
};
IconLogoGitlabColor.iconName = "logo-gitlab--color";
export default IconLogoGitlabColor;