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