fui-fancyui
Version:
FancyUI Libary
38 lines (37 loc) • 689 B
JavaScript
"use client";
import { jsx as n } from "react/jsx-runtime";
import { StyledSVG as $ } from "./FancySVGAtom.style.js";
function f(e) {
const {
children: s,
isPassive: t = !1,
sizeC: r = "xxs",
isActive: i = !1,
systemMessage: a,
externalStyle: o,
themeType: y,
layer: l,
hoverLayer: m,
hoverThemeType: h,
...v
} = e;
return /* @__PURE__ */ n(
$,
{
$sizeC: r,
$isPassive: t,
$isActive: i,
$systemMessage: a,
$externalStyle: o,
$themeType: y,
$layer: l,
$hoverLayer: m ?? void 0,
$hoverThemeType: h ?? void 0,
...v,
children: s
}
);
}
export {
f as default
};