@braineet/ui
Version:
Braineet design system
23 lines • 1.28 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 SectionMiddle(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 4C11.4477 4 11 4.44772 11 5V9H5C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11H19C19.5523 11 20 10.5523 20 10C20 9.44772 19.5523 9 19 9H13V5C13 4.44772 12.5523 4 12 4Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5 13C4.44772 13 4 13.4477 4 14C4 14.5523 4.44772 15 5 15H11V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V15H19C19.5523 15 20 14.5523 20 14C20 13.4477 19.5523 13 19 13H12H5Z",
fill: "currentColor"
})]
}));
}
export default SectionMiddle;