@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoGoogleDriveColor = (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: "M16.041 15.25L17.3023 18.2087L19.476 21.1987C19.8123 21.005 20.0985 20.7238 20.2998 20.375L22.6098 16.375C22.811 16.0275 22.911 15.6387 22.911 15.25L19.3635 14.875L16.041 15.25Z", fill: "#EA4335" }), _jsx("path", { d: "M15.4352 2.30125C15.0989 2.1075 14.7127 2 14.3102 2H9.69141C9.29141 2 8.90141 2.11 8.56641 2.30125L9.87391 5.34L11.9914 8.2325L12.0002 8.25L14.1352 5.32625L15.4352 2.30125Z", fill: "#00832D" }), _jsx("path", { d: "M7.95859 15.25L4.41734 14.75L1.08984 15.25C1.08984 15.6375 1.18984 16.025 1.38984 16.3738L3.69984 20.375C3.90109 20.7225 4.18734 21.0037 4.52359 21.1987L6.65984 18.3638L7.95859 15.25Z", fill: "#0066DA" }), _jsx("path", { d: "M19.4338 8.62501L16.2588 3.12501C16.0575 2.77626 15.7713 2.49502 15.435 2.30127L12 8.25001L16.0413 15.25H22.91C22.91 14.8613 22.81 14.4738 22.6087 14.125L19.4338 8.62501Z", fill: "#FFBA00" }), _jsx("path", { d: "M16.0409 15.25H7.95844L4.52344 21.1987C4.85969 21.3925 5.24594 21.5 5.64844 21.5H18.3497C18.7522 21.5 19.1384 21.3925 19.4747 21.1987L16.0409 15.25Z", fill: "#2684FC" }), _jsx("path", { d: "M16.0409 15.25H7.95844L4.52344 21.1987C4.85969 21.3925 5.24594 21.5 5.64844 21.5H18.3497C18.7522 21.5 19.1384 21.3925 19.4747 21.1987L16.0409 15.25Z", fill: "#2684FC" }), _jsx("path", { d: "M11.9998 8.25001L8.56609 2.30127C8.22984 2.49502 7.94484 2.77501 7.74359 3.12251L1.38984 14.1288C1.18984 14.4763 1.08984 14.8638 1.08984 15.25H7.95859L11.9998 8.25001Z", fill: "#00AC47" })] }));
};
IconLogoGoogleDriveColor.iconName = "logo-google-drive--color";
export default IconLogoGoogleDriveColor;