UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.38 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoGoogleChatColor = (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.5002 6.925L19.3752 7.34999L17.0752 6.925L16.5752 4.57499L17.0752 2.5L21.5002 6.925Z", fill: "#EA4335" }), _jsx("path", { d: "M17.075 6.92493V13.7249H9.20001L6.925 15.9999L6.625 17.0499L6.925 18.1499V20.7749C6.925 21.3999 7.70001 21.7249 8.15001 21.2749L11.275 18.1499H20.2C20.925 18.1499 21.5 17.5749 21.5 16.8499V6.92493H17.075Z", fill: "#34A853" }), _jsx("path", { d: "M6.925 13.725L4.55001 14.0499L2.5 13.725V6.92494L4.72499 6.57495L6.925 6.92494V13.725Z", fill: "#4285F4" }), _jsx("path", { d: "M6.925 6.925H2.5V3.80001C2.5 3.07499 3.07499 2.5 3.80001 2.5H6.925L7.32501 4.6L6.925 6.925Z", fill: "#1967D2" }), _jsx("path", { d: "M6.925 13.725V18.15H3.80001C3.07499 18.15 2.5 17.575 2.5 16.85V13.725H6.925Z", fill: "#188038" }), _jsx("path", { d: "M17.0748 2.5H6.9248V6.925H17.0748V2.5Z", fill: "#FBBC04" })] })); }; IconLogoGoogleChatColor.iconName = "logo-google-chat--color"; export default IconLogoGoogleChatColor;