@braineet/ui
Version:
Braineet design system
110 lines • 2.81 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 FinishLine(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
x: 7,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 7,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 9,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 11,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 11,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 13,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 15,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 15,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsxs("g", {
opacity: 0.2,
children: [/*#__PURE__*/_jsx("rect", {
x: 7,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 9,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 9,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 11,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 13,
y: 7,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 13,
y: 11,
width: 2,
height: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 15,
y: 9,
width: 2,
height: 2,
fill: "currentColor"
})]
}), /*#__PURE__*/_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"
})]
}));
}
export default FinishLine;