@braineet/ui
Version:
Braineet design system
28 lines • 1.02 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, 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;