import * as o from"react";
import a from"../lib/IconBase.es.js";
import m from"../defs/Door.es.js";
const r = o.forwardRef((e, t) =>/* @__PURE__ */ o.createElement(a, { ref: t, ...e, weights: m }));
r.displayName = "DoorIcon";
const n = r;
export {
n asDoor,
r asDoorIcon
};