import { jsx as e } from "react/jsx-runtime";
import n from "../../../FancySVGAtom/FancySVGAtom.js";
function i(o) {
const { sizeC: t = "full", ...r } = o;
return e(n, { externalStyle: { height: "100%" }, sizeC: t, ...r });
}
export {
i as default
};