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