UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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