UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.99 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAtlassianConfluenceColor = (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: "M3.65169 16.5558C3.46553 16.8594 3.25645 17.2117 3.07887 17.4924C3.00247 17.6215 2.97977 17.7754 3.01565 17.9211C3.05153 18.0668 3.14313 18.1925 3.27077 18.2714L6.9941 20.5627C7.0588 20.6026 7.13081 20.6293 7.20592 20.6411C7.28103 20.6529 7.35775 20.6497 7.4316 20.6316C7.50544 20.6134 7.57494 20.5808 7.63604 20.5355C7.69713 20.4903 7.74861 20.4333 7.78745 20.3679C7.93639 20.1187 8.12828 19.7951 8.33736 19.4485C9.81237 17.0141 11.296 17.3119 13.971 18.5893L17.6629 20.345C17.7321 20.3779 17.8072 20.3967 17.8838 20.4C17.9603 20.4034 18.0368 20.3914 18.1087 20.3647C18.1805 20.338 18.2463 20.2971 18.302 20.2446C18.3578 20.192 18.4024 20.1287 18.4333 20.0586L20.2062 16.0489C20.2664 15.9112 20.2701 15.7554 20.2165 15.6151C20.163 15.4747 20.0564 15.361 19.9198 15.2985C19.1408 14.9319 17.5913 14.2015 16.1965 13.5284C11.1785 11.0911 6.9139 11.2486 3.65169 16.5558Z", fill: "url(#paint0_linear_8575_336)" }), _jsx("path", { d: "M20.3464 7.45652C20.5326 7.15293 20.7416 6.80064 20.9192 6.51996C20.9956 6.39085 21.0183 6.23691 20.9824 6.09124C20.9465 5.94556 20.8549 5.81978 20.7273 5.74093L17.004 3.44964C16.9388 3.40574 16.8653 3.37572 16.788 3.36145C16.7107 3.34718 16.6313 3.34897 16.5547 3.3667C16.4782 3.38443 16.4061 3.41772 16.3429 3.46451C16.2798 3.5113 16.227 3.57059 16.1877 3.63868C16.0388 3.88785 15.8469 4.2115 15.6378 4.55805C14.1628 6.99254 12.6792 6.69467 10.0041 5.41728L6.32375 3.67018C6.25454 3.63724 6.17943 3.61852 6.10285 3.61514C6.02628 3.61176 5.94981 3.62377 5.87797 3.65048C5.80612 3.67719 5.74037 3.71804 5.6846 3.77062C5.62884 3.8232 5.58419 3.88644 5.5533 3.95659L3.78043 7.96633C3.72022 8.10398 3.7165 8.25977 3.77008 8.40014C3.82365 8.5405 3.93023 8.6542 4.06684 8.71673C4.84587 9.08333 6.39535 9.81368 7.79017 10.4867C12.8195 12.9212 17.0842 12.758 20.3464 7.45652Z", fill: "url(#paint1_linear_8575_336)" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_8575_336", x1: 20.106, y1: 21.7456, x2: 8.84144, y2: 15.2727, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.18, stopColor: "#0052CC" }), _jsx("stop", { offset: 1, stopColor: "#2684FF" })] }), _jsxs("linearGradient", { id: "paint1_linear_8575_336", x1: 3.89213, y1: 2.26391, x2: 15.1595, y2: 8.73964, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.18, stopColor: "#0052CC" }), _jsx("stop", { offset: 1, stopColor: "#2684FF" })] })] })] })); }; IconLogoAtlassianConfluenceColor.iconName = "logo-atlassian-confluence--color"; export default IconLogoAtlassianConfluenceColor;