@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.84 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAtlassianJiraColor = (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: "M20.2256 3.00012H11.2949C11.2949 5.15612 13.1017 6.91101 15.3215 6.91101H16.9734V8.44026C16.9734 10.5962 18.7802 12.3512 21 12.3512V3.75222C21 3.32603 20.6645 3.00012 20.2256 3.00012Z", fill: "#2684FF" }), _jsx("path", { d: "M15.8136 7.31201H6.88281C6.88281 9.46801 8.68961 11.2229 10.9094 11.2229H12.5613V12.7772C12.5613 14.9332 14.3682 16.6881 16.5879 16.6881V8.06408C16.5879 7.66299 16.2523 7.31201 15.8136 7.31201Z", fill: "url(#paint0_linear_8575_341)" }), _jsx("path", { d: "M11.3995 11.6492H2.46875C2.46875 13.8052 4.27555 15.56 6.49533 15.56H8.14727V17.0893C8.14727 19.2453 9.95405 21.0002 12.1738 21.0002V12.4012C12.1738 11.975 11.8125 11.6492 11.3995 11.6492Z", fill: "url(#paint1_linear_8575_341)" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_8575_341", x1: 16.6636, y1: 7.33365, x2: 12.9805, y2: 11.2441, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.176, stopColor: "#0052CC" }), _jsx("stop", { offset: 1, stopColor: "#2684FF" })] }), _jsxs("linearGradient", { id: "paint1_linear_8575_341", x1: 12.4977, y1: 11.678, x2: 8.23205, y2: 15.9511, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.176, stopColor: "#0052CC" }), _jsx("stop", { offset: 1, stopColor: "#2684FF" })] })] })] }));
};
IconLogoAtlassianJiraColor.iconName = "logo-atlassian-jira--color";
export default IconLogoAtlassianJiraColor;