@braineet/ui
Version:
Braineet design system
29 lines • 1.12 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 AddTask(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
fill: "none",
height: "24",
viewBox: "0 0 24 24",
width: "24",
xmlns: "http://www.w3.org/2000/svg"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M18 6H15M18 6V9M18 6H21M18 6V3",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
d: "M11 6H6V18H18V13",
opacity: "0.6",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
})]
}));
}
export default AddTask;