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