@braineet/ui
Version:
Braineet design system
29 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 Yn(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
opacity: 0.6,
d: "M8 18L16 6",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M4 4L6.5 8M6.5 8L9 4M6.5 8V11",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M15 20V14L20 20V14",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round",
strokeLinejoin: "round"
})]
}));
}
export default Yn;