@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 843 B
JavaScript
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 c } from "react/jsx-runtime";
import { forwardRef as l } from "react";
import n from "../../lib/IconBase.mjs";
import x from "../../defs/arrows/ArrowLeft.mjs";
const A = l((o, r) => /* @__PURE__ */ c(n, a(e({ ref: r }, o), { weights: x })));
A.displayName = "ArrowLeft";
export {
A as default
};