@braineet/ui
Version:
Braineet design system
60 lines (59 loc) • 3.79 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function Jira(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsxs)("defs", {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "paint0_linear",
x1: 10.2786,
y1: 2.87271,
x2: 5.31065,
y2: 4.97063,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.18,
stopColor: "#0052CC"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#2684FF"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "paint1_linear",
x1: 14.0364,
y1: 21.0323,
x2: 18.995,
y2: 18.9494,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.18,
stopColor: "#0052CC"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#2684FF"
})]
})]
})]
}));
}
var _default = Jira;
exports.default = _default;