UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.41 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoMicrosoftProjectColor = (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: "M21.1395 20.7262H9.77003C9.29232 20.7262 8.91016 20.344 8.91016 19.8663V14.8981L13.2732 12.7325L18.7191 14.8981H21.1395C21.6172 14.8981 21.9993 15.2803 21.9993 15.758V19.8663C21.9993 20.344 21.6172 20.7262 21.1395 20.7262Z", fill: "#185C37" }), _jsx("path", { d: "M15.4396 9.10195L10.344 10.9172L4.54785 9.10195V4.1338C4.54785 3.65609 4.93002 3.27393 5.40772 3.27393H14.6115C15.0893 3.27393 15.4714 3.65609 15.4714 4.1338L15.4396 9.10195Z", fill: "#33C481" }), _jsx("path", { d: "M4.54785 9.10205H17.86C18.3377 9.10205 18.7198 9.48422 18.7198 9.96192V14.9301H5.40772C4.93002 14.9301 4.54785 14.5479 4.54785 14.0702V9.10205Z", fill: "#21A366" }), _jsx("path", { opacity: 0.1, d: "M8.91091 18.1784H11.6816C12.0956 18.1784 12.4459 17.8918 12.5096 17.4778V7.76441C12.5096 7.28671 12.1275 6.90454 11.6816 6.90454H4.54785V14.0383C4.54785 14.516 4.93002 14.8982 5.40772 14.8982H8.91091V18.1784Z", fill: "black" }), _jsx("path", { opacity: 0.2, d: "M11.6816 17.8281C12.3504 17.8281 12.8918 17.2867 12.8918 16.6179V7.76439C12.8918 7.0956 12.3504 6.5542 11.6816 6.5542H4.54785V14.0701C4.54785 14.5478 4.93002 14.93 5.40772 14.93H8.91091V17.8281H11.6816Z", fill: "black" }), _jsx("path", { opacity: 0.2, d: "M11.6816 17.4459C12.1593 17.4459 12.5415 17.0638 12.5415 16.6179V7.76441C12.5415 7.28671 12.1593 6.90454 11.7135 6.90454H4.54785V14.0383C4.54785 14.516 4.93002 14.8982 5.40772 14.8982H8.91091V17.4459H11.6816Z", fill: "black" }), _jsx("path", { opacity: 0.1, d: "M11.3313 17.4459C11.809 17.4459 12.1912 17.0638 12.1912 16.6179V7.76441C12.1912 7.28671 11.809 6.90454 11.3631 6.90454H4.54785V14.0383C4.54785 14.516 4.93002 14.8982 5.40772 14.8982H8.91091V17.4459H11.3313Z", fill: "black" }), _jsx("path", { d: "M2.85987 6.90454H11.3312C11.8089 6.90454 12.1911 7.28671 12.1911 7.76441V16.2358C12.1911 16.7135 11.8089 17.0956 11.3312 17.0956H2.85987C2.38217 17.0956 2 16.7135 2 16.2358V7.76441C2 7.28671 2.38217 6.90454 2.85987 6.90454Z", fill: "url(#paint0_linear_8545_377)" }), _jsx("path", { d: "M7.25469 9.16574C7.79609 9.1339 8.33749 9.29313 8.75151 9.6116C9.10182 9.96192 9.29291 10.4396 9.26106 10.9173C9.26106 11.2677 9.16552 11.5861 9.00628 11.9046C8.8152 12.1912 8.56042 12.4142 8.2738 12.5734C7.92348 12.7326 7.54131 12.8282 7.15915 12.7963H6.10819V14.8027H5.02539V9.16574H7.25469ZM6.14004 11.9364H7.06361C7.35023 11.9683 7.63686 11.8727 7.89163 11.6817C8.08272 11.4906 8.17826 11.2358 8.17826 10.9492C8.17826 10.3122 7.82794 10.0256 7.1273 10.0256H6.17189L6.14004 11.9364Z", fill: "white" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_8545_377", x1: 3.77207, y1: 6.24339, x2: 10.4087, y2: 17.7389, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#18884F" }), _jsx("stop", { offset: 0.5, stopColor: "#117E43" }), _jsx("stop", { offset: 1, stopColor: "#0B6631" })] }) })] })); }; IconLogoMicrosoftProjectColor.iconName = "logo-microsoft-project--color"; export default IconLogoMicrosoftProjectColor;