UNPKG

@solar-icons/react

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