@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.35 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoMicrosoftTeams = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: _jsx("path", { d: "M19.188 8.875a2.15 2.15 0 0 1-1.543-.635 2.2 2.2 0 0 1-.47-.693q-.165-.39-.175-.86 0-.448.166-.85a2 2 0 0 1 .469-.692q.303-.293.693-.47a2.1 2.1 0 0 1 .86-.175q.448 0 .85.166.4.166.692.469.294.303.47.703.174.4.175.85a2.15 2.15 0 0 1-1.338 2.011q-.4.166-.85.176m0-3.125a.9.9 0 0 0-.665.273.9.9 0 0 0-.273.665q0 .39.273.664a.9.9 0 0 0 .665.273q.39 0 .664-.273a.9.9 0 0 0 .273-.665.9.9 0 0 0-.273-.664.9.9 0 0 0-.665-.273M22 10.438v4.648q0 .645-.244 1.21-.244.567-.664.997a3.096 3.096 0 0 1-2.217.918q-.37 0-.752-.088a2.7 2.7 0 0 1-.713-.273 4.9 4.9 0 0 1-.713 1.435q-.469.644-1.093 1.113a5.028 5.028 0 0 1-2.979.977q-.957 0-1.797-.332a5.1 5.1 0 0 1-1.504-.918 5 5 0 0 1-1.094-1.387A5.3 5.3 0 0 1 7.664 17H2.83a.8.8 0 0 1-.586-.244A.8.8 0 0 1 2 16.17V7.83a.8.8 0 0 1 .244-.586A.8.8 0 0 1 2.83 7h7.158a2.9 2.9 0 0 1-.283-1.25q0-.606.225-1.133a2.91 2.91 0 0 1 1.552-1.553 3 3 0 0 1 1.143-.234q.606 0 1.133.225a2.91 2.91 0 0 1 1.553 1.552q.224.528.234 1.143 0 .606-.225 1.133a2.91 2.91 0 0 1-1.552 1.553 3 3 0 0 1-1.143.234q-.156 0-.312-.02A5 5 0 0 1 12 8.602V9.5h9.063q.39 0 .664.273a.9.9 0 0 1 .273.665M12.625 4.08a1.65 1.65 0 0 0-1.182.488 1.5 1.5 0 0 0-.351.537 2.1 2.1 0 0 0-.137.645 1.65 1.65 0 0 0 1.016 1.533q.293.117.654.137.342 0 .645-.127.302-.127.527-.361.225-.235.361-.528a1.5 1.5 0 0 0 .137-.654 1.7 1.7 0 0 0-.127-.645 1.6 1.6 0 0 0-.361-.527 1.9 1.9 0 0 0-.537-.361 1.55 1.55 0 0 0-.645-.137m-4.844 6.201h1.875V8.72H4.344v1.562h1.875v5H7.78zm8.594 6.094V10.75H12v5.42a.8.8 0 0 1-.244.586.8.8 0 0 1-.586.244H8.924q.126.674.459 1.25.332.576.82.986.489.41 1.104.655.616.243 1.318.234.772 0 1.455-.293a3.8 3.8 0 0 0 1.191-.8 3.9 3.9 0 0 0 .811-1.192q.303-.684.293-1.465m4.375-1.29V10.75h-3.125v5.713q.254.255.576.371.323.117.674.127.39 0 .732-.146a1.88 1.88 0 0 0 .997-.997q.146-.341.146-.732" }) }));
};
IconLogoMicrosoftTeams.iconName = "logo-microsoft-teams";
export default IconLogoMicrosoftTeams;