UNPKG

@braineet/ui

Version:

Braineet design system

29 lines 1.19 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 AddMilestone(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: "M17 8H14M17 8V11M17 8H20M17 8V5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }), /*#__PURE__*/_jsx("path", { d: "M12.9863 4.49902L12.001 3.51367L3.5157 11.999L12.001 20.4842L19.9862 12.499", opacity: "0.6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" })] })); } export default AddMilestone;