@braineet/ui
Version:
Braineet design system
116 lines (115 loc) • 4 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
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); }
function FinishLine(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 7,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 7,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 9,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 11,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 11,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 13,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 15,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 15,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
opacity: 0.2,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 7,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 9,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 9,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 11,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 13,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 13,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
x: 15,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 6C5.44772 6 5 6.44772 5 7V16H4V18H6H8V16H7V7C7 6.44772 6.55228 6 6 6ZM19 16H20V18H18H16V16H17V7C17 6.44772 17.4477 6 18 6C18.5523 6 19 6.44772 19 7V16Z",
fill: "currentColor"
})]
}));
}
var _default = exports.default = FinishLine;