@braineet/ui
Version:
Braineet design system
26 lines • 1.04 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 ArrowPath(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
opacity: 0.6,
d: "M14.5 14.5L19 19M19 19V16M19 19H16",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M5 19L10.8284 13.1716C11.5786 12.4214 12 11.404 12 10.3431V5M5 19V16M5 19H8",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round",
strokeLinejoin: "round"
})]
}));
}
export default ArrowPath;