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