UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 844 B
var n = Object.defineProperty, s = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var e = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable; var i = (o, r, t) => r in o ? n(o, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[r] = t, a = (o, r) => { for (var t in r || (r = {})) p.call(r, t) && i(o, t, r[t]); if (e) for (var t of e(r)) l.call(r, t) && i(o, t, r[t]); 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/ArrowsOutLineHorizontal.mjs"; const u = c((o, r) => /* @__PURE__ */ w.createElement(R, m(a({ ref: r }, o), { weights: d }))); u.displayName = "ArrowsOutLineHorizontal"; export { u as ArrowsOutLineHorizontal };