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