import * as t from"react";
import a from"../lib/SSRBase.es.js";
import i from"../defs/City.es.js";
const o = t.forwardRef((e, r) =>/* @__PURE__ */ t.createElement(a, { ref: r, ...e, weights: i }));
o.displayName = "CityIcon";
const c = o;
export {
c asCity,
o asCityIcon
};