UNPKG

@braineet/ui

Version:

Braineet design system

30 lines 1.14 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 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;