UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

32 lines (29 loc) 1.11 kB
'use client'; import { TITLE } from "../style.mjs"; import { memo } from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region src/icons/NextAuth/components/Mono.tsx const Icon = memo(({ size = "1em", style, ...rest }) => { return /* @__PURE__ */ jsxs("svg", { fill: "currentColor", fillRule: "evenodd", height: size, style: { flex: "none", lineHeight: 1, ...style }, viewBox: "0 0 24 24", width: size, xmlns: "http://www.w3.org/2000/svg", ...rest, children: [/* @__PURE__ */ jsx("title", { children: TITLE }), /* @__PURE__ */ jsx("path", { clipRule: "evenodd", d: "M3.883 16.921L22.175 3.005C19.124 2.085 12.99.238 12.62.132A3.302 3.302 0 0011.824 0h-.01c-.11 0-.425.026-.796.132-.372.106-6.546 1.966-9.587 2.882-.144.044-.431.199-.431.464v1.821c.057 2.874.791 7.598 2.883 11.622zm7.367 6.85c-3.097-1.03-5.32-3.288-6.887-5.958L22.638 3.909v1.413c-.1 5.046-2.29 15.8-10.25 18.449-.11.044-.372.133-.531.133h-.076c-.16 0-.42-.089-.531-.133z" })] }); }); var Mono_default = Icon; //#endregion export { Mono_default as default }; //# sourceMappingURL=Mono.mjs.map