UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 907 B
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"; function SectionTop(props) { return /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6H11V13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V6H19C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4H12H5Z", fill: "currentColor" }) })); } export default SectionTop;