@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 3.08 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoMicrosoftFormsColor = (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: "M22.0002 12.0001V20.4512C22.0002 20.921 21.6188 21.3024 21.149 21.3024H7.50253C7.03276 21.3024 6.65137 20.921 6.65137 20.4512V12.0001L14.5583 11.0698L22.0002 12.0001Z", fill: "#036C70" }), _jsx("path", { d: "M7.50253 2.69763H21.149C21.6188 2.69763 22.0002 3.07903 22.0002 3.54879V12H6.65137V3.54879C6.65137 3.07903 7.03276 2.69763 7.50253 2.69763Z", fill: "#37C6D0" }), _jsx("path", { d: "M15.0234 14.3256H19.6746V18.9767H15.0234V14.3256Z", fill: "#1A9BA1" }), _jsx("path", { d: "M17.3493 10.1395C18.8906 10.1395 20.14 8.89006 20.14 7.3488C20.14 5.80754 18.8906 4.55811 17.3493 4.55811C15.808 4.55811 14.5586 5.80754 14.5586 7.3488C14.5586 8.89006 15.808 10.1395 17.3493 10.1395Z", fill: "#1A9BA1" }), _jsx("path", { d: "M17.3485 8.74419C18.1191 8.74419 18.7438 8.11947 18.7438 7.34884C18.7438 6.57821 18.1191 5.95349 17.3485 5.95349C16.5778 5.95349 15.9531 6.57821 15.9531 7.34884C15.9531 8.11947 16.5778 8.74419 17.3485 8.74419Z", fill: "#036C70" }), _jsx("path", { opacity: 0.1, d: "M12.3118 6.41858H6.65137V18.0465H12.3118C12.7816 18.0465 13.163 17.6651 13.163 17.1953V7.26974C13.163 6.79997 12.7816 6.41858 12.3118 6.41858Z", fill: "black" }), _jsx("path", { opacity: 0.2, d: "M11.8467 6.88367H6.65137V18.5116H11.8467C12.3165 18.5116 12.6979 18.1302 12.6979 17.6604V7.73483C12.6979 7.26506 12.3165 6.88367 11.8467 6.88367Z", fill: "black" }), _jsx("path", { opacity: 0.2, d: "M11.8467 6.88367H6.65137V17.5813H11.8467C12.3165 17.5813 12.6979 17.1999 12.6979 16.7302V7.73483C12.6979 7.26506 12.3165 6.88367 11.8467 6.88367Z", fill: "black" }), _jsx("path", { opacity: 0.2, d: "M11.3816 6.88367H6.65137V17.5813H11.3816C11.8514 17.5813 12.2328 17.1999 12.2328 16.7302V7.73483C12.2328 7.26506 11.8514 6.88367 11.3816 6.88367Z", fill: "black" }), _jsx("path", { d: "M2.85116 6.88367H11.3767C11.8465 6.88367 12.2279 7.26506 12.2279 7.73483V16.2604C12.2279 16.7302 11.8465 17.1116 11.3767 17.1116H2.85116C2.3814 17.1162 2 16.7348 2 16.2651V7.73483C2 7.26506 2.3814 6.88367 2.85116 6.88367Z", fill: "url(#paint0_linear_8545_301)" }), _jsx("path", { d: "M8.84212 10.1302H6.44212V11.6419H8.67933V12.5395H6.44212V14.7721H5.3584V9.22791H8.84677L8.84212 10.1302Z", fill: "white" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_8545_301", x1: 3.7776, y1: 6.2175, x2: 10.455, y2: 17.7824, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#058F92" }), _jsx("stop", { offset: 0.5, stopColor: "#038489" }), _jsx("stop", { offset: 1, stopColor: "#026D71" })] }) })] }));
};
IconLogoMicrosoftFormsColor.iconName = "logo-microsoft-forms--color";
export default IconLogoMicrosoftFormsColor;