import * as t from"react";
import r from"../lib/SSRBase.es.js";
import c from"../defs/Stack.es.js";
const o = t.forwardRef((a, e) =>/* @__PURE__ */ t.createElement(r, { ref: e, ...a, weights: c }));
o.displayName = "StackIcon";
const f = o;
export {
f asStack,
o asStackIcon
};