@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 800 B
JavaScript
var f = Object.defineProperty, i = Object.defineProperties;
var n = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, s = Object.prototype.propertyIsEnumerable;
var m = (e, o, r) => o in e ? f(e, o, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[o] = r, p = (e, o) => {
for (var r in o || (o = {}))
c.call(o, r) && m(e, r, o[r]);
if (t)
for (var r of t(o))
s.call(o, r) && m(e, r, o[r]);
return e;
}, a = (e, o) => i(e, n(o));
import d, { forwardRef as l } from "react";
import w from "../lib/IconBase.mjs";
import D from "../defs/DoorOpen.mjs";
const O = l((e, o) => /* @__PURE__ */ d.createElement(w, a(p({ ref: o }, e), { weights: D })));
O.displayName = "DoorOpen";
export {
O as DoorOpen
};