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

4 lines 649 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const QuestionHelp = ({ className, title, }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", ...(!title ? { 'aria-hidden': 'true' } : {}), focusable: "false", role: "img", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", viewBox: "0 0 24 24", className: className, "aria-label": title, children: [_jsx("circle", { cx: "12", cy: "12", r: "10" }), _jsx("path", { d: "M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3" }), _jsx("path", { d: "M12 17L12.01 17" })] })); export default QuestionHelp; //# sourceMappingURL=QuestionHelp.js.map