UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 829 B
var n = Object.defineProperty, w = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable; var m = (o, r, e) => r in o ? n(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, i = (o, r) => { for (var e in r || (r = {})) p.call(r, e) && m(o, e, r[e]); if (t) for (var e of t(r)) R.call(r, e) && m(o, e, r[e]); return o; }, a = (o, r) => w(o, f(r)); import d, { forwardRef as s } from "react"; import c from "../lib/SSRBase.mjs"; import g from "../defs/ArrowBendDownRight.mjs"; const h = s((o, r) => /* @__PURE__ */ d.createElement(c, a(i({ ref: r }, o), { weights: g }))); h.displayName = "ArrowBendDownRight"; export { h as ArrowBendDownRight };