UNPKG

@solar-icons/react

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