UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

6 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Code = ({ className, title }) => ((0, jsx_runtime_1.jsxs)("svg", { ...(!title ? { 'aria-hidden': 'true' } : {}), xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", focusable: "false", role: "img", className: className, "aria-label": title, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10 9.5 8 12l2 2.5" }), (0, jsx_runtime_1.jsx)("path", { d: "m14 9.5 2 2.5-2 2.5" }), (0, jsx_runtime_1.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" })] })); exports.default = Code; //# sourceMappingURL=Code.js.map