UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.36 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoGoogleMeetColor = (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: "M17.25 15.244V14.6617V13.8576V10.0727V9.26856L17.8696 7.97918L20.9674 5.52523C21.3804 5.17863 22 5.46978 22 6.01048V17.7395C22 18.2802 21.3667 18.5714 20.9536 18.2248L17.25 15.244Z", fill: "#00AC47" }), _jsx("path", { d: "M7 3.75L2 8.75H7V3.75Z", fill: "#FE2C25" }), _jsx("path", { d: "M7 8.75H2V15.25H7V8.75Z", fill: "#2684FC" }), _jsx("path", { d: "M2 15.25V18.5833C2 19.5 2.75 20.25 3.66668 20.25H7V15.25H2Z", fill: "#0066DA" }), _jsx("path", { d: "M17.875 5.39755C17.875 4.4914 17.1409 3.75 16.2437 3.75H12.9812H7V8.75H13.125V12L17.875 11.8504V5.39755Z", fill: "#FFBA00" }), _jsx("path", { d: "M13.125 15.25H7V20.25H12.9812H16.2437C17.1409 20.25 17.875 19.5097 17.875 18.6049V12H13.125V15.25Z", fill: "#00AC47" }), _jsx("path", { d: "M17.875 8V15.75L13.125 12L17.875 8Z", fill: "#00832D" })] })); }; IconLogoGoogleMeetColor.iconName = "logo-google-meet--color"; export default IconLogoGoogleMeetColor;