UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.38 kB
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 Add(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 20C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6ZM18 18H6V6H18V18Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 8C11.9477 8 11.5 8.44772 11.5 9V11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H11.5V15C11.5 15.5523 11.9477 16 12.5 16C13.0523 16 13.5 15.5523 13.5 15V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H13.5V9C13.5 8.44772 13.0523 8 12.5 8Z", fill: "currentColor" })] })); } export default Add;