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