@braineet/ui
Version:
Braineet design system
27 lines • 1.14 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 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;