@braineet/ui
Version:
Braineet design system
53 lines • 2.3 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function Jira(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M21.5527 11.4105L12.9737 2.83158L12.1421 2L5.68425 8.45789L2.73162 11.4105C2.42377 11.7188 2.42377 12.2181 2.73162 12.5263L8.63162 18.4263L12.1421 21.9368L18.6 15.4789L18.7 15.3789L21.5527 12.5263C21.8605 12.2181 21.8605 11.7188 21.5527 11.4105ZM12.1421 14.9158L9.19477 11.9684L12.1421 9.02105L15.0895 11.9684L12.1421 14.9158Z",
fill: "#2684FF"
}), /*#__PURE__*/_jsx("path", {
d: "M12.1422 9.02105C10.2125 7.09111 10.2031 3.9652 12.1211 2.02368L5.67114 8.47105L9.18167 11.9816L12.1422 9.02105Z",
fill: "url(#paint0_linear)"
}), /*#__PURE__*/_jsx("path", {
d: "M15.0974 11.9605L12.1421 14.9158C13.0735 15.8466 13.5968 17.1095 13.5968 18.4263C13.5968 19.7431 13.0735 21.006 12.1421 21.9368L18.6079 15.4711L15.0974 11.9605Z",
fill: "url(#paint1_linear)"
}), /*#__PURE__*/_jsxs("defs", {
children: [/*#__PURE__*/_jsxs("linearGradient", {
id: "paint0_linear",
x1: 10.2786,
y1: 2.87271,
x2: 5.31065,
y2: 4.97063,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.18,
stopColor: "#0052CC"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#2684FF"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "paint1_linear",
x1: 14.0364,
y1: 21.0323,
x2: 18.995,
y2: 18.9494,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.18,
stopColor: "#0052CC"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#2684FF"
})]
})]
})]
}));
}
export default Jira;