import * as e from"react";
import r from"../lib/SSRBase.es.js";
import m from"../defs/Seat.es.js";
const t = e.forwardRef((o, a) =>/* @__PURE__ */ e.createElement(r, { ref: a, ...o, weights: m }));
t.displayName = "SeatIcon";
const f = t;
export {
f asSeat,
t asSeatIcon
};