@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
34 lines (33 loc) • 849 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { c as a } from "./index-2NvaPZWc.mjs";
import { c } from "./createLucideIcon-B950nf2d.mjs";
/**
* @license lucide-react v0.511.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const i = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M12 16v-4", key: "1dtifu" }],
["path", { d: "M12 8h.01", key: "e9boi3" }]
], n = c("info", i), d = ({
className: t,
...e
}) => /* @__PURE__ */ o(
"button",
{
type: "button",
className: a(
"interactive-opacity text-muted-foreground size-4 rounded-md",
t
),
"aria-label": "More information",
...e,
children: /* @__PURE__ */ o(n, { className: "size-full" })
}
);
export {
d as I,
n as a
};