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