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