UNPKG

@braineet/ui

Version:

Braineet design system

117 lines (116 loc) 4.4 kB
"use strict"; 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 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 = FinishLine; exports.default = _default;