@braineet/ui
Version:
Braineet design system
111 lines • 2.91 kB
JavaScript
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); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { 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;