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