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