UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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