@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.62 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoGoogleCalendarColor = (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 7L12.5 6.5L7 7L6.5 12L7 17L12 17.625L17 17L17.5 11.875L17 7Z", fill: "white" }), _jsx("path", { d: "M9.05109 14.7575C8.67734 14.505 8.41859 14.1363 8.27734 13.6488L9.14484 13.2913C9.22359 13.5913 9.36109 13.8238 9.55734 13.9888C9.75234 14.1538 9.98984 14.235 10.2673 14.235C10.5511 14.235 10.7948 14.1488 10.9986 13.9763C11.2023 13.8038 11.3048 13.5838 11.3048 13.3175C11.3048 13.045 11.1973 12.8225 10.9823 12.65C10.7673 12.4775 10.4973 12.3913 10.1748 12.3913H9.67359V11.5325H10.1236C10.4011 11.5325 10.6348 11.4575 10.8248 11.3075C11.0148 11.1575 11.1098 10.9525 11.1098 10.6913C11.1098 10.4588 11.0248 10.2738 10.8548 10.135C10.6848 9.9963 10.4698 9.9263 10.2086 9.9263C9.95359 9.9263 9.75109 9.9938 9.60109 10.13C9.45109 10.2663 9.34234 10.4338 9.27359 10.6313L8.41484 10.2738C8.52859 9.9513 8.73734 9.6663 9.04359 9.42005C9.34984 9.1738 9.74109 9.05005 10.2161 9.05005C10.5673 9.05005 10.8836 9.11755 11.1636 9.2538C11.4436 9.39005 11.6636 9.5788 11.8223 9.8188C11.9811 10.06 12.0598 10.33 12.0598 10.63C12.0598 10.9363 11.9861 11.195 11.8386 11.4075C11.6911 11.62 11.5098 11.7825 11.2948 11.8963V11.9475C11.5786 12.0663 11.8098 12.2475 11.9923 12.4913C12.1736 12.735 12.2648 13.0263 12.2648 13.3663C12.2648 13.7063 12.1786 14.01 12.0061 14.2763C11.8336 14.5425 11.5948 14.7525 11.2923 14.905C10.9886 15.0575 10.6473 15.135 10.2686 15.135C9.82984 15.1363 9.42484 15.01 9.05109 14.7575Z", fill: "#2684FC" }), _jsx("path", { d: "M14.3749 10.4525L13.4274 11.1413L12.9512 10.4188L14.6599 9.18628H15.3149V15H14.3749V10.4525Z", fill: "#2684FC" }), _jsx("path", { d: "M17 21.5L21.5 17V16H17V17H16V21.5H17Z", fill: "#E94235" }), _jsx("path", { d: "M17 17H6V21.5H17V17Z", fill: "#00AC47" }), _jsx("path", { d: "M4 2.5C3.17125 2.5 2.5 3.17125 2.5 4V18H7V7H18V2.5H4Z", fill: "#2684FC" }), _jsx("path", { d: "M2.5 17V20C2.5 20.8288 3.17125 21.5 4 21.5H7V17H2.5Z", fill: "#00832D" }), _jsx("path", { d: "M21.5 6H17V17H21.5V6Z", fill: "#FFBA00" }), _jsx("path", { d: "M21.5 7V4C21.5 3.17125 20.8288 2.5 20 2.5H17V7H21.5Z", fill: "#0066DA" })] }));
};
IconLogoGoogleCalendarColor.iconName = "logo-google-calendar--color";
export default IconLogoGoogleCalendarColor;