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