@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.89 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoOriginColor = (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: "M20.8486 7.36192C19.6962 5.15572 17.7207 3.3619 15.1691 2.51654C11.8148 1.40313 8.31658 2.1454 5.74432 4.20727C10.1274 2.72272 14.9839 4.26912 17.4327 8.12481C17.4327 8.12481 17.8031 8.68151 17.9677 9.01141C18.7291 10.5372 18.9143 12.3722 18.3381 14.1248C17.1857 17.5681 13.5228 19.4444 10.0657 18.3929C12.8849 19.63 16.5684 20.2073 19.511 18.5372C19.6345 18.4547 19.8197 18.2692 20.1284 17.8362C20.7869 16.9083 21.1367 16.2279 21.4865 15.1764C22.3714 12.496 22.0833 9.69182 20.8486 7.36192Z", fill: "#CC181E" }), _jsx("path", { d: "M6.09377 15.0939C5.27065 13.5475 5.06487 11.6712 5.66163 9.87741C6.73169 6.64029 10.0242 4.78461 13.2755 5.44441C10.5386 4.45471 7.92521 4.16605 5.02371 5.30008C4.34463 5.56812 4.18001 5.67121 3.54209 6.70214C3.0688 7.46503 2.82186 7.89802 2.51319 8.82586C1.60775 11.5681 1.937 14.4135 3.21284 16.764C4.36521 18.9084 6.32013 20.661 8.83065 21.4857C12.0408 22.5579 15.4156 21.8981 17.9467 20.0218C13.5224 21.362 8.6866 19.6506 6.38186 15.6094C6.31142 15.4965 6.25063 15.3835 6.18627 15.264C6.15663 15.2089 6.12621 15.1524 6.09377 15.0939Z", fill: "#CC181E" }), _jsx("path", { d: "M12.9463 13.5682C12.1026 14.0218 11.0325 13.6919 10.5798 12.8259C10.1271 11.9599 10.4563 10.8878 11.3206 10.4548C12.1643 10.0012 13.2344 10.331 13.6871 11.197C14.1398 12.0424 13.8106 13.1146 12.9463 13.5682Z", fill: "#CC181E" })] }));
};
IconLogoOriginColor.iconName = "logo-origin--color";
export default IconLogoOriginColor;