@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.26 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoGoogleCalendar = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M8.1262 14.868C8.60976 15.1808 9.14665 15.3373 9.73687 15.3373C10.2489 15.3373 10.6969 15.2413 11.0809 15.0493C11.4649 14.8573 11.7635 14.5942 11.9769 14.26C12.1902 13.9257 12.2969 13.5488 12.2969 13.1293C12.2969 12.6742 12.1795 12.2973 11.9449 11.9986C11.7173 11.7 11.4364 11.4831 11.1022 11.348V11.2626C11.3298 11.1488 11.5395 10.9568 11.7315 10.6866C11.9306 10.4164 12.0302 10.0715 12.0302 9.65195C12.0302 9.28217 11.9306 8.95151 11.7315 8.65995C11.5324 8.36128 11.2551 8.12662 10.8995 7.95595C10.5511 7.78528 10.1422 7.69995 9.67287 7.69995C9.22487 7.69995 8.84087 7.78173 8.52087 7.94528C8.20087 8.10884 7.94131 8.31151 7.7422 8.55328C7.54309 8.79506 7.40087 9.03684 7.31554 9.27862L8.58487 9.80128C8.64887 9.59506 8.7662 9.40662 8.93687 9.23595C9.10753 9.06528 9.34931 8.97995 9.6622 8.97995C9.94665 8.97995 10.1742 9.05817 10.3449 9.21462C10.5226 9.37106 10.6115 9.57017 10.6115 9.81195C10.6115 10.1248 10.4978 10.356 10.2702 10.5053C10.0426 10.6546 9.78309 10.7293 9.49154 10.7293H8.91553V11.9986H9.54487C9.94309 11.9986 10.2631 12.0875 10.5049 12.2653C10.7466 12.4431 10.8675 12.6884 10.8675 13.0013C10.8675 13.2928 10.7538 13.5311 10.5262 13.716C10.2986 13.8937 10.0355 13.9826 9.73687 13.9826C9.0542 13.9826 8.62398 13.62 8.4462 12.8946L7.12354 13.4173C7.30842 14.0644 7.64265 14.5479 8.1262 14.868Z" }), _jsx("path", { d: "M14.9694 9.69462V15.1666H16.3667V7.87062H15.3107L13.1667 9.41728L13.8707 10.4946L14.9694 9.69462Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3.99988C2 2.89988 2.9 1.99988 4 1.99988H20C21.1 1.99988 22 2.89988 22 3.99988V16.9999L17 21.9999H4C2.9 21.9999 2 21.0999 2 19.9999V3.99988ZM16.17 19.9999L20 16.1699V3.99988H4V19.9999H16.17Z" })] }));
};
IconLogoGoogleCalendar.iconName = "logo-google-calendar";
export default IconLogoGoogleCalendar;